Spaces:
Running
Running
Commit
·
c7ced0b
1
Parent(s):
0fc4fe4
Initial commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- app.py +131 -0
- data/acinar_cell_of_salivary_gland_embeddings.csv +0 -0
- data/adipocyte_embeddings.csv +0 -0
- data/adventitial_cell_embeddings.csv +0 -0
- data/alveolar_fibroblast_embeddings.csv +1202 -0
- data/artery_endothelial_cell_embeddings.csv +0 -0
- data/b_cell_embeddings.csv +1181 -0
- data/basal_cell_embeddings.csv +0 -0
- data/basal_cell_of_prostate_epithelium_embeddings.csv +0 -0
- data/bladder_urothelial_cell_embeddings.csv +0 -0
- data/bronchial_smooth_muscle_cell_embeddings.csv +1413 -0
- data/bronchial_vessel_endothelial_cell_embeddings.csv +0 -0
- data/capillary_endothelial_cell_embeddings.csv +1395 -0
- data/cardiac_endothelial_cell_embeddings.csv +0 -0
- data/cardiac_muscle_cell_embeddings.csv +0 -0
- data/cd141-positive_myeloid_dendritic_cell_embeddings.csv +0 -0
- data/cd1c-positive_myeloid_dendritic_cell_embeddings.csv +0 -0
- data/cd24_neutrophil_embeddings.csv +1838 -0
- data/cd4-positive,_alpha-beta_memory_t_cell_embeddings.csv +1068 -0
- data/cd4-positive_helper_t_cell_embeddings.csv +1273 -0
- data/cd8-positive,_alpha-beta_cytokine_secreting_effector_t_cell_embeddings.csv +0 -0
- data/cd8-positive,_alpha-beta_cytotoxic_t_cell_embeddings.csv +0 -0
- data/cell_of_skeletal_muscle_embeddings.csv +0 -0
- data/ciliary_body_embeddings.csv +0 -0
- data/ciliated_cell_embeddings.csv +0 -0
- data/ciliated_epithelial_cell_embeddings.csv +0 -0
- data/classical_monocyte_embeddings.csv +0 -0
- data/club_cell_embeddings.csv +2141 -0
- data/club_cell_of_prostate_epithelium_embeddings.csv +0 -0
- data/conjunctival_epithelial_cell_embeddings.csv +0 -0
- data/connective_tissue_cell_embeddings.csv +0 -0
- data/corneal_epithelial_cell_embeddings.csv +0 -0
- data/corneal_keratocyte_embeddings.csv +0 -0
- data/dendritic_cell_embeddings.csv +2049 -0
- data/dn1_thymic_pro-t_cell_embeddings.csv +1598 -0
- data/dn3_thymocyte_embeddings.csv +1297 -0
- data/dn4_thymocyte_embeddings.csv +0 -0
- data/double-positive,_alpha-beta_thymocyte_embeddings.csv +0 -0
- data/duct_epithelial_cell_embeddings.csv +0 -0
- data/duodenum_glandular_cell_embeddings.csv +0 -0
- data/endothelial_cell_embeddings.csv +0 -0
- data/endothelial_cell_of_artery_embeddings.csv +0 -0
- data/endothelial_cell_of_hepatic_sinusoid_embeddings.csv +0 -0
- data/endothelial_cell_of_lymphatic_vessel_embeddings.csv +0 -0
- data/endothelial_cell_of_vascular_tree_embeddings.csv +0 -0
- data/enterocyte_of_epithelium_of_large_intestine_embeddings.csv +1321 -0
- data/enterocyte_of_epithelium_of_small_intestine_embeddings.csv +0 -0
- data/epithelial_cell_embeddings.csv +0 -0
- data/epithelial_cell_of_lacrimal_sac_embeddings.csv +1532 -0
- data/epithelial_cell_of_uterus_embeddings.csv +0 -0
app.py
ADDED
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
import numpy as np
|
3 |
+
import pandas as pd
|
4 |
+
import plotly.express as px
|
5 |
+
from collections import Counter
|
6 |
+
|
7 |
+
|
8 |
+
css_colors = ["darkmagenta", "darkolivegreen", "darkorange", "darkorchid", "darkred", "darksalmon", "darkseagreen", "darkslateblue", "darkturquoise", "darkviolet", "deeppink", "deepskyblue", "dodgerblue", "firebrick", "coral", "magenta", "maroon", "mediumaquamarine", "mediumblue", "mediumorchid", "mediumpurple", "mediumseagreen", "mediumslateblue", "mediumspringgreen", "mediumturquoise", "mediumvioletred", "midnightblue", "mintcream", "mistyrose", "moccasin", "navajowhite", "navy", "oldlace", "olive", "olivedrab", "orange", "orangered", "orchid", "aqua", "aquamarine", "azure", "blue", "blueviolet", "brown", "burlywood", "cadetblue", "chartreuse", "chocolate", "cornflowerblue", "cornsilk", "crimson", "cyan", "darkblue", "darkcyan", "darkgoldenrod", "darkgreen", "darkkhaki", "floralwhite", "forestgreen", "fuchsia", "gainsboro", "ghostwhite", "gold", "goldenrod", "green", "greenyellow", "honeydew", "hotpink", "indianred", "indigo", "ivory", "khaki", "lavender", "lavenderblush", "lawngreen", "lemonchiffon", "lightblue", "lightcoral", "lightcyan", "lightgoldenrodyellow", "lightgreen", "lightpink", "lightsalmon", "lightseagreen", "lightskyblue", "lightsteelblue", "lightyellow", "lime", "limegreen", "linen", "palegoldenrod", "palegreen", "paleturquoise", "palevioletred", "papayawhip", "peachpuff", "peru", "pink", "plum", "powderblue", "purple", "red", "rosybrown", "royalblue", "rebeccapurple", "saddlebrown", "salmon", "sandybrown", "seagreen", "seashell", "sienna", "silver", "skyblue", "slateblue", "snow", "springgreen", "steelblue", "tan", "teal", "thistle", "tomato", "turquoise", "violet", "wheat", "white", "whitesmoke", "yellow", "yellowgreen"] # "darkgray", "darkgrey", "slategray", "slategrey", "lightslategray", "lightslategrey", "lightgray", "lightgrey", "gray", "grey", "dimgray", "dimgrey", "darkslategray", "darkslategrey", "aliceblue", "black", "beige", "antiquewhite", "bisque", "blanchedalmond",
|
9 |
+
|
10 |
+
# Read data
|
11 |
+
data = []
|
12 |
+
with open("data/inventory.txt", "r") as fin:
|
13 |
+
for f in fin:
|
14 |
+
c_data = pd.read_csv(f.strip(), sep = "\t")
|
15 |
+
data.append(c_data)
|
16 |
+
data = pd.concat(data)
|
17 |
+
unique_celltypes = sorted([c for c in data["Celltype"].unique() if "CCI" not in c and "BTO" not in c])
|
18 |
+
|
19 |
+
max_safe_scores = pd.read_csv("data/max_safe_scores.csv", sep = "\t").rename(columns = {"Score": "Max SAFE Score", "Label": "Celltype"})
|
20 |
+
mean_safe_scores = pd.read_csv("data/mean_safe_scores.csv", sep = "\t").rename(columns = {"Score": "Mean SAFE Score", "Label": "Celltype"})
|
21 |
+
neighborhood_enrichment = pd.read_csv("data/safe_neighborhoods_enriched.csv", sep = "\t").rename(columns = {"Label": "Celltype"})
|
22 |
+
safe_scores = max_safe_scores.merge(mean_safe_scores, on = "Celltype")
|
23 |
+
safe_scores = safe_scores.merge(neighborhood_enrichment, on = "Celltype")
|
24 |
+
print(safe_scores)
|
25 |
+
|
26 |
+
# Helper functions
|
27 |
+
def plot_protein_emb(protein):
|
28 |
+
hover_keys = {"Name": True, "Celltype": True, "x": False, "y": False, "Selected": False}
|
29 |
+
p_data = data.copy()
|
30 |
+
p_data["Selected"] = [c if p == protein.lower() else "Not Selected" for p, c in zip(p_data["Name"].str.lower(), p_data["Celltype"].tolist())]
|
31 |
+
p_data["Size"] = [1 if i == "Not Selected" else 10 for i in p_data["Selected"].tolist()]
|
32 |
+
symbol_map = {s: "circle" if s == 1 else "star" for s in p_data["Size"].unique()}
|
33 |
+
p_celltypes = p_data["Selected"].unique()
|
34 |
+
color_map = {c: i for c, i in zip(p_celltypes, css_colors) if c != "Not Selected"}
|
35 |
+
color_map.update({"Not Selected": "lightgrey"})
|
36 |
+
|
37 |
+
fig = px.scatter(p_data, x = "x", y = "y", color = "Selected", color_discrete_map = color_map, symbol = "Size", symbol_map = symbol_map, size = "Size", opacity = 0.8, hover_data = hover_keys)
|
38 |
+
fig.update_layout({"plot_bgcolor": "rgba(0, 0, 0, 0)"}, {"paper_bgcolor": "rgba(0, 0, 0, 0)"})
|
39 |
+
fig.update_xaxes(title_text = "", showticklabels = False)
|
40 |
+
fig.update_yaxes(title_text = "", showticklabels = False)
|
41 |
+
fig.update_layout(showlegend = False)
|
42 |
+
fig.update_traces(marker=dict(line=dict(width=0)))
|
43 |
+
|
44 |
+
protein_context_df = p_data[p_data["Selected"] != "Not Selected"][["Name", "Celltype", "x", "y"]]
|
45 |
+
|
46 |
+
return fig, protein_context_df
|
47 |
+
|
48 |
+
|
49 |
+
def get_protein_counts(df):
|
50 |
+
counts = Counter(df["Celltype"].tolist())
|
51 |
+
df = pd.DataFrame({"Celltype": list(counts.keys()), "Activated Proteins": list(counts.values())})
|
52 |
+
df = df.sort_values(by = "Celltype")
|
53 |
+
df = df.merge(safe_scores, on = "Celltype")
|
54 |
+
print(df)
|
55 |
+
return df
|
56 |
+
|
57 |
+
|
58 |
+
def plot_celltype_emb(celltype):
|
59 |
+
hover_keys = {"Name": True, "Celltype": True, "x": False, "y": False}
|
60 |
+
if "All" in celltype:
|
61 |
+
fig = px.scatter(data, x = "x", y = "y", color = "Celltype", opacity = 0.4, hover_data = hover_keys)
|
62 |
+
activated_proteins_df = get_protein_counts(data)
|
63 |
+
else:
|
64 |
+
hover_keys.update({"Selected": False})
|
65 |
+
c_data = data.copy()
|
66 |
+
celltype = [c.lower() for c in celltype]
|
67 |
+
|
68 |
+
color_map = {c: i for c, i in zip(celltype, css_colors)}
|
69 |
+
color_map.update({"Not Selected": "lightgrey"})
|
70 |
+
|
71 |
+
c_data["Selected"] = [c if c in celltype else "Not Selected" for c in c_data["Celltype"].tolist()]
|
72 |
+
fig = px.scatter(c_data, x = "x", y = "y", color = "Selected", color_discrete_map = color_map, opacity = 0.8, hover_data = hover_keys)
|
73 |
+
|
74 |
+
activated_proteins_df = get_protein_counts(c_data[c_data["Selected"] != "Not Selected"])
|
75 |
+
|
76 |
+
fig.update_layout({"plot_bgcolor": "rgba(0, 0, 0, 0)"}, {"paper_bgcolor": "rgba(0, 0, 0, 0)"})
|
77 |
+
fig.update_xaxes(title_text = "", showticklabels = False)
|
78 |
+
fig.update_yaxes(title_text = "", showticklabels = False)
|
79 |
+
fig.update_layout(showlegend = False)
|
80 |
+
return fig, activated_proteins_df
|
81 |
+
|
82 |
+
|
83 |
+
# Create gradio interface
|
84 |
+
with gr.Blocks() as demo:
|
85 |
+
gr.Markdown('<center><h1>Contextualizing Protein Representations with PINNACLE</h1></center>')
|
86 |
+
gr.Markdown('Protein interaction networks are a critical component to study the function and therapeutic potential of proteins. \
|
87 |
+
However, accurately modeling protein interactions across diverse biological contexts, such as tissues and cell types, \
|
88 |
+
remains a significant challenge for existing algorithms. Here, we introduce <b>PINNACLE</b>, a flexible geometric deep learning approach \
|
89 |
+
that trains on contextualized protein interaction networks to generate context-aware protein representations. Leveraging a \
|
90 |
+
multi-organ single cell transcriptomic atlas of humans, <b>PINNACLE provides 394,760 protein representations split across 156 cell-type \
|
91 |
+
contexts from 24 tissues and organs</b>. Our contextualized protein representations, infused with cellular and tissue organization, \
|
92 |
+
can easily be adapted for diverse downstream tasks.')
|
93 |
+
gr.Markdown(' For more information, please check out our manuscript and documentation (links provided at the bottom of the page)!')
|
94 |
+
|
95 |
+
with gr.Tabs():
|
96 |
+
|
97 |
+
with gr.TabItem("Protein"):
|
98 |
+
with gr.Column():
|
99 |
+
gr.Markdown('<center><h3>Select protein of interest to examine across biological contexts</h3></center>')
|
100 |
+
protein = gr.Textbox(info = "Enter a protein name (in HGNC symbol)", lines = 1, value = "TNF", label = "Protein")
|
101 |
+
protein_submit_btn = gr.Button("Submit")
|
102 |
+
|
103 |
+
gr.Markdown('<center><h3>Contextualized protein representations</h3></center>')
|
104 |
+
protein_plot = gr.Plot()
|
105 |
+
|
106 |
+
with gr.Accordion(label = "Protein Contexts", open = False):
|
107 |
+
protein_context_df = gr.Dataframe(headers = ["Protein", "Celltype", "x", "y"], overflow_row_behaviour = "paginate")
|
108 |
+
|
109 |
+
with gr.TabItem("Cell Type"):
|
110 |
+
with gr.Column():
|
111 |
+
gr.Markdown('<center><h3>Select biological context by specifying cell type of interest</h3></center>')
|
112 |
+
celltype = gr.Dropdown(["All"] + unique_celltypes, info = "Please select from the following cell types.", value = ["All"], multiselect = True, label="Cell Type")
|
113 |
+
celltype_submit_btn = gr.Button("Submit")
|
114 |
+
|
115 |
+
gr.Markdown('<center><h3>Contextualized protein representations</h3></center>')
|
116 |
+
celltype_plot = gr.Plot()
|
117 |
+
|
118 |
+
with gr.Accordion(label = "Cell Type Context", open = False):
|
119 |
+
activated_proteins_df = gr.Dataframe(headers = ["Celltype", "Activated Proteins"], overflow_row_behaviour = "paginate")
|
120 |
+
|
121 |
+
gr.Markdown("<p style='text-align: center'><a href='https://github.com/mims-harvard/PINNACLE'>Github Repo</a>" \
|
122 |
+
"| <a href='https://zitniklab.hms.harvard.edu/projects/PINNACLE/'>Documentation</a> " \
|
123 |
+
"| <a href='https://zitniklab.hms.harvard.edu/projects/PINNACLE/'>Publication</a></p>")
|
124 |
+
|
125 |
+
protein_submit_btn.click(plot_protein_emb, inputs = [protein], outputs = [protein_plot, protein_context_df])
|
126 |
+
celltype_submit_btn.click(plot_celltype_emb, inputs = [celltype], outputs = [celltype_plot, activated_proteins_df])
|
127 |
+
|
128 |
+
|
129 |
+
# Launch
|
130 |
+
if __name__ == "__main__":
|
131 |
+
demo.launch()
|
data/acinar_cell_of_salivary_gland_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/adipocyte_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/adventitial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/alveolar_fibroblast_embeddings.csv
ADDED
@@ -0,0 +1,1202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
-8.859071 -10.301155 alveolar fibroblast CLIP3
|
3 |
+
-7.3294334 -8.563587 alveolar fibroblast FSTL1
|
4 |
+
-7.0384555 -8.646407 alveolar fibroblast COL6A3
|
5 |
+
0.49511623 1.9998232 alveolar fibroblast YAP1
|
6 |
+
-8.251069 -10.408424 alveolar fibroblast DDR2
|
7 |
+
-10.046236 -8.589894 alveolar fibroblast FEZ1
|
8 |
+
-9.351134 -9.560491 alveolar fibroblast RUSC2
|
9 |
+
-5.9247217 -8.417987 alveolar fibroblast TUB
|
10 |
+
14.139504 -12.080799 alveolar fibroblast CBFA2T2
|
11 |
+
-10.007814 -8.724451 alveolar fibroblast FOS
|
12 |
+
-9.155381 -9.37865 alveolar fibroblast CTTNBP2
|
13 |
+
-8.61902 -8.7388315 alveolar fibroblast NKD2
|
14 |
+
-9.629652 -8.945268 alveolar fibroblast SMCP
|
15 |
+
0.64828044 0.88482285 alveolar fibroblast ZNF558
|
16 |
+
-7.0710278 -9.193678 alveolar fibroblast ZNF521
|
17 |
+
0.5115396 1.788755 alveolar fibroblast LPL
|
18 |
+
-7.3395596 -8.724411 alveolar fibroblast NEXN
|
19 |
+
-9.397824 -8.456401 alveolar fibroblast C2orf68
|
20 |
+
14.0189905 -12.182569 alveolar fibroblast THNSL2
|
21 |
+
-5.770334 -8.343511 alveolar fibroblast TEAD3
|
22 |
+
-8.551596 -10.236795 alveolar fibroblast ADCY3
|
23 |
+
-8.517267 -9.947848 alveolar fibroblast PKD1
|
24 |
+
-8.788379 -9.94782 alveolar fibroblast FZD7
|
25 |
+
-10.245696 -7.5551267 alveolar fibroblast LSS
|
26 |
+
-7.434765 -8.777826 alveolar fibroblast RSPO4
|
27 |
+
-9.499365 -10.551643 alveolar fibroblast AMIGO1
|
28 |
+
-9.354534 -10.151902 alveolar fibroblast MME
|
29 |
+
-9.5207815 -9.1090975 alveolar fibroblast TMEM130
|
30 |
+
-7.939298 -9.925108 alveolar fibroblast PRR16
|
31 |
+
-9.965165 -8.55375 alveolar fibroblast FGF2
|
32 |
+
-10.141157 -7.7628245 alveolar fibroblast TENT5A
|
33 |
+
-9.961405 -8.380942 alveolar fibroblast TCEAL1
|
34 |
+
-9.693097 -8.7208395 alveolar fibroblast BMPER
|
35 |
+
-9.311004 -9.811799 alveolar fibroblast EEF2K
|
36 |
+
-8.641349 -9.40202 alveolar fibroblast TBX19
|
37 |
+
-8.06545 -9.318736 alveolar fibroblast GUCY1B1
|
38 |
+
-9.391155 -9.07504 alveolar fibroblast LTBP1
|
39 |
+
-8.76986 -10.150475 alveolar fibroblast ZNF77
|
40 |
+
-9.370189 -9.479449 alveolar fibroblast PGAP2
|
41 |
+
-9.414845 -9.232119 alveolar fibroblast CCN1
|
42 |
+
-9.78291 -9.527292 alveolar fibroblast THSD7A
|
43 |
+
-7.4281497 -8.804728 alveolar fibroblast TCEAL4
|
44 |
+
-9.7251 -8.725578 alveolar fibroblast HNRNPH1
|
45 |
+
-8.653271 -9.202142 alveolar fibroblast FGF9
|
46 |
+
-0.2891487 -2.9690523 alveolar fibroblast MYLK
|
47 |
+
-8.187043 -9.481179 alveolar fibroblast MYOZ3
|
48 |
+
-0.892831 -5.4107537 alveolar fibroblast PDGFRA
|
49 |
+
-9.536166 -9.013713 alveolar fibroblast GADD45A
|
50 |
+
-9.034184 -9.473316 alveolar fibroblast SLC16A2
|
51 |
+
-8.450237 -10.387717 alveolar fibroblast DNM1
|
52 |
+
-1.1786679 -5.5579863 alveolar fibroblast FNDC3B
|
53 |
+
-7.0279665 -8.47398 alveolar fibroblast ZNF662
|
54 |
+
-7.025443 -8.986386 alveolar fibroblast ADCYAP1R1
|
55 |
+
-7.0292554 -8.092771 alveolar fibroblast CDC42BPA
|
56 |
+
-10.046208 -8.018629 alveolar fibroblast FKBP10
|
57 |
+
2.6325014 2.0669188 alveolar fibroblast ZFAND5
|
58 |
+
-9.361886 -8.813903 alveolar fibroblast TPM4
|
59 |
+
-0.13953678 -9.022048 alveolar fibroblast ROCK2
|
60 |
+
-8.749149 -9.615205 alveolar fibroblast USP54
|
61 |
+
13.930674 -12.16824 alveolar fibroblast BMP4
|
62 |
+
-8.899649 -9.496734 alveolar fibroblast COL5A1
|
63 |
+
-9.523073 -9.483315 alveolar fibroblast CCL13
|
64 |
+
-10.111785 -7.5965614 alveolar fibroblast NACAD
|
65 |
+
-9.980539 -9.198889 alveolar fibroblast A2M
|
66 |
+
-7.377093 -9.462072 alveolar fibroblast DBNDD2
|
67 |
+
-8.0314665 -9.625823 alveolar fibroblast HSPB2-C11orf52
|
68 |
+
-8.418414 -10.230553 alveolar fibroblast ITGB5
|
69 |
+
-7.404697 -8.478342 alveolar fibroblast AR
|
70 |
+
-10.237451 -8.578967 alveolar fibroblast NALCN
|
71 |
+
-9.548583 -9.503917 alveolar fibroblast ROM1
|
72 |
+
-9.137301 -9.9267845 alveolar fibroblast TRIP6
|
73 |
+
-5.270926 -8.379167 alveolar fibroblast PLAT
|
74 |
+
-9.953517 -8.736007 alveolar fibroblast RNU11
|
75 |
+
-8.686369 -9.57697 alveolar fibroblast EDNRA
|
76 |
+
-10.088644 -8.267434 alveolar fibroblast COL8A2
|
77 |
+
-7.7391057 -9.644921 alveolar fibroblast RFLNA
|
78 |
+
-8.895935 2.561292 alveolar fibroblast CSGALNACT1
|
79 |
+
1.6495383 4.511167 alveolar fibroblast MMP2
|
80 |
+
16.999413 4.507525 alveolar fibroblast S100A6
|
81 |
+
-9.105799 -9.258487 alveolar fibroblast ZKSCAN7
|
82 |
+
-9.366951 -9.573705 alveolar fibroblast MATN2
|
83 |
+
-8.702845 -10.588039 alveolar fibroblast TMEM119
|
84 |
+
-9.833021 -9.5095005 alveolar fibroblast ACAN
|
85 |
+
-9.724799 -7.745783 alveolar fibroblast ACTG1
|
86 |
+
-8.498804 -10.338444 alveolar fibroblast PTPN14
|
87 |
+
-0.41963872 -4.239131 alveolar fibroblast FTO
|
88 |
+
-9.301477 -9.862251 alveolar fibroblast F3
|
89 |
+
-7.66862 -9.352186 alveolar fibroblast COX7A1
|
90 |
+
-9.239103 2.4487429 alveolar fibroblast CAMK2A
|
91 |
+
-9.710215 -9.527911 alveolar fibroblast C19orf44
|
92 |
+
0.95896566 2.265585 alveolar fibroblast MMP19
|
93 |
+
-9.503924 -9.29553 alveolar fibroblast SERP2
|
94 |
+
0.8734679 2.1986 alveolar fibroblast WDR19
|
95 |
+
-4.2460876 -7.8271103 alveolar fibroblast DST
|
96 |
+
-8.461058 -8.474235 alveolar fibroblast TPPP
|
97 |
+
-7.5125446 -9.428234 alveolar fibroblast SORT1
|
98 |
+
-7.1843123 -17.713045 alveolar fibroblast ARRDC3
|
99 |
+
-9.840338 -8.729374 alveolar fibroblast THRB
|
100 |
+
-9.046105 -8.683054 alveolar fibroblast CHRDL1
|
101 |
+
-9.929975 -8.086722 alveolar fibroblast CRMP1
|
102 |
+
-8.596853 -9.787787 alveolar fibroblast DZIP1
|
103 |
+
-9.475351 -11.161694 alveolar fibroblast GPSM2
|
104 |
+
-7.9806237 -9.85734 alveolar fibroblast FGFR4
|
105 |
+
-8.781594 -9.895077 alveolar fibroblast ADRA1A
|
106 |
+
14.119582 -11.993846 alveolar fibroblast FERMT2
|
107 |
+
0.9632594 2.2531455 alveolar fibroblast SLIT3
|
108 |
+
-9.320677 -9.04004 alveolar fibroblast SAT1
|
109 |
+
-10.255761 -7.7965803 alveolar fibroblast CLIC4
|
110 |
+
-0.30007586 -4.1697946 alveolar fibroblast WASF1
|
111 |
+
-8.374058 -9.835822 alveolar fibroblast PTGER3
|
112 |
+
-6.67674 -9.354431 alveolar fibroblast TCF7L2
|
113 |
+
-8.525808 -9.682124 alveolar fibroblast CCN5
|
114 |
+
-9.39282 -8.756653 alveolar fibroblast CAV2
|
115 |
+
-9.409874 -10.237196 alveolar fibroblast CHEK2
|
116 |
+
-9.173036 -9.291529 alveolar fibroblast OAT
|
117 |
+
-8.690067 -10.125928 alveolar fibroblast EPDR1
|
118 |
+
-7.2149286 -9.038297 alveolar fibroblast USP22
|
119 |
+
-7.914229 -9.42959 alveolar fibroblast LAYN
|
120 |
+
-8.544075 -10.049197 alveolar fibroblast C1QTNF2
|
121 |
+
-9.398801 -10.994692 alveolar fibroblast TEAD1
|
122 |
+
-8.585372 -9.60439 alveolar fibroblast B4GAT1
|
123 |
+
-9.084078 -9.343342 alveolar fibroblast LRRC18
|
124 |
+
-8.65245 -10.070371 alveolar fibroblast CAV1
|
125 |
+
-9.389203 -8.737157 alveolar fibroblast PAK3
|
126 |
+
-6.8651056 -9.20038 alveolar fibroblast KIAA0408
|
127 |
+
-8.699422 -10.363397 alveolar fibroblast CYBRD1
|
128 |
+
-9.552559 -9.589785 alveolar fibroblast APBB2
|
129 |
+
-9.483241 -9.025516 alveolar fibroblast NXPH3
|
130 |
+
-9.052259 -9.675493 alveolar fibroblast ITGA8
|
131 |
+
-9.965545 -8.4994545 alveolar fibroblast KLC1
|
132 |
+
-1.0579793 -4.4429984 alveolar fibroblast CAVIN1
|
133 |
+
-13.312195 -6.5191097 alveolar fibroblast CCR10
|
134 |
+
-8.864104 -10.055959 alveolar fibroblast REXO2
|
135 |
+
-9.653623 -8.929767 alveolar fibroblast VEGFD
|
136 |
+
-8.703478 -9.664922 alveolar fibroblast NFIC
|
137 |
+
-8.7937765 -9.556423 alveolar fibroblast PRELP
|
138 |
+
-8.502053 -10.130478 alveolar fibroblast TIMP1
|
139 |
+
-9.287913 -9.090628 alveolar fibroblast SYTL4
|
140 |
+
-4.698324 -7.8300667 alveolar fibroblast CTF1
|
141 |
+
-0.36451802 13.5821705 alveolar fibroblast NEDD9
|
142 |
+
-7.7043433 -9.250598 alveolar fibroblast CD63
|
143 |
+
-10.174849 -7.748965 alveolar fibroblast ANXA2
|
144 |
+
-8.108892 -10.269515 alveolar fibroblast FN1
|
145 |
+
-8.383461 -10.363012 alveolar fibroblast ZNF423
|
146 |
+
-9.486171 -9.301829 alveolar fibroblast SEMA3B
|
147 |
+
-9.487984 -9.922946 alveolar fibroblast HAPLN1
|
148 |
+
-9.79897 -9.411678 alveolar fibroblast SMIM3
|
149 |
+
-8.368455 -10.183251 alveolar fibroblast COL1A1
|
150 |
+
-8.672394 -10.180179 alveolar fibroblast GGT1
|
151 |
+
-10.1054125 -8.993798 alveolar fibroblast SLPI
|
152 |
+
-9.462191 -10.989719 alveolar fibroblast NUAK1
|
153 |
+
-9.400866 -9.314929 alveolar fibroblast NID2
|
154 |
+
-1.3253151 0.5413162 alveolar fibroblast SPRED2
|
155 |
+
-7.762066 -9.6676235 alveolar fibroblast ZNF660
|
156 |
+
-9.142332 -10.243854 alveolar fibroblast GNAI1
|
157 |
+
-7.2588573 -8.497864 alveolar fibroblast TNC
|
158 |
+
-8.241798 -8.161028 alveolar fibroblast PIK3R1
|
159 |
+
-8.781659 -10.493924 alveolar fibroblast SELENBP1
|
160 |
+
-9.008611 -9.6672125 alveolar fibroblast COL10A1
|
161 |
+
-8.66167 -9.548742 alveolar fibroblast NDN
|
162 |
+
1.1645168 2.3809435 alveolar fibroblast CHSY3
|
163 |
+
-8.763696 -9.965844 alveolar fibroblast GATA5
|
164 |
+
-9.670571 -9.227904 alveolar fibroblast MT1A
|
165 |
+
1.1976258 3.1289277 alveolar fibroblast ADCY2
|
166 |
+
-1.3014416 -5.438889 alveolar fibroblast HOXA5
|
167 |
+
-8.819983 -9.779465 alveolar fibroblast LEPR
|
168 |
+
-9.766829 -9.2119665 alveolar fibroblast PDE1C
|
169 |
+
-9.3220215 -9.738662 alveolar fibroblast ZNF835
|
170 |
+
-9.109608 -9.890522 alveolar fibroblast ERRFI1
|
171 |
+
-8.068487 -9.691777 alveolar fibroblast VLDLR
|
172 |
+
-8.876345 -10.061202 alveolar fibroblast FLNA
|
173 |
+
-8.354985 -9.86718 alveolar fibroblast ARHGAP44
|
174 |
+
-8.677448 -10.098871 alveolar fibroblast CFH
|
175 |
+
-9.995477 -8.257629 alveolar fibroblast ZFHX3
|
176 |
+
-9.1376295 -9.516896 alveolar fibroblast ROBO2
|
177 |
+
-7.2475476 -17.736645 alveolar fibroblast DDIT3
|
178 |
+
-8.255911 -9.903243 alveolar fibroblast ATP6V1B2
|
179 |
+
-7.14645 -8.884341 alveolar fibroblast NECTIN3
|
180 |
+
-8.592391 -9.816777 alveolar fibroblast RHOB
|
181 |
+
-9.612594 -9.214155 alveolar fibroblast MYO1B
|
182 |
+
-10.108152 -8.044458 alveolar fibroblast RASD2
|
183 |
+
-8.889424 -10.427259 alveolar fibroblast GPSM1
|
184 |
+
-5.2325706 -8.437847 alveolar fibroblast QPRT
|
185 |
+
-8.735613 -10.1431875 alveolar fibroblast RTL8B
|
186 |
+
-7.7253118 -9.354667 alveolar fibroblast TMEM9
|
187 |
+
-8.411326 -10.342282 alveolar fibroblast GPX3
|
188 |
+
-6.6572013 -8.888629 alveolar fibroblast PKD2
|
189 |
+
-8.233778 -9.908127 alveolar fibroblast PON2
|
190 |
+
-1.9478788 -8.02932 alveolar fibroblast DCN
|
191 |
+
-8.92813 -9.84162 alveolar fibroblast FZD1
|
192 |
+
-9.473073 -8.056213 alveolar fibroblast HGF
|
193 |
+
-9.974564 -8.786632 alveolar fibroblast LAMA2
|
194 |
+
-10.36423 -7.2874837 alveolar fibroblast DACH1
|
195 |
+
-8.546386 -10.111726 alveolar fibroblast MTERF2
|
196 |
+
-8.8958845 -9.976862 alveolar fibroblast RRAS
|
197 |
+
-9.689313 -9.261195 alveolar fibroblast PPM1K
|
198 |
+
-8.692234 -10.313588 alveolar fibroblast PRX
|
199 |
+
-8.98863 -9.697227 alveolar fibroblast IL17RD
|
200 |
+
-7.886836 -8.278095 alveolar fibroblast OLFML3
|
201 |
+
-9.045493 -9.857962 alveolar fibroblast PRKG1
|
202 |
+
-8.443423 -10.3466625 alveolar fibroblast SELENOM
|
203 |
+
-8.808953 -9.942893 alveolar fibroblast MIA
|
204 |
+
-9.240889 -9.667455 alveolar fibroblast CNTNAP1
|
205 |
+
-0.62375957 -4.556716 alveolar fibroblast GSTM5
|
206 |
+
-8.887974 -9.1365385 alveolar fibroblast COMP
|
207 |
+
-9.249137 -9.870963 alveolar fibroblast CNRIP1
|
208 |
+
-8.365252 -9.610459 alveolar fibroblast CCN4
|
209 |
+
-9.1707535 -9.50581 alveolar fibroblast ZNF135
|
210 |
+
-4.0846796 -8.062323 alveolar fibroblast UBC
|
211 |
+
-8.682566 -10.213619 alveolar fibroblast ITGA11
|
212 |
+
-8.751642 -9.257916 alveolar fibroblast CES1
|
213 |
+
-9.565365 -9.120067 alveolar fibroblast C6
|
214 |
+
-8.935629 -9.546199 alveolar fibroblast PRPH2
|
215 |
+
-9.859084 -9.311463 alveolar fibroblast JUNB
|
216 |
+
-9.704317 -8.809012 alveolar fibroblast TRAPPC5
|
217 |
+
-7.9225907 -9.357957 alveolar fibroblast TMEM100
|
218 |
+
-9.094081 -9.295458 alveolar fibroblast TMEFF2
|
219 |
+
-12.50183 -6.428845 alveolar fibroblast CD9
|
220 |
+
-9.166938 -9.776116 alveolar fibroblast SNAI2
|
221 |
+
-8.602006 -9.880574 alveolar fibroblast INHBA
|
222 |
+
-10.332396 -8.885875 alveolar fibroblast NCAM2
|
223 |
+
-9.196502 -8.9924345 alveolar fibroblast NR1D1
|
224 |
+
-4.2223516 -8.061605 alveolar fibroblast PJA1
|
225 |
+
-9.391196 -9.634394 alveolar fibroblast HSPB2
|
226 |
+
-8.170969 -9.169292 alveolar fibroblast FGF7
|
227 |
+
-7.3026295 -8.2179165 alveolar fibroblast AHR
|
228 |
+
-8.842313 -10.07378 alveolar fibroblast C1S
|
229 |
+
-8.926207 -9.786569 alveolar fibroblast RAMACL
|
230 |
+
-7.505872 14.641396 alveolar fibroblast NEBL
|
231 |
+
-9.159654 -8.926295 alveolar fibroblast ZBTB8A
|
232 |
+
0.59828687 -0.5467722 alveolar fibroblast HTRA1
|
233 |
+
-7.661736 -8.970077 alveolar fibroblast NFKBIZ
|
234 |
+
-0.72987896 -4.7942295 alveolar fibroblast SLC23A3
|
235 |
+
-10.19603 -5.300151 alveolar fibroblast PCDHGC3
|
236 |
+
-9.154324 -9.710781 alveolar fibroblast ZNF106
|
237 |
+
-8.534074 -10.395586 alveolar fibroblast APOC1
|
238 |
+
-10.3330345 -7.535899 alveolar fibroblast ACVR2A
|
239 |
+
-9.814075 -8.778877 alveolar fibroblast SULT1A1
|
240 |
+
-8.379746 -10.292374 alveolar fibroblast PLPP1
|
241 |
+
1.1313841 3.2732623 alveolar fibroblast KLHL42
|
242 |
+
-9.501823 -9.012568 alveolar fibroblast GLIS2
|
243 |
+
-7.848603 -9.429449 alveolar fibroblast TULP2
|
244 |
+
-10.637575 -8.943386 alveolar fibroblast GPX8
|
245 |
+
-9.154471 -9.831714 alveolar fibroblast WDR83OS
|
246 |
+
1.3427278 3.1430316 alveolar fibroblast ERAP1
|
247 |
+
2.0660045 -1.9431314 alveolar fibroblast MATN3
|
248 |
+
-8.4008465 -9.8922615 alveolar fibroblast EEF1A1P5
|
249 |
+
-5.3488293 -8.4933195 alveolar fibroblast AASS
|
250 |
+
-9.224056 -9.257554 alveolar fibroblast NR4A3
|
251 |
+
-8.3336525 -10.510904 alveolar fibroblast KLF10
|
252 |
+
-9.660002 -11.102837 alveolar fibroblast CNOT9
|
253 |
+
-1.0822703 -5.4250126 alveolar fibroblast ADARB1
|
254 |
+
-9.9443865 -8.680249 alveolar fibroblast LXN
|
255 |
+
-9.719917 -9.401843 alveolar fibroblast MYO10
|
256 |
+
-9.018244 -9.525277 alveolar fibroblast BBS4
|
257 |
+
-10.00045 -8.841465 alveolar fibroblast KLF11
|
258 |
+
-7.276815 -9.030484 alveolar fibroblast AKAP12
|
259 |
+
-8.977427 -10.276245 alveolar fibroblast RFTN2
|
260 |
+
-7.2005153 -17.847668 alveolar fibroblast SPTBN1
|
261 |
+
-9.433551 -8.693375 alveolar fibroblast ECM1
|
262 |
+
-6.5156665 -8.289104 alveolar fibroblast THBS1
|
263 |
+
-8.761368 -9.982729 alveolar fibroblast FAM156A
|
264 |
+
-8.51646 -9.747519 alveolar fibroblast PHACTR3
|
265 |
+
-9.269266 -10.006666 alveolar fibroblast NBL1
|
266 |
+
-7.9650073 -9.576866 alveolar fibroblast DOCK4
|
267 |
+
-8.580961 -9.609847 alveolar fibroblast UACA
|
268 |
+
-7.557069 -9.537672 alveolar fibroblast TRPC6
|
269 |
+
-10.18927 -7.1579447 alveolar fibroblast GSTA4
|
270 |
+
-9.016942 -9.605058 alveolar fibroblast CCND2
|
271 |
+
-8.398476 -9.783547 alveolar fibroblast PHLDB2
|
272 |
+
-3.2639804 -7.0863485 alveolar fibroblast PKNOX2
|
273 |
+
-7.2229953 -17.75036 alveolar fibroblast COL5A2
|
274 |
+
-9.215864 -9.457027 alveolar fibroblast ARMCX1
|
275 |
+
-9.376474 -9.448101 alveolar fibroblast SPRY4
|
276 |
+
-8.233024 -9.834279 alveolar fibroblast ADAM9
|
277 |
+
-9.142559 -9.552636 alveolar fibroblast ZNF559
|
278 |
+
-9.017201 -9.531662 alveolar fibroblast SDC2
|
279 |
+
14.027658 -11.976007 alveolar fibroblast LAMA4
|
280 |
+
14.013511 -12.017721 alveolar fibroblast RASSF9
|
281 |
+
-10.075984 -6.703697 alveolar fibroblast PRTFDC1
|
282 |
+
-11.275708 -5.54265 alveolar fibroblast NFASC
|
283 |
+
13.968721 -11.994987 alveolar fibroblast ITGA10
|
284 |
+
-7.429313 -9.266034 alveolar fibroblast BTG2
|
285 |
+
-9.318668 -9.625167 alveolar fibroblast COL8A1
|
286 |
+
-9.720736 -8.438479 alveolar fibroblast EXT2
|
287 |
+
-9.201222 -9.352685 alveolar fibroblast SOX9
|
288 |
+
3.3257227 0.19199832 alveolar fibroblast TNS1
|
289 |
+
-8.555737 -10.068008 alveolar fibroblast CNKSR2
|
290 |
+
-8.696441 -10.256426 alveolar fibroblast CPE
|
291 |
+
1.5615453 4.6246176 alveolar fibroblast PPP1R3C
|
292 |
+
-9.705195 -9.51199 alveolar fibroblast ELP1
|
293 |
+
2.0105917 5.770437 alveolar fibroblast CFB
|
294 |
+
-9.472338 -8.93455 alveolar fibroblast SLC9A3R2
|
295 |
+
-8.916895 -9.782629 alveolar fibroblast FCGRT
|
296 |
+
-8.137689 -9.680419 alveolar fibroblast IL6
|
297 |
+
-9.323101 -9.019895 alveolar fibroblast CCL2
|
298 |
+
-9.138171 -10.292648 alveolar fibroblast TOR1AIP1
|
299 |
+
-9.0576315 -10.157818 alveolar fibroblast HLF
|
300 |
+
-7.484172 -9.125293 alveolar fibroblast S1PR3
|
301 |
+
-7.1192565 -8.672504 alveolar fibroblast UNC5C
|
302 |
+
-8.664401 -10.051351 alveolar fibroblast DOK5
|
303 |
+
-9.43444 -8.992529 alveolar fibroblast JAM2
|
304 |
+
-9.81779 -9.057295 alveolar fibroblast PDGFRB
|
305 |
+
-8.266433 2.0735533 alveolar fibroblast GPX7
|
306 |
+
-9.591512 -8.809947 alveolar fibroblast IFT122
|
307 |
+
0.8034123 1.1128802 alveolar fibroblast SOD3
|
308 |
+
-8.489727 -10.047886 alveolar fibroblast TPM2
|
309 |
+
-8.105351 -10.070616 alveolar fibroblast TBX4
|
310 |
+
-10.138426 -8.053655 alveolar fibroblast PPIC
|
311 |
+
-8.502709 -10.547986 alveolar fibroblast FAIM2
|
312 |
+
-9.002308 -9.46021 alveolar fibroblast CNBP
|
313 |
+
-8.235424 -10.525727 alveolar fibroblast F2RL2
|
314 |
+
-9.1671095 -8.747011 alveolar fibroblast MBTPS2
|
315 |
+
-9.648922 -9.620454 alveolar fibroblast LRP1
|
316 |
+
-9.502017 -8.397461 alveolar fibroblast PLPP3
|
317 |
+
-8.281822 -8.537561 alveolar fibroblast ARL4D
|
318 |
+
-9.122514 -9.31179 alveolar fibroblast TCF21
|
319 |
+
0.9989956 2.7240965 alveolar fibroblast CREB5
|
320 |
+
-8.534515 -10.234344 alveolar fibroblast FAM107A
|
321 |
+
-8.060996 -10.540064 alveolar fibroblast TMEM237
|
322 |
+
-7.484244 -9.211107 alveolar fibroblast FAM110B
|
323 |
+
-9.496997 -9.331239 alveolar fibroblast AXIN2
|
324 |
+
4.4395304 0.3512582 alveolar fibroblast HNMT
|
325 |
+
-6.6158266 -8.5461235 alveolar fibroblast HSPG2
|
326 |
+
-7.8178277 -9.051457 alveolar fibroblast TNFRSF1A
|
327 |
+
-8.389867 -10.119456 alveolar fibroblast NFKBIA
|
328 |
+
-8.3538475 -10.370902 alveolar fibroblast NUMBL
|
329 |
+
-3.3767307 -4.0160093 alveolar fibroblast CLU
|
330 |
+
-8.729556 -9.6368 alveolar fibroblast ABCC9
|
331 |
+
-8.291726 -9.88129 alveolar fibroblast ABCA1
|
332 |
+
-9.884314 -8.631612 alveolar fibroblast TMEM109
|
333 |
+
-8.103418 -10.0303135 alveolar fibroblast TIMP3
|
334 |
+
-9.866032 -9.053834 alveolar fibroblast DDAH2
|
335 |
+
-9.370905 -9.542854 alveolar fibroblast KCTD10
|
336 |
+
-7.692699 -9.482589 alveolar fibroblast GNG12
|
337 |
+
-10.400336 1.2130625 alveolar fibroblast GJA5
|
338 |
+
-9.409775 -9.520494 alveolar fibroblast CACNB2
|
339 |
+
-8.438285 -9.79713 alveolar fibroblast EEF1AKMT1
|
340 |
+
-8.719784 -9.597982 alveolar fibroblast TSPYL1
|
341 |
+
-8.838717 -8.534792 alveolar fibroblast LATS2
|
342 |
+
-9.102472 -10.1374035 alveolar fibroblast FAM13C
|
343 |
+
-9.967689 -8.563839 alveolar fibroblast LMOD1
|
344 |
+
-8.39435 -10.345301 alveolar fibroblast ZC2HC1A
|
345 |
+
-9.437468 -9.472589 alveolar fibroblast COL1A2
|
346 |
+
-8.444623 -10.095789 alveolar fibroblast PLTP
|
347 |
+
-8.093208 -9.806008 alveolar fibroblast OSMR
|
348 |
+
-9.072029 -10.054868 alveolar fibroblast ADAM33
|
349 |
+
-9.129355 -9.00794 alveolar fibroblast MT-CYB
|
350 |
+
-8.40915 -10.119184 alveolar fibroblast CD81
|
351 |
+
-9.91339 -7.8769445 alveolar fibroblast APOE
|
352 |
+
-8.654872 -8.457611 alveolar fibroblast ZNF83
|
353 |
+
-10.369225 -7.768078 alveolar fibroblast MFAP5
|
354 |
+
-10.11844 -8.92708 alveolar fibroblast RECK
|
355 |
+
-7.9243493 -9.341183 alveolar fibroblast SRF
|
356 |
+
1.8984712 5.0695047 alveolar fibroblast SVEP1
|
357 |
+
-9.458261 -11.212263 alveolar fibroblast SOCS3
|
358 |
+
-9.591878 -8.669499 alveolar fibroblast PTH1R
|
359 |
+
-8.214641 -9.805809 alveolar fibroblast DLG2
|
360 |
+
-7.74845 -9.238892 alveolar fibroblast TGM2
|
361 |
+
-9.445731 -8.731667 alveolar fibroblast RCN3
|
362 |
+
2.2939813 1.0782231 alveolar fibroblast RAB3IL1
|
363 |
+
0.3009151 -0.7991134 alveolar fibroblast SLC39A13
|
364 |
+
-8.29954 -9.951768 alveolar fibroblast NAMPT
|
365 |
+
-8.669299 -10.071145 alveolar fibroblast JAM3
|
366 |
+
-8.405045 -10.05542 alveolar fibroblast LDHC
|
367 |
+
-9.988715 -9.545842 alveolar fibroblast GPC3
|
368 |
+
-7.8283024 -8.919434 alveolar fibroblast PRDX6
|
369 |
+
-8.782522 -9.936658 alveolar fibroblast HHIPL1
|
370 |
+
-9.000066 -9.029237 alveolar fibroblast GNB3
|
371 |
+
-5.702747 -8.285248 alveolar fibroblast LAMB1
|
372 |
+
-9.29607 -9.112132 alveolar fibroblast DEGS1
|
373 |
+
-8.434085 -9.807429 alveolar fibroblast RTL8C
|
374 |
+
-8.365873 -10.07739 alveolar fibroblast ABL1
|
375 |
+
-7.2021747 -17.717941 alveolar fibroblast TRIM45
|
376 |
+
-8.568401 -9.939366 alveolar fibroblast STAT2
|
377 |
+
-0.34828684 -2.949768 alveolar fibroblast MDK
|
378 |
+
-9.991122 -8.067271 alveolar fibroblast SPOCK3
|
379 |
+
-0.90718853 -5.0003724 alveolar fibroblast PEBP1
|
380 |
+
-8.771385 -10.157211 alveolar fibroblast DPYSL2
|
381 |
+
-7.594265 -8.664073 alveolar fibroblast HACD3
|
382 |
+
-8.714518 -9.827736 alveolar fibroblast EPAS1
|
383 |
+
-9.768424 -9.007475 alveolar fibroblast SFRP2
|
384 |
+
-7.3345985 -9.496855 alveolar fibroblast SHISA3
|
385 |
+
-9.687876 -9.759496 alveolar fibroblast MT2A
|
386 |
+
-12.033415 -8.06076 alveolar fibroblast PLD3
|
387 |
+
-9.680837 -8.683451 alveolar fibroblast GPM6B
|
388 |
+
-8.429638 -9.375373 alveolar fibroblast S100A13
|
389 |
+
-9.040125 -9.923414 alveolar fibroblast TBL1XR1
|
390 |
+
-0.42366716 -8.689317 alveolar fibroblast ST3GAL4
|
391 |
+
-8.353083 -10.307278 alveolar fibroblast MGARP
|
392 |
+
3.166884 2.710121 alveolar fibroblast C1R
|
393 |
+
-0.6846878 -4.853182 alveolar fibroblast SFTPD
|
394 |
+
-1.6004308 -6.442401 alveolar fibroblast FKBP7
|
395 |
+
2.2945662 6.6742983 alveolar fibroblast WEE1
|
396 |
+
-9.995887 -8.732481 alveolar fibroblast GPRASP2
|
397 |
+
-8.672107 -10.034896 alveolar fibroblast CDC42EP1
|
398 |
+
-9.910604 -8.940111 alveolar fibroblast CDH11
|
399 |
+
-8.90116 -8.654827 alveolar fibroblast CD82
|
400 |
+
2.1547315 -0.0070172395 alveolar fibroblast AMOTL2
|
401 |
+
-11.038366 0.9973001 alveolar fibroblast ROR1
|
402 |
+
-8.774938 -9.1915045 alveolar fibroblast DAB2
|
403 |
+
14.000406 -12.172381 alveolar fibroblast NYNRIN
|
404 |
+
-9.727659 -8.910264 alveolar fibroblast PLA2G5
|
405 |
+
-7.6790385 -9.766725 alveolar fibroblast COL5A3
|
406 |
+
-9.639223 -9.159428 alveolar fibroblast EVC2
|
407 |
+
-8.82642 -10.050494 alveolar fibroblast NRP2
|
408 |
+
-7.3355117 -8.6377535 alveolar fibroblast GIGYF1
|
409 |
+
-9.144137 -9.741342 alveolar fibroblast EFNB1
|
410 |
+
-10.060186 -8.861782 alveolar fibroblast CASTOR1
|
411 |
+
-12.725927 -7.375734 alveolar fibroblast NHSL2
|
412 |
+
-9.005663 -9.040322 alveolar fibroblast ID2
|
413 |
+
-7.7210655 -9.031412 alveolar fibroblast SOD2
|
414 |
+
-8.749781 -9.3352165 alveolar fibroblast LRP6
|
415 |
+
-8.267868 -10.080855 alveolar fibroblast KCND1
|
416 |
+
-9.403614 -9.894772 alveolar fibroblast GPR161
|
417 |
+
-9.1061325 -9.570801 alveolar fibroblast MEOX2
|
418 |
+
-9.461249 -9.408604 alveolar fibroblast ACTA2
|
419 |
+
-7.7714 -9.363812 alveolar fibroblast ACP5
|
420 |
+
-8.241433 -10.278016 alveolar fibroblast PLA2G2A
|
421 |
+
-9.122018 -10.116851 alveolar fibroblast GREM2
|
422 |
+
0.02153071 0.9340334 alveolar fibroblast SMIM11A
|
423 |
+
-8.937708 -10.275586 alveolar fibroblast ACTN2
|
424 |
+
-8.699544 -9.86803 alveolar fibroblast FUCA2
|
425 |
+
-8.965987 -9.496918 alveolar fibroblast LEPROT
|
426 |
+
-9.416049 -9.3304205 alveolar fibroblast IL15RA
|
427 |
+
2.705292 0.33523202 alveolar fibroblast SPARC
|
428 |
+
-6.9305277 -8.495468 alveolar fibroblast PRKCA
|
429 |
+
-8.224368 -10.133053 alveolar fibroblast SPARCL1
|
430 |
+
-8.771066 -10.599908 alveolar fibroblast UBE2E2
|
431 |
+
-8.085169 -9.864007 alveolar fibroblast MAN1A1
|
432 |
+
-9.350501 -9.037149 alveolar fibroblast DPT
|
433 |
+
-0.7277659 -3.631377 alveolar fibroblast MT1M
|
434 |
+
-7.1715565 -9.73166 alveolar fibroblast FHL1
|
435 |
+
-9.11816 -9.837762 alveolar fibroblast RAD52
|
436 |
+
-8.858588 -9.829771 alveolar fibroblast KLHL13
|
437 |
+
-8.791262 -10.080062 alveolar fibroblast CEBPD
|
438 |
+
-9.8341 -8.984389 alveolar fibroblast PROS1
|
439 |
+
-1.305585 -2.7783105 alveolar fibroblast ARMCX2
|
440 |
+
-10.829227 -5.4652944 alveolar fibroblast NAV2
|
441 |
+
-9.660452 -8.80637 alveolar fibroblast MEIS1
|
442 |
+
-9.362442 -9.689381 alveolar fibroblast RIN2
|
443 |
+
-9.774139 -8.405455 alveolar fibroblast GLI2
|
444 |
+
-5.6120925 -8.20437 alveolar fibroblast PDK4
|
445 |
+
-8.653253 -9.4868355 alveolar fibroblast PPP1R14A
|
446 |
+
-7.8170547 -9.310539 alveolar fibroblast BEX3
|
447 |
+
13.995916 -12.125569 alveolar fibroblast PTPRZ1
|
448 |
+
1.4845878 3.87946 alveolar fibroblast SERPINE2
|
449 |
+
-6.1214128 -8.388881 alveolar fibroblast SLC39A1
|
450 |
+
0.64391357 -0.56074536 alveolar fibroblast APLP2
|
451 |
+
-8.898042 -9.4085655 alveolar fibroblast ADH1B
|
452 |
+
-8.539239 -9.8174305 alveolar fibroblast OLFM2
|
453 |
+
-8.570097 -10.315428 alveolar fibroblast SNCA
|
454 |
+
-8.795757 -9.795466 alveolar fibroblast GPR61
|
455 |
+
-5.9675684 -8.796395 alveolar fibroblast SAMD4A
|
456 |
+
2.0222719 1.2488185 alveolar fibroblast CACNA1C
|
457 |
+
4.990391 5.2513986 alveolar fibroblast SCN1B
|
458 |
+
-8.776483 -9.527928 alveolar fibroblast RBM6
|
459 |
+
-8.93314 -10.30592 alveolar fibroblast PLAC9
|
460 |
+
-8.944809 -9.722163 alveolar fibroblast CNTFR
|
461 |
+
-9.76361 -9.263474 alveolar fibroblast FGFRL1
|
462 |
+
-9.825625 -9.063111 alveolar fibroblast IGFBP7
|
463 |
+
-9.976817 -8.704242 alveolar fibroblast DIRAS3
|
464 |
+
-9.488943 -8.872356 alveolar fibroblast TYRP1
|
465 |
+
-9.997313 -6.818352 alveolar fibroblast EFNA5
|
466 |
+
-6.2010713 -8.783099 alveolar fibroblast RORA
|
467 |
+
-10.19518 -8.811728 alveolar fibroblast LGALS3BP
|
468 |
+
-10.141347 -8.813308 alveolar fibroblast COX4I2
|
469 |
+
-8.095136 -10.298203 alveolar fibroblast SERPING1
|
470 |
+
-9.344388 -9.628642 alveolar fibroblast MAOB
|
471 |
+
-9.003937 -9.772511 alveolar fibroblast MID2
|
472 |
+
-0.59266895 -8.772266 alveolar fibroblast NR2F1
|
473 |
+
-0.9646881 -3.1994014 alveolar fibroblast FOSB
|
474 |
+
-9.580523 -8.584455 alveolar fibroblast CNTN1
|
475 |
+
-7.230689 -8.432352 alveolar fibroblast CYP4F12
|
476 |
+
-9.323865 -9.130328 alveolar fibroblast SGCA
|
477 |
+
-9.267243 -9.482513 alveolar fibroblast NCALD
|
478 |
+
-9.87656 -7.7212486 alveolar fibroblast LAMB2
|
479 |
+
-9.695991 -8.913875 alveolar fibroblast PTGIR
|
480 |
+
-8.624952 -10.391406 alveolar fibroblast SERINC1
|
481 |
+
-9.109957 -9.548848 alveolar fibroblast CNN2
|
482 |
+
-8.772367 -8.723293 alveolar fibroblast ASIC1
|
483 |
+
-8.299032 -9.60641 alveolar fibroblast EFEMP2
|
484 |
+
-8.956987 -10.135188 alveolar fibroblast LCAT
|
485 |
+
1.661599 5.0510416 alveolar fibroblast ANXA1
|
486 |
+
2.4326737 5.7710156 alveolar fibroblast EDA
|
487 |
+
-9.766197 -9.408042 alveolar fibroblast VAMP2
|
488 |
+
-2.1098132 -3.6560616 alveolar fibroblast TMEM108
|
489 |
+
-1.033959 -5.071363 alveolar fibroblast IFITM3
|
490 |
+
-8.6648855 -8.90231 alveolar fibroblast BCL6
|
491 |
+
0.8873562 3.2819366 alveolar fibroblast PLS3
|
492 |
+
-9.52178 -9.419478 alveolar fibroblast CHST14
|
493 |
+
-9.936248 -8.216412 alveolar fibroblast SYNE1
|
494 |
+
-8.750068 -10.421051 alveolar fibroblast SPON1
|
495 |
+
-8.966945 -9.896648 alveolar fibroblast CDC42EP2
|
496 |
+
-8.901567 -9.266365 alveolar fibroblast PDCD1LG2
|
497 |
+
-9.4741 -10.662006 alveolar fibroblast VASN
|
498 |
+
-9.146378 -8.703818 alveolar fibroblast GATA6
|
499 |
+
-8.284481 -9.126176 alveolar fibroblast OGN
|
500 |
+
-5.231548 -8.449858 alveolar fibroblast SLC16A4
|
501 |
+
-8.899967 -10.294823 alveolar fibroblast IL33
|
502 |
+
-9.5252495 -9.612349 alveolar fibroblast GULP1
|
503 |
+
-8.665449 -10.043016 alveolar fibroblast FXYD6
|
504 |
+
-7.9836626 -9.930233 alveolar fibroblast COL16A1
|
505 |
+
-2.20156 -7.0296383 alveolar fibroblast PLK3
|
506 |
+
14.019475 -11.892424 alveolar fibroblast CRYZ
|
507 |
+
-8.752813 -9.797329 alveolar fibroblast NRXN2
|
508 |
+
-8.923859 -9.649993 alveolar fibroblast BBS10
|
509 |
+
-0.4618557 -3.9766707 alveolar fibroblast FOXO1
|
510 |
+
-8.468066 -10.3726845 alveolar fibroblast DACT3
|
511 |
+
-9.175412 -8.720061 alveolar fibroblast ANXA6
|
512 |
+
-9.318086 -11.042478 alveolar fibroblast COL4A2
|
513 |
+
-9.774509 -11.224231 alveolar fibroblast MSC
|
514 |
+
-2.5625505 -6.8851485 alveolar fibroblast TAGLN
|
515 |
+
-8.944515 -9.447087 alveolar fibroblast TMEM262
|
516 |
+
-6.668307 -8.833399 alveolar fibroblast RADIL
|
517 |
+
-8.999651 -9.953784 alveolar fibroblast KCNJ12
|
518 |
+
-8.000029 -9.164646 alveolar fibroblast FBN1
|
519 |
+
-8.815587 -9.773414 alveolar fibroblast CAVIN2
|
520 |
+
1.7477796 4.868715 alveolar fibroblast ITGB1
|
521 |
+
-9.254183 -9.517067 alveolar fibroblast ZBTB14
|
522 |
+
-9.088701 -9.391149 alveolar fibroblast ANTXR1
|
523 |
+
-9.493571 -9.711459 alveolar fibroblast DUSP1
|
524 |
+
-8.684505 -10.47992 alveolar fibroblast GRAMD2B
|
525 |
+
-9.7967615 -9.027343 alveolar fibroblast LGALS13
|
526 |
+
-7.7858744 -9.306016 alveolar fibroblast NFIB
|
527 |
+
-9.798364 -8.616175 alveolar fibroblast HOXB5
|
528 |
+
-9.37407 -9.557842 alveolar fibroblast SFTPB
|
529 |
+
-7.539487 -7.811245 alveolar fibroblast JUND
|
530 |
+
-8.678585 -9.792585 alveolar fibroblast VEGFC
|
531 |
+
-8.523511 -10.289904 alveolar fibroblast PLEKHF1
|
532 |
+
-9.508554 -9.119257 alveolar fibroblast HLA-G
|
533 |
+
-9.017748 -9.993008 alveolar fibroblast TIMP2
|
534 |
+
-9.625629 -8.849921 alveolar fibroblast EXT1
|
535 |
+
-10.339993 -8.985315 alveolar fibroblast PSAP
|
536 |
+
-8.9226 -9.175941 alveolar fibroblast SLC38A2
|
537 |
+
-8.418025 -10.300188 alveolar fibroblast IGFBP6
|
538 |
+
-9.670082 -11.173166 alveolar fibroblast CSRNP1
|
539 |
+
-8.999072 -10.004719 alveolar fibroblast PTGFR
|
540 |
+
-8.909638 -9.608438 alveolar fibroblast LRP4
|
541 |
+
-4.3952556 -8.380559 alveolar fibroblast MUSK
|
542 |
+
-8.960931 -8.69404 alveolar fibroblast BPIFA1
|
543 |
+
-8.662247 -10.121968 alveolar fibroblast SFTPA1
|
544 |
+
-9.697971 -7.4648786 alveolar fibroblast METTL7A
|
545 |
+
1.4668092 4.0039845 alveolar fibroblast MAGI2
|
546 |
+
-7.6247888 -9.387703 alveolar fibroblast CXCL9
|
547 |
+
-4.727987 -8.114377 alveolar fibroblast SOX13
|
548 |
+
-8.929233 -9.961486 alveolar fibroblast ALDH6A1
|
549 |
+
-13.057838 -7.7756863 alveolar fibroblast MAGED2
|
550 |
+
-10.07763 -7.8113728 alveolar fibroblast C3
|
551 |
+
-8.589896 -10.05269 alveolar fibroblast FHL5
|
552 |
+
-8.722474 -9.657876 alveolar fibroblast ADM
|
553 |
+
-8.942189 -9.264013 alveolar fibroblast NTRK3
|
554 |
+
-8.372366 -9.297469 alveolar fibroblast ADAMTSL3
|
555 |
+
-8.061709 -9.495825 alveolar fibroblast TPM1
|
556 |
+
-8.82329 -9.765564 alveolar fibroblast CHL1
|
557 |
+
-8.79429 -10.331972 alveolar fibroblast HSPB7
|
558 |
+
-9.622258 -9.204637 alveolar fibroblast DTNA
|
559 |
+
-9.014956 -9.45777 alveolar fibroblast CALCOCO1
|
560 |
+
-9.788932 -9.452205 alveolar fibroblast SEC22B
|
561 |
+
-8.6605625 -9.153594 alveolar fibroblast PRNP
|
562 |
+
-10.02776 -9.210141 alveolar fibroblast SPOCK1
|
563 |
+
-8.434737 -10.108339 alveolar fibroblast ATL1
|
564 |
+
-10.101142 -7.387776 alveolar fibroblast EMP1
|
565 |
+
-8.948727 -9.9042 alveolar fibroblast FNIP1
|
566 |
+
-8.629286 -8.290681 alveolar fibroblast IL16
|
567 |
+
-8.884047 -9.515708 alveolar fibroblast C1QA
|
568 |
+
-8.052696 -9.310944 alveolar fibroblast VWA5A
|
569 |
+
-7.7671022 -9.393535 alveolar fibroblast VCL
|
570 |
+
-9.350163 -9.627337 alveolar fibroblast KIF7
|
571 |
+
-8.037944 -9.854892 alveolar fibroblast HNRNPLL
|
572 |
+
-9.513577 -7.8471513 alveolar fibroblast SH3RF3
|
573 |
+
-9.418711 -9.34875 alveolar fibroblast AOC3
|
574 |
+
13.895745 -12.066343 alveolar fibroblast TMEM121
|
575 |
+
-8.943031 -10.2690735 alveolar fibroblast BOC
|
576 |
+
-9.494532 -10.120519 alveolar fibroblast SMAD7
|
577 |
+
-9.883333 -9.164893 alveolar fibroblast MPDZ
|
578 |
+
0.83242095 -0.054766215 alveolar fibroblast TMEM98
|
579 |
+
-9.952444 -8.606733 alveolar fibroblast LARP6
|
580 |
+
-8.502418 -9.723317 alveolar fibroblast ID3
|
581 |
+
-8.025832 -10.544642 alveolar fibroblast FGF14
|
582 |
+
-9.267104 -9.20451 alveolar fibroblast USP11
|
583 |
+
-8.579726 -9.772563 alveolar fibroblast ZC3HC1
|
584 |
+
-9.468797 -9.441113 alveolar fibroblast KCNJ8
|
585 |
+
-7.090584 -8.151308 alveolar fibroblast LIFR
|
586 |
+
-7.6810584 -8.863642 alveolar fibroblast ADAMTS4
|
587 |
+
-7.6529517 -9.279997 alveolar fibroblast IGFBP4
|
588 |
+
-9.029479 -9.722957 alveolar fibroblast NFATC4
|
589 |
+
-8.201634 -9.791546 alveolar fibroblast NLGN1
|
590 |
+
-8.8676405 -10.033856 alveolar fibroblast HOXB6
|
591 |
+
0.9806704 -2.9673297 alveolar fibroblast TLE2
|
592 |
+
-8.681072 -9.902526 alveolar fibroblast SCX
|
593 |
+
-8.976604 -8.413441 alveolar fibroblast WNT2
|
594 |
+
-7.4861026 -9.410575 alveolar fibroblast RRAD
|
595 |
+
-8.697818 -10.122351 alveolar fibroblast MEST
|
596 |
+
0.19474824 -0.7042416 alveolar fibroblast SERTAD1
|
597 |
+
-9.421132 -8.879889 alveolar fibroblast LTBP3
|
598 |
+
-7.1816306 -8.748383 alveolar fibroblast VAMP5
|
599 |
+
-9.204766 -8.861203 alveolar fibroblast SKIL
|
600 |
+
-9.965603 -8.629944 alveolar fibroblast MYC
|
601 |
+
-9.731599 -8.807909 alveolar fibroblast NFIA
|
602 |
+
0.29917702 -1.5748435 alveolar fibroblast SLC6A4
|
603 |
+
-9.188749 -10.278801 alveolar fibroblast TSKU
|
604 |
+
-9.903503 -8.534672 alveolar fibroblast SRGAP1
|
605 |
+
-9.266416 -10.499957 alveolar fibroblast PARD3B
|
606 |
+
-9.5640335 -9.3919 alveolar fibroblast TCF4
|
607 |
+
-8.751549 -9.99168 alveolar fibroblast NKD1
|
608 |
+
-8.536711 -10.287951 alveolar fibroblast LSAMP
|
609 |
+
1.0793183 2.5274634 alveolar fibroblast FOXC2
|
610 |
+
-10.060568 -7.90357 alveolar fibroblast HIC1
|
611 |
+
-8.636514 -10.307191 alveolar fibroblast VCAN
|
612 |
+
-8.567126 -10.439444 alveolar fibroblast LIMS4
|
613 |
+
-9.503638 -8.645661 alveolar fibroblast HOXB4
|
614 |
+
-9.361657 -9.137453 alveolar fibroblast UFL1
|
615 |
+
1.1687661 2.9342391 alveolar fibroblast EBF1
|
616 |
+
-9.867688 -8.122957 alveolar fibroblast VGLL3
|
617 |
+
-8.475061 -10.331116 alveolar fibroblast WSB1
|
618 |
+
-6.357131 -8.8813505 alveolar fibroblast NPIPA1
|
619 |
+
-8.31726 -9.980111 alveolar fibroblast CNN1
|
620 |
+
-8.712821 -9.633133 alveolar fibroblast APOL2
|
621 |
+
-9.883131 -8.62173 alveolar fibroblast TULP3
|
622 |
+
-8.71423 -9.920308 alveolar fibroblast AKAP9
|
623 |
+
-8.826321 -9.212799 alveolar fibroblast BMP5
|
624 |
+
-9.46193 -9.360535 alveolar fibroblast MITF
|
625 |
+
-9.053791 -8.9749565 alveolar fibroblast SCARB2
|
626 |
+
-8.824542 -9.308115 alveolar fibroblast GAS6
|
627 |
+
-7.8547325 -9.641545 alveolar fibroblast PELO
|
628 |
+
-9.222864 -10.129736 alveolar fibroblast CABLES1
|
629 |
+
-8.691993 -9.175767 alveolar fibroblast OTUD7B
|
630 |
+
-8.482309 -10.221056 alveolar fibroblast ADRA1B
|
631 |
+
-9.512264 -9.071754 alveolar fibroblast COL4A1
|
632 |
+
-9.61775 -9.131043 alveolar fibroblast HSPB8
|
633 |
+
1.959806 5.249602 alveolar fibroblast EPHA5
|
634 |
+
-8.697432 -10.131348 alveolar fibroblast DLC1
|
635 |
+
-7.9927983 -9.513596 alveolar fibroblast SGCE
|
636 |
+
-8.492671 -10.006815 alveolar fibroblast MEGF6
|
637 |
+
-8.72667 -10.2910795 alveolar fibroblast RNPC3
|
638 |
+
-10.106965 -8.689125 alveolar fibroblast PTGDS
|
639 |
+
-9.435612 -10.755944 alveolar fibroblast IFIT5
|
640 |
+
-9.213826 -9.503731 alveolar fibroblast CD59
|
641 |
+
-10.259982 -8.0818405 alveolar fibroblast ENG
|
642 |
+
-9.529923 -9.272921 alveolar fibroblast TNFSF13
|
643 |
+
-9.87489 -8.809955 alveolar fibroblast GALNT15
|
644 |
+
-7.2350197 -8.55625 alveolar fibroblast GADD45B
|
645 |
+
-10.193411 -6.9635305 alveolar fibroblast DCC
|
646 |
+
-1.9782395 -4.060743 alveolar fibroblast NTM
|
647 |
+
-9.007064 -9.533337 alveolar fibroblast PMP22
|
648 |
+
-8.951169 -8.528712 alveolar fibroblast NOG
|
649 |
+
-8.961679 -10.284663 alveolar fibroblast HSD17B14
|
650 |
+
-9.375368 -9.399853 alveolar fibroblast NUCKS1
|
651 |
+
-12.471386 -7.4198985 alveolar fibroblast PPP1CB
|
652 |
+
-8.810013 -9.478264 alveolar fibroblast NCKAP5
|
653 |
+
-12.052175 -6.5022535 alveolar fibroblast POGZ
|
654 |
+
-8.026283 -9.3189125 alveolar fibroblast EPHA3
|
655 |
+
-4.8110843 -8.060388 alveolar fibroblast EDA2R
|
656 |
+
3.7867184 3.036201 alveolar fibroblast GNG11
|
657 |
+
-8.356157 -10.3108835 alveolar fibroblast GHR
|
658 |
+
-8.4042425 -10.077835 alveolar fibroblast LGALS3
|
659 |
+
-0.013100747 -3.6505342 alveolar fibroblast SHISA4
|
660 |
+
-8.265651 -10.032552 alveolar fibroblast TWSG1
|
661 |
+
-9.431868 -10.991423 alveolar fibroblast MSRB3
|
662 |
+
-9.332267 -9.377345 alveolar fibroblast CCDC102B
|
663 |
+
-8.951331 -8.537543 alveolar fibroblast ATN1
|
664 |
+
-9.505022 -10.795447 alveolar fibroblast HEYL
|
665 |
+
-8.243495 -10.438166 alveolar fibroblast RUNX1T1
|
666 |
+
-8.594533 -9.637956 alveolar fibroblast CFL2
|
667 |
+
-10.036047 -8.392084 alveolar fibroblast MFAP2
|
668 |
+
-8.803362 -10.546952 alveolar fibroblast PYGO1
|
669 |
+
-9.076569 -10.249236 alveolar fibroblast TPRG1
|
670 |
+
-7.883599 -9.212912 alveolar fibroblast FRZB
|
671 |
+
0.8171611 -1.4471976 alveolar fibroblast SNAI1
|
672 |
+
0.6844359 0.36927 alveolar fibroblast INSR
|
673 |
+
-8.302742 -10.4052725 alveolar fibroblast GPR1
|
674 |
+
-8.205391 -9.518191 alveolar fibroblast MAGED1
|
675 |
+
-9.726385 -9.183468 alveolar fibroblast ZNF266
|
676 |
+
-6.9342117 -8.0977 alveolar fibroblast SFTPC
|
677 |
+
-7.1016216 -8.229788 alveolar fibroblast FMNL2
|
678 |
+
-9.094212 -9.777825 alveolar fibroblast RAPH1
|
679 |
+
-8.202984 -10.416847 alveolar fibroblast PALLD
|
680 |
+
-7.038843 -8.204787 alveolar fibroblast ADD3
|
681 |
+
-9.852737 -11.267311 alveolar fibroblast AXL
|
682 |
+
-6.63185 -8.884593 alveolar fibroblast CSRP1
|
683 |
+
-7.5925713 -9.454733 alveolar fibroblast DPYSL3
|
684 |
+
-9.030873 -10.089039 alveolar fibroblast ADHFE1
|
685 |
+
-9.229937 -9.435281 alveolar fibroblast BCKDHA
|
686 |
+
-6.632678 -9.226938 alveolar fibroblast PTBP2
|
687 |
+
-9.795854 -8.400518 alveolar fibroblast RGN
|
688 |
+
-10.984036 -5.6450305 alveolar fibroblast NFIX
|
689 |
+
-8.462748 -10.254824 alveolar fibroblast ZKSCAN3
|
690 |
+
-10.996375 -8.549589 alveolar fibroblast HOXB2
|
691 |
+
-9.675432 -8.832525 alveolar fibroblast FGF18
|
692 |
+
5.4086146 6.129493 alveolar fibroblast CITED2
|
693 |
+
1.5315446 4.698312 alveolar fibroblast RTN4
|
694 |
+
-8.743491 -9.454054 alveolar fibroblast RAD51D
|
695 |
+
-6.1874747 -8.483742 alveolar fibroblast FLCN
|
696 |
+
-5.5006237 -8.579929 alveolar fibroblast PTN
|
697 |
+
-6.736815 -9.102654 alveolar fibroblast CLSTN3
|
698 |
+
-10.02573 -7.896945 alveolar fibroblast EID1
|
699 |
+
-8.812877 -10.001025 alveolar fibroblast ALDH1A1
|
700 |
+
-8.616959 -10.377959 alveolar fibroblast LMNA
|
701 |
+
-9.731824 -9.570772 alveolar fibroblast RHOBTB3
|
702 |
+
-9.947242 -8.834789 alveolar fibroblast PTPRM
|
703 |
+
-8.354134 -10.415322 alveolar fibroblast NTN1
|
704 |
+
-10.048752 -7.935455 alveolar fibroblast SPATA6
|
705 |
+
-9.156944 -9.798621 alveolar fibroblast CYTH3
|
706 |
+
-8.906612 -9.982212 alveolar fibroblast PTGIS
|
707 |
+
0.8695731 1.9726655 alveolar fibroblast DEPP1
|
708 |
+
-9.993801 -7.2642417 alveolar fibroblast MFAP4
|
709 |
+
-8.918004 -9.918947 alveolar fibroblast PDE7B
|
710 |
+
-5.9863114 -8.836792 alveolar fibroblast SERPINF1
|
711 |
+
-9.028383 -8.556699 alveolar fibroblast FBLN1
|
712 |
+
-9.453997 -9.452113 alveolar fibroblast ZNF512
|
713 |
+
1.2433453 -0.8342334 alveolar fibroblast CFI
|
714 |
+
-1.2616152 -4.2201424 alveolar fibroblast ANXA5
|
715 |
+
-8.729458 -10.217654 alveolar fibroblast LIMA1
|
716 |
+
0.07838947 -2.2871144 alveolar fibroblast BMPR1A
|
717 |
+
1.4964787 -1.671079 alveolar fibroblast MNS1
|
718 |
+
2.4132788 6.3130283 alveolar fibroblast NGF
|
719 |
+
-10.063981 -8.342796 alveolar fibroblast PTK7
|
720 |
+
-9.159006 -9.795067 alveolar fibroblast HTR2A
|
721 |
+
0.9336242 -0.6317902 alveolar fibroblast ADH1A
|
722 |
+
-9.006417 -9.890462 alveolar fibroblast TDO2
|
723 |
+
-7.908096 -9.607634 alveolar fibroblast CYB5A
|
724 |
+
-9.577112 -8.791067 alveolar fibroblast DRD1
|
725 |
+
-5.552908 -8.512927 alveolar fibroblast GSTM1
|
726 |
+
-8.652714 -9.780115 alveolar fibroblast GSN
|
727 |
+
-9.352527 -9.626478 alveolar fibroblast NTNG1
|
728 |
+
-7.448725 -8.6279955 alveolar fibroblast DZIP3
|
729 |
+
1.4350729 2.9098437 alveolar fibroblast CTTN
|
730 |
+
0.64111525 -0.7255973 alveolar fibroblast BCAT1
|
731 |
+
-7.851483 -9.513537 alveolar fibroblast FBXO44
|
732 |
+
-9.827661 -8.814598 alveolar fibroblast ENAH
|
733 |
+
1.505419 -0.57786644 alveolar fibroblast RARB
|
734 |
+
-9.783453 -8.943024 alveolar fibroblast KDR
|
735 |
+
0.2980114 0.6459426 alveolar fibroblast CHAD
|
736 |
+
-9.632696 -9.221924 alveolar fibroblast ALDH2
|
737 |
+
-8.026403 -9.794043 alveolar fibroblast RMDN2
|
738 |
+
-9.682286 -7.6861334 alveolar fibroblast C2
|
739 |
+
0.4483901 1.340886 alveolar fibroblast TNFSF13B
|
740 |
+
-9.820822 -7.488916 alveolar fibroblast PTX3
|
741 |
+
14.1255455 -12.105087 alveolar fibroblast ADAM17
|
742 |
+
-8.959759 -9.978631 alveolar fibroblast SGCB
|
743 |
+
-8.830674 -10.239095 alveolar fibroblast ELN
|
744 |
+
-7.474971 -8.904034 alveolar fibroblast COL13A1
|
745 |
+
-9.035309 -10.141059 alveolar fibroblast PDLIM1
|
746 |
+
-9.381597 -9.41913 alveolar fibroblast IGFBP5
|
747 |
+
-9.896583 -8.7977 alveolar fibroblast IER3
|
748 |
+
-9.864536 -7.982395 alveolar fibroblast TCEANC
|
749 |
+
-9.389897 -8.752638 alveolar fibroblast RCAN1
|
750 |
+
-8.73082 -9.618713 alveolar fibroblast PHLDA3
|
751 |
+
-9.905229 -8.515109 alveolar fibroblast CTDSPL
|
752 |
+
-8.319382 -10.05418 alveolar fibroblast NR2F2
|
753 |
+
-9.512192 -8.313071 alveolar fibroblast PPFIBP1
|
754 |
+
-9.739722 -9.172869 alveolar fibroblast ZFP2
|
755 |
+
-10.016592 -7.8215413 alveolar fibroblast CXCL12
|
756 |
+
-9.272573 -10.155071 alveolar fibroblast CEP126
|
757 |
+
1.4108604 3.7024553 alveolar fibroblast RAMP1
|
758 |
+
-10.260605 -7.6104774 alveolar fibroblast MMP14
|
759 |
+
-8.252571 -9.71982 alveolar fibroblast ABLIM3
|
760 |
+
-8.613127 -10.278767 alveolar fibroblast LOXL1
|
761 |
+
-3.7930183 -7.7692757 alveolar fibroblast ZNF439
|
762 |
+
-8.559148 -10.089042 alveolar fibroblast FGFR1
|
763 |
+
4.620983 -0.017621303 alveolar fibroblast FMOD
|
764 |
+
-8.780314 -10.192823 alveolar fibroblast FAM13A
|
765 |
+
-5.5999184 -8.226665 alveolar fibroblast EGR1
|
766 |
+
-8.059979 -9.97721 alveolar fibroblast THY1
|
767 |
+
-9.60291 -8.660432 alveolar fibroblast CZIB
|
768 |
+
2.2382128 5.5550833 alveolar fibroblast LRRC4C
|
769 |
+
-7.094335 -8.385591 alveolar fibroblast SSPN
|
770 |
+
-9.384037 -9.252664 alveolar fibroblast NPHP3
|
771 |
+
-9.842648 -8.765346 alveolar fibroblast EXOC3L1
|
772 |
+
-9.2772 -9.640179 alveolar fibroblast RXRG
|
773 |
+
-10.113557 -7.281876 alveolar fibroblast GEM
|
774 |
+
-7.846617 -9.400833 alveolar fibroblast ZNF483
|
775 |
+
0.61883926 -0.12830402 alveolar fibroblast SVIL
|
776 |
+
1.0230088 2.6115716 alveolar fibroblast TUBB6
|
777 |
+
-9.212278 -9.260321 alveolar fibroblast HSF4
|
778 |
+
-9.073366 -8.828912 alveolar fibroblast MAL
|
779 |
+
1.4558882 3.6941667 alveolar fibroblast CST3
|
780 |
+
-8.4842825 -10.22698 alveolar fibroblast LGALS1
|
781 |
+
-7.1507716 -8.74412 alveolar fibroblast TSPYL2
|
782 |
+
-9.211217 -9.859435 alveolar fibroblast MAP3K20
|
783 |
+
1.3073198 2.518373 alveolar fibroblast SLC10A1
|
784 |
+
-9.394253 -9.114494 alveolar fibroblast ACKR4
|
785 |
+
-9.304328 -9.673305 alveolar fibroblast MYH10
|
786 |
+
-8.549399 -9.727435 alveolar fibroblast TBC1D2B
|
787 |
+
-9.099722 -9.742796 alveolar fibroblast ITGA1
|
788 |
+
-0.7391181 -5.026644 alveolar fibroblast CYP3A7
|
789 |
+
-8.722423 -9.83511 alveolar fibroblast CCL19
|
790 |
+
-1.3290111 -1.3473766 alveolar fibroblast NLGN2
|
791 |
+
-8.801131 -9.46503 alveolar fibroblast ATP6V0A1
|
792 |
+
-6.7144732 -9.452266 alveolar fibroblast THBS2
|
793 |
+
-9.304572 -9.243452 alveolar fibroblast PDE4DIP
|
794 |
+
-9.394486 -9.828549 alveolar fibroblast TMEM74B
|
795 |
+
0.47129205 0.3939369 alveolar fibroblast FRMD6
|
796 |
+
-8.466031 -8.449958 alveolar fibroblast LRRK1
|
797 |
+
-8.464745 -9.722954 alveolar fibroblast ANTXR2
|
798 |
+
0.6102693 1.7011039 alveolar fibroblast CHPF
|
799 |
+
-8.635288 -9.345732 alveolar fibroblast MPP3
|
800 |
+
-9.871856 -8.913636 alveolar fibroblast AGTR1
|
801 |
+
-9.644674 -9.234805 alveolar fibroblast TFPI
|
802 |
+
-9.293 -9.760577 alveolar fibroblast DMPK
|
803 |
+
-8.787862 -10.256638 alveolar fibroblast FAP
|
804 |
+
-8.836423 -9.640644 alveolar fibroblast MAP1LC3A
|
805 |
+
-0.052937716 -8.798368 alveolar fibroblast DLGAP1
|
806 |
+
1.4000479 -2.4739823 alveolar fibroblast CCL11
|
807 |
+
-9.1726885 -9.356499 alveolar fibroblast SERPINH1
|
808 |
+
-10.399531 -7.4586196 alveolar fibroblast MGST1
|
809 |
+
-9.595375 -9.299482 alveolar fibroblast ITGAV
|
810 |
+
-9.64683 -8.488153 alveolar fibroblast BAG2
|
811 |
+
-9.634379 -8.763768 alveolar fibroblast PGRMC1
|
812 |
+
3.1604934 2.33684 alveolar fibroblast ATF3
|
813 |
+
-8.6529875 -10.3300705 alveolar fibroblast SLC35A5
|
814 |
+
-7.7136464 -9.732775 alveolar fibroblast PBX1
|
815 |
+
-10.133111 -7.001926 alveolar fibroblast TWIST2
|
816 |
+
-8.966737 -9.179017 alveolar fibroblast SMO
|
817 |
+
-10.068561 -7.9487505 alveolar fibroblast ADAMTS12
|
818 |
+
-7.840028 -9.653397 alveolar fibroblast EMILIN1
|
819 |
+
-9.873946 -9.323109 alveolar fibroblast PRRX1
|
820 |
+
-9.661212 -8.763928 alveolar fibroblast NR2C1
|
821 |
+
-9.768892 -9.280977 alveolar fibroblast UST
|
822 |
+
-9.519916 -8.82614 alveolar fibroblast LONRF1
|
823 |
+
-8.707538 -9.817252 alveolar fibroblast GBA
|
824 |
+
-8.377006 -10.012719 alveolar fibroblast SPAG8
|
825 |
+
-7.7675843 -9.148387 alveolar fibroblast RANBP3L
|
826 |
+
-6.996341 -8.346285 alveolar fibroblast CRYAB
|
827 |
+
-9.810931 -8.434202 alveolar fibroblast DAAM1
|
828 |
+
-8.415619 -10.25352 alveolar fibroblast UNC50
|
829 |
+
-9.176516 -10.220559 alveolar fibroblast IGF2
|
830 |
+
-9.541039 -8.853617 alveolar fibroblast ARL2
|
831 |
+
-8.579033 -9.9429655 alveolar fibroblast SFRP1
|
832 |
+
1.0817448 2.3723238 alveolar fibroblast ANKRD36B
|
833 |
+
-9.500072 -9.393172 alveolar fibroblast FOXO3
|
834 |
+
2.9130762 1.2971315 alveolar fibroblast PWWP3A
|
835 |
+
-9.578891 -8.534881 alveolar fibroblast GCDH
|
836 |
+
-9.246232 -8.454962 alveolar fibroblast CA3
|
837 |
+
14.067277 -11.8390045 alveolar fibroblast DSTN
|
838 |
+
-9.128522 -9.389885 alveolar fibroblast PLEKHA5
|
839 |
+
-8.821386 -10.015429 alveolar fibroblast CDKN2C
|
840 |
+
-8.865213 -10.244348 alveolar fibroblast STXBP4
|
841 |
+
-10.219502 -8.689575 alveolar fibroblast PRDM6
|
842 |
+
-6.18159 -8.121097 alveolar fibroblast C4B
|
843 |
+
-9.4176 -9.070059 alveolar fibroblast IGF2BP2
|
844 |
+
-8.637182 -9.463754 alveolar fibroblast LTBP2
|
845 |
+
-0.7865012 -3.1849225 alveolar fibroblast PTPDC1
|
846 |
+
-8.829367 -9.992007 alveolar fibroblast ATP2A1
|
847 |
+
-8.858767 -10.159728 alveolar fibroblast DUSP26
|
848 |
+
-9.442425 -9.183801 alveolar fibroblast OSBPL9
|
849 |
+
-4.6258216 -8.426548 alveolar fibroblast ZBTB3
|
850 |
+
-9.43393 -7.7864776 alveolar fibroblast LDB2
|
851 |
+
1.4602787 4.135287 alveolar fibroblast FZD2
|
852 |
+
-9.153033 -10.203188 alveolar fibroblast EFS
|
853 |
+
-7.5963826 -9.177981 alveolar fibroblast PLCE1
|
854 |
+
-9.986886 -9.167985 alveolar fibroblast KCNE4
|
855 |
+
-4.114819 -8.227918 alveolar fibroblast OLFM1
|
856 |
+
-9.229209 -9.534345 alveolar fibroblast PCOLCE
|
857 |
+
-8.802913 -10.028461 alveolar fibroblast CAVIN3
|
858 |
+
-7.073334 -9.11728 alveolar fibroblast ATP6AP2
|
859 |
+
-8.409249 -10.409716 alveolar fibroblast PRSS23
|
860 |
+
-9.7342 -8.409137 alveolar fibroblast AOX1
|
861 |
+
-8.872691 -8.584721 alveolar fibroblast PHACTR2
|
862 |
+
-8.787227 -10.144697 alveolar fibroblast ADI1
|
863 |
+
-6.5470057 -8.711972 alveolar fibroblast TCEAL9
|
864 |
+
-8.463896 -10.238057 alveolar fibroblast STXBP1
|
865 |
+
-7.7987814 -9.36369 alveolar fibroblast FBLN5
|
866 |
+
-8.79885 -9.478702 alveolar fibroblast RBPMS
|
867 |
+
-8.238035 -10.023944 alveolar fibroblast MID1
|
868 |
+
-9.681612 -8.810392 alveolar fibroblast ZFYVE21
|
869 |
+
-9.196224 -9.845001 alveolar fibroblast UCHL1
|
870 |
+
-8.824305 -9.6256 alveolar fibroblast NPR2
|
871 |
+
1.454499 4.630955 alveolar fibroblast NPHP1
|
872 |
+
-9.9928 -9.3207655 alveolar fibroblast REM1
|
873 |
+
-8.774494 -10.15718 alveolar fibroblast CCL21
|
874 |
+
-9.414658 -8.63795 alveolar fibroblast GPR135
|
875 |
+
-9.43956 -8.42863 alveolar fibroblast SMIM14
|
876 |
+
-0.25599268 -8.757411 alveolar fibroblast EGFR
|
877 |
+
-9.050338 -9.377351 alveolar fibroblast HMGN2
|
878 |
+
-5.75683 -8.358636 alveolar fibroblast ANG
|
879 |
+
3.7950785 0.21048234 alveolar fibroblast GLUL
|
880 |
+
-10.0365925 -8.647066 alveolar fibroblast TGFB3
|
881 |
+
-6.9498906 -9.144725 alveolar fibroblast SLC35A1
|
882 |
+
-8.721664 -10.247426 alveolar fibroblast PTPRS
|
883 |
+
13.909511 -11.92674 alveolar fibroblast DOK6
|
884 |
+
-8.4050665 -10.207906 alveolar fibroblast COL11A2
|
885 |
+
-7.145614 -8.23965 alveolar fibroblast CERCAM
|
886 |
+
-9.670947 -9.081906 alveolar fibroblast B4GALT1
|
887 |
+
-8.621271 -10.37341 alveolar fibroblast GSTM3
|
888 |
+
-8.532116 -9.950035 alveolar fibroblast PACRGL
|
889 |
+
-8.244432 -10.47666 alveolar fibroblast MAPK12
|
890 |
+
-9.75257 -8.748639 alveolar fibroblast ADAMTSL4
|
891 |
+
1.3495378 2.8999054 alveolar fibroblast DBT
|
892 |
+
-8.8419695 -9.547748 alveolar fibroblast FRMD4B
|
893 |
+
-7.641651 -9.468978 alveolar fibroblast KLF4
|
894 |
+
-9.914856 -8.9144535 alveolar fibroblast ZYX
|
895 |
+
-9.143051 -9.568071 alveolar fibroblast HIF3A
|
896 |
+
-1.5376105 -0.19823802 alveolar fibroblast BEGAIN
|
897 |
+
-8.598579 -9.408833 alveolar fibroblast EPB41L2
|
898 |
+
-9.882586 -8.419105 alveolar fibroblast PAPPA
|
899 |
+
-9.388942 -9.339247 alveolar fibroblast CEBPB
|
900 |
+
-3.5858872 -7.465967 alveolar fibroblast SYT11
|
901 |
+
1.2647214 3.789249 alveolar fibroblast SCARA5
|
902 |
+
-8.161686 -10.139877 alveolar fibroblast TSPAN4
|
903 |
+
-9.467965 -10.952424 alveolar fibroblast MOB3B
|
904 |
+
-9.885022 -7.400467 alveolar fibroblast STAT3
|
905 |
+
0.6356509 0.58292085 alveolar fibroblast PDIA3
|
906 |
+
-8.794398 -9.8763485 alveolar fibroblast BGN
|
907 |
+
-2.47038 -7.2705994 alveolar fibroblast TGFBR3
|
908 |
+
3.4358146 8.984473 alveolar fibroblast MAPK10
|
909 |
+
-7.0047174 -9.3448515 alveolar fibroblast MAF
|
910 |
+
-8.98179 -9.5717 alveolar fibroblast TNFRSF11B
|
911 |
+
14.018453 -12.076992 alveolar fibroblast REV3L
|
912 |
+
-7.734243 -9.331637 alveolar fibroblast IFNGR1
|
913 |
+
-9.863582 -8.726252 alveolar fibroblast RHOJ
|
914 |
+
-9.71201 -8.882422 alveolar fibroblast F2R
|
915 |
+
-9.14692 -9.236513 alveolar fibroblast TMEM128
|
916 |
+
-9.216804 -9.995099 alveolar fibroblast AHNAK
|
917 |
+
-10.751985 -8.469906 alveolar fibroblast ADH5
|
918 |
+
-9.782415 -8.627515 alveolar fibroblast CTSL
|
919 |
+
-2.54981 -6.6553497 alveolar fibroblast SPRY1
|
920 |
+
-7.1875873 -17.703207 alveolar fibroblast FAS
|
921 |
+
-0.9503919 -1.6846535 alveolar fibroblast HIVEP3
|
922 |
+
-8.550686 -10.17125 alveolar fibroblast ZDHHC15
|
923 |
+
-8.034455 -9.67618 alveolar fibroblast ADAMTS5
|
924 |
+
-7.721226 -9.186498 alveolar fibroblast STMN3
|
925 |
+
-8.562627 -10.034063 alveolar fibroblast MAOA
|
926 |
+
0.94550496 2.5183728 alveolar fibroblast SERTAD3
|
927 |
+
-9.260407 -9.510045 alveolar fibroblast MICALL2
|
928 |
+
-8.88004 -9.633724 alveolar fibroblast MIPOL1
|
929 |
+
-9.666433 -8.539813 alveolar fibroblast IL6ST
|
930 |
+
-9.33431 -9.190164 alveolar fibroblast RYR2
|
931 |
+
-9.660658 -9.184354 alveolar fibroblast SELENOP
|
932 |
+
-5.1781745 -8.200581 alveolar fibroblast FXYD1
|
933 |
+
-7.611646 -8.957068 alveolar fibroblast STARD13
|
934 |
+
-8.904273 -4.043016 alveolar fibroblast HES4
|
935 |
+
-8.613624 -9.320096 alveolar fibroblast TMEM43
|
936 |
+
0.66290885 1.9997764 alveolar fibroblast SMAD9
|
937 |
+
-0.331807 -3.1802733 alveolar fibroblast SUN2
|
938 |
+
-9.122091 -9.208008 alveolar fibroblast GRID2
|
939 |
+
-9.685548 -8.8761425 alveolar fibroblast SESTD1
|
940 |
+
-8.704876 -10.233524 alveolar fibroblast MORF4L2
|
941 |
+
-9.918881 -8.732335 alveolar fibroblast TMEM35A
|
942 |
+
-9.415637 -8.584144 alveolar fibroblast ANKRD10
|
943 |
+
-8.805338 -10.413956 alveolar fibroblast CD4
|
944 |
+
1.925736 5.1243196 alveolar fibroblast MYOC
|
945 |
+
-9.3366585 -10.286314 alveolar fibroblast TSC22D1
|
946 |
+
-10.020765 -8.63157 alveolar fibroblast ADCY9
|
947 |
+
-8.614567 -10.056292 alveolar fibroblast PAM
|
948 |
+
-8.132029 -9.914018 alveolar fibroblast SEMA3C
|
949 |
+
-9.070067 -10.216901 alveolar fibroblast JUN
|
950 |
+
-8.329579 -9.959004 alveolar fibroblast CTH
|
951 |
+
-9.875512 -8.626125 alveolar fibroblast FST
|
952 |
+
-8.320956 -10.266006 alveolar fibroblast NR4A1
|
953 |
+
-7.2712398 -17.7779 alveolar fibroblast GSTP1
|
954 |
+
-7.4925814 -8.646703 alveolar fibroblast FTH1
|
955 |
+
-8.532714 -10.18742 alveolar fibroblast FTL
|
956 |
+
-9.8364935 -9.089992 alveolar fibroblast RBFOX2
|
957 |
+
-9.649459 -9.1579895 alveolar fibroblast PDZD2
|
958 |
+
-8.719127 -10.201069 alveolar fibroblast LY6E
|
959 |
+
-8.59162 -8.51732 alveolar fibroblast ZNF503
|
960 |
+
0.24414861 1.0658897 alveolar fibroblast VMP1
|
961 |
+
-7.1475344 -8.438083 alveolar fibroblast HES1
|
962 |
+
-8.355492 -10.145407 alveolar fibroblast ACVRL1
|
963 |
+
-9.947507 -9.021796 alveolar fibroblast TMEM45A
|
964 |
+
-8.508537 -10.173588 alveolar fibroblast MAN1C1
|
965 |
+
-7.2532763 -8.942606 alveolar fibroblast EDIL3
|
966 |
+
-9.939569 -7.772692 alveolar fibroblast RNF180
|
967 |
+
-7.212013 -17.673277 alveolar fibroblast TSPAN3
|
968 |
+
-9.069611 -9.614731 alveolar fibroblast MLH3
|
969 |
+
-5.1710534 0.050029743 alveolar fibroblast C1QB
|
970 |
+
-4.001676 -7.8079367 alveolar fibroblast GABPB2
|
971 |
+
-12.892173 -7.4372616 alveolar fibroblast IGF1R
|
972 |
+
-9.1041155 -9.632351 alveolar fibroblast GLI1
|
973 |
+
-9.086099 -9.485719 alveolar fibroblast CYP1B1
|
974 |
+
-5.795898 -8.72098 alveolar fibroblast ROR2
|
975 |
+
1.7477436 4.690798 alveolar fibroblast IL1R1
|
976 |
+
-1.4301263 -3.2925332 alveolar fibroblast TRPC1
|
977 |
+
-9.670832 -8.509051 alveolar fibroblast SORBS3
|
978 |
+
-9.877954 -8.937952 alveolar fibroblast FHOD1
|
979 |
+
-8.7603655 -9.220457 alveolar fibroblast GLI3
|
980 |
+
-9.985099 -9.151607 alveolar fibroblast TMEM50B
|
981 |
+
0.9586413 2.4363182 alveolar fibroblast FBLIM1
|
982 |
+
-6.718972 -8.615756 alveolar fibroblast CLDN11
|
983 |
+
-4.931178 -8.448704 alveolar fibroblast CBR1
|
984 |
+
-7.8088126 -9.238662 alveolar fibroblast SGCD
|
985 |
+
-4.6496696 -5.4266634 alveolar fibroblast TBX2
|
986 |
+
-8.669477 -9.916509 alveolar fibroblast MYL9
|
987 |
+
-7.4629517 -8.941772 alveolar fibroblast SERPINE1
|
988 |
+
-1.4627664 -5.5668273 alveolar fibroblast CNPY4
|
989 |
+
-10.257669 -8.195781 alveolar fibroblast MAP1LC3C
|
990 |
+
2.2168741 6.1428638 alveolar fibroblast USP33
|
991 |
+
-9.902898 -9.342834 alveolar fibroblast HSP90AA2P
|
992 |
+
-9.234768 -9.944771 alveolar fibroblast IL11RA
|
993 |
+
-8.125559 -9.426047 alveolar fibroblast FAM161A
|
994 |
+
-8.284753 -9.526927 alveolar fibroblast ARHGAP1
|
995 |
+
-7.787752 -9.459228 alveolar fibroblast GUCY1A1
|
996 |
+
-9.801109 -8.374379 alveolar fibroblast CRLF1
|
997 |
+
-8.766048 -10.034745 alveolar fibroblast CCN2
|
998 |
+
1.2082055 2.7039685 alveolar fibroblast PARD3
|
999 |
+
3.1729572 9.168959 alveolar fibroblast SLIT2
|
1000 |
+
-3.0460598 -7.4429584 alveolar fibroblast FILIP1L
|
1001 |
+
-0.020547392 -1.6915308 alveolar fibroblast ADAMTS1
|
1002 |
+
-9.06116 -9.659541 alveolar fibroblast EIF3CL
|
1003 |
+
0.9050996 -1.6000934 alveolar fibroblast TNS2
|
1004 |
+
0.8484189 -1.50321 alveolar fibroblast NPNT
|
1005 |
+
-9.022005 -10.109059 alveolar fibroblast ZNF704
|
1006 |
+
-9.697196 -7.9352713 alveolar fibroblast VIM
|
1007 |
+
-8.346617 -10.23533 alveolar fibroblast PDLIM3
|
1008 |
+
-9.40365 -8.412267 alveolar fibroblast WNT11
|
1009 |
+
-9.578533 -9.368157 alveolar fibroblast EDNRB
|
1010 |
+
-8.322894 -9.866027 alveolar fibroblast TGFB1I1
|
1011 |
+
-9.39283 -9.345483 alveolar fibroblast PKIG
|
1012 |
+
13.975378 -12.2309065 alveolar fibroblast ITPR1
|
1013 |
+
-9.818022 -8.963506 alveolar fibroblast TRA2A
|
1014 |
+
-8.431632 -10.191911 alveolar fibroblast PRKD1
|
1015 |
+
-9.321468 -9.793869 alveolar fibroblast MAMDC2
|
1016 |
+
-8.887368 -9.539764 alveolar fibroblast CNIH3
|
1017 |
+
-8.461104 -10.203558 alveolar fibroblast PCSK5
|
1018 |
+
-8.9321165 -9.934485 alveolar fibroblast THBS3
|
1019 |
+
0.65417457 1.5428988 alveolar fibroblast PDE5A
|
1020 |
+
-10.17291 -7.8195205 alveolar fibroblast ECHDC2
|
1021 |
+
14.100091 -11.841593 alveolar fibroblast KCNJ2
|
1022 |
+
-9.982984 -7.76875 alveolar fibroblast GRIA1
|
1023 |
+
-6.6631064 -8.565369 alveolar fibroblast ROBO1
|
1024 |
+
-8.416837 -10.069992 alveolar fibroblast PTGS2
|
1025 |
+
-9.052497 -9.760279 alveolar fibroblast LOXL4
|
1026 |
+
-6.0409045 -9.020465 alveolar fibroblast PAPPA2
|
1027 |
+
-3.8539562 -7.592481 alveolar fibroblast LUC7L3
|
1028 |
+
-8.644866 -8.36967 alveolar fibroblast C7
|
1029 |
+
-11.0407505 1.1581919 alveolar fibroblast CD302
|
1030 |
+
-10.084264 -8.352462 alveolar fibroblast GDF6
|
1031 |
+
-8.6825 -9.779915 alveolar fibroblast SCGB1A1
|
1032 |
+
-9.703173 -8.965133 alveolar fibroblast ADAMTS10
|
1033 |
+
-8.868605 -9.299716 alveolar fibroblast COL4A5
|
1034 |
+
-8.480855 -10.326123 alveolar fibroblast KANK2
|
1035 |
+
-3.3168075 -7.28675 alveolar fibroblast IFIT3
|
1036 |
+
13.842152 -12.184902 alveolar fibroblast HSPB6
|
1037 |
+
-9.571097 -9.426591 alveolar fibroblast ZFP36
|
1038 |
+
-8.810677 -9.865644 alveolar fibroblast LITAF
|
1039 |
+
-1.3908335 -6.2074375 alveolar fibroblast SPRY2
|
1040 |
+
-9.19805 -9.162014 alveolar fibroblast ZBTB16
|
1041 |
+
-9.868973 -8.445195 alveolar fibroblast NRP1
|
1042 |
+
-7.634551 -9.476842 alveolar fibroblast HEXB
|
1043 |
+
-8.752567 -10.249901 alveolar fibroblast DCLK1
|
1044 |
+
-6.786136 -9.41726 alveolar fibroblast NAB2
|
1045 |
+
-8.369172 -10.405104 alveolar fibroblast CORIN
|
1046 |
+
-9.009498 -9.718342 alveolar fibroblast COL18A1
|
1047 |
+
-9.146947 -9.044039 alveolar fibroblast SLC1A5
|
1048 |
+
-9.229394 -9.056739 alveolar fibroblast EEA1
|
1049 |
+
-8.968829 -9.358934 alveolar fibroblast NOTCH2
|
1050 |
+
-8.582595 -10.390058 alveolar fibroblast ZFYVE9
|
1051 |
+
-5.295373 -8.120146 alveolar fibroblast CCNL1
|
1052 |
+
-9.775428 -8.634206 alveolar fibroblast TRPC4
|
1053 |
+
-8.387567 -10.235789 alveolar fibroblast MAP6
|
1054 |
+
1.8547378 -1.491967 alveolar fibroblast PTPRD
|
1055 |
+
-7.2423105 -8.648017 alveolar fibroblast THAP5
|
1056 |
+
-8.258958 -9.92798 alveolar fibroblast ACTB
|
1057 |
+
-8.539885 -9.009268 alveolar fibroblast S100A4
|
1058 |
+
-2.8670208 -6.797938 alveolar fibroblast BEND5
|
1059 |
+
-11.278725 -5.6518683 alveolar fibroblast VWCE
|
1060 |
+
-8.7488165 -9.94643 alveolar fibroblast NID1
|
1061 |
+
-9.896085 -8.865247 alveolar fibroblast HSPB1
|
1062 |
+
-10.110676 -8.741122 alveolar fibroblast S1PR2
|
1063 |
+
-6.632051 -8.360718 alveolar fibroblast COL6A2
|
1064 |
+
-9.282549 -9.756929 alveolar fibroblast FBXO17
|
1065 |
+
-8.385319 -9.8139925 alveolar fibroblast ZEB2
|
1066 |
+
-8.995374 -9.666458 alveolar fibroblast TSFM
|
1067 |
+
-8.844197 -9.658049 alveolar fibroblast FOLH1
|
1068 |
+
-9.262131 -8.968865 alveolar fibroblast WASF3
|
1069 |
+
-8.896337 -8.395395 alveolar fibroblast LUM
|
1070 |
+
-9.291599 -9.469198 alveolar fibroblast MAP1B
|
1071 |
+
-2.677904 -6.5340977 alveolar fibroblast WDR35
|
1072 |
+
-9.291541 -8.731745 alveolar fibroblast SGCG
|
1073 |
+
-8.943434 -9.485536 alveolar fibroblast HLX
|
1074 |
+
-9.014664 -10.39065 alveolar fibroblast MDFI
|
1075 |
+
13.925523 -12.009646 alveolar fibroblast RGS3
|
1076 |
+
-8.815509 -9.257321 alveolar fibroblast MGST3
|
1077 |
+
-8.932645 -10.326514 alveolar fibroblast B3GNT9
|
1078 |
+
-8.742332 -10.463956 alveolar fibroblast CD99
|
1079 |
+
0.16415934 -3.7709982 alveolar fibroblast FOXS1
|
1080 |
+
1.8709397 4.774766 alveolar fibroblast LOX
|
1081 |
+
-8.958521 -8.662914 alveolar fibroblast AMH
|
1082 |
+
2.5434983 6.8629103 alveolar fibroblast IFIT1
|
1083 |
+
0.9616925 -1.8507224 alveolar fibroblast SH3D19
|
1084 |
+
-8.493538 -9.644682 alveolar fibroblast KIZ
|
1085 |
+
-4.451263 -8.282059 alveolar fibroblast COL3A1
|
1086 |
+
-5.655577 -8.560194 alveolar fibroblast TMEM140
|
1087 |
+
-9.143173 2.0562265 alveolar fibroblast VAMP1
|
1088 |
+
-9.168058 -10.031646 alveolar fibroblast ANKRD53
|
1089 |
+
-9.299984 -10.39053 alveolar fibroblast GPRASP1
|
1090 |
+
-8.818759 -10.188882 alveolar fibroblast STOM
|
1091 |
+
-8.476809 -9.81836 alveolar fibroblast PHGDH
|
1092 |
+
-7.8964086 -9.24886 alveolar fibroblast DISP1
|
1093 |
+
-8.406213 -10.429228 alveolar fibroblast MIDN
|
1094 |
+
-10.216777 -8.166451 alveolar fibroblast PRRT1
|
1095 |
+
-8.897453 -9.101377 alveolar fibroblast CD151
|
1096 |
+
-9.127124 -9.60823 alveolar fibroblast TNN
|
1097 |
+
-8.712801 -10.323986 alveolar fibroblast PHYHIP
|
1098 |
+
-9.704935 -9.071244 alveolar fibroblast SAR1A
|
1099 |
+
-9.077827 -9.56438 alveolar fibroblast LBH
|
1100 |
+
-8.566723 -10.466522 alveolar fibroblast GSTM2
|
1101 |
+
-9.262188 -10.406566 alveolar fibroblast ID4
|
1102 |
+
0.60684663 1.7698983 alveolar fibroblast COL14A1
|
1103 |
+
-8.901211 -9.590124 alveolar fibroblast EFHC1
|
1104 |
+
-9.708485 -9.246376 alveolar fibroblast MARCKS
|
1105 |
+
-8.92997 -9.730133 alveolar fibroblast PID1
|
1106 |
+
-8.971136 -10.163918 alveolar fibroblast SALL2
|
1107 |
+
-8.487676 -10.059652 alveolar fibroblast FOXF2
|
1108 |
+
-9.230633 -10.165271 alveolar fibroblast TNFAIP6
|
1109 |
+
-5.2465677 -8.141351 alveolar fibroblast SPART
|
1110 |
+
-6.804022 -9.432664 alveolar fibroblast CYB5R2
|
1111 |
+
1.484561 3.8396342 alveolar fibroblast MAFF
|
1112 |
+
-7.5058117 -9.198016 alveolar fibroblast C4A
|
1113 |
+
-7.4865136 -9.362109 alveolar fibroblast FSTL3
|
1114 |
+
-8.087457 -9.639522 alveolar fibroblast ALDH7A1
|
1115 |
+
-8.894041 -9.881046 alveolar fibroblast IFIT2
|
1116 |
+
-9.54766 -7.9655175 alveolar fibroblast LTBP4
|
1117 |
+
-9.996832 -8.237918 alveolar fibroblast ETV5
|
1118 |
+
-7.899731 -9.461144 alveolar fibroblast MACF1
|
1119 |
+
-9.407295 -9.779414 alveolar fibroblast APOD
|
1120 |
+
-9.003947 -10.042029 alveolar fibroblast ZNF474
|
1121 |
+
-8.252446 -9.999623 alveolar fibroblast HDAC7
|
1122 |
+
-8.927313 -10.101102 alveolar fibroblast TMBIM4
|
1123 |
+
-8.302106 -10.3798685 alveolar fibroblast ADRA2A
|
1124 |
+
-9.402979 -9.841669 alveolar fibroblast NDUFC2
|
1125 |
+
-9.799557 -8.938272 alveolar fibroblast IRS1
|
1126 |
+
-8.659077 -10.393353 alveolar fibroblast CKB
|
1127 |
+
-9.454196 -9.541449 alveolar fibroblast CCL18
|
1128 |
+
-8.656461 -9.682925 alveolar fibroblast SAMD11
|
1129 |
+
-8.971667 -9.730396 alveolar fibroblast ICAM1
|
1130 |
+
-9.014318 -10.261953 alveolar fibroblast CASS4
|
1131 |
+
-8.294382 -9.891192 alveolar fibroblast IGF1
|
1132 |
+
-9.3210335 -9.619765 alveolar fibroblast ANK2
|
1133 |
+
-8.487106 -10.320639 alveolar fibroblast SAMHD1
|
1134 |
+
4.823914 5.454835 alveolar fibroblast GLG1
|
1135 |
+
-9.301118 -8.67975 alveolar fibroblast BSCL2
|
1136 |
+
-8.602868 -9.652147 alveolar fibroblast LURAP1L
|
1137 |
+
-9.141232 -9.460787 alveolar fibroblast RGS4
|
1138 |
+
-8.841414 -8.718708 alveolar fibroblast LRTM1
|
1139 |
+
-8.0993805 -9.743725 alveolar fibroblast ARNT
|
1140 |
+
-5.460781 -8.349237 alveolar fibroblast TANC1
|
1141 |
+
2.269384 1.0347322 alveolar fibroblast FMO1
|
1142 |
+
-9.236802 -10.358053 alveolar fibroblast AIG1
|
1143 |
+
-10.239052 -8.057632 alveolar fibroblast SHC3
|
1144 |
+
-7.5099664 -8.913274 alveolar fibroblast HRNR
|
1145 |
+
-9.292145 -9.894883 alveolar fibroblast ZBED8
|
1146 |
+
-9.008045 -9.644877 alveolar fibroblast IP6K3
|
1147 |
+
-9.134513 -8.629179 alveolar fibroblast CORO1C
|
1148 |
+
-8.077449 -10.48058 alveolar fibroblast SRSF5
|
1149 |
+
-9.205873 -8.973731 alveolar fibroblast SYT17
|
1150 |
+
-5.0515547 -8.011438 alveolar fibroblast DNAH9
|
1151 |
+
-8.481242 -10.015039 alveolar fibroblast DDX47
|
1152 |
+
-8.829318 -9.877585 alveolar fibroblast PPIB
|
1153 |
+
-8.229856 -9.842476 alveolar fibroblast DES
|
1154 |
+
-8.660383 -10.317243 alveolar fibroblast FAXDC2
|
1155 |
+
-7.420948 -8.845665 alveolar fibroblast PTCH1
|
1156 |
+
-8.618534 -9.345174 alveolar fibroblast VSTM4
|
1157 |
+
-9.76762 -6.978887 alveolar fibroblast PLSCR4
|
1158 |
+
-8.94109 -9.224079 alveolar fibroblast CAPN6
|
1159 |
+
-8.919582 -9.952629 alveolar fibroblast EFEMP1
|
1160 |
+
14.076895 -12.207606 alveolar fibroblast SERPINA3
|
1161 |
+
-8.913 -9.577917 alveolar fibroblast MYO1D
|
1162 |
+
-6.144563 -8.484169 alveolar fibroblast SFTPA2
|
1163 |
+
-8.10576 -9.603542 alveolar fibroblast ABI2
|
1164 |
+
-1.8745602 -5.660004 alveolar fibroblast EXTL1
|
1165 |
+
1.6976556 1.5451033 alveolar fibroblast MCC
|
1166 |
+
-8.707481 -9.984018 alveolar fibroblast F10
|
1167 |
+
-7.8595967 -9.233044 alveolar fibroblast TRIP10
|
1168 |
+
-8.363855 -9.566003 alveolar fibroblast PGF
|
1169 |
+
-7.8426175 -9.502529 alveolar fibroblast APBB3
|
1170 |
+
-8.596964 -10.322917 alveolar fibroblast RASSF8
|
1171 |
+
-7.3545704 -8.748074 alveolar fibroblast AMOTL1
|
1172 |
+
-9.472366 -9.934702 alveolar fibroblast GYPC
|
1173 |
+
-8.538156 -10.25563 alveolar fibroblast FBLN2
|
1174 |
+
-8.664803 -10.106089 alveolar fibroblast ZNF618
|
1175 |
+
-9.686001 -9.060246 alveolar fibroblast LAMC1
|
1176 |
+
-7.359657 -8.726923 alveolar fibroblast DIO2
|
1177 |
+
-8.858003 -10.323999 alveolar fibroblast HEXA
|
1178 |
+
-9.556169 -9.291157 alveolar fibroblast CYB5R3
|
1179 |
+
-8.850656 -9.858378 alveolar fibroblast STOML1
|
1180 |
+
-7.430332 -8.963003 alveolar fibroblast SQSTM1
|
1181 |
+
-8.394914 -10.194168 alveolar fibroblast TSHZ2
|
1182 |
+
-9.664772 -11.5148735 alveolar fibroblast SOX5
|
1183 |
+
-9.362595 -9.784628 alveolar fibroblast ITGA2
|
1184 |
+
1.969342 5.103271 alveolar fibroblast C2CD6
|
1185 |
+
-4.0619464 -8.057975 alveolar fibroblast MEIS3
|
1186 |
+
-9.607505 -8.625465 alveolar fibroblast MAFB
|
1187 |
+
-9.255888 -7.700571 alveolar fibroblast RAI2
|
1188 |
+
-9.111569 -8.740092 alveolar fibroblast THRA
|
1189 |
+
0.5821945 -3.3000214 alveolar fibroblast SPACA9
|
1190 |
+
-9.883306 -9.090246 alveolar fibroblast PPP1R12B
|
1191 |
+
-8.838635 -9.847874 alveolar fibroblast COL6A1
|
1192 |
+
-8.588998 -10.244725 alveolar fibroblast SCN2B
|
1193 |
+
-9.124637 -8.211725 alveolar fibroblast IFITM2
|
1194 |
+
2.7922149 0.26444104 alveolar fibroblast EGR2
|
1195 |
+
-7.4816794 -9.440594 alveolar fibroblast CCDC89
|
1196 |
+
-9.157275 -9.041481 alveolar fibroblast PTPRG
|
1197 |
+
-10.069627 -8.287932 alveolar fibroblast LHCGR
|
1198 |
+
-9.764459 -9.00957 alveolar fibroblast CDKN1A
|
1199 |
+
-7.5880647 -8.962465 alveolar fibroblast MAP3K8
|
1200 |
+
-13.604839 -6.439725 alveolar fibroblast FNDC11
|
1201 |
+
-10.192471 -8.368767 alveolar fibroblast TACC1
|
1202 |
+
-6.9122653 -8.356426 alveolar fibroblast CTSK
|
data/artery_endothelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/b_cell_embeddings.csv
ADDED
@@ -0,0 +1,1181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
7.657447 -1.9018456 b cell VAV2
|
3 |
+
10.042223 6.5469766 b cell CCND3
|
4 |
+
14.825286 -5.1071405 b cell FCHSD2
|
5 |
+
-12.062911 -8.735238 b cell MCM2
|
6 |
+
5.9793425 -8.718679 b cell HLA-B
|
7 |
+
7.3442554 -10.695601 b cell ATR
|
8 |
+
-11.60518 -9.097192 b cell DCLRE1C
|
9 |
+
-11.7023115 -9.070318 b cell TXLNB
|
10 |
+
15.563155 -2.2313159 b cell DNAJB4
|
11 |
+
5.0787425 -8.293897 b cell SPNS3
|
12 |
+
7.7072105 -9.3740225 b cell ZNF581
|
13 |
+
10.05815 4.3774734 b cell RPS5
|
14 |
+
8.531373 -10.011036 b cell ITGA4
|
15 |
+
4.9450774 -8.841134 b cell LAPTM5
|
16 |
+
8.133117 -2.0730612 b cell RPS3A
|
17 |
+
6.5662117 -6.140265 b cell CYFIP2
|
18 |
+
-10.918861 -9.060901 b cell GRK5
|
19 |
+
-12.923866 -9.646407 b cell EBI3
|
20 |
+
-12.256783 -9.281812 b cell PPIP5K1
|
21 |
+
10.193576 8.316516 b cell PDE7A
|
22 |
+
-11.541115 -9.098145 b cell SETD2
|
23 |
+
10.384648 5.359091 b cell CR1
|
24 |
+
-14.200158 -8.90735 b cell USP6NL
|
25 |
+
6.799864 -8.632098 b cell CDKN2D
|
26 |
+
10.346743 -6.2493663 b cell RNF111
|
27 |
+
6.7388124 -9.039649 b cell BIN1
|
28 |
+
-11.9600725 -8.589188 b cell ZNF280C
|
29 |
+
4.58631 -8.5258875 b cell CD74
|
30 |
+
8.28258 -6.9018044 b cell GCSAM
|
31 |
+
6.8508835 -9.146883 b cell HDAC1
|
32 |
+
14.74084 -4.3673 b cell ESR2
|
33 |
+
5.6045465 -8.771342 b cell MAP3K1
|
34 |
+
8.476642 -6.8502464 b cell MRM1
|
35 |
+
9.785714 0.71528935 b cell NPM1
|
36 |
+
7.1336365 16.031723 b cell GGA3
|
37 |
+
8.274245 -7.072883 b cell ETV6
|
38 |
+
10.729026 -6.2393255 b cell METTL21A
|
39 |
+
-1.4026598 11.110624 b cell CARD8
|
40 |
+
6.012376 -8.874467 b cell ARPC5L
|
41 |
+
15.716752 -1.3999552 b cell RPL23A
|
42 |
+
11.250444 -5.938631 b cell BDP1
|
43 |
+
-13.850072 -9.106312 b cell UTY
|
44 |
+
-5.882351 12.803169 b cell RWDD3
|
45 |
+
5.5596094 16.414707 b cell GRAP
|
46 |
+
11.303006 -6.035354 b cell RPS10
|
47 |
+
11.635472 -5.559638 b cell JMJD1C
|
48 |
+
13.791243 -5.3742228 b cell TBP
|
49 |
+
7.0261717 -2.7601209 b cell HLA-DQA2
|
50 |
+
7.009294 -8.600814 b cell PIP5K1B
|
51 |
+
-14.163764 -9.032697 b cell EEF1B2
|
52 |
+
8.642216 -9.887254 b cell HLA-A
|
53 |
+
10.818537 -6.2293086 b cell AARSD1
|
54 |
+
11.230899 -5.7854233 b cell KNTC1
|
55 |
+
10.318059 5.664569 b cell ASCC1
|
56 |
+
7.0329814 -5.473345 b cell ITSN2
|
57 |
+
-13.282311 -9.025186 b cell RPL17
|
58 |
+
9.638675 0.8432364 b cell FUT7
|
59 |
+
2.5259676 15.179466 b cell MTPN
|
60 |
+
10.792977 -6.316394 b cell ZBTB39
|
61 |
+
6.061754 16.38273 b cell STK17A
|
62 |
+
15.563254 -2.4389033 b cell RACK1
|
63 |
+
-14.173639 -9.120295 b cell ZNF26
|
64 |
+
5.2800984 -8.314129 b cell RFX7
|
65 |
+
-13.838466 -9.124995 b cell RPS2
|
66 |
+
15.340301 -1.3993548 b cell RPL8
|
67 |
+
9.67428 -7.0783625 b cell RPS18
|
68 |
+
-13.833303 -9.341161 b cell CCDC106
|
69 |
+
8.210793 -10.428609 b cell TTC14
|
70 |
+
9.673633 9.606971 b cell SIT1
|
71 |
+
-13.388931 -8.868085 b cell HOXC4
|
72 |
+
8.114083 -10.443305 b cell TAF4B
|
73 |
+
10.347594 -6.6428843 b cell COMMD6
|
74 |
+
15.475619 -5.1149793 b cell B2M
|
75 |
+
9.86516 4.099195 b cell RPS27A
|
76 |
+
14.260014 -5.307471 b cell SENP1
|
77 |
+
5.4071383 -9.29046 b cell ATRX
|
78 |
+
9.536394 10.095559 b cell TXNIP
|
79 |
+
10.284461 5.9119587 b cell TLR9
|
80 |
+
7.410727 -2.39884 b cell PPP3CC
|
81 |
+
-11.056713 -8.469611 b cell IFT57
|
82 |
+
7.275801 -6.01546 b cell ARHGAP4
|
83 |
+
15.263395 0.078963734 b cell EML4
|
84 |
+
11.351722 -5.691328 b cell ZBTB32
|
85 |
+
4.352463 -4.2303557 b cell COL4A4
|
86 |
+
9.822367 9.531501 b cell BTG1
|
87 |
+
15.43519 -4.8730464 b cell IRF5
|
88 |
+
11.791077 13.369654 b cell GLIPR1
|
89 |
+
-1.6794851 10.99246 b cell RPS20
|
90 |
+
6.8442836 -6.4749312 b cell ST6GAL1
|
91 |
+
-6.0327487 12.860033 b cell ZNF410
|
92 |
+
4.325527 -8.456973 b cell CERS4
|
93 |
+
8.700374 -0.86005634 b cell ATP6V0C
|
94 |
+
15.601331 -1.2534188 b cell PPFIBP2
|
95 |
+
8.167951 13.871439 b cell MYLIP
|
96 |
+
5.881137 16.538347 b cell SHPRH
|
97 |
+
-12.456571 -9.135949 b cell RPS25
|
98 |
+
8.4363365 13.18212 b cell DNAJC5B
|
99 |
+
-13.153772 -8.916777 b cell CCDC88B
|
100 |
+
7.0575333 -10.485529 b cell PSMB10
|
101 |
+
-11.984473 -9.303999 b cell SPIB
|
102 |
+
11.266399 -5.9154143 b cell MNDA
|
103 |
+
-12.910519 -9.327011 b cell NLRP1
|
104 |
+
-14.021364 -9.191828 b cell RBM33
|
105 |
+
-5.730134 11.950079 b cell SLC16A13
|
106 |
+
-12.513482 -9.401639 b cell NACA
|
107 |
+
3.9825873 -7.848762 b cell BCAS2
|
108 |
+
-14.027176 -9.2279215 b cell ESPNL
|
109 |
+
8.477475 13.11993 b cell CHD7
|
110 |
+
6.4144244 16.32243 b cell LDB1
|
111 |
+
6.938207 -9.956848 b cell MAD1L1
|
112 |
+
15.401785 -4.740047 b cell MS4A1
|
113 |
+
15.566947 -1.6353351 b cell GNPTAB
|
114 |
+
4.1458774 -8.262536 b cell PARVG
|
115 |
+
5.98329 -2.870542 b cell FUS
|
116 |
+
8.682903 -6.975513 b cell LTB
|
117 |
+
15.506342 -1.5052028 b cell STAP1
|
118 |
+
7.6747 14.919094 b cell LRP2BP
|
119 |
+
11.336224 -5.8205137 b cell RPS23
|
120 |
+
15.657027 -1.3277141 b cell NEMP1
|
121 |
+
6.7132993 -9.704959 b cell ACAP1
|
122 |
+
11.550029 -5.5389166 b cell RASGRP1
|
123 |
+
7.202989 -9.2962265 b cell HLA-F
|
124 |
+
-13.648284 -9.030633 b cell DGKA
|
125 |
+
8.378789 -1.2038177 b cell TTC21A
|
126 |
+
7.968966 -9.446855 b cell UTP6
|
127 |
+
4.380812 -8.575266 b cell CBFA2T3
|
128 |
+
10.061567 4.245799 b cell ZSCAN12
|
129 |
+
-13.921869 -9.29863 b cell MEMO1
|
130 |
+
-13.403864 -9.251414 b cell TLE1
|
131 |
+
6.8746424 -4.7351303 b cell STX7
|
132 |
+
15.248898 -4.7289305 b cell CENPM
|
133 |
+
8.517863 12.690174 b cell PARD6A
|
134 |
+
-3.7676709 8.490068 b cell DDHD1
|
135 |
+
11.404059 -5.7484074 b cell PRPF8
|
136 |
+
3.7435029 -4.609287 b cell ICAM3
|
137 |
+
6.0505996 -2.6433065 b cell OAS2
|
138 |
+
11.000674 -5.7004623 b cell LAT2
|
139 |
+
11.414013 -5.4766326 b cell GPS2
|
140 |
+
2.8882565 15.6219 b cell MTG1
|
141 |
+
10.412841 5.9794827 b cell TNFRSF17
|
142 |
+
-3.6233394 7.9101114 b cell RALGPS2
|
143 |
+
-13.830202 -9.347433 b cell CASP8
|
144 |
+
8.536613 -7.0169177 b cell DAZAP2
|
145 |
+
10.305979 4.700969 b cell YWHAZ
|
146 |
+
8.550592 -0.9996649 b cell CD72
|
147 |
+
9.2170725 0.32497612 b cell HLA-DOA
|
148 |
+
8.019637 14.118117 b cell ING3
|
149 |
+
15.499121 -4.344168 b cell ELF1
|
150 |
+
-11.768378 -8.736497 b cell RSRC2
|
151 |
+
4.8190727 -8.354961 b cell DUSP22
|
152 |
+
10.066025 3.873017 b cell ANK1
|
153 |
+
6.949061 -4.9684916 b cell CWF19L2
|
154 |
+
5.079065 -3.8527198 b cell TRIM38
|
155 |
+
7.459963 -9.245196 b cell C16orf74
|
156 |
+
15.27453 -4.9344983 b cell POU2F2
|
157 |
+
15.305601 0.09658636 b cell MYCBP2
|
158 |
+
10.111685 7.4359155 b cell C12orf66
|
159 |
+
6.024451 -8.077191 b cell DNAJC9
|
160 |
+
4.5118484 -8.583786 b cell SNX10
|
161 |
+
2.049115 14.634132 b cell CD27
|
162 |
+
9.815545 9.830532 b cell SMG9
|
163 |
+
7.01896 -4.1152534 b cell ELOVL5
|
164 |
+
5.971302 -5.613589 b cell CDCA7L
|
165 |
+
-12.748025 -9.264859 b cell SH2B2
|
166 |
+
7.4513063 -3.0901372 b cell SNURF
|
167 |
+
5.698326 -8.693664 b cell PNRC1
|
168 |
+
-13.183605 -8.744663 b cell KPNA5
|
169 |
+
3.3853152 15.910968 b cell S100Z
|
170 |
+
7.5601077 -7.841045 b cell DDIT3
|
171 |
+
9.021858 1.1738904 b cell TAF7
|
172 |
+
8.233407 -10.08119 b cell PSMB8
|
173 |
+
7.2856693 -8.613492 b cell MEF2C
|
174 |
+
10.069126 4.540809 b cell BICD1
|
175 |
+
-5.9594383 12.902091 b cell TRAF3IP3
|
176 |
+
10.092284 3.8654296 b cell OXT
|
177 |
+
-11.265149 -9.109324 b cell ZNF493
|
178 |
+
15.201399 -3.6890619 b cell DUSP10
|
179 |
+
9.537823 11.130436 b cell CDK5RAP3
|
180 |
+
7.0669627 -10.441969 b cell PLCG2
|
181 |
+
7.6795254 -6.747243 b cell PRAG1
|
182 |
+
11.474935 -5.715125 b cell EIF4B
|
183 |
+
8.970941 -6.8926444 b cell GUCY2C
|
184 |
+
5.8477306 -3.2059295 b cell RPL5
|
185 |
+
9.962745 -6.3857565 b cell DLGAP3
|
186 |
+
-13.995994 -9.307367 b cell UBA52
|
187 |
+
6.459022 -9.016199 b cell LIME1
|
188 |
+
14.624369 -5.027684 b cell TDP1
|
189 |
+
-5.892263 12.682738 b cell PLEKHO1
|
190 |
+
3.213533 15.934978 b cell PMAIP1
|
191 |
+
7.1978784 -9.489559 b cell COBLL1
|
192 |
+
11.631716 13.427525 b cell CD79B
|
193 |
+
5.067651 -8.412127 b cell NOP53
|
194 |
+
10.476776 4.80453 b cell PPM1K
|
195 |
+
11.202313 -5.8373137 b cell PWP1
|
196 |
+
-13.875934 -9.004449 b cell TAF1A
|
197 |
+
7.98513 -10.450033 b cell CXCR4
|
198 |
+
-13.916481 -9.411976 b cell IGHV3-23
|
199 |
+
6.111777 -9.022329 b cell COTL1
|
200 |
+
7.667708 -9.325862 b cell CD55
|
201 |
+
4.0729403 -8.052815 b cell IGHA1
|
202 |
+
6.8627143 -9.155088 b cell NSMAF
|
203 |
+
-11.851865 -8.89748 b cell EPM2A
|
204 |
+
9.712194 -6.299881 b cell FAM102A
|
205 |
+
-13.969873 -9.388624 b cell ANKRD13A
|
206 |
+
8.34017 -6.9537854 b cell ZNF547
|
207 |
+
-13.854821 -9.10117 b cell CARD11
|
208 |
+
8.274418 -9.80177 b cell KDM4C
|
209 |
+
5.744515 16.445179 b cell RPLP0
|
210 |
+
-13.227098 -9.1901045 b cell ZNF329
|
211 |
+
8.488656 -6.788397 b cell POLD4
|
212 |
+
-12.300113 -8.925005 b cell ORC2
|
213 |
+
-5.7472076 12.996366 b cell KIAA1328
|
214 |
+
6.2543316 -2.6643808 b cell IFI16
|
215 |
+
7.468543 -9.712315 b cell NRF1
|
216 |
+
4.230096 -8.58026 b cell TEC
|
217 |
+
6.627254 -6.018463 b cell ZFYVE27
|
218 |
+
6.8719273 -9.977633 b cell SYVN1
|
219 |
+
5.03553 -8.006567 b cell AMFR
|
220 |
+
-5.982514 12.771805 b cell SNX8
|
221 |
+
-12.058902 -8.164441 b cell SF1
|
222 |
+
7.8685913 -2.7131174 b cell PPP1R15A
|
223 |
+
8.412028 -6.977073 b cell LYL1
|
224 |
+
-12.703243 -9.613275 b cell DCK
|
225 |
+
-13.4051485 -8.804132 b cell DGKE
|
226 |
+
14.935547 -1.6624646 b cell PRPF4B
|
227 |
+
14.570711 -4.6660895 b cell GET4
|
228 |
+
14.550286 -5.135302 b cell C1orf50
|
229 |
+
7.3001766 -9.432825 b cell NPBWR2
|
230 |
+
-12.800656 -9.502532 b cell FCRL3
|
231 |
+
5.7202916 -3.354159 b cell PRKCB
|
232 |
+
8.114992 -6.7950077 b cell SVIP
|
233 |
+
9.98743 9.621404 b cell DIRAS1
|
234 |
+
10.706984 -5.780272 b cell RPL29
|
235 |
+
5.160006 -8.581971 b cell SRSF10
|
236 |
+
7.7388396 14.5125475 b cell NAP1L1
|
237 |
+
8.202319 -10.428923 b cell UXT
|
238 |
+
15.033937 -4.0956416 b cell CYBA
|
239 |
+
7.190513 -10.813294 b cell RAB33A
|
240 |
+
3.9662683 -8.159978 b cell HSH2D
|
241 |
+
10.940061 -5.958624 b cell TNFRSF10A
|
242 |
+
-9.381675 -8.965037 b cell DNAJC10
|
243 |
+
15.53146 -4.3295975 b cell TEP1
|
244 |
+
4.511222 -4.9901004 b cell BEX2
|
245 |
+
7.51435 -10.423293 b cell CCDC57
|
246 |
+
7.081197 -9.588734 b cell ZNF852
|
247 |
+
-4.1177893 8.4033375 b cell DEDD2
|
248 |
+
-11.112346 -8.435843 b cell ZNF23
|
249 |
+
10.35651 6.386207 b cell ZNF217
|
250 |
+
11.700704 -5.756005 b cell RPS6
|
251 |
+
-12.490853 -9.61703 b cell ATF7IP2
|
252 |
+
6.6766586 -8.880835 b cell SERF1B
|
253 |
+
6.3919053 -8.537454 b cell ARHGAP9
|
254 |
+
-5.748124 12.823412 b cell RPS6KA5
|
255 |
+
-14.068375 -9.101808 b cell PAWR
|
256 |
+
15.608506 -1.7634238 b cell CDK11A
|
257 |
+
7.7135115 -9.6709175 b cell EPC2
|
258 |
+
6.018335 -7.8684645 b cell ERICH1
|
259 |
+
-14.084237 -9.075275 b cell GNB5
|
260 |
+
11.439584 -5.7264404 b cell RPL36
|
261 |
+
5.889947 -9.023157 b cell UNC93B1
|
262 |
+
14.683919 -4.756926 b cell ZMAT1
|
263 |
+
11.347937 -6.1354885 b cell LIG1
|
264 |
+
8.699135 -0.15943532 b cell FCHO1
|
265 |
+
8.365528 -1.4761826 b cell ZNF85
|
266 |
+
9.179114 1.2288373 b cell LPXN
|
267 |
+
5.7237983 -8.522445 b cell USP34
|
268 |
+
10.2078495 5.6163545 b cell DDX39A
|
269 |
+
6.910129 -10.257569 b cell TSNARE1
|
270 |
+
14.358091 -4.9498196 b cell CHD1L
|
271 |
+
7.473833 -10.899448 b cell PIK3CG
|
272 |
+
4.6262217 -8.166196 b cell IGHG1
|
273 |
+
5.687267 16.511282 b cell RPL27
|
274 |
+
15.413933 -1.8460623 b cell CYTH1
|
275 |
+
11.322157 -6.0262456 b cell ETS1
|
276 |
+
-11.901872 -8.704409 b cell MRNIP
|
277 |
+
-9.78817 -8.56516 b cell EEF1A1
|
278 |
+
-5.9043517 12.610518 b cell PNMA5
|
279 |
+
10.601657 5.5039697 b cell SETBP1
|
280 |
+
8.7557535 -7.122986 b cell EIF3H
|
281 |
+
9.773553 10.112537 b cell RPL9
|
282 |
+
-13.770872 -9.003816 b cell PIM2
|
283 |
+
-11.919144 -8.754842 b cell MX1
|
284 |
+
8.755284 -10.382939 b cell GTF2I
|
285 |
+
7.932957 -7.0507965 b cell RPL10
|
286 |
+
5.8811183 -8.265924 b cell USPL1
|
287 |
+
4.8101225 -8.407552 b cell ZNHIT6
|
288 |
+
-13.161888 -8.867035 b cell MEF2A
|
289 |
+
15.42902 -2.2266438 b cell PSIP1
|
290 |
+
10.936003 -5.724593 b cell ZNF670
|
291 |
+
14.574672 -4.417901 b cell AP1B1
|
292 |
+
-13.050916 -8.726946 b cell CKAP2
|
293 |
+
5.3266783 -3.628496 b cell GRK2
|
294 |
+
4.4821544 -8.69403 b cell RIPOR2
|
295 |
+
11.491135 -5.669851 b cell ZNF550
|
296 |
+
-3.9903827 8.335496 b cell FANCB
|
297 |
+
7.475761 -6.767918 b cell LRCH1
|
298 |
+
10.271894 -6.5156856 b cell INPP5D
|
299 |
+
-13.884555 -9.028357 b cell HLA-DRB5
|
300 |
+
-14.031552 -9.0893345 b cell ATP2B1
|
301 |
+
-13.846688 -9.068484 b cell LIMD1
|
302 |
+
14.852383 -4.899303 b cell TBC1D10C
|
303 |
+
-12.459846 -8.653628 b cell HRK
|
304 |
+
7.033951 -10.011506 b cell CD40
|
305 |
+
-11.398991 -9.086866 b cell DDX20
|
306 |
+
15.371621 -1.1515 b cell TMEM106A
|
307 |
+
-12.867676 -9.3383465 b cell UBE2N
|
308 |
+
-13.390515 -8.686419 b cell FANCD2
|
309 |
+
9.183465 11.429433 b cell EIF3L
|
310 |
+
7.332649 -8.2534895 b cell SPINK2
|
311 |
+
11.629805 13.4626255 b cell PCED1B
|
312 |
+
6.8264027 -8.799125 b cell RASGRF1
|
313 |
+
11.153074 -5.7684207 b cell RPS21
|
314 |
+
-12.907152 -9.411652 b cell TCF7
|
315 |
+
9.963063 9.159758 b cell ATM
|
316 |
+
10.08186 7.493843 b cell PRKACB
|
317 |
+
-12.928822 -9.557393 b cell RPL4P5
|
318 |
+
3.4516165 15.800534 b cell RUNX3
|
319 |
+
-13.845025 -9.200076 b cell RPS11
|
320 |
+
-13.608231 -9.018879 b cell SAV1
|
321 |
+
-12.16658 -8.586113 b cell NKX3-1
|
322 |
+
7.7981577 -7.9782014 b cell TUBB4A
|
323 |
+
15.441262 -4.9214916 b cell CAGE1
|
324 |
+
10.3139925 6.136511 b cell ZBTB24
|
325 |
+
5.343992 -8.961105 b cell SESN1
|
326 |
+
13.3129225 -5.5346894 b cell EPB41
|
327 |
+
5.160177 -8.198206 b cell UNC119
|
328 |
+
5.1543684 -8.405241 b cell CDKN1B
|
329 |
+
8.7733345 -9.811015 b cell UPF3B
|
330 |
+
9.0511465 -0.17159104 b cell MCM5
|
331 |
+
5.0943537 -3.5990112 b cell NR1D2
|
332 |
+
7.1472106 -2.4132767 b cell JADE3
|
333 |
+
-14.424308 -9.160557 b cell CACNA1A
|
334 |
+
7.0122046 -9.5023575 b cell MAPRE2
|
335 |
+
15.529273 -1.3612429 b cell SIGLEC10
|
336 |
+
11.49749 -5.5627265 b cell RPL15
|
337 |
+
11.9670725 -5.6387134 b cell SMYD5
|
338 |
+
5.3984303 -5.180895 b cell POLH
|
339 |
+
-13.477538 -8.931489 b cell INPP5B
|
340 |
+
9.0849085 0.9703905 b cell KLHL18
|
341 |
+
9.954233 6.74416 b cell RPL34
|
342 |
+
11.095045 -5.58354 b cell RGS1
|
343 |
+
8.423893 -10.08126 b cell FIGNL1
|
344 |
+
14.384632 -5.1995273 b cell SUSD3
|
345 |
+
-13.338215 -9.041869 b cell SYNGR3
|
346 |
+
8.168927 -9.934366 b cell HLA-C
|
347 |
+
9.3373575 2.4066646 b cell OSBPL3
|
348 |
+
15.52573 -5.0332494 b cell LIPE
|
349 |
+
-11.551452 -8.405149 b cell CLASP2
|
350 |
+
-12.1979685 -8.6494255 b cell SYCP3
|
351 |
+
9.591123 -7.030172 b cell NAT1
|
352 |
+
-11.817019 -8.539107 b cell ANKRD12
|
353 |
+
-4.0258446 7.88253 b cell TMEM182
|
354 |
+
7.0667453 -8.720191 b cell LRCH3
|
355 |
+
5.298726 16.442118 b cell BIRC3
|
356 |
+
8.081564 -10.048739 b cell P2RX1
|
357 |
+
7.2009478 15.830051 b cell SERTAD2
|
358 |
+
-14.035737 -9.131044 b cell PLSCR3
|
359 |
+
-3.5916636 8.346523 b cell RPS13
|
360 |
+
7.132023 -8.605158 b cell NSD3
|
361 |
+
6.148074 -8.758526 b cell AP1G2
|
362 |
+
10.928211 -5.833083 b cell SMYD3
|
363 |
+
6.2891994 -8.991728 b cell CRLF3
|
364 |
+
-9.6806755 -8.673729 b cell TNF
|
365 |
+
4.9123483 -8.403284 b cell SART3
|
366 |
+
-3.8994043 7.77878 b cell RGS2
|
367 |
+
8.195757 -7.282759 b cell ATG9A
|
368 |
+
11.347658 -5.893666 b cell DGKD
|
369 |
+
7.513382 -10.55982 b cell RPL37A
|
370 |
+
7.9309916 -9.49205 b cell NT5C
|
371 |
+
-12.109748 -9.231639 b cell RBM11
|
372 |
+
7.0317693 -10.4649105 b cell THEMIS2
|
373 |
+
9.730685 8.962906 b cell MDM4
|
374 |
+
7.4189763 15.251735 b cell ZNF420
|
375 |
+
-11.703988 -8.761521 b cell DAPP1
|
376 |
+
7.7276797 15.136948 b cell BLNK
|
377 |
+
5.444072 -8.407702 b cell SP110
|
378 |
+
-3.4942124 8.108045 b cell NECAP1
|
379 |
+
11.227332 -6.135784 b cell PTPRO
|
380 |
+
7.172781 16.021328 b cell HLA-DOB
|
381 |
+
-12.785222 -9.259174 b cell NCF4
|
382 |
+
5.6562977 -9.21135 b cell RPL12
|
383 |
+
5.250139 -8.549191 b cell CENPC
|
384 |
+
-13.4852295 -8.904339 b cell TBC1D9
|
385 |
+
-3.9010627 8.069882 b cell PTPN18
|
386 |
+
-13.543426 -9.148299 b cell LCP1
|
387 |
+
7.9420333 -10.505669 b cell IRF8
|
388 |
+
-11.846262 -9.243404 b cell WEE1
|
389 |
+
10.353401 5.8151946 b cell ADGRE5
|
390 |
+
9.989826 3.8017023 b cell MAP3K14
|
391 |
+
4.7075624 -3.7909477 b cell FUT8
|
392 |
+
-12.760256 -9.110384 b cell CD82
|
393 |
+
-14.151601 -9.218923 b cell RHBDD1
|
394 |
+
7.0335283 -6.310947 b cell BMF
|
395 |
+
11.239457 -5.872947 b cell MED17
|
396 |
+
4.9411044 -3.605621 b cell ADAM28
|
397 |
+
8.364071 -1.3095771 b cell SETDB1
|
398 |
+
8.374554 13.353454 b cell BTBD9
|
399 |
+
5.2792673 -8.883406 b cell PNISR
|
400 |
+
-12.666414 -9.4903555 b cell SUPT4H1
|
401 |
+
-12.397238 -8.6764555 b cell ARHGAP17
|
402 |
+
-13.712355 -9.406471 b cell CYTH4
|
403 |
+
7.3381004 15.666815 b cell HSPA4
|
404 |
+
8.543471 -7.1411695 b cell PAX5
|
405 |
+
7.507044 15.405384 b cell RPL35
|
406 |
+
7.8220544 -9.490803 b cell BACH2
|
407 |
+
5.889731 -3.3968499 b cell HAUS5
|
408 |
+
-11.905886 -8.648757 b cell SDE2
|
409 |
+
13.99158 -5.338981 b cell IL12RB1
|
410 |
+
15.249756 -4.549253 b cell SETDB2
|
411 |
+
-1.9021553 10.849905 b cell GABARAP
|
412 |
+
6.7034636 -8.269467 b cell ACP5
|
413 |
+
11.6503725 13.57758 b cell RAD17
|
414 |
+
9.9759655 8.660458 b cell ERMN
|
415 |
+
8.791198 -7.406301 b cell RFX3
|
416 |
+
9.606233 9.46636 b cell DEF6
|
417 |
+
10.247136 6.8117657 b cell HEXD
|
418 |
+
-3.9959083 8.178212 b cell ZNF652
|
419 |
+
7.8039317 -7.856669 b cell ORAI1
|
420 |
+
4.1010556 -4.7991548 b cell RRAS2
|
421 |
+
4.5819497 -3.9771132 b cell DDX6
|
422 |
+
-12.381904 -8.643723 b cell KHDRBS2
|
423 |
+
-12.936304 -9.339813 b cell RPS17
|
424 |
+
9.929848 8.986071 b cell MPP6
|
425 |
+
15.800446 -1.6642939 b cell UBE2E2
|
426 |
+
-9.131376 -8.819709 b cell DPH1
|
427 |
+
8.660476 -6.9964767 b cell PLEKHA2
|
428 |
+
5.068432 16.419783 b cell FCGR2B
|
429 |
+
-12.683194 -9.411886 b cell NOTCH2NLA
|
430 |
+
7.0345216 -9.511132 b cell AGBL2
|
431 |
+
7.2730217 15.597297 b cell HMGA1
|
432 |
+
15.478443 -0.90357286 b cell ZNF383
|
433 |
+
10.577519 -6.1820765 b cell TAF10
|
434 |
+
15.467774 -4.7841887 b cell RPS12
|
435 |
+
6.688905 16.059395 b cell RNU4-2
|
436 |
+
15.450645 -0.83228415 b cell ANO9
|
437 |
+
5.8106585 -8.297047 b cell TCF3
|
438 |
+
8.538277 -0.8485175 b cell SIPA1L1
|
439 |
+
5.970586 -9.046364 b cell HMGN1
|
440 |
+
7.7188764 -6.9550586 b cell SMAGP
|
441 |
+
-12.7323065 -9.565577 b cell PARP15
|
442 |
+
13.923515 -5.4700255 b cell RBM6
|
443 |
+
8.502473 -7.149771 b cell GNG2
|
444 |
+
7.947235 -9.325808 b cell S1PR4
|
445 |
+
11.500923 -5.653624 b cell IGHV4-31
|
446 |
+
-1.6689475 10.835639 b cell RNF44
|
447 |
+
7.3709664 15.574094 b cell TRMT10C
|
448 |
+
14.279577 -4.6416097 b cell TMSB4X
|
449 |
+
7.6126122 -2.0281692 b cell ZNF274
|
450 |
+
8.107972 -10.260416 b cell HSP90AB1
|
451 |
+
-13.751624 -9.325297 b cell FOSB
|
452 |
+
8.274349 -6.9823227 b cell TMEM19
|
453 |
+
15.66171 -1.2918477 b cell FAM76B
|
454 |
+
-12.564857 -8.905053 b cell ZDHHC21
|
455 |
+
7.249994 -6.4919724 b cell SP4
|
456 |
+
6.8654957 -9.321765 b cell NGRN
|
457 |
+
-3.9441483 7.440634 b cell TMEM243
|
458 |
+
15.279054 -5.0474477 b cell ENTPD1
|
459 |
+
-4.0361567 7.359746 b cell PNRC2
|
460 |
+
-12.458188 -9.593341 b cell DOCK2
|
461 |
+
11.639938 -5.7601833 b cell RHOH
|
462 |
+
7.7161756 -10.794474 b cell NRM
|
463 |
+
9.026569 -6.755711 b cell HERPUD2
|
464 |
+
10.184706 -6.2745686 b cell TBC1D5
|
465 |
+
15.025041 -4.76771 b cell FRAT1
|
466 |
+
11.687017 -5.4742117 b cell MT-ATP8
|
467 |
+
15.906999 -1.7611269 b cell PACSIN1
|
468 |
+
10.208795 6.3520412 b cell PSMB9
|
469 |
+
9.595023 9.609265 b cell ZBTB25
|
470 |
+
8.5464115 -7.1052957 b cell YTHDC2
|
471 |
+
11.657687 13.427982 b cell CNTRL
|
472 |
+
15.409281 -4.8647785 b cell CD70
|
473 |
+
9.832624 4.060074 b cell SLAIN1
|
474 |
+
11.181666 -5.6575584 b cell L3MBTL3
|
475 |
+
-13.942106 -9.164919 b cell RUBCN
|
476 |
+
8.086946 -10.337576 b cell TMEM62
|
477 |
+
-14.383448 -9.37049 b cell BCL2A1
|
478 |
+
9.264488 0.74312305 b cell TRAPPC2
|
479 |
+
8.256563 -10.15013 b cell BTNL9
|
480 |
+
5.470813 -9.251028 b cell NT5C3A
|
481 |
+
11.365509 -5.430783 b cell ADAM19
|
482 |
+
-13.108404 -8.621211 b cell PTK2B
|
483 |
+
5.0447392 -8.5097065 b cell ANXA6
|
484 |
+
5.371511 -9.463055 b cell GRAPL
|
485 |
+
7.1752734 -5.4559493 b cell RPL7A
|
486 |
+
-5.9389877 12.811543 b cell TRIM39
|
487 |
+
6.781865 -6.272748 b cell RPL3
|
488 |
+
-6.096088 12.5882435 b cell PPP1R16B
|
489 |
+
5.918428 -3.0341752 b cell ORAI2
|
490 |
+
-13.80774 -9.228535 b cell PLEKHF2
|
491 |
+
-14.05064 -9.274589 b cell ARHGDIB
|
492 |
+
-5.925839 12.766348 b cell TLR1
|
493 |
+
7.298438 15.773734 b cell DUSP1
|
494 |
+
7.5387397 15.040259 b cell RBL1
|
495 |
+
5.433861 -9.211325 b cell JUND
|
496 |
+
11.493405 -5.959495 b cell PIK3CD
|
497 |
+
8.17931 -7.3451743 b cell FBL
|
498 |
+
5.0822177 -8.725437 b cell CCDC50
|
499 |
+
-13.725285 -9.269927 b cell IRF4
|
500 |
+
7.2130094 -6.139083 b cell AKAP5
|
501 |
+
4.5176873 -8.542131 b cell UBE2J1
|
502 |
+
-13.75224 -9.195235 b cell UVRAG
|
503 |
+
14.133119 -5.2483253 b cell CD22
|
504 |
+
9.592465 10.929048 b cell BCLAF1
|
505 |
+
14.360538 -5.0530515 b cell ELL3
|
506 |
+
5.4214816 -9.30544 b cell TRAPPC10
|
507 |
+
15.322993 -0.9365194 b cell AKAP11
|
508 |
+
14.465071 -5.1068354 b cell BPIFA1
|
509 |
+
11.308216 -5.664035 b cell ZNF572
|
510 |
+
6.3704076 -8.533589 b cell RPS14
|
511 |
+
10.217905 6.803191 b cell KLHL32
|
512 |
+
11.515785 -5.518247 b cell FCRL4
|
513 |
+
3.8507035 16.13043 b cell ATG16L2
|
514 |
+
9.75788 9.396072 b cell UCP2
|
515 |
+
7.1207094 -8.949138 b cell TNRC6B
|
516 |
+
-13.081534 -9.130698 b cell CD69
|
517 |
+
-12.159306 -9.306934 b cell HERPUD1
|
518 |
+
10.287591 5.1567945 b cell ZNF141
|
519 |
+
5.1728034 -8.884158 b cell CCDC174
|
520 |
+
4.882241 -8.197101 b cell ZNF7
|
521 |
+
-13.674293 -9.310025 b cell AP4S1
|
522 |
+
7.8177543 -7.544522 b cell RAPGEF1
|
523 |
+
7.2188888 -9.461815 b cell CENPH
|
524 |
+
6.6165724 -9.503397 b cell HDAC9
|
525 |
+
9.63282 1.2643725 b cell RPL19
|
526 |
+
15.433882 -4.529269 b cell RPS4Y2
|
527 |
+
6.5527296 -8.939542 b cell PPP4R3A
|
528 |
+
4.4160604 -8.428529 b cell SELL
|
529 |
+
-11.936821 -8.993164 b cell RNF113A
|
530 |
+
3.9712586 -8.131767 b cell TNFRSF13C
|
531 |
+
-13.227789 -9.1272955 b cell ZNF639
|
532 |
+
9.513061 11.366014 b cell SPI1
|
533 |
+
-12.8481865 -9.456441 b cell CRACR2A
|
534 |
+
10.710571 -6.115105 b cell IL16
|
535 |
+
4.940718 -8.270676 b cell PRDM2
|
536 |
+
7.8052053 -6.8656273 b cell NEK6
|
537 |
+
7.449955 -10.680086 b cell RADX
|
538 |
+
2.9839232 15.649184 b cell LYST
|
539 |
+
7.9041724 -10.720762 b cell UPF2
|
540 |
+
15.091199 -2.0500715 b cell PKIA
|
541 |
+
-11.50298 -8.647794 b cell CMTM7
|
542 |
+
-2.053499 10.363937 b cell TMEM131
|
543 |
+
3.9217582 -7.4491987 b cell FAM13B
|
544 |
+
6.878549 -9.103759 b cell ANKRD36
|
545 |
+
-12.836491 -8.74202 b cell IL24
|
546 |
+
-13.137944 -9.466012 b cell PNKP
|
547 |
+
14.574955 -5.038592 b cell RPL10A
|
548 |
+
10.345985 -6.184087 b cell WAS
|
549 |
+
-9.696596 -8.920742 b cell USP11
|
550 |
+
-5.9251113 12.564642 b cell EPC1
|
551 |
+
10.303394 7.2915044 b cell OGA
|
552 |
+
3.9291453 -7.6044717 b cell RPL13
|
553 |
+
11.640647 -5.5063777 b cell FANCM
|
554 |
+
7.233809 -10.625319 b cell OSBPL10
|
555 |
+
8.087723 13.7809 b cell MDM1
|
556 |
+
-3.9568963 7.3809233 b cell BAX
|
557 |
+
7.9653916 -10.181507 b cell QTRT2
|
558 |
+
3.9496915 -4.580684 b cell TINF2
|
559 |
+
6.6316037 -4.7014184 b cell RBM4
|
560 |
+
11.148445 -5.7828975 b cell TNFRSF14
|
561 |
+
10.274308 -6.461388 b cell TUBA1A
|
562 |
+
-14.045072 -9.336773 b cell RALGPS1
|
563 |
+
10.140763 8.257528 b cell SCX
|
564 |
+
9.313572 -6.7896056 b cell MARF1
|
565 |
+
15.290461 -1.141513 b cell FCHSD1
|
566 |
+
8.341405 -10.191575 b cell HLA-DQB1
|
567 |
+
9.728462 10.538595 b cell APBB1IP
|
568 |
+
8.026858 14.592377 b cell RBMX
|
569 |
+
5.6141376 -9.106779 b cell ZBTB18
|
570 |
+
-12.988697 -9.2553835 b cell SP100
|
571 |
+
15.591454 -1.3534634 b cell NIN
|
572 |
+
6.0941577 -8.878401 b cell GKAP1
|
573 |
+
-13.004445 -9.353875 b cell PDE6B
|
574 |
+
8.695639 -10.247723 b cell TCF4
|
575 |
+
5.2472324 -3.493399 b cell RASGEF1B
|
576 |
+
-10.733718 -8.56259 b cell RGS7
|
577 |
+
8.254886 -6.852157 b cell TERF2
|
578 |
+
4.3152637 -4.790337 b cell ACAD11
|
579 |
+
6.000957 -9.080513 b cell PARP3
|
580 |
+
4.6862235 -8.521369 b cell MT-ND6
|
581 |
+
10.655678 -6.0108485 b cell DENND4A
|
582 |
+
5.0756254 16.443941 b cell ARL14EP
|
583 |
+
5.5234227 -8.179324 b cell PIK3AP1
|
584 |
+
-13.912083 -8.993898 b cell POU3F1
|
585 |
+
-14.118278 -9.123903 b cell EBF1
|
586 |
+
7.3742685 -3.6592772 b cell ANKRD37
|
587 |
+
4.419231 -8.29384 b cell LSM10
|
588 |
+
11.255837 -5.6901793 b cell CTCF
|
589 |
+
15.137967 0.118891664 b cell RPL4
|
590 |
+
9.30974 11.223481 b cell KLF6
|
591 |
+
-3.871742 7.7857533 b cell MAP4K1
|
592 |
+
7.9206867 -1.492644 b cell DEPDC5
|
593 |
+
15.285417 -5.0919857 b cell GPSM3
|
594 |
+
9.108997 1.6066877 b cell DDX27
|
595 |
+
7.040663 -9.169684 b cell CD37
|
596 |
+
5.161268 -3.5964026 b cell ZNF24
|
597 |
+
9.348162 0.6456568 b cell HNRNPA1
|
598 |
+
8.638091 12.862516 b cell ZBTB10
|
599 |
+
-9.688168 -8.678207 b cell DPF3
|
600 |
+
4.762814 16.279089 b cell MAP4K2
|
601 |
+
4.079165 -4.349635 b cell IRF2
|
602 |
+
-12.899173 -9.370741 b cell MANBA
|
603 |
+
8.343299 -10.285596 b cell TP53INP1
|
604 |
+
10.328112 -6.2789874 b cell TRAF5
|
605 |
+
-10.171641 -8.85373 b cell RPL28
|
606 |
+
7.366975 -9.764151 b cell PCBP3
|
607 |
+
11.033196 -5.9011016 b cell TLR6
|
608 |
+
15.750384 -1.8454682 b cell APOBEC3C
|
609 |
+
7.3033476 -5.8578587 b cell RPS3
|
610 |
+
4.271608 16.251657 b cell RPL36A
|
611 |
+
8.730548 -6.841962 b cell MT-CO1
|
612 |
+
7.065486 15.782246 b cell PLEK
|
613 |
+
-13.16408 -9.331925 b cell TOX
|
614 |
+
8.574394 -9.588814 b cell CMTM6
|
615 |
+
10.48607 5.58927 b cell RPL11
|
616 |
+
15.473 -4.701751 b cell TBCE
|
617 |
+
4.941777 -8.539499 b cell PELI1
|
618 |
+
-1.8648608 10.586265 b cell TNFSF13
|
619 |
+
7.917107 -6.8937187 b cell RASSF1
|
620 |
+
3.463065 16.097189 b cell NHEJ1
|
621 |
+
4.1898656 -8.196575 b cell MED30
|
622 |
+
8.775427 -0.7283516 b cell RASSF2
|
623 |
+
6.648577 -9.397122 b cell ATF7IP
|
624 |
+
5.1709285 -8.856231 b cell IGHG4
|
625 |
+
10.313654 6.6955786 b cell SMG8
|
626 |
+
-14.052084 -9.064149 b cell INTS4
|
627 |
+
9.522185 2.9546535 b cell CD79A
|
628 |
+
10.652276 -6.211812 b cell ZNF124
|
629 |
+
4.040071 -7.9550953 b cell ZNF250
|
630 |
+
15.186738 -4.4839005 b cell RPLP1
|
631 |
+
-13.016404 -8.8605995 b cell TSGA10
|
632 |
+
11.405499 -5.672969 b cell ADD2
|
633 |
+
4.1680193 16.147667 b cell EIF3F
|
634 |
+
-13.776217 -9.305831 b cell CD19
|
635 |
+
6.9706373 -4.76285 b cell CR2
|
636 |
+
3.9753942 -4.5448384 b cell RPL38
|
637 |
+
11.533753 -5.903442 b cell TAF3
|
638 |
+
11.138448 -5.700235 b cell LNPEP
|
639 |
+
-13.660143 -9.2751875 b cell IGKC
|
640 |
+
7.058378 -6.458194 b cell ABHD16A
|
641 |
+
13.9920635 -5.2131367 b cell TRA2B
|
642 |
+
8.020092 -6.6829767 b cell KCNN1
|
643 |
+
11.691449 -5.6093082 b cell HLA-DMA
|
644 |
+
7.16395 -10.583863 b cell RAC2
|
645 |
+
10.055889 5.3110285 b cell ITPKB
|
646 |
+
7.660543 -3.0276437 b cell RIC3
|
647 |
+
11.095363 -5.786614 b cell GIT2
|
648 |
+
11.307947 -5.6165757 b cell ARID5B
|
649 |
+
15.153135 -4.856045 b cell ZXDA
|
650 |
+
6.100504 -2.9042819 b cell CTSZ
|
651 |
+
10.461474 6.1768174 b cell RB1
|
652 |
+
-12.892226 -9.406063 b cell BCKDHA
|
653 |
+
15.545222 -2.8181634 b cell LSM8
|
654 |
+
15.628946 -1.242032 b cell LRIF1
|
655 |
+
-3.773928 8.24158 b cell IKZF3
|
656 |
+
7.124371 -4.084114 b cell FNBP1
|
657 |
+
7.8676295 -9.460894 b cell KLHL6
|
658 |
+
11.114001 -5.7294016 b cell RPS4Y1
|
659 |
+
-13.326687 -9.289535 b cell HELLS
|
660 |
+
-11.803132 -9.353607 b cell CREB1
|
661 |
+
-12.435831 -9.143009 b cell IFI30
|
662 |
+
10.591201 -6.105082 b cell JAK3
|
663 |
+
-13.236873 -9.489651 b cell C19orf25
|
664 |
+
15.429508 -4.5252485 b cell MSH5
|
665 |
+
-13.802414 -9.415883 b cell SMAP2
|
666 |
+
-11.565207 -9.008041 b cell ALOX5
|
667 |
+
-12.727922 -9.343022 b cell SERPINB9
|
668 |
+
-13.624686 -9.048429 b cell TEPSIN
|
669 |
+
11.594707 13.377959 b cell PARN
|
670 |
+
15.038556 -4.6462245 b cell MCPH1
|
671 |
+
7.56829 -9.684307 b cell MOB3A
|
672 |
+
5.6787744 -8.594117 b cell CDC40
|
673 |
+
7.764835 -6.5073338 b cell RPL37
|
674 |
+
-13.678936 -8.996729 b cell SLAMF6
|
675 |
+
-12.964543 -9.470328 b cell RAB4B
|
676 |
+
10.214787 -6.490124 b cell CDK14
|
677 |
+
4.6012864 -8.687814 b cell FAM3C
|
678 |
+
9.623675 0.82314026 b cell BTK
|
679 |
+
-10.924339 -8.311437 b cell DCLK2
|
680 |
+
11.84426 -5.5248957 b cell CCNT2
|
681 |
+
-11.875569 -8.616166 b cell USF1
|
682 |
+
-12.8522005 -8.927013 b cell ATAD5
|
683 |
+
5.824581 -8.756254 b cell DTX1
|
684 |
+
6.798431 -8.744474 b cell TRAF3
|
685 |
+
4.359958 -8.8180065 b cell RPL18A
|
686 |
+
7.9564505 -8.032116 b cell ZNRF2
|
687 |
+
-12.433329 -8.793441 b cell RPSA
|
688 |
+
-13.202036 -9.158148 b cell RTN4IP1
|
689 |
+
8.744617 12.713412 b cell PTPRCAP
|
690 |
+
6.692322 -9.100429 b cell SKAP2
|
691 |
+
6.551692 -9.002468 b cell RILPL2
|
692 |
+
-13.433294 -8.970063 b cell TNK2
|
693 |
+
6.894451 -9.571776 b cell TCP11L2
|
694 |
+
4.3216224 -8.340888 b cell RPL13A
|
695 |
+
-3.8479187 8.166732 b cell MORN3
|
696 |
+
6.8123217 -9.5801115 b cell BTLA
|
697 |
+
4.3915076 -4.6265435 b cell ATG4C
|
698 |
+
15.356423 -4.1181126 b cell SIK3
|
699 |
+
4.521659 -8.637384 b cell TPD52
|
700 |
+
-12.543001 -9.120289 b cell FBXO44
|
701 |
+
15.747868 -1.357832 b cell VAV3
|
702 |
+
11.633251 -5.74788 b cell SFMBT1
|
703 |
+
7.079078 -5.801822 b cell AEN
|
704 |
+
11.339296 -5.689061 b cell BHLHE41
|
705 |
+
11.450451 -5.6362476 b cell RNF41
|
706 |
+
14.680371 -4.968483 b cell RNF19A
|
707 |
+
15.586802 -1.4319597 b cell TRIM22
|
708 |
+
-14.077694 -9.030895 b cell EIF2S3
|
709 |
+
5.764565 -3.047112 b cell SYNRG
|
710 |
+
-13.318536 -9.473943 b cell TCEANC
|
711 |
+
7.63098 15.3638 b cell HIF1A
|
712 |
+
-12.668846 -9.419644 b cell ZFAND2A
|
713 |
+
15.401287 -4.804405 b cell LHX4
|
714 |
+
-9.927743 -8.754646 b cell PRPF3
|
715 |
+
7.59726 15.093323 b cell PRIM2
|
716 |
+
10.352653 -6.366699 b cell CD48
|
717 |
+
9.097855 0.21324852 b cell ZNF439
|
718 |
+
5.300391 -8.663666 b cell GLS
|
719 |
+
15.427299 -4.9740076 b cell TSPAN33
|
720 |
+
-13.586959 -9.409584 b cell RBM15
|
721 |
+
7.9683247 -7.0592985 b cell ZNF202
|
722 |
+
8.36872 -6.952697 b cell SFI1
|
723 |
+
7.4676137 -9.567126 b cell PNOC
|
724 |
+
9.120879 0.5956473 b cell YPEL5
|
725 |
+
11.55672 -5.9731855 b cell PARP11
|
726 |
+
-12.934728 -9.226125 b cell EPOR
|
727 |
+
-13.197274 -9.234425 b cell CD53
|
728 |
+
13.6763115 -5.4305305 b cell VHL
|
729 |
+
-13.68446 -9.08275 b cell PTPN1
|
730 |
+
-13.774328 -9.292205 b cell MDFIC
|
731 |
+
8.430476 -7.6624813 b cell VOPP1
|
732 |
+
4.3945446 -8.467537 b cell AP1S3
|
733 |
+
7.0558596 -8.583391 b cell FLI1
|
734 |
+
9.151326 -9.21278 b cell UTRN
|
735 |
+
14.559846 -4.9406524 b cell HLA-DRB1
|
736 |
+
15.343731 -0.7212038 b cell SRCAP
|
737 |
+
-13.0368595 -8.993064 b cell FCER2
|
738 |
+
7.0412107 -4.3950286 b cell RPL31
|
739 |
+
6.898287 -5.0435553 b cell CYLD
|
740 |
+
7.101689 -2.30188 b cell TSPYL2
|
741 |
+
15.612876 -1.4849172 b cell EIF4A2
|
742 |
+
15.353701 -1.4253001 b cell STRADB
|
743 |
+
-12.722286 -9.117306 b cell ZCCHC10
|
744 |
+
7.633903 -2.1813707 b cell PRKX
|
745 |
+
14.54117 -5.0553956 b cell TLK1
|
746 |
+
9.729798 -6.463351 b cell TLK2
|
747 |
+
5.0520043 -7.9948063 b cell BCL11A
|
748 |
+
5.6759963 -8.756555 b cell NFATC2
|
749 |
+
15.554535 -4.246008 b cell TENT5C
|
750 |
+
5.564748 -8.70734 b cell TMEM107
|
751 |
+
-14.071009 -9.304511 b cell TAF1D
|
752 |
+
9.861998 -6.888028 b cell IGHG2
|
753 |
+
15.297298 -2.0916784 b cell CCNT1
|
754 |
+
7.622856 14.891886 b cell CD1D
|
755 |
+
7.1629596 -9.542486 b cell VRK1
|
756 |
+
15.670355 -4.1123953 b cell LAX1
|
757 |
+
11.263766 -6.0278335 b cell SAMSN1
|
758 |
+
6.348106 -8.840452 b cell NFATC1
|
759 |
+
-11.361441 -8.714012 b cell EHMT1
|
760 |
+
10.183719 7.95445 b cell SIK1
|
761 |
+
6.9590626 -9.308659 b cell KAT2A
|
762 |
+
14.541029 -5.236254 b cell LRRK1
|
763 |
+
11.233593 -5.6207848 b cell TMPO
|
764 |
+
15.489078 -2.7794876 b cell LTA
|
765 |
+
13.719826 -5.388468 b cell BFSP2
|
766 |
+
-13.256371 -8.815891 b cell CIAO2A
|
767 |
+
6.7253833 -5.0450897 b cell AFTPH
|
768 |
+
9.372163 0.34436646 b cell RAD50
|
769 |
+
-13.079952 -9.201185 b cell REL
|
770 |
+
11.424377 -5.680633 b cell OTUD1
|
771 |
+
8.732934 -7.2053633 b cell PLP2
|
772 |
+
-12.815844 -9.135519 b cell HLA-E
|
773 |
+
-13.15438 -9.152027 b cell EPM2AIP1
|
774 |
+
-13.233611 -9.286762 b cell BANK1
|
775 |
+
11.42567 -5.99022 b cell PRPS1
|
776 |
+
7.833865 -10.440843 b cell VPREB3
|
777 |
+
11.736548 13.440206 b cell JADE2
|
778 |
+
-12.895101 -9.1015415 b cell ZNF395
|
779 |
+
2.7798069 15.50069 b cell ZNF773
|
780 |
+
4.8964148 -8.495187 b cell PFDN5
|
781 |
+
9.359364 10.916715 b cell RPS15A
|
782 |
+
15.036543 -5.051653 b cell GRK3
|
783 |
+
5.9406643 -8.789711 b cell CLEC2D
|
784 |
+
10.361611 7.8524656 b cell DGKG
|
785 |
+
7.2203727 -8.243723 b cell SYNGR1
|
786 |
+
4.883509 -4.124815 b cell CCDC18
|
787 |
+
7.7862234 14.812013 b cell STK10
|
788 |
+
-3.827644 7.8629584 b cell USF2
|
789 |
+
-13.959241 -9.297361 b cell SERP1
|
790 |
+
4.9229918 16.55383 b cell TRAPPC2B
|
791 |
+
7.5737486 -6.9763083 b cell CLK1
|
792 |
+
-14.016279 -9.198515 b cell TUBA4A
|
793 |
+
9.460143 10.201419 b cell ZNF394
|
794 |
+
9.931266 4.0371532 b cell HCLS1
|
795 |
+
6.0315 -3.1025999 b cell RNGTT
|
796 |
+
14.351814 -5.3494544 b cell RHOBTB2
|
797 |
+
9.958884 4.178487 b cell RPLP2
|
798 |
+
4.759037 -8.975807 b cell PPP3CA
|
799 |
+
8.28601 -6.9634914 b cell SLC17A9
|
800 |
+
15.571044 -1.5349528 b cell COIL
|
801 |
+
-12.195537 -9.072466 b cell PABPC1
|
802 |
+
7.5156136 -10.783924 b cell VTI1A
|
803 |
+
-13.151944 -9.418195 b cell SMPD2
|
804 |
+
-14.202758 -8.980693 b cell ZNF830
|
805 |
+
8.16485 -10.278001 b cell SLC2A5
|
806 |
+
6.6354327 -8.825113 b cell PTPN7
|
807 |
+
8.792282 -7.371791 b cell TRIM44
|
808 |
+
8.381878 13.371854 b cell CIITA
|
809 |
+
4.334433 -3.8957155 b cell ANKRD36B
|
810 |
+
-3.7393143 8.316391 b cell UBXN1
|
811 |
+
9.971752 -6.523 b cell SIMC1
|
812 |
+
7.3462386 15.608154 b cell TMED8
|
813 |
+
-1.7096984 10.769643 b cell IGLC2
|
814 |
+
-13.48341 -9.052544 b cell UIMC1
|
815 |
+
-12.941123 -9.099113 b cell NR4A2
|
816 |
+
-1.9799088 10.5065975 b cell ZNF544
|
817 |
+
-13.716124 -8.915033 b cell RBM4B
|
818 |
+
3.3530252 16.169182 b cell RPS7
|
819 |
+
7.7741337 14.734994 b cell GNA13
|
820 |
+
15.000518 -5.007161 b cell TOE1
|
821 |
+
6.134175 -9.223284 b cell LEMD3
|
822 |
+
-1.5318427 -8.104258 b cell RBM48
|
823 |
+
-6.1009393 12.840254 b cell CKS2
|
824 |
+
5.619285 -8.738229 b cell METTL18
|
825 |
+
15.16197 -4.905386 b cell TRIM59
|
826 |
+
-3.6551328 8.219541 b cell EAF2
|
827 |
+
8.94639 -7.2626705 b cell ZNF350
|
828 |
+
11.463375 -5.775417 b cell IL23A
|
829 |
+
10.04391 -6.837679 b cell IGHM
|
830 |
+
10.2372265 7.0512886 b cell MATR3
|
831 |
+
6.4829297 -9.830756 b cell CHORDC1
|
832 |
+
15.512766 -3.7337954 b cell CLASRP
|
833 |
+
10.2457485 -6.567448 b cell ZNF136
|
834 |
+
6.6378565 -8.849301 b cell POLR1E
|
835 |
+
8.998109 -6.668624 b cell PHF1
|
836 |
+
-12.423897 -8.388226 b cell CORO1A
|
837 |
+
6.5603046 -8.414788 b cell UBTF
|
838 |
+
-13.848483 -9.135941 b cell PTPRC
|
839 |
+
7.011345 -9.679726 b cell TNK1
|
840 |
+
7.109591 -6.0113378 b cell OPRL1
|
841 |
+
-11.807235 -8.509126 b cell FCRL5
|
842 |
+
7.6845384 -9.694708 b cell HLA-DMB
|
843 |
+
9.923317 8.64486 b cell SINHCAF
|
844 |
+
11.2144785 -5.8963175 b cell ACY3
|
845 |
+
15.136308 -4.883086 b cell LYRM7
|
846 |
+
-12.344436 -9.182184 b cell DERL3
|
847 |
+
-9.6372175 -8.950899 b cell RASGRP3
|
848 |
+
7.364658 -3.429174 b cell RASAL3
|
849 |
+
10.282916 7.773404 b cell TP53
|
850 |
+
-13.677988 -8.989132 b cell TMEM120B
|
851 |
+
15.4008255 -4.7108 b cell CD24
|
852 |
+
6.481166 -8.974042 b cell CLK4
|
853 |
+
5.532955 -9.243235 b cell FANCF
|
854 |
+
-13.285372 -9.128675 b cell RPS15
|
855 |
+
-13.817317 -9.400549 b cell BTN2A2
|
856 |
+
7.817935 14.410438 b cell DTNBP1
|
857 |
+
11.58867 13.477623 b cell KRTAP5-2
|
858 |
+
8.527408 -9.470791 b cell SMARCB1
|
859 |
+
-5.9259434 12.322699 b cell PTPN6
|
860 |
+
-14.017117 -9.24683 b cell WDR33
|
861 |
+
11.306417 -5.996803 b cell IL27RA
|
862 |
+
6.6629257 16.28608 b cell ALG10
|
863 |
+
8.743093 -9.917792 b cell RPL26
|
864 |
+
4.212813 -8.373954 b cell SNX2
|
865 |
+
11.672843 -5.489932 b cell KMT2A
|
866 |
+
5.6662765 -8.477384 b cell NUP88
|
867 |
+
4.2193885 -8.358108 b cell ITGAL
|
868 |
+
-13.902825 -9.154068 b cell PDE4B
|
869 |
+
5.8693204 -7.969414 b cell CDK5R1
|
870 |
+
11.591187 -5.4584556 b cell ZNF821
|
871 |
+
15.665574 -1.2053486 b cell CXXC5
|
872 |
+
10.144857 -6.700751 b cell GCC2-AS1
|
873 |
+
9.3313465 10.827461 b cell GNG7
|
874 |
+
15.638133 -2.9034848 b cell ZNF76
|
875 |
+
4.5354075 -8.505356 b cell RPL39
|
876 |
+
-12.210573 -9.304792 b cell GNA12
|
877 |
+
10.991592 -6.0064898 b cell TSC22D3
|
878 |
+
10.192986 4.807504 b cell PPP6R1
|
879 |
+
10.907203 -6.352356 b cell MAPK8IP3
|
880 |
+
11.385811 -5.732277 b cell LILRB1
|
881 |
+
15.735556 -1.3331885 b cell CASP9
|
882 |
+
-11.735511 -8.762089 b cell C1GALT1
|
883 |
+
4.9616127 -8.39797 b cell SEMA4D
|
884 |
+
4.734725 16.36462 b cell AIDA
|
885 |
+
7.8032045 -10.66652 b cell CCDC85B
|
886 |
+
4.570339 -8.792727 b cell MZB1
|
887 |
+
4.1076593 -8.074237 b cell C9orf72
|
888 |
+
-10.957888 -8.78076 b cell PRKD2
|
889 |
+
6.2467313 -9.069255 b cell RPS27
|
890 |
+
-12.985045 -9.558046 b cell SLC25A38
|
891 |
+
-5.9018893 12.793009 b cell CRIP1
|
892 |
+
8.437619 -9.617581 b cell LIN37
|
893 |
+
-13.119809 -8.950877 b cell HIP1R
|
894 |
+
-13.355114 -9.420028 b cell RBM34
|
895 |
+
-13.819303 -9.076302 b cell ZNF397
|
896 |
+
6.075731 -8.833686 b cell HLA-DPB1
|
897 |
+
-11.180373 -8.678424 b cell TCEA1P2
|
898 |
+
9.923462 9.082114 b cell BCL2L11
|
899 |
+
9.213287 1.9163353 b cell PARP1
|
900 |
+
10.092919 6.514529 b cell CLNS1A
|
901 |
+
-5.9496207 13.061942 b cell NME2
|
902 |
+
6.0658803 -8.061593 b cell HNRNPDL
|
903 |
+
6.3307996 -9.579991 b cell RAB29
|
904 |
+
-5.79849 12.751317 b cell INKA1
|
905 |
+
9.526806 10.254248 b cell MAN2B1
|
906 |
+
-10.269602 -8.773079 b cell SPAG4
|
907 |
+
7.686495 -9.501547 b cell RPL18
|
908 |
+
-13.317389 -9.205345 b cell MTMR14
|
909 |
+
5.126337 -8.393289 b cell GGA2
|
910 |
+
8.835701 -10.136047 b cell BTAF1
|
911 |
+
9.758681 3.5767703 b cell CYB561A3
|
912 |
+
9.485955 10.803758 b cell SH3KBP1
|
913 |
+
5.8854375 -8.625498 b cell MRPL38
|
914 |
+
-12.259396 -8.955513 b cell SUZ12
|
915 |
+
5.2558746 -8.999843 b cell RPAP3
|
916 |
+
-13.476166 -9.012388 b cell SIPA1L3
|
917 |
+
-13.280363 -9.013735 b cell EEF2
|
918 |
+
-12.297781 -9.243773 b cell PHACTR1
|
919 |
+
-3.9909165 8.348919 b cell RBM19
|
920 |
+
-13.066207 -9.027706 b cell CLEC17A
|
921 |
+
8.880709 11.891282 b cell RPS28
|
922 |
+
9.843067 0.7116343 b cell CHTF8
|
923 |
+
7.763961 -9.561841 b cell RPL6
|
924 |
+
14.806804 -4.428773 b cell ZNF417
|
925 |
+
15.123918 -1.2679218 b cell RNMT
|
926 |
+
9.8758135 9.221503 b cell EED
|
927 |
+
-13.862467 -8.984436 b cell BORCS6
|
928 |
+
7.2219253 -9.299903 b cell ENO2
|
929 |
+
11.645545 -5.6554523 b cell ZNF19
|
930 |
+
7.1622386 -6.1941457 b cell TAL2
|
931 |
+
7.9554443 -1.9317037 b cell WDCP
|
932 |
+
15.624574 -2.2638965 b cell MTMR4
|
933 |
+
-11.976051 -8.962507 b cell JUN
|
934 |
+
10.886906 -5.963522 b cell PTPN22
|
935 |
+
8.866808 -6.905197 b cell RPA2
|
936 |
+
8.091672 -7.0267873 b cell CEP170
|
937 |
+
-4.3272805 8.039842 b cell NGLY1
|
938 |
+
11.681099 -5.411224 b cell TLE3
|
939 |
+
5.4924035 -9.279815 b cell INO80
|
940 |
+
7.5578847 -3.0708053 b cell SLAMF1
|
941 |
+
-12.985424 -9.473424 b cell NR4A1
|
942 |
+
4.9195933 16.20899 b cell KBTBD8
|
943 |
+
10.45517 6.144443 b cell BCL2
|
944 |
+
-12.663859 -9.260427 b cell POU2AF1
|
945 |
+
10.727854 -6.1660705 b cell AGPAT5
|
946 |
+
-13.561841 -9.1800995 b cell JAK1
|
947 |
+
7.7729874 -6.854516 b cell PIK3C2B
|
948 |
+
14.816902 -4.057222 b cell ABI3
|
949 |
+
6.9750433 -10.025317 b cell ZGPAT
|
950 |
+
-14.215396 -9.381471 b cell ZNF564
|
951 |
+
6.589469 -8.855069 b cell CNR2
|
952 |
+
6.968359 -8.54694 b cell ATP2A3
|
953 |
+
5.276938 -8.84478 b cell ZFAND6
|
954 |
+
7.8588285 -10.167287 b cell RPL7
|
955 |
+
2.843432 15.389601 b cell RABEP1
|
956 |
+
5.9942565 16.438103 b cell MPHOSPH8
|
957 |
+
6.2434316 -8.852203 b cell STAMBPL1
|
958 |
+
7.0896335 -4.005332 b cell ARPC3
|
959 |
+
-9.231519 -8.756604 b cell RPS29
|
960 |
+
-3.839483 7.8140707 b cell KMT2E
|
961 |
+
5.022017 -8.751944 b cell RMI2
|
962 |
+
-11.932652 -8.989615 b cell EZR
|
963 |
+
15.301935 -0.39079937 b cell CSKMT
|
964 |
+
6.872596 -10.202369 b cell MGAT3
|
965 |
+
7.7599525 -2.0625124 b cell PAN3
|
966 |
+
10.97721 -5.718902 b cell RPL35A
|
967 |
+
7.3655963 -8.279783 b cell MAP4K4
|
968 |
+
-13.980794 -9.056322 b cell RFC4
|
969 |
+
6.622868 -2.573713 b cell BLK
|
970 |
+
-13.491222 -9.135215 b cell PLEKHB1
|
971 |
+
15.3665 -4.997693 b cell ZRSR2
|
972 |
+
-13.318919 -9.182954 b cell DOCK8
|
973 |
+
7.306955 -9.432385 b cell ZNF827
|
974 |
+
9.816736 3.247368 b cell GRAMD1C
|
975 |
+
5.4759483 -3.5800798 b cell EEF1D
|
976 |
+
-1.7444682 10.413238 b cell ITPR1
|
977 |
+
6.413284 -9.133345 b cell HSPH1
|
978 |
+
8.345384 -6.966639 b cell KDM4B
|
979 |
+
7.1886168 -5.57787 b cell PDCD4
|
980 |
+
-12.467366 -9.396553 b cell IL12A
|
981 |
+
7.7192197 -2.5148802 b cell NFKB2
|
982 |
+
11.700616 -5.7566175 b cell PILRB
|
983 |
+
15.476319 -4.7555923 b cell ERCC5
|
984 |
+
-13.566223 -9.085862 b cell ZBTB9
|
985 |
+
15.826771 -2.0785484 b cell NCBP2
|
986 |
+
8.92784 12.192203 b cell LSM7
|
987 |
+
7.416596 -9.449216 b cell SYK
|
988 |
+
6.050705 16.303604 b cell TGIF2
|
989 |
+
-12.661467 -9.273834 b cell AREG
|
990 |
+
14.717357 -4.995194 b cell TCEA1
|
991 |
+
7.604319 -8.3841505 b cell SMARCC1
|
992 |
+
7.8261228 15.097776 b cell TOP3B
|
993 |
+
3.5484562 16.089546 b cell PCSK7
|
994 |
+
7.9081993 14.34273 b cell MARCKSL1
|
995 |
+
6.413304 -5.7368174 b cell ZNF490
|
996 |
+
8.862127 -9.816092 b cell MAP3K7CL
|
997 |
+
-14.077362 -9.4467 b cell CAPN7
|
998 |
+
5.4271874 -9.154991 b cell HSPA8
|
999 |
+
7.6615515 -2.670766 b cell HLA-DQA1
|
1000 |
+
-13.842094 -9.175157 b cell RPS9
|
1001 |
+
11.065224 -5.5348096 b cell RCAN3
|
1002 |
+
9.750312 0.8604095 b cell JCHAIN
|
1003 |
+
15.434577 -3.4868798 b cell CEP250
|
1004 |
+
6.302514 16.37983 b cell CREBZF
|
1005 |
+
-14.158578 -9.176907 b cell RAD51B
|
1006 |
+
9.6600685 -6.594425 b cell ALOX5AP
|
1007 |
+
5.560589 -8.404377 b cell HNRNPA0
|
1008 |
+
-12.688262 -8.4505005 b cell WDR17
|
1009 |
+
4.6898446 -8.4623375 b cell ZBTB1
|
1010 |
+
10.247885 -6.325086 b cell MIS12
|
1011 |
+
14.193562 -5.206709 b cell ZNF460
|
1012 |
+
-12.883219 -9.118765 b cell CCNH
|
1013 |
+
9.933455 3.9982984 b cell ZNF79
|
1014 |
+
11.586973 -5.4973264 b cell RPS8
|
1015 |
+
9.616384 1.1461165 b cell RAB4B-EGLN2
|
1016 |
+
6.82766 -2.15547 b cell RGS19
|
1017 |
+
9.857877 9.488528 b cell RPL27A
|
1018 |
+
-13.93378 -8.927781 b cell NSA2
|
1019 |
+
5.753141 -3.1673555 b cell PBXIP1
|
1020 |
+
-10.927621 -8.932635 b cell C7orf31
|
1021 |
+
8.11151 -6.793705 b cell MYBL2
|
1022 |
+
-13.413355 -9.169106 b cell AICDA
|
1023 |
+
4.358567 -8.324067 b cell BEND5
|
1024 |
+
-11.684507 -9.084587 b cell GPBP1
|
1025 |
+
6.669189 16.073664 b cell EDC4
|
1026 |
+
-12.134125 -9.44644 b cell ZNF92
|
1027 |
+
10.368055 5.141609 b cell TERF2IP
|
1028 |
+
-14.056434 -9.282437 b cell CCDC6
|
1029 |
+
14.718918 -4.252113 b cell SEL1L3
|
1030 |
+
7.2533655 -10.320349 b cell RPL32
|
1031 |
+
6.025893 -3.259957 b cell TNFAIP8
|
1032 |
+
15.19067 -4.871063 b cell TAPBP
|
1033 |
+
-3.8196645 8.295677 b cell TNFRSF13B
|
1034 |
+
15.371853 -5.1015477 b cell IFNLR1
|
1035 |
+
7.5467587 15.470539 b cell EVI2B
|
1036 |
+
7.1832023 -5.019762 b cell SLC38A1
|
1037 |
+
10.624356 -6.1915927 b cell RPL21
|
1038 |
+
-13.52548 -9.271199 b cell BRCA2
|
1039 |
+
-13.307813 -8.942868 b cell HELQ
|
1040 |
+
7.8875694 -6.7374787 b cell RPL14
|
1041 |
+
5.525766 -9.16223 b cell ZNF331
|
1042 |
+
6.2203526 16.360435 b cell MIOS
|
1043 |
+
10.224792 4.5120544 b cell RFX5
|
1044 |
+
-3.9279315 7.679079 b cell ITGB7
|
1045 |
+
5.8990717 -8.64093 b cell RABEP2
|
1046 |
+
14.873582 -4.160302 b cell ZBTB12
|
1047 |
+
3.6929488 16.066978 b cell SIGLEC6
|
1048 |
+
-11.836708 -8.893003 b cell MOB1A
|
1049 |
+
-13.578646 -9.205613 b cell DBP
|
1050 |
+
9.723832 10.898273 b cell MT-ND4L
|
1051 |
+
7.9534535 -2.6363995 b cell EDRF1
|
1052 |
+
9.74469 10.441531 b cell E2F5
|
1053 |
+
13.679182 -5.548967 b cell RPS19
|
1054 |
+
10.080729 6.130688 b cell CYBB
|
1055 |
+
14.187187 -5.1651697 b cell KRI1
|
1056 |
+
-13.416932 -9.051024 b cell IL10RA
|
1057 |
+
5.8491936 -8.839335 b cell TMEM140
|
1058 |
+
8.127426 -10.493709 b cell VAMP1
|
1059 |
+
15.746278 -1.3940213 b cell IL2RG
|
1060 |
+
15.39807 -4.2752314 b cell KDM2B
|
1061 |
+
6.855605 16.034765 b cell ADORA2A
|
1062 |
+
8.72866 -10.237291 b cell GPRASP1
|
1063 |
+
8.551152 -10.050264 b cell NDE1
|
1064 |
+
10.67234 -6.0727 b cell DISP1
|
1065 |
+
11.188437 -5.8015666 b cell WIPF1
|
1066 |
+
4.9856887 -8.247261 b cell GCC1
|
1067 |
+
-11.395488 -9.221711 b cell SEMA7A
|
1068 |
+
-12.922148 -9.097885 b cell CYTIP
|
1069 |
+
-11.758129 -8.938267 b cell LYN
|
1070 |
+
-12.976761 -9.132817 b cell UHRF2
|
1071 |
+
5.9162393 -8.537578 b cell POLM
|
1072 |
+
10.50292 -6.3391943 b cell HSPA6
|
1073 |
+
15.441296 -5.038607 b cell NCF1
|
1074 |
+
6.2596817 -8.225848 b cell MARCKS
|
1075 |
+
7.259046 15.526716 b cell SWAP70
|
1076 |
+
9.635664 10.713114 b cell RPS16
|
1077 |
+
9.927857 9.498815 b cell TBCC
|
1078 |
+
11.322676 -5.4846005 b cell ZCCHC7
|
1079 |
+
-14.142205 -9.355007 b cell CLK2
|
1080 |
+
-1.9539381 10.871927 b cell OSGEP
|
1081 |
+
-3.638464 8.207632 b cell TLR10
|
1082 |
+
4.679682 -4.090081 b cell CEP135
|
1083 |
+
10.939137 -5.884628 b cell IL2RA
|
1084 |
+
15.436937 0.37681806 b cell RELL2
|
1085 |
+
13.898003 -5.2207456 b cell COL4A3
|
1086 |
+
15.48209 -1.6846441 b cell ZSCAN16
|
1087 |
+
9.602975 3.521095 b cell N4BP3
|
1088 |
+
7.9534917 14.459467 b cell NT5E
|
1089 |
+
13.121096 -5.8839736 b cell PACS1
|
1090 |
+
4.9740453 -8.4062395 b cell ZNF165
|
1091 |
+
-13.931538 -9.05021 b cell RPS4X
|
1092 |
+
6.996521 -3.8975434 b cell MBD4
|
1093 |
+
4.934022 -8.492882 b cell OFD1
|
1094 |
+
-4.0641437 8.097433 b cell DBF4
|
1095 |
+
6.8487825 -2.5679166 b cell MALT1
|
1096 |
+
9.358559 1.2151694 b cell PNN
|
1097 |
+
4.0787063 -7.898466 b cell GRK6
|
1098 |
+
7.006465 -9.289177 b cell MGA
|
1099 |
+
7.4221277 -6.8347754 b cell CNFN
|
1100 |
+
6.9063964 -9.184157 b cell CHD2
|
1101 |
+
6.8120847 -4.515208 b cell RPL41
|
1102 |
+
-13.100738 -8.799627 b cell ATXN7L2
|
1103 |
+
5.087599 -8.818591 b cell STK26
|
1104 |
+
7.7857885 -7.07794 b cell HCN2
|
1105 |
+
-12.420262 -9.105525 b cell ENTR1
|
1106 |
+
11.371139 -5.950551 b cell PREX1
|
1107 |
+
6.4092135 -8.973721 b cell FAM53C
|
1108 |
+
-12.003671 -8.700302 b cell LRCH4
|
1109 |
+
-12.869878 -9.423757 b cell LRRC37A
|
1110 |
+
15.402909 -4.9175816 b cell MTF2
|
1111 |
+
15.080669 -4.4927683 b cell IL5RA
|
1112 |
+
3.8839908 -4.6331043 b cell DOK3
|
1113 |
+
4.244636 -8.589965 b cell SRSF7
|
1114 |
+
15.474597 -2.6148922 b cell HPS3
|
1115 |
+
-13.530112 -9.231123 b cell PRIM1
|
1116 |
+
11.514082 -5.685736 b cell UBE2D2
|
1117 |
+
-10.979644 -8.495578 b cell SH2D3C
|
1118 |
+
5.1901684 -8.141756 b cell EEF1G
|
1119 |
+
-14.183834 -9.050602 b cell MECP2
|
1120 |
+
-13.574073 -9.122618 b cell CCDC59
|
1121 |
+
15.337751 -0.10737883 b cell MED10
|
1122 |
+
6.5975037 -5.2412004 b cell CYBC1
|
1123 |
+
8.162137 13.721603 b cell SYT1
|
1124 |
+
-5.9557734 12.82756 b cell SYTL1
|
1125 |
+
5.5836277 -2.935256 b cell RBM23
|
1126 |
+
10.838614 -5.8654675 b cell RICTOR
|
1127 |
+
5.5818524 -8.446981 b cell DBNL
|
1128 |
+
15.510154 -4.770305 b cell ARHGEF1
|
1129 |
+
7.098875 -2.332418 b cell IKZF1
|
1130 |
+
11.826483 13.2399645 b cell PLXNA3
|
1131 |
+
8.003409 -9.195043 b cell HLA-DRA
|
1132 |
+
-13.213552 -9.12865 b cell ANKRD44
|
1133 |
+
5.032012 -8.181251 b cell SRSF5
|
1134 |
+
-14.133777 -9.264999 b cell ITFG2
|
1135 |
+
11.598331 -5.8307734 b cell DDX47
|
1136 |
+
-3.95579 8.131615 b cell TXNDC5
|
1137 |
+
15.101201 -4.9634805 b cell BACH1
|
1138 |
+
6.8803725 -8.370884 b cell SMG1
|
1139 |
+
-13.430589 -8.785524 b cell PIP4K2A
|
1140 |
+
-11.531229 -8.423296 b cell VASP
|
1141 |
+
5.4224844 -3.7436595 b cell USP45
|
1142 |
+
13.824911 -5.4784184 b cell RPL22
|
1143 |
+
10.946126 -6.1340995 b cell GSPT2
|
1144 |
+
5.4484506 -9.236501 b cell RPL30
|
1145 |
+
8.319062 -7.080332 b cell GPR25
|
1146 |
+
-11.279254 -8.7969265 b cell ZSWIM3
|
1147 |
+
15.522759 -4.2329526 b cell DMTF1
|
1148 |
+
6.6436305 15.8867 b cell HHEX
|
1149 |
+
8.789345 -6.733182 b cell CRTC2
|
1150 |
+
5.4803534 -8.84525 b cell ERP29
|
1151 |
+
-13.505756 -8.91452 b cell ENTPD4
|
1152 |
+
-12.536554 -9.391951 b cell PRKCE
|
1153 |
+
15.281153 -3.0812263 b cell TIMELESS
|
1154 |
+
9.374203 -7.2270007 b cell IL7
|
1155 |
+
11.1743765 -5.5504746 b cell FAU
|
1156 |
+
-13.115698 -9.329403 b cell CD244
|
1157 |
+
-14.231772 -9.063784 b cell RAP1GDS1
|
1158 |
+
8.906162 -0.0143067725 b cell TCOF1
|
1159 |
+
-4.0592675 8.224492 b cell HLA-DPA1
|
1160 |
+
-11.858456 -8.83378 b cell EVL
|
1161 |
+
14.103612 -5.1891465 b cell NCOA3
|
1162 |
+
-9.405486 -8.726334 b cell ARID1B
|
1163 |
+
8.435539 -0.79319113 b cell FCGR2C
|
1164 |
+
-13.170753 -9.308844 b cell UBE2S
|
1165 |
+
4.041437 -8.582076 b cell CCDC138
|
1166 |
+
6.941521 -10.122752 b cell NOP58
|
1167 |
+
4.784493 -8.421028 b cell TTN
|
1168 |
+
-14.107008 -9.167468 b cell SLX1B
|
1169 |
+
10.448375 -6.441612 b cell GRB2
|
1170 |
+
-11.687543 -9.137925 b cell UHMK1
|
1171 |
+
6.3091235 -5.0672016 b cell NOP2
|
1172 |
+
6.9797907 -4.0802965 b cell RSRP1
|
1173 |
+
9.5748625 11.052117 b cell PIK3R6
|
1174 |
+
3.775721 16.116278 b cell VAV1
|
1175 |
+
7.1069126 -2.489516 b cell USP44
|
1176 |
+
10.051272 5.579294 b cell IGHA2
|
1177 |
+
6.7318954 -4.474254 b cell CSK
|
1178 |
+
6.964971 -4.6217866 b cell CGAS
|
1179 |
+
7.0990214 -4.6943316 b cell PLAC8
|
1180 |
+
8.219214 -9.101978 b cell STK4
|
1181 |
+
6.9949203 -10.476621 b cell CSNK1G2
|
data/basal_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/basal_cell_of_prostate_epithelium_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/bladder_urothelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/bronchial_smooth_muscle_cell_embeddings.csv
ADDED
@@ -0,0 +1,1413 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
-0.39687762 11.188984 bronchial smooth muscle cell FSTL1
|
3 |
+
18.536772 -0.40064597 bronchial smooth muscle cell YAP1
|
4 |
+
18.912046 0.002824967 bronchial smooth muscle cell CALM1
|
5 |
+
19.176044 -0.9595414 bronchial smooth muscle cell ERH
|
6 |
+
-1.2297761 2.7130413 bronchial smooth muscle cell FOS
|
7 |
+
17.526648 -1.2048148 bronchial smooth muscle cell ABRA
|
8 |
+
17.564804 -1.5641307 bronchial smooth muscle cell MRPL15
|
9 |
+
17.422234 -1.0240122 bronchial smooth muscle cell CRADD
|
10 |
+
-0.18189503 11.141915 bronchial smooth muscle cell ZFAND5
|
11 |
+
18.948952 -1.232474 bronchial smooth muscle cell GNB4
|
12 |
+
13.89003 0.53406495 bronchial smooth muscle cell ROCK2
|
13 |
+
17.689241 -0.24276115 bronchial smooth muscle cell MPG
|
14 |
+
-5.26342 8.941666 bronchial smooth muscle cell HNRNPH2
|
15 |
+
-0.22367564 11.248536 bronchial smooth muscle cell TRIP6
|
16 |
+
18.632795 -1.9850546 bronchial smooth muscle cell RAMP3
|
17 |
+
16.037169 -0.62435424 bronchial smooth muscle cell ARL3
|
18 |
+
0.7598413 10.510819 bronchial smooth muscle cell CSPG4
|
19 |
+
17.046593 -0.89614904 bronchial smooth muscle cell ZNF784
|
20 |
+
15.903906 0.28306943 bronchial smooth muscle cell STRN3
|
21 |
+
14.8979 0.67742133 bronchial smooth muscle cell CHCHD2
|
22 |
+
17.101645 -1.3611462 bronchial smooth muscle cell TAF6L
|
23 |
+
-0.68466926 9.290251 bronchial smooth muscle cell MAPRE3
|
24 |
+
16.571209 -0.685483 bronchial smooth muscle cell ATOX1
|
25 |
+
18.832062 -1.4839118 bronchial smooth muscle cell CRMP1
|
26 |
+
16.912092 -1.4578346 bronchial smooth muscle cell FERMT2
|
27 |
+
16.018948 -0.6153489 bronchial smooth muscle cell ZSCAN31
|
28 |
+
14.820838 0.5984967 bronchial smooth muscle cell DOK4
|
29 |
+
0.7726371 -8.688549 bronchial smooth muscle cell CCN5
|
30 |
+
18.415598 -0.30366185 bronchial smooth muscle cell DYNC1I2
|
31 |
+
-0.025597254 10.256458 bronchial smooth muscle cell LAYN
|
32 |
+
16.149881 -0.37590727 bronchial smooth muscle cell JAK2
|
33 |
+
-0.8652245 8.781094 bronchial smooth muscle cell LIMS2
|
34 |
+
17.984581 -1.9618052 bronchial smooth muscle cell KLC1
|
35 |
+
-0.3427145 9.393618 bronchial smooth muscle cell YAE1
|
36 |
+
15.929756 -0.5593143 bronchial smooth muscle cell CAVIN1
|
37 |
+
18.575272 -1.4992981 bronchial smooth muscle cell TIMP1
|
38 |
+
18.707922 -0.2668036 bronchial smooth muscle cell LIN52
|
39 |
+
17.51439 -1.6904305 bronchial smooth muscle cell TMTC3
|
40 |
+
-0.6746503 9.576263 bronchial smooth muscle cell SMIM3
|
41 |
+
-0.0647887 11.334489 bronchial smooth muscle cell FBXL4
|
42 |
+
0.88432676 10.507861 bronchial smooth muscle cell SYNM
|
43 |
+
17.096344 -1.2868198 bronchial smooth muscle cell TLN1
|
44 |
+
17.061825 -0.78992367 bronchial smooth muscle cell MAPK15
|
45 |
+
17.288204 -0.2888494 bronchial smooth muscle cell FLNA
|
46 |
+
16.460657 -0.52283865 bronchial smooth muscle cell KALRN
|
47 |
+
19.054058 -1.0333121 bronchial smooth muscle cell ZFHX3
|
48 |
+
18.139975 -1.9283398 bronchial smooth muscle cell GPSM1
|
49 |
+
16.61932 -0.9072052 bronchial smooth muscle cell DYNLL1
|
50 |
+
18.603895 -2.0380876 bronchial smooth muscle cell TEF
|
51 |
+
17.881138 -1.8960879 bronchial smooth muscle cell ADD1
|
52 |
+
18.550901 -1.7337521 bronchial smooth muscle cell PLEKHO1
|
53 |
+
-0.47056207 10.532623 bronchial smooth muscle cell MRPL39
|
54 |
+
16.583439 -0.4814498 bronchial smooth muscle cell COBLL1
|
55 |
+
18.270153 -1.7582864 bronchial smooth muscle cell PGAM1
|
56 |
+
16.003305 -0.36797354 bronchial smooth muscle cell RRAS
|
57 |
+
16.58576 -0.9048265 bronchial smooth muscle cell PRX
|
58 |
+
17.46392 -1.7202135 bronchial smooth muscle cell PRKG1
|
59 |
+
16.471098 -0.6200797 bronchial smooth muscle cell SSC5D
|
60 |
+
17.632662 -1.3501095 bronchial smooth muscle cell CCDC136
|
61 |
+
16.087149 -0.5332344 bronchial smooth muscle cell HTRA1
|
62 |
+
-0.27720112 11.025697 bronchial smooth muscle cell SPTB
|
63 |
+
16.937151 -0.92290014 bronchial smooth muscle cell CBY1
|
64 |
+
15.86936 0.3043671 bronchial smooth muscle cell HDX
|
65 |
+
-5.318905 9.040204 bronchial smooth muscle cell EEF1A1P5
|
66 |
+
17.786905 -0.67302305 bronchial smooth muscle cell GABARAPL2
|
67 |
+
19.020542 0.35680345 bronchial smooth muscle cell ZNF23
|
68 |
+
17.4429 -1.2904941 bronchial smooth muscle cell ACTN1
|
69 |
+
18.726948 -1.8412555 bronchial smooth muscle cell THBS1
|
70 |
+
16.724735 -0.7598958 bronchial smooth muscle cell LIN7A
|
71 |
+
-0.5403602 9.221574 bronchial smooth muscle cell UACA
|
72 |
+
-0.65924156 10.883454 bronchial smooth muscle cell NDUFA12
|
73 |
+
18.567142 -0.4103057 bronchial smooth muscle cell COL5A2
|
74 |
+
17.641493 -1.4953887 bronchial smooth muscle cell BTG2
|
75 |
+
-0.2981199 11.087465 bronchial smooth muscle cell SLC9A3R2
|
76 |
+
15.758375 -0.21205153 bronchial smooth muscle cell ALDOC
|
77 |
+
16.737186 -0.8090174 bronchial smooth muscle cell BRF2
|
78 |
+
17.375286 -1.3169996 bronchial smooth muscle cell PDGFRB
|
79 |
+
16.997276 -0.5205054 bronchial smooth muscle cell TPM2
|
80 |
+
-1.2184751 8.418448 bronchial smooth muscle cell CMTM5
|
81 |
+
-2.0137224 2.678055 bronchial smooth muscle cell CNBP
|
82 |
+
18.37138 -0.34396437 bronchial smooth muscle cell PLPP3
|
83 |
+
17.774038 -1.4447244 bronchial smooth muscle cell MRPS9
|
84 |
+
17.255798 -1.1893501 bronchial smooth muscle cell KLF15
|
85 |
+
18.108572 -1.9989052 bronchial smooth muscle cell CLU
|
86 |
+
-5.1324515 8.75254 bronchial smooth muscle cell PDLIM7
|
87 |
+
13.204534 1.0244486 bronchial smooth muscle cell GNG12
|
88 |
+
17.239332 -1.3433405 bronchial smooth muscle cell GJA5
|
89 |
+
16.196396 -0.74251467 bronchial smooth muscle cell MAP2
|
90 |
+
-0.20054376 10.527757 bronchial smooth muscle cell VPS33A
|
91 |
+
15.779348 -0.36902535 bronchial smooth muscle cell DAPK3
|
92 |
+
15.886824 -0.056358922 bronchial smooth muscle cell ZNF444
|
93 |
+
18.721102 -1.4814444 bronchial smooth muscle cell CCND1
|
94 |
+
18.80919 -1.1021621 bronchial smooth muscle cell TBC1D1
|
95 |
+
-0.49207467 8.140744 bronchial smooth muscle cell LDHC
|
96 |
+
-0.5662223 11.4970455 bronchial smooth muscle cell KCNIP3
|
97 |
+
15.472172 0.23202981 bronchial smooth muscle cell MYL12B
|
98 |
+
15.435828 0.13917609 bronchial smooth muscle cell CBX6
|
99 |
+
17.36419 -1.5852345 bronchial smooth muscle cell NT5C
|
100 |
+
-2.4965591 2.4075756 bronchial smooth muscle cell EPAS1
|
101 |
+
-0.28569618 10.448394 bronchial smooth muscle cell GYG1
|
102 |
+
17.399523 -0.93989617 bronchial smooth muscle cell CBL
|
103 |
+
-0.36797553 10.352243 bronchial smooth muscle cell AMOTL2
|
104 |
+
15.655757 -0.051122725 bronchial smooth muscle cell TOM1L1
|
105 |
+
0.35269168 10.539599 bronchial smooth muscle cell AIFM2
|
106 |
+
13.637836 0.19228002 bronchial smooth muscle cell MRPS26
|
107 |
+
-0.38192284 9.9678545 bronchial smooth muscle cell UBE2E2
|
108 |
+
17.650791 -0.31287304 bronchial smooth muscle cell RSAD2
|
109 |
+
17.039516 -1.076936 bronchial smooth muscle cell MEIS1
|
110 |
+
-0.45263162 10.737256 bronchial smooth muscle cell BEX3
|
111 |
+
19.196993 -0.6193428 bronchial smooth muscle cell PPP1R14A
|
112 |
+
17.04646 -0.4987192 bronchial smooth muscle cell ADH1B
|
113 |
+
15.300918 -0.36138847 bronchial smooth muscle cell COX4I2
|
114 |
+
19.091698 -1.2845498 bronchial smooth muscle cell ERBB2
|
115 |
+
17.229704 -0.29787385 bronchial smooth muscle cell MID2
|
116 |
+
15.72378 -0.30107358 bronchial smooth muscle cell CNN2
|
117 |
+
15.427839 0.08947755 bronchial smooth muscle cell MERTK
|
118 |
+
14.310397 -0.018465037 bronchial smooth muscle cell EFEMP2
|
119 |
+
16.301394 -0.8466382 bronchial smooth muscle cell ABTB1
|
120 |
+
17.240398 -1.3118114 bronchial smooth muscle cell SYNE1
|
121 |
+
-0.5181014 11.104911 bronchial smooth muscle cell GULP1
|
122 |
+
11.1203 -0.24355258 bronchial smooth muscle cell ICMT
|
123 |
+
18.42438 -1.629853 bronchial smooth muscle cell TRAPPC2
|
124 |
+
16.413294 -0.69810355 bronchial smooth muscle cell COL16A1
|
125 |
+
18.540556 -1.1575377 bronchial smooth muscle cell TSPAN7
|
126 |
+
17.856312 -2.06379 bronchial smooth muscle cell COL4A2
|
127 |
+
16.675226 -0.97125447 bronchial smooth muscle cell MRPS18B
|
128 |
+
-0.37683785 10.447741 bronchial smooth muscle cell RSF1
|
129 |
+
19.005234 -1.1071252 bronchial smooth muscle cell HOXA2
|
130 |
+
16.665823 -0.51777196 bronchial smooth muscle cell SFTPB
|
131 |
+
18.634108 -1.3963208 bronchial smooth muscle cell INPP1
|
132 |
+
17.639816 -1.2459278 bronchial smooth muscle cell DYNLT3
|
133 |
+
0.09580885 8.727393 bronchial smooth muscle cell MAGI2
|
134 |
+
-0.49538347 9.909657 bronchial smooth muscle cell CXCL9
|
135 |
+
18.93215 -1.069505 bronchial smooth muscle cell ALDH6A1
|
136 |
+
14.440859 0.3892234 bronchial smooth muscle cell MAGED2
|
137 |
+
0.2878331 10.810275 bronchial smooth muscle cell DCTN2
|
138 |
+
-1.3581239 3.5487847 bronchial smooth muscle cell DTNA
|
139 |
+
-0.1535494 10.49586 bronchial smooth muscle cell AGT
|
140 |
+
-0.30206776 10.70774 bronchial smooth muscle cell TRIM69
|
141 |
+
18.05206 -2.0157235 bronchial smooth muscle cell COL4A6
|
142 |
+
14.819138 0.48235485 bronchial smooth muscle cell ATL1
|
143 |
+
-0.16460206 10.624943 bronchial smooth muscle cell KCNH2
|
144 |
+
17.566534 -0.9340681 bronchial smooth muscle cell ID3
|
145 |
+
13.117708 0.046106793 bronchial smooth muscle cell ZNF620
|
146 |
+
17.31383 -1.1272432 bronchial smooth muscle cell TLE2
|
147 |
+
16.565992 -0.9681104 bronchial smooth muscle cell VAMP5
|
148 |
+
14.830313 1.1090763 bronchial smooth muscle cell NFIA
|
149 |
+
0.45615485 10.702834 bronchial smooth muscle cell MFGE8
|
150 |
+
17.494324 -1.3301399 bronchial smooth muscle cell DAG1
|
151 |
+
1.2476138 10.309885 bronchial smooth muscle cell RTL8A
|
152 |
+
16.776104 -0.43433198 bronchial smooth muscle cell FH
|
153 |
+
-0.7565355 11.360856 bronchial smooth muscle cell SYN1
|
154 |
+
-0.5058966 10.368152 bronchial smooth muscle cell WSB1
|
155 |
+
15.193152 0.0034774423 bronchial smooth muscle cell PCDHB12
|
156 |
+
16.484997 -0.35908222 bronchial smooth muscle cell VDAC2
|
157 |
+
-0.0356681 11.043175 bronchial smooth muscle cell PSMC3IP
|
158 |
+
14.380571 1.7672011 bronchial smooth muscle cell GAS6
|
159 |
+
18.778154 -1.0973434 bronchial smooth muscle cell EIF2B4
|
160 |
+
17.910463 -2.068357 bronchial smooth muscle cell COL4A1
|
161 |
+
14.816372 0.25539997 bronchial smooth muscle cell IFIT5
|
162 |
+
-0.124051064 10.560782 bronchial smooth muscle cell TMEM222
|
163 |
+
-0.18205486 10.915609 bronchial smooth muscle cell PMP22
|
164 |
+
-0.41973627 10.649696 bronchial smooth muscle cell VIPR1
|
165 |
+
17.36588 -1.2751575 bronchial smooth muscle cell PSMA1
|
166 |
+
17.077059 -0.6489211 bronchial smooth muscle cell RIMS3
|
167 |
+
17.39632 -1.4648778 bronchial smooth muscle cell ATN1
|
168 |
+
15.533657 -0.0062394394 bronchial smooth muscle cell DGCR6
|
169 |
+
16.086296 -0.41654414 bronchial smooth muscle cell INSR
|
170 |
+
-5.027837 8.988547 bronchial smooth muscle cell PLEKHA4
|
171 |
+
1.1390418 10.853277 bronchial smooth muscle cell TCEAL2
|
172 |
+
16.971262 -0.6935008 bronchial smooth muscle cell RAB11B
|
173 |
+
16.664528 -0.87091154 bronchial smooth muscle cell HYI
|
174 |
+
18.593664 -1.0127156 bronchial smooth muscle cell RTN4
|
175 |
+
17.873196 -1.4817055 bronchial smooth muscle cell MTMR2
|
176 |
+
16.874058 -0.55865544 bronchial smooth muscle cell NTN1
|
177 |
+
-3.3210685 3.2115946 bronchial smooth muscle cell CYTH3
|
178 |
+
17.285599 -1.0764678 bronchial smooth muscle cell MFAP4
|
179 |
+
14.719992 -0.24084325 bronchial smooth muscle cell PPFIA2
|
180 |
+
15.944288 0.06267144 bronchial smooth muscle cell ZNF512
|
181 |
+
16.077337 -0.057065655 bronchial smooth muscle cell BMPR1A
|
182 |
+
16.791475 -0.73396176 bronchial smooth muscle cell EIF2B2
|
183 |
+
-0.14753042 10.670075 bronchial smooth muscle cell NGF
|
184 |
+
14.987192 -0.8555114 bronchial smooth muscle cell GSN
|
185 |
+
15.754164 -0.48916116 bronchial smooth muscle cell MRPL55
|
186 |
+
16.95122 -0.72533166 bronchial smooth muscle cell CALM2
|
187 |
+
19.07338 0.49971944 bronchial smooth muscle cell RBPMS2
|
188 |
+
16.174019 -0.23267432 bronchial smooth muscle cell PRKRA
|
189 |
+
14.364107 1.6554034 bronchial smooth muscle cell ENAH
|
190 |
+
16.08832 -0.545925 bronchial smooth muscle cell CHRD
|
191 |
+
15.213706 0.71524256 bronchial smooth muscle cell SGCB
|
192 |
+
14.858225 0.36769104 bronchial smooth muscle cell ELN
|
193 |
+
18.915142 -1.1816143 bronchial smooth muscle cell PRKAR2B
|
194 |
+
18.152418 -1.9436867 bronchial smooth muscle cell PHLDA3
|
195 |
+
16.813086 -0.8029504 bronchial smooth muscle cell ADCY5
|
196 |
+
17.540096 -1.8835886 bronchial smooth muscle cell NR2F2
|
197 |
+
16.961945 -0.77986807 bronchial smooth muscle cell CXCL12
|
198 |
+
1.507497 9.887647 bronchial smooth muscle cell ANGPT2
|
199 |
+
17.705198 -1.5258894 bronchial smooth muscle cell TUBB6
|
200 |
+
17.213264 -0.9495909 bronchial smooth muscle cell SNTB1
|
201 |
+
17.759766 -1.6487141 bronchial smooth muscle cell MAL
|
202 |
+
16.279882 -0.5328992 bronchial smooth muscle cell ACTC1
|
203 |
+
17.900143 -1.5512165 bronchial smooth muscle cell LGALS1
|
204 |
+
0.10288975 11.067753 bronchial smooth muscle cell MYH10
|
205 |
+
15.827717 0.17741576 bronchial smooth muscle cell TTC8
|
206 |
+
18.859188 -0.7848125 bronchial smooth muscle cell ITGA1
|
207 |
+
16.676556 -0.73079216 bronchial smooth muscle cell IL1RL1
|
208 |
+
17.08238 -0.4746324 bronchial smooth muscle cell SYTL2
|
209 |
+
-0.8597471 11.133171 bronchial smooth muscle cell SAAL1
|
210 |
+
17.372179 -1.4183441 bronchial smooth muscle cell CFAP36
|
211 |
+
17.397131 -1.5645329 bronchial smooth muscle cell MYOM1
|
212 |
+
15.540227 0.6829029 bronchial smooth muscle cell MTMR11
|
213 |
+
16.968292 -1.044173 bronchial smooth muscle cell TRAPPC2B
|
214 |
+
17.783955 -1.8352588 bronchial smooth muscle cell TMEM11
|
215 |
+
14.559428 0.6680035 bronchial smooth muscle cell DENND3
|
216 |
+
0.03746815 10.481547 bronchial smooth muscle cell CRYAB
|
217 |
+
15.586 0.030979387 bronchial smooth muscle cell HRAS
|
218 |
+
16.259668 -0.6274863 bronchial smooth muscle cell ARL2
|
219 |
+
16.364351 -0.60062236 bronchial smooth muscle cell MRPS6
|
220 |
+
17.811974 -1.771429 bronchial smooth muscle cell PSMB1
|
221 |
+
0.043591805 9.964374 bronchial smooth muscle cell JOSD2
|
222 |
+
-1.1114104 3.2129605 bronchial smooth muscle cell CPNE2
|
223 |
+
19.3166 -0.31643403 bronchial smooth muscle cell SHCBP1L
|
224 |
+
-0.92276376 8.262556 bronchial smooth muscle cell TCEAL9
|
225 |
+
13.174883 0.1281108 bronchial smooth muscle cell CLK4
|
226 |
+
16.7689 -0.9295904 bronchial smooth muscle cell ZFYVE21
|
227 |
+
-0.67931664 9.867229 bronchial smooth muscle cell KCNMA1
|
228 |
+
18.696663 -1.461877 bronchial smooth muscle cell PRDM16
|
229 |
+
17.289833 -1.0383499 bronchial smooth muscle cell ADAMTS13
|
230 |
+
1.4099326 10.457944 bronchial smooth muscle cell ZSCAN26
|
231 |
+
16.972176 -0.63893473 bronchial smooth muscle cell SEC22A
|
232 |
+
11.09268 -0.44563663 bronchial smooth muscle cell ERCC4
|
233 |
+
18.669893 0.052451387 bronchial smooth muscle cell ZNF76
|
234 |
+
0.5241748 10.442823 bronchial smooth muscle cell GNA12
|
235 |
+
18.398594 -1.8400265 bronchial smooth muscle cell ADRB1
|
236 |
+
17.120401 -0.78822297 bronchial smooth muscle cell PSMC5
|
237 |
+
16.181833 -0.46570414 bronchial smooth muscle cell MAPK10
|
238 |
+
15.570779 -0.2927366 bronchial smooth muscle cell RIC8A
|
239 |
+
16.592073 -0.56239784 bronchial smooth muscle cell FAM50B
|
240 |
+
12.5078125 -0.0249868 bronchial smooth muscle cell RBM24
|
241 |
+
16.432673 -0.42816597 bronchial smooth muscle cell PCDH18
|
242 |
+
19.130274 -0.26555327 bronchial smooth muscle cell C7orf50
|
243 |
+
16.209223 -0.13940325 bronchial smooth muscle cell BCAR1
|
244 |
+
13.773866 0.545019 bronchial smooth muscle cell AHNAK
|
245 |
+
0.07480879 10.8463745 bronchial smooth muscle cell MYOM2
|
246 |
+
16.761549 -0.8008 bronchial smooth muscle cell ARRB1
|
247 |
+
1.8195512 10.536606 bronchial smooth muscle cell SPRY1
|
248 |
+
-0.31838396 10.8861685 bronchial smooth muscle cell MTUS1
|
249 |
+
18.912144 -0.7789718 bronchial smooth muscle cell SERTAD3
|
250 |
+
18.725098 -0.47295308 bronchial smooth muscle cell TMEM203
|
251 |
+
14.142017 0.8854623 bronchial smooth muscle cell MAP1A
|
252 |
+
18.766 -0.7215086 bronchial smooth muscle cell ENO2
|
253 |
+
19.276602 -0.9287136 bronchial smooth muscle cell INF2
|
254 |
+
17.299034 -1.6114078 bronchial smooth muscle cell KANK1
|
255 |
+
16.383322 -0.33150816 bronchial smooth muscle cell RBFOX2
|
256 |
+
18.269403 -1.7772442 bronchial smooth muscle cell C14orf180
|
257 |
+
18.736809 -1.2286882 bronchial smooth muscle cell ACVRL1
|
258 |
+
11.57469 0.035558797 bronchial smooth muscle cell HEY2
|
259 |
+
15.431532 -0.2214636 bronchial smooth muscle cell RPL23AP32
|
260 |
+
1.2603025 9.850511 bronchial smooth muscle cell C5orf24
|
261 |
+
18.827389 -0.7937974 bronchial smooth muscle cell GUCY1A1
|
262 |
+
16.864368 -1.4841527 bronchial smooth muscle cell EZR
|
263 |
+
-0.4240665 10.998774 bronchial smooth muscle cell FILIP1L
|
264 |
+
17.342562 -1.2069917 bronchial smooth muscle cell ADAMTS1
|
265 |
+
-0.83398485 8.996507 bronchial smooth muscle cell ZNF219
|
266 |
+
17.368256 -1.5864465 bronchial smooth muscle cell PDLIM3
|
267 |
+
18.061552 -1.8075517 bronchial smooth muscle cell BSG
|
268 |
+
16.763624 -0.45170233 bronchial smooth muscle cell ADCY1
|
269 |
+
16.146383 -0.3365432 bronchial smooth muscle cell RABGAP1
|
270 |
+
17.968245 -1.7981628 bronchial smooth muscle cell NDUFAB1
|
271 |
+
16.037794 0.33729994 bronchial smooth muscle cell KANK2
|
272 |
+
-0.7499196 10.45033 bronchial smooth muscle cell PDLIM5
|
273 |
+
-0.043246984 11.059816 bronchial smooth muscle cell ABCC8
|
274 |
+
19.158503 0.26356274 bronchial smooth muscle cell VAPB
|
275 |
+
0.06736423 11.227784 bronchial smooth muscle cell TMSB4XP1
|
276 |
+
14.96693 -0.0014212006 bronchial smooth muscle cell DUSP12
|
277 |
+
-0.26135325 10.666749 bronchial smooth muscle cell KCNMB1
|
278 |
+
16.00947 -0.5983845 bronchial smooth muscle cell TRPC4
|
279 |
+
17.92773 -1.5646884 bronchial smooth muscle cell HSPB1
|
280 |
+
17.720156 -1.4329803 bronchial smooth muscle cell FBXO17
|
281 |
+
18.289072 -1.9782466 bronchial smooth muscle cell COL6A2
|
282 |
+
17.9736 -2.0484111 bronchial smooth muscle cell ZEB2
|
283 |
+
-2.1839273 2.1682122 bronchial smooth muscle cell CAV3
|
284 |
+
17.482403 -1.4082849 bronchial smooth muscle cell SLC38A1
|
285 |
+
19.140663 -0.7370142 bronchial smooth muscle cell PREPL
|
286 |
+
0.6605907 10.3010845 bronchial smooth muscle cell RGS3
|
287 |
+
17.940033 -1.6911961 bronchial smooth muscle cell FOXS1
|
288 |
+
19.080936 -1.2612076 bronchial smooth muscle cell COL3A1
|
289 |
+
18.095268 -1.9509237 bronchial smooth muscle cell SPEG
|
290 |
+
18.814207 -1.1493373 bronchial smooth muscle cell CLEC14A
|
291 |
+
18.463531 -0.89495987 bronchial smooth muscle cell NTN4
|
292 |
+
16.656118 -0.8599379 bronchial smooth muscle cell CD151
|
293 |
+
16.736925 -0.8045893 bronchial smooth muscle cell PHYHIP
|
294 |
+
18.638556 -0.36482018 bronchial smooth muscle cell ANAPC7
|
295 |
+
0.9452876 10.393257 bronchial smooth muscle cell CABIN1
|
296 |
+
15.620262 -0.293197 bronchial smooth muscle cell PYGM
|
297 |
+
17.25582 -1.4342055 bronchial smooth muscle cell VEGFB
|
298 |
+
16.055506 -0.63198906 bronchial smooth muscle cell ADRA2A
|
299 |
+
17.734005 -1.4167538 bronchial smooth muscle cell SYNPO2
|
300 |
+
-0.40751413 10.897584 bronchial smooth muscle cell CKB
|
301 |
+
17.386894 -1.4929483 bronchial smooth muscle cell CCL18
|
302 |
+
14.693118 1.1510661 bronchial smooth muscle cell HAX1
|
303 |
+
16.83684 -0.5564997 bronchial smooth muscle cell PPIE
|
304 |
+
15.071838 -0.7970128 bronchial smooth muscle cell SFTPA2
|
305 |
+
16.126043 -0.55305856 bronchial smooth muscle cell TM4SF1
|
306 |
+
18.70198 -1.8666489 bronchial smooth muscle cell F10
|
307 |
+
18.210169 -2.2017825 bronchial smooth muscle cell TRIP10
|
308 |
+
19.09792 -0.56879383 bronchial smooth muscle cell LLGL1
|
309 |
+
17.128565 -0.7943991 bronchial smooth muscle cell STOML1
|
310 |
+
17.289284 -1.1602896 bronchial smooth muscle cell DLGAP4
|
311 |
+
17.003124 -0.6215513 bronchial smooth muscle cell RUSC1
|
312 |
+
0.46650004 10.920948 bronchial smooth muscle cell PEG10
|
313 |
+
17.131868 -1.5465524 bronchial smooth muscle cell PTPRG
|
314 |
+
13.945174 -0.08479704 bronchial smooth muscle cell MAP3K6
|
315 |
+
18.751226 0.008560075 bronchial smooth muscle cell KIF5A
|
316 |
+
19.156029 -0.16276117 bronchial smooth muscle cell TACC1
|
317 |
+
15.44784 -0.31416422 bronchial smooth muscle cell AFF3
|
318 |
+
17.399038 -0.36543742 bronchial smooth muscle cell CLIP3
|
319 |
+
16.977766 -1.1858212 bronchial smooth muscle cell FEZ1
|
320 |
+
16.879704 -0.8955467 bronchial smooth muscle cell DDR2
|
321 |
+
15.021317 0.5542945 bronchial smooth muscle cell KLC2
|
322 |
+
15.422566 0.10795943 bronchial smooth muscle cell KLHL26
|
323 |
+
17.73501 -1.643542 bronchial smooth muscle cell PGF
|
324 |
+
18.954042 -0.9941942 bronchial smooth muscle cell LPL
|
325 |
+
16.912828 -1.2788897 bronchial smooth muscle cell LZTS2
|
326 |
+
0.9881232 10.717664 bronchial smooth muscle cell SKP1
|
327 |
+
14.8323345 1.0199026 bronchial smooth muscle cell TCEAL1
|
328 |
+
16.588116 0.038131237 bronchial smooth muscle cell NDUFB6
|
329 |
+
18.53346 -1.751651 bronchial smooth muscle cell GUCY1B1
|
330 |
+
17.49644 -1.522045 bronchial smooth muscle cell AJUBA
|
331 |
+
15.627771 -0.42638677 bronchial smooth muscle cell MTHFD2
|
332 |
+
17.262938 -1.7267305 bronchial smooth muscle cell PGM5
|
333 |
+
-0.30068073 10.983666 bronchial smooth muscle cell PIP5K1B
|
334 |
+
18.565697 -0.4356345 bronchial smooth muscle cell WWTR1
|
335 |
+
17.20017 -1.370153 bronchial smooth muscle cell HSPA2
|
336 |
+
16.616297 -1.0327164 bronchial smooth muscle cell MAP4
|
337 |
+
16.869476 -0.5947131 bronchial smooth muscle cell USP51
|
338 |
+
18.056784 -1.6412009 bronchial smooth muscle cell RHEB
|
339 |
+
16.50129 -0.36908177 bronchial smooth muscle cell CALCRL
|
340 |
+
17.474705 -1.8689356 bronchial smooth muscle cell CLIC4
|
341 |
+
14.337235 0.894813 bronchial smooth muscle cell ATP6V1E1
|
342 |
+
17.030897 -0.6202004 bronchial smooth muscle cell RAB5B
|
343 |
+
1.0282396 10.480359 bronchial smooth muscle cell RTP5
|
344 |
+
18.63811 -0.2847757 bronchial smooth muscle cell CAV2
|
345 |
+
17.815567 -1.6157426 bronchial smooth muscle cell OSBPL1A
|
346 |
+
16.987906 -0.69427127 bronchial smooth muscle cell RBSN
|
347 |
+
-0.79973006 8.211491 bronchial smooth muscle cell ATP1B2
|
348 |
+
17.607227 -1.7603604 bronchial smooth muscle cell RAC1
|
349 |
+
17.44611 -1.2198011 bronchial smooth muscle cell MAP4K3
|
350 |
+
16.81962 -1.1115137 bronchial smooth muscle cell ALS2CL
|
351 |
+
17.755077 -1.8555439 bronchial smooth muscle cell C1QTNF2
|
352 |
+
15.259837 0.5819754 bronchial smooth muscle cell TEAD1
|
353 |
+
18.881187 -0.89406157 bronchial smooth muscle cell CAV1
|
354 |
+
13.806875 1.1599257 bronchial smooth muscle cell APBB2
|
355 |
+
17.76209 -1.6238918 bronchial smooth muscle cell ANXA11
|
356 |
+
1.5232575 10.754457 bronchial smooth muscle cell ABLIM2
|
357 |
+
15.719737 -0.103030056 bronchial smooth muscle cell CBFA2T3
|
358 |
+
18.774015 -0.14101385 bronchial smooth muscle cell UQCRC1
|
359 |
+
13.819004 -0.0528953 bronchial smooth muscle cell ISG15
|
360 |
+
0.71848047 10.585928 bronchial smooth muscle cell SEMA3B
|
361 |
+
16.891962 -0.5664791 bronchial smooth muscle cell SSBP3
|
362 |
+
0.16505207 11.096667 bronchial smooth muscle cell COL1A1
|
363 |
+
-0.6974453 10.319765 bronchial smooth muscle cell GNAI1
|
364 |
+
17.050844 -0.44570526 bronchial smooth muscle cell TNC
|
365 |
+
17.081186 -1.203804 bronchial smooth muscle cell MT1A
|
366 |
+
17.286203 -1.6910144 bronchial smooth muscle cell NDUFS5
|
367 |
+
19.058949 -1.104086 bronchial smooth muscle cell ERRFI1
|
368 |
+
18.21068 -1.0678421 bronchial smooth muscle cell FAM214B
|
369 |
+
13.848305 0.10356192 bronchial smooth muscle cell SLC2A4
|
370 |
+
16.430706 -0.37022996 bronchial smooth muscle cell DDIT3
|
371 |
+
18.249104 -1.5776837 bronchial smooth muscle cell FADS1
|
372 |
+
17.397446 -1.5463817 bronchial smooth muscle cell RHOB
|
373 |
+
14.918684 -0.19366705 bronchial smooth muscle cell RASD2
|
374 |
+
17.049587 -1.0060399 bronchial smooth muscle cell PKD2
|
375 |
+
17.065527 -0.8242522 bronchial smooth muscle cell DCN
|
376 |
+
16.839056 -0.8072386 bronchial smooth muscle cell SNCG
|
377 |
+
12.70692 0.6177015 bronchial smooth muscle cell HGF
|
378 |
+
1.0063059 9.915579 bronchial smooth muscle cell PLCL1
|
379 |
+
14.883295 -0.21783693 bronchial smooth muscle cell COPS8
|
380 |
+
17.81345 -1.0688965 bronchial smooth muscle cell DNAJB12
|
381 |
+
-0.66742724 11.040458 bronchial smooth muscle cell CNTNAP1
|
382 |
+
19.208126 -0.30397767 bronchial smooth muscle cell PHOSPHO2
|
383 |
+
17.577408 -0.29226217 bronchial smooth muscle cell CNRIP1
|
384 |
+
16.772316 -1.0984337 bronchial smooth muscle cell SNAI2
|
385 |
+
-5.045918 9.03805 bronchial smooth muscle cell CLDN20
|
386 |
+
17.288895 -0.91446954 bronchial smooth muscle cell APOC1
|
387 |
+
15.627733 -0.39817128 bronchial smooth muscle cell SULT1A1
|
388 |
+
18.803936 -1.1596982 bronchial smooth muscle cell PLPP1
|
389 |
+
15.978343 -0.28588122 bronchial smooth muscle cell PFN2
|
390 |
+
16.952036 -0.64864296 bronchial smooth muscle cell KLHL42
|
391 |
+
-0.04605631 11.0987 bronchial smooth muscle cell NCKIPSD
|
392 |
+
18.480236 -1.7363654 bronchial smooth muscle cell CAMK2G
|
393 |
+
18.568233 -1.8055792 bronchial smooth muscle cell SRSF10
|
394 |
+
17.926815 -1.5911837 bronchial smooth muscle cell SLC25A12
|
395 |
+
18.770578 -0.5285852 bronchial smooth muscle cell NR4A3
|
396 |
+
18.560879 -1.8186635 bronchial smooth muscle cell ADARB1
|
397 |
+
-4.773183 8.931196 bronchial smooth muscle cell TCAP
|
398 |
+
11.178887 0.34456086 bronchial smooth muscle cell AKAP12
|
399 |
+
15.989569 -0.5501957 bronchial smooth muscle cell TRPC6
|
400 |
+
-0.9043122 2.7097144 bronchial smooth muscle cell GDI1
|
401 |
+
13.837922 0.2004448 bronchial smooth muscle cell PHLDB2
|
402 |
+
16.508678 -0.5872864 bronchial smooth muscle cell RASSF3
|
403 |
+
15.5121975 0.04294141 bronchial smooth muscle cell BCL2L1
|
404 |
+
-5.1938543 8.818996 bronchial smooth muscle cell FBXO32
|
405 |
+
-0.6300818 11.554584 bronchial smooth muscle cell SPRY4
|
406 |
+
16.613993 -0.59982604 bronchial smooth muscle cell ADAM9
|
407 |
+
15.990969 -0.6821885 bronchial smooth muscle cell SDC2
|
408 |
+
14.708383 0.7316203 bronchial smooth muscle cell DCBLD2
|
409 |
+
19.16201 -0.52593637 bronchial smooth muscle cell LAMA4
|
410 |
+
17.297262 -0.76462626 bronchial smooth muscle cell NFASC
|
411 |
+
16.559387 -1.040132 bronchial smooth muscle cell APBB1
|
412 |
+
-0.6155831 11.206414 bronchial smooth muscle cell FLNC
|
413 |
+
13.165952 0.4392515 bronchial smooth muscle cell PSIP1
|
414 |
+
17.109528 -1.5848573 bronchial smooth muscle cell CTNNA1
|
415 |
+
-0.4345375 10.968784 bronchial smooth muscle cell SNX18
|
416 |
+
15.946543 -0.20530468 bronchial smooth muscle cell CABP1
|
417 |
+
-0.3662639 10.948073 bronchial smooth muscle cell ARHGEF2
|
418 |
+
16.455616 -0.60782844 bronchial smooth muscle cell C1QC
|
419 |
+
-0.30838975 10.883913 bronchial smooth muscle cell TCF21
|
420 |
+
16.166315 -0.11449335 bronchial smooth muscle cell STAC
|
421 |
+
-0.2602476 11.056571 bronchial smooth muscle cell NECAB1
|
422 |
+
16.537334 -0.9563553 bronchial smooth muscle cell MYADM
|
423 |
+
17.427042 -1.213332 bronchial smooth muscle cell HNMT
|
424 |
+
16.439146 -0.6310992 bronchial smooth muscle cell DDAH2
|
425 |
+
17.311567 -1.3735061 bronchial smooth muscle cell MGLL
|
426 |
+
1.0123973 9.93463 bronchial smooth muscle cell RHOQ
|
427 |
+
15.499021 -0.022073679 bronchial smooth muscle cell MAPRE2
|
428 |
+
-0.22996366 11.393048 bronchial smooth muscle cell TCTA
|
429 |
+
-3.5206857 3.5228736 bronchial smooth muscle cell MT-CYB
|
430 |
+
0.36979422 10.695929 bronchial smooth muscle cell NAPA
|
431 |
+
18.216347 -1.9721631 bronchial smooth muscle cell CD81
|
432 |
+
17.790121 -1.6297724 bronchial smooth muscle cell BCAS3
|
433 |
+
13.284845 0.68878585 bronchial smooth muscle cell SRF
|
434 |
+
15.963283 0.14398661 bronchial smooth muscle cell COPS4
|
435 |
+
17.526894 -1.526389 bronchial smooth muscle cell SOX18
|
436 |
+
19.032087 -0.86319804 bronchial smooth muscle cell ADCY6
|
437 |
+
16.540781 -0.3391604 bronchial smooth muscle cell PRDX6
|
438 |
+
17.83473 -1.4104346 bronchial smooth muscle cell RTL8C
|
439 |
+
17.728085 -1.2545388 bronchial smooth muscle cell SDC3
|
440 |
+
16.628391 -0.576734 bronchial smooth muscle cell ZNF462
|
441 |
+
17.757965 -1.2902201 bronchial smooth muscle cell SOX6
|
442 |
+
18.797325 -1.1112207 bronchial smooth muscle cell PDE1B
|
443 |
+
16.724358 -0.6938018 bronchial smooth muscle cell PSMC3
|
444 |
+
-0.7907793 9.265114 bronchial smooth muscle cell CD82
|
445 |
+
16.454681 -0.6162167 bronchial smooth muscle cell DUSP3
|
446 |
+
1.0988919 10.444456 bronchial smooth muscle cell A4GALT
|
447 |
+
15.665805 -0.08189069 bronchial smooth muscle cell ZNF345
|
448 |
+
18.163094 -1.9351803 bronchial smooth muscle cell C4orf3
|
449 |
+
16.549284 -0.8893474 bronchial smooth muscle cell NDRG2
|
450 |
+
15.1347885 0.20796108 bronchial smooth muscle cell PDGFB
|
451 |
+
14.74719 0.75898486 bronchial smooth muscle cell DYNLT1
|
452 |
+
18.49698 -0.2627228 bronchial smooth muscle cell TRIM3
|
453 |
+
17.639158 -1.5091784 bronchial smooth muscle cell VWA1
|
454 |
+
15.875926 -0.5083477 bronchial smooth muscle cell SPARC
|
455 |
+
15.852212 -0.4697563 bronchial smooth muscle cell SSBP1
|
456 |
+
-1.0734643 4.191387 bronchial smooth muscle cell SPARCL1
|
457 |
+
14.902468 0.79903203 bronchial smooth muscle cell FGF13
|
458 |
+
15.284057 -0.35464507 bronchial smooth muscle cell TENT5B
|
459 |
+
16.227444 -0.15366785 bronchial smooth muscle cell LGALS3BP
|
460 |
+
15.843583 -0.616072 bronchial smooth muscle cell DTX3
|
461 |
+
17.894587 -1.7331388 bronchial smooth muscle cell RGS5
|
462 |
+
16.319422 -0.46549338 bronchial smooth muscle cell HOXA7
|
463 |
+
-0.19787048 11.052835 bronchial smooth muscle cell YWHAQ
|
464 |
+
18.754839 -0.89229554 bronchial smooth muscle cell MUS81
|
465 |
+
14.780738 0.6226086 bronchial smooth muscle cell PEAR1
|
466 |
+
17.42301 -1.7771158 bronchial smooth muscle cell ITGB1
|
467 |
+
16.623407 -0.96068597 bronchial smooth muscle cell CTBP2
|
468 |
+
-0.42716464 10.892163 bronchial smooth muscle cell MSRB1
|
469 |
+
16.163975 -0.5928723 bronchial smooth muscle cell GRAMD2B
|
470 |
+
17.941391 -1.6453375 bronchial smooth muscle cell MTSS1
|
471 |
+
-18.351824 -3.7854784 bronchial smooth muscle cell DBN1
|
472 |
+
18.392157 -1.7327616 bronchial smooth muscle cell ANKRD23
|
473 |
+
18.610111 -1.20832 bronchial smooth muscle cell BPIFA1
|
474 |
+
12.008467 0.3402469 bronchial smooth muscle cell EEF1AKMT3
|
475 |
+
18.49759 -1.2691795 bronchial smooth muscle cell MYL6
|
476 |
+
15.484885 -0.4100715 bronchial smooth muscle cell HBZ
|
477 |
+
-0.4915729 11.02604 bronchial smooth muscle cell PEX14
|
478 |
+
17.32513 -0.393636 bronchial smooth muscle cell FHL5
|
479 |
+
-0.09377703 11.054449 bronchial smooth muscle cell NABP2
|
480 |
+
-0.37463677 9.837363 bronchial smooth muscle cell TPM1
|
481 |
+
18.19081 -1.9679401 bronchial smooth muscle cell VCL
|
482 |
+
15.166705 0.18555342 bronchial smooth muscle cell VDAC3
|
483 |
+
17.557571 -1.5484658 bronchial smooth muscle cell SH3RF3
|
484 |
+
18.378448 -1.3651358 bronchial smooth muscle cell MPDZ
|
485 |
+
-1.7429291 2.6254544 bronchial smooth muscle cell USP11
|
486 |
+
17.206726 -0.7917724 bronchial smooth muscle cell EFHD1
|
487 |
+
18.529749 -1.1586891 bronchial smooth muscle cell CKMT2
|
488 |
+
17.53597 -1.4431133 bronchial smooth muscle cell CWC27
|
489 |
+
17.817503 -1.1307883 bronchial smooth muscle cell SLC6A4
|
490 |
+
19.238394 -0.009843783 bronchial smooth muscle cell MRAS
|
491 |
+
15.707522 -0.26908973 bronchial smooth muscle cell TCF4
|
492 |
+
15.164637 -0.10552234 bronchial smooth muscle cell KLF12
|
493 |
+
18.66182 0.014924115 bronchial smooth muscle cell ZNF248
|
494 |
+
18.796099 -0.37989584 bronchial smooth muscle cell EHD2
|
495 |
+
19.18784 0.61553556 bronchial smooth muscle cell WIZ
|
496 |
+
13.833044 0.31300804 bronchial smooth muscle cell VGLL3
|
497 |
+
18.499445 -1.764017 bronchial smooth muscle cell ARHGAP29
|
498 |
+
14.434603 0.85415775 bronchial smooth muscle cell ATL3
|
499 |
+
15.087039 0.13572636 bronchial smooth muscle cell SLC12A4
|
500 |
+
16.695621 -0.6968762 bronchial smooth muscle cell PFDN2
|
501 |
+
17.74445 -1.5537494 bronchial smooth muscle cell IFT46
|
502 |
+
17.297762 -1.314073 bronchial smooth muscle cell SGCE
|
503 |
+
0.42481878 10.487985 bronchial smooth muscle cell CD59
|
504 |
+
19.20289 -0.5603269 bronchial smooth muscle cell GADD45B
|
505 |
+
14.623312 1.1129009 bronchial smooth muscle cell PTMS
|
506 |
+
17.401611 -1.6754603 bronchial smooth muscle cell PARP2
|
507 |
+
14.766099 0.61357194 bronchial smooth muscle cell PPP1CB
|
508 |
+
-0.5890099 10.370214 bronchial smooth muscle cell GNG11
|
509 |
+
16.034027 -0.63505566 bronchial smooth muscle cell SLC34A2
|
510 |
+
17.08882 -0.8484101 bronchial smooth muscle cell HYAL2
|
511 |
+
0.4205418 10.132011 bronchial smooth muscle cell TWSG1
|
512 |
+
-0.10932318 10.396399 bronchial smooth muscle cell MSRB3
|
513 |
+
17.443165 -1.349931 bronchial smooth muscle cell ACOX2
|
514 |
+
15.19851 0.018847158 bronchial smooth muscle cell ACTL6A
|
515 |
+
0.66303 10.218464 bronchial smooth muscle cell SNTA1
|
516 |
+
-0.65401804 9.631398 bronchial smooth muscle cell RAPH1
|
517 |
+
11.63839 -0.16785696 bronchial smooth muscle cell AVPR1A
|
518 |
+
16.927773 -0.7822689 bronchial smooth muscle cell CSRP1
|
519 |
+
18.862482 0.17633232 bronchial smooth muscle cell AXL
|
520 |
+
16.615038 -0.44820863 bronchial smooth muscle cell RGN
|
521 |
+
-0.4697273 10.320948 bronchial smooth muscle cell HOXB2
|
522 |
+
16.208366 -0.92109877 bronchial smooth muscle cell KCTD17
|
523 |
+
17.538427 -1.2837075 bronchial smooth muscle cell EID1
|
524 |
+
-0.75770533 11.338397 bronchial smooth muscle cell RGS9
|
525 |
+
-0.8355492 9.531066 bronchial smooth muscle cell LMNA
|
526 |
+
-5.3428264 8.7953205 bronchial smooth muscle cell BCL6B
|
527 |
+
19.261917 0.51219344 bronchial smooth muscle cell EMC7
|
528 |
+
14.649987 1.1893166 bronchial smooth muscle cell TSPAN12
|
529 |
+
18.387104 -1.937166 bronchial smooth muscle cell ANXA5
|
530 |
+
17.226452 -1.2290573 bronchial smooth muscle cell DMD
|
531 |
+
14.9990835 0.46984893 bronchial smooth muscle cell NEDD8
|
532 |
+
16.47101 -0.5450684 bronchial smooth muscle cell HIGD1A
|
533 |
+
18.926912 0.13503608 bronchial smooth muscle cell COX6C
|
534 |
+
16.557043 -0.8304832 bronchial smooth muscle cell P4HTM
|
535 |
+
1.3648524 10.19091 bronchial smooth muscle cell ITPRIP
|
536 |
+
18.168495 -1.9661435 bronchial smooth muscle cell CD300LG
|
537 |
+
17.517704 -1.7613707 bronchial smooth muscle cell PSMB5
|
538 |
+
18.673885 -0.11849421 bronchial smooth muscle cell PSMF1
|
539 |
+
16.950312 -0.5064273 bronchial smooth muscle cell PPFIBP1
|
540 |
+
16.81158 -1.3858345 bronchial smooth muscle cell CEP126
|
541 |
+
18.745306 -1.8605438 bronchial smooth muscle cell ZNF226
|
542 |
+
16.618107 -0.52028114 bronchial smooth muscle cell REEP1
|
543 |
+
14.48643 0.6750723 bronchial smooth muscle cell TINAGL1
|
544 |
+
13.386007 0.6874551 bronchial smooth muscle cell FMOD
|
545 |
+
-0.7170581 11.523637 bronchial smooth muscle cell SSPN
|
546 |
+
-1.9959351 3.116601 bronchial smooth muscle cell RXRG
|
547 |
+
17.790062 -1.7753952 bronchial smooth muscle cell SPOP
|
548 |
+
18.234932 -1.455484 bronchial smooth muscle cell WWC3
|
549 |
+
16.77406 -1.086479 bronchial smooth muscle cell SVIL
|
550 |
+
15.303886 -0.21653327 bronchial smooth muscle cell UTRN
|
551 |
+
18.920162 -0.32731912 bronchial smooth muscle cell KLHL29
|
552 |
+
19.045902 -0.8194748 bronchial smooth muscle cell TBC1D2B
|
553 |
+
17.841824 -1.8202587 bronchial smooth muscle cell CCL19
|
554 |
+
19.124619 -0.71374863 bronchial smooth muscle cell CYP3A7
|
555 |
+
17.850456 -0.9142414 bronchial smooth muscle cell EPN2
|
556 |
+
-4.925452 8.9206915 bronchial smooth muscle cell FHL3
|
557 |
+
-0.6205553 11.247051 bronchial smooth muscle cell BAG2
|
558 |
+
15.013868 0.46143946 bronchial smooth muscle cell PRRX1
|
559 |
+
-0.5981844 10.502835 bronchial smooth muscle cell RANBP3L
|
560 |
+
-4.995061 8.49031 bronchial smooth muscle cell DAAM1
|
561 |
+
17.145445 -1.6805887 bronchial smooth muscle cell PWWP3A
|
562 |
+
14.207917 0.5515533 bronchial smooth muscle cell NET1
|
563 |
+
16.0804 -0.21554607 bronchial smooth muscle cell CDKN2C
|
564 |
+
17.651062 -1.4950722 bronchial smooth muscle cell STXBP4
|
565 |
+
18.991592 0.1444403 bronchial smooth muscle cell MYH9
|
566 |
+
17.423079 -0.76640755 bronchial smooth muscle cell MTHFD1L
|
567 |
+
16.501652 -0.6281288 bronchial smooth muscle cell SYNPO2L
|
568 |
+
-0.10453107 11.241654 bronchial smooth muscle cell SDHC
|
569 |
+
15.557471 -0.17173828 bronchial smooth muscle cell IGFBP2
|
570 |
+
17.721481 -1.5771344 bronchial smooth muscle cell ACTN4
|
571 |
+
-0.49919903 10.689624 bronchial smooth muscle cell BOLA2B
|
572 |
+
14.594183 0.5593792 bronchial smooth muscle cell PRSS23
|
573 |
+
-0.13626672 10.481847 bronchial smooth muscle cell STK38L
|
574 |
+
1.6955745 10.366507 bronchial smooth muscle cell RBPMS
|
575 |
+
15.960689 -0.2743772 bronchial smooth muscle cell LEP
|
576 |
+
18.558867 -1.7079355 bronchial smooth muscle cell TJP1
|
577 |
+
15.754319 -0.09228003 bronchial smooth muscle cell REM1
|
578 |
+
-0.61270654 10.851987 bronchial smooth muscle cell TNNT2
|
579 |
+
16.718596 -0.49009725 bronchial smooth muscle cell PPP1R16A
|
580 |
+
15.768826 -0.54157877 bronchial smooth muscle cell FAM114A1
|
581 |
+
13.830215 0.3402946 bronchial smooth muscle cell CDS2
|
582 |
+
18.01026 -1.6746821 bronchial smooth muscle cell TCEA2
|
583 |
+
15.523572 -0.35569674 bronchial smooth muscle cell THAP8
|
584 |
+
18.029905 -1.9771786 bronchial smooth muscle cell ZYX
|
585 |
+
-0.3051398 10.914972 bronchial smooth muscle cell SLMAP
|
586 |
+
15.569755 0.6249897 bronchial smooth muscle cell EPB41L2
|
587 |
+
18.708754 -2.0400517 bronchial smooth muscle cell BCL7C
|
588 |
+
18.40216 -1.922965 bronchial smooth muscle cell APBA1
|
589 |
+
15.720222 0.10477987 bronchial smooth muscle cell RBBP7
|
590 |
+
16.186893 -0.8929511 bronchial smooth muscle cell CBX7
|
591 |
+
16.87686 -1.17674 bronchial smooth muscle cell HAPLN2
|
592 |
+
18.176329 -1.9286042 bronchial smooth muscle cell HPF1
|
593 |
+
15.834564 -0.48863238 bronchial smooth muscle cell CTSL
|
594 |
+
0.40175742 10.982904 bronchial smooth muscle cell RYR2
|
595 |
+
18.710415 -0.6644687 bronchial smooth muscle cell SMAD9
|
596 |
+
14.409926 1.4586239 bronchial smooth muscle cell MORF4L2
|
597 |
+
19.110504 0.3035055 bronchial smooth muscle cell CTNND1
|
598 |
+
17.409176 -1.2769524 bronchial smooth muscle cell TSC22D1
|
599 |
+
18.74449 0.036899164 bronchial smooth muscle cell ADCY9
|
600 |
+
17.540035 -1.0008175 bronchial smooth muscle cell FST
|
601 |
+
0.25457793 11.274182 bronchial smooth muscle cell POLL
|
602 |
+
16.87483 -0.8266337 bronchial smooth muscle cell KANSL1L
|
603 |
+
17.11366 -0.89999557 bronchial smooth muscle cell ZNF503
|
604 |
+
18.56478 -1.766134 bronchial smooth muscle cell ITGA7
|
605 |
+
17.268377 -1.1776053 bronchial smooth muscle cell MARK1
|
606 |
+
18.987123 -1.1757598 bronchial smooth muscle cell KLF2
|
607 |
+
16.458046 -0.66221935 bronchial smooth muscle cell MINDY2
|
608 |
+
18.401426 -1.985003 bronchial smooth muscle cell SORBS3
|
609 |
+
-0.08667341 10.350621 bronchial smooth muscle cell TMEM50B
|
610 |
+
18.302826 -0.858789 bronchial smooth muscle cell IL17B
|
611 |
+
0.0051135137 11.054092 bronchial smooth muscle cell TBX2
|
612 |
+
17.484955 -1.2950934 bronchial smooth muscle cell BRSK2
|
613 |
+
16.356676 -0.5290578 bronchial smooth muscle cell FAM161A
|
614 |
+
16.800362 -0.6406511 bronchial smooth muscle cell NGB
|
615 |
+
18.734196 -2.0509348 bronchial smooth muscle cell TNS2
|
616 |
+
1.5514911 10.136974 bronchial smooth muscle cell RSU1
|
617 |
+
18.468191 -1.925017 bronchial smooth muscle cell VIM
|
618 |
+
16.260239 -0.59743 bronchial smooth muscle cell TOB1
|
619 |
+
0.4671194 10.987207 bronchial smooth muscle cell NDUFS2
|
620 |
+
17.39514 -0.33982098 bronchial smooth muscle cell TGFB1I1
|
621 |
+
19.117134 -0.117660224 bronchial smooth muscle cell PKIG
|
622 |
+
0.8844537 10.750564 bronchial smooth muscle cell MYOCD
|
623 |
+
15.722726 -0.44910255 bronchial smooth muscle cell CHMP4C
|
624 |
+
17.882017 -1.83246 bronchial smooth muscle cell SYNC
|
625 |
+
14.384125 0.86424863 bronchial smooth muscle cell MAP3K7CL
|
626 |
+
18.693516 -0.29643312 bronchial smooth muscle cell SCGB1A1
|
627 |
+
19.47803 -0.47185415 bronchial smooth muscle cell ZBTB16
|
628 |
+
14.386977 1.6313695 bronchial smooth muscle cell PTPRD
|
629 |
+
19.185282 0.38075623 bronchial smooth muscle cell MAP6
|
630 |
+
-0.7780417 11.430229 bronchial smooth muscle cell OPTN
|
631 |
+
17.871483 -1.4956267 bronchial smooth muscle cell ACTB
|
632 |
+
-0.06172842 10.845656 bronchial smooth muscle cell KRT18
|
633 |
+
16.351631 -0.3117479 bronchial smooth muscle cell GUCY1A2
|
634 |
+
15.25004 0.38227972 bronchial smooth muscle cell IFI27
|
635 |
+
16.52068 -0.56846684 bronchial smooth muscle cell CDC42EP4
|
636 |
+
17.476385 -0.86299074 bronchial smooth muscle cell GNRH1
|
637 |
+
17.590536 -1.1657614 bronchial smooth muscle cell CDKN1C
|
638 |
+
16.651108 -0.9299349 bronchial smooth muscle cell LURAP1
|
639 |
+
16.42046 -0.7714704 bronchial smooth muscle cell BBS7
|
640 |
+
17.347569 -0.70812666 bronchial smooth muscle cell PLCB4
|
641 |
+
15.943192 -0.40375742 bronchial smooth muscle cell CACNA1S
|
642 |
+
16.241316 -0.3381237 bronchial smooth muscle cell LINGO1
|
643 |
+
13.787314 0.81032073 bronchial smooth muscle cell ID4
|
644 |
+
-0.21315947 10.872293 bronchial smooth muscle cell PXMP2
|
645 |
+
16.629972 -0.41118002 bronchial smooth muscle cell MICAL1
|
646 |
+
16.864555 -0.77679425 bronchial smooth muscle cell SALL2
|
647 |
+
-3.9506702 3.2635105 bronchial smooth muscle cell ZFP1
|
648 |
+
17.376123 -1.3503673 bronchial smooth muscle cell MANBAL
|
649 |
+
15.3196335 0.09506255 bronchial smooth muscle cell NMRK2
|
650 |
+
16.008602 -0.03572268 bronchial smooth muscle cell FSTL3
|
651 |
+
15.5437975 0.023971962 bronchial smooth muscle cell RASL12
|
652 |
+
16.288647 -0.46241915 bronchial smooth muscle cell C1orf216
|
653 |
+
15.916111 -0.15185799 bronchial smooth muscle cell MRPL2
|
654 |
+
0.82579166 9.916924 bronchial smooth muscle cell CDPF1
|
655 |
+
1.817544 10.491047 bronchial smooth muscle cell SIX5
|
656 |
+
0.59311557 10.996204 bronchial smooth muscle cell ETV1
|
657 |
+
19.164185 0.39564475 bronchial smooth muscle cell NTRK2
|
658 |
+
-0.6450968 11.373128 bronchial smooth muscle cell VANGL1
|
659 |
+
17.266184 -0.84786016 bronchial smooth muscle cell TUBG2
|
660 |
+
17.883547 -1.6841016 bronchial smooth muscle cell ZNF599
|
661 |
+
16.526999 -0.60626936 bronchial smooth muscle cell SSTR2
|
662 |
+
18.808558 0.24389176 bronchial smooth muscle cell AIG1
|
663 |
+
16.763334 -0.88786334 bronchial smooth muscle cell PLN
|
664 |
+
17.453194 -2.0610242 bronchial smooth muscle cell VASP
|
665 |
+
-0.43697104 11.047666 bronchial smooth muscle cell NRGN
|
666 |
+
17.56859 -0.30082908 bronchial smooth muscle cell VTN
|
667 |
+
-0.62702346 10.690001 bronchial smooth muscle cell ANGPT1
|
668 |
+
17.544003 -1.4890877 bronchial smooth muscle cell AEBP2
|
669 |
+
-0.33176523 10.6953 bronchial smooth muscle cell RAMP2
|
670 |
+
16.226011 -0.24715045 bronchial smooth muscle cell PHPT1
|
671 |
+
-0.43522504 10.107091 bronchial smooth muscle cell ISYNA1
|
672 |
+
17.60238 -1.093682 bronchial smooth muscle cell CCN3
|
673 |
+
-0.27547178 9.689003 bronchial smooth muscle cell NCKAP1
|
674 |
+
16.348957 -0.84048295 bronchial smooth muscle cell THRA
|
675 |
+
18.142405 -1.6419753 bronchial smooth muscle cell ANAPC11
|
676 |
+
19.030493 -1.0380096 bronchial smooth muscle cell KCNE2
|
677 |
+
18.856705 -0.78868216 bronchial smooth muscle cell SSBP2
|
678 |
+
19.268593 -0.50714755 bronchial smooth muscle cell SFTPC
|
679 |
+
17.165005 -1.522522 bronchial smooth muscle cell FBXL3
|
680 |
+
14.956496 0.6061362 bronchial smooth muscle cell RABAC1
|
681 |
+
16.094267 -0.29716602 bronchial smooth muscle cell ARNT2
|
682 |
+
15.463678 -0.44175997 bronchial smooth muscle cell RCN2
|
683 |
+
16.42773 -0.39151758 bronchial smooth muscle cell PDCD6
|
684 |
+
16.730587 -0.66755545 bronchial smooth muscle cell ADCY3
|
685 |
+
-0.8293246 10.685161 bronchial smooth muscle cell NEXN
|
686 |
+
18.52038 -1.9616524 bronchial smooth muscle cell MRTFB
|
687 |
+
18.463577 -1.7658014 bronchial smooth muscle cell GRK5
|
688 |
+
1.2734588 9.9796715 bronchial smooth muscle cell CARMIL1
|
689 |
+
-0.73466897 11.343625 bronchial smooth muscle cell PKD1
|
690 |
+
17.86093 -1.835361 bronchial smooth muscle cell ARVCF
|
691 |
+
17.56705 -0.27184203 bronchial smooth muscle cell COX6A1
|
692 |
+
15.075317 0.5129858 bronchial smooth muscle cell LTBP1
|
693 |
+
18.495136 -1.6517388 bronchial smooth muscle cell SLC25A4
|
694 |
+
15.140765 0.42287108 bronchial smooth muscle cell CDC42BPA
|
695 |
+
17.541233 -0.13810642 bronchial smooth muscle cell MIP
|
696 |
+
12.673457 0.012721879 bronchial smooth muscle cell PTS
|
697 |
+
14.909038 0.6853633 bronchial smooth muscle cell C17orf49
|
698 |
+
17.397518 -0.946539 bronchial smooth muscle cell A2M
|
699 |
+
14.612611 0.21534626 bronchial smooth muscle cell ITGB5
|
700 |
+
0.4760977 9.276191 bronchial smooth muscle cell HSPB2-C11orf52
|
701 |
+
16.807865 -1.1913819 bronchial smooth muscle cell IFT52
|
702 |
+
16.295902 -0.72319883 bronchial smooth muscle cell ANAPC16
|
703 |
+
19.107285 -0.0764515 bronchial smooth muscle cell POLR2J3
|
704 |
+
17.21014 -1.2853675 bronchial smooth muscle cell FTO
|
705 |
+
17.57203 -1.4885131 bronchial smooth muscle cell KCNA5
|
706 |
+
19.150728 -1.082395 bronchial smooth muscle cell ZNFX1
|
707 |
+
15.5505295 -0.0074309553 bronchial smooth muscle cell SORT1
|
708 |
+
16.12252 -0.118352495 bronchial smooth muscle cell BFSP1
|
709 |
+
15.1974325 0.31392848 bronchial smooth muscle cell ADAMTSL5
|
710 |
+
16.508785 -0.99321216 bronchial smooth muscle cell TAF6
|
711 |
+
17.81448 -1.5963393 bronchial smooth muscle cell SSB
|
712 |
+
16.513987 -0.7504028 bronchial smooth muscle cell MOB2
|
713 |
+
14.987491 0.38046974 bronchial smooth muscle cell UROD
|
714 |
+
17.961441 -1.4118177 bronchial smooth muscle cell EPDR1
|
715 |
+
16.998999 -1.3562193 bronchial smooth muscle cell CIB4
|
716 |
+
17.834736 -1.3765689 bronchial smooth muscle cell HSPB3
|
717 |
+
-18.269632 -3.7915726 bronchial smooth muscle cell RPS27L
|
718 |
+
17.955376 -1.8135854 bronchial smooth muscle cell CYBRD1
|
719 |
+
13.994831 0.4429441 bronchial smooth muscle cell FLT1
|
720 |
+
17.364532 -0.96363026 bronchial smooth muscle cell UNC45A
|
721 |
+
16.546457 -0.40094772 bronchial smooth muscle cell TLE1
|
722 |
+
19.047533 -0.10702701 bronchial smooth muscle cell KLHL22
|
723 |
+
-0.2647696 10.843347 bronchial smooth muscle cell FN1
|
724 |
+
16.89217 -0.6210691 bronchial smooth muscle cell NAP1L3
|
725 |
+
18.725885 -0.031056246 bronchial smooth muscle cell SLPI
|
726 |
+
0.36011544 10.93206 bronchial smooth muscle cell NDUFB7
|
727 |
+
17.914124 -2.0332816 bronchial smooth muscle cell CHD5
|
728 |
+
16.545675 -0.3857317 bronchial smooth muscle cell ZNF660
|
729 |
+
-0.7027219 10.344753 bronchial smooth muscle cell CCDC92
|
730 |
+
17.306404 -1.7568434 bronchial smooth muscle cell GATA5
|
731 |
+
19.139397 0.46339077 bronchial smooth muscle cell NME4
|
732 |
+
18.841997 -0.12002577 bronchial smooth muscle cell NDN
|
733 |
+
14.490759 0.8724613 bronchial smooth muscle cell GPC1
|
734 |
+
18.723816 -1.1781003 bronchial smooth muscle cell KLHL17
|
735 |
+
-0.42907828 10.07157 bronchial smooth muscle cell CDC37L1
|
736 |
+
-0.4390353 10.336316 bronchial smooth muscle cell FAM168A
|
737 |
+
17.57228 -0.7248445 bronchial smooth muscle cell CINP
|
738 |
+
14.491243 0.9193421 bronchial smooth muscle cell GPX3
|
739 |
+
16.85044 -0.91313356 bronchial smooth muscle cell SP2
|
740 |
+
15.785586 -0.40399617 bronchial smooth muscle cell TMEM30A
|
741 |
+
17.7623 -1.1847798 bronchial smooth muscle cell ITGA5
|
742 |
+
16.337322 -0.6332272 bronchial smooth muscle cell CDH6
|
743 |
+
18.20183 -1.9742379 bronchial smooth muscle cell PLEC
|
744 |
+
-0.5730938 9.13648 bronchial smooth muscle cell GSTM5
|
745 |
+
18.123785 -2.1518128 bronchial smooth muscle cell RXRA
|
746 |
+
11.290818 -0.41060677 bronchial smooth muscle cell PPM1B
|
747 |
+
15.81619 -0.5112413 bronchial smooth muscle cell JUNB
|
748 |
+
17.810493 -1.5499855 bronchial smooth muscle cell NUDC
|
749 |
+
-0.2600883 11.32382 bronchial smooth muscle cell CES1
|
750 |
+
16.81294 -0.9308739 bronchial smooth muscle cell TSPYL4
|
751 |
+
17.827274 -1.5769268 bronchial smooth muscle cell TMEM100
|
752 |
+
15.26256 0.2981051 bronchial smooth muscle cell CD9
|
753 |
+
16.62653 -0.57552314 bronchial smooth muscle cell INHBA
|
754 |
+
15.566443 0.35433587 bronchial smooth muscle cell BATF3
|
755 |
+
17.149513 -1.0055401 bronchial smooth muscle cell HSPB2
|
756 |
+
17.864244 -1.5204295 bronchial smooth muscle cell PJA1
|
757 |
+
1.5079728 10.432691 bronchial smooth muscle cell HTR1F
|
758 |
+
14.502079 1.208005 bronchial smooth muscle cell C1S
|
759 |
+
16.968098 -0.9477294 bronchial smooth muscle cell PCGF5
|
760 |
+
14.588828 0.6061967 bronchial smooth muscle cell NRIP2
|
761 |
+
-0.70386523 10.845593 bronchial smooth muscle cell LCA5
|
762 |
+
13.206424 1.3056605 bronchial smooth muscle cell C9orf24
|
763 |
+
14.326514 1.5893869 bronchial smooth muscle cell TCF7L1
|
764 |
+
17.165007 -0.16677876 bronchial smooth muscle cell EFHC2
|
765 |
+
-1.0182358 8.921497 bronchial smooth muscle cell SPTBN1
|
766 |
+
17.647806 -0.90503305 bronchial smooth muscle cell ANGPTL1
|
767 |
+
-0.5687415 11.222075 bronchial smooth muscle cell PPP1R32
|
768 |
+
18.398952 -1.8421676 bronchial smooth muscle cell ALDH1B1
|
769 |
+
17.648363 -0.8384896 bronchial smooth muscle cell AKAP6
|
770 |
+
-0.5375722 10.522145 bronchial smooth muscle cell PAWR
|
771 |
+
14.292515 0.8036343 bronchial smooth muscle cell POLR3F
|
772 |
+
1.4934481 10.578534 bronchial smooth muscle cell LAMA5
|
773 |
+
0.069231205 10.762193 bronchial smooth muscle cell AIMP1
|
774 |
+
12.387896 0.056322686 bronchial smooth muscle cell PKNOX2
|
775 |
+
18.778595 0.09817829 bronchial smooth muscle cell MRNIP
|
776 |
+
16.354862 -0.86109555 bronchial smooth muscle cell PFKM
|
777 |
+
17.439182 -1.1793839 bronchial smooth muscle cell ITGA10
|
778 |
+
18.020164 -1.9186889 bronchial smooth muscle cell TNS1
|
779 |
+
17.18179 -1.0743871 bronchial smooth muscle cell CPE
|
780 |
+
16.456417 -0.5854796 bronchial smooth muscle cell MAGEH1
|
781 |
+
15.060868 0.3284095 bronchial smooth muscle cell S1PR3
|
782 |
+
-0.8381994 11.522152 bronchial smooth muscle cell HLF
|
783 |
+
18.51859 -0.91094476 bronchial smooth muscle cell CTPS1
|
784 |
+
14.3581295 0.14460604 bronchial smooth muscle cell SOD3
|
785 |
+
-18.33141 -3.8244965 bronchial smooth muscle cell RAD54L2
|
786 |
+
17.643305 -1.5459136 bronchial smooth muscle cell WDR54
|
787 |
+
17.62956 -1.3865405 bronchial smooth muscle cell CRELD1
|
788 |
+
-0.30255833 9.549978 bronchial smooth muscle cell PPIC
|
789 |
+
-5.169004 8.963763 bronchial smooth muscle cell CLTB
|
790 |
+
17.316729 -1.3506285 bronchial smooth muscle cell WASF2
|
791 |
+
17.927702 -1.3836774 bronchial smooth muscle cell MED22
|
792 |
+
13.950433 1.1573501 bronchial smooth muscle cell HSPG2
|
793 |
+
16.995264 -0.8279217 bronchial smooth muscle cell AK1
|
794 |
+
16.765388 -0.8849815 bronchial smooth muscle cell RO60
|
795 |
+
15.656196 -0.7069491 bronchial smooth muscle cell ABCC9
|
796 |
+
-0.23205428 10.762569 bronchial smooth muscle cell HDAC11
|
797 |
+
17.57726 -1.6964692 bronchial smooth muscle cell LMOD1
|
798 |
+
18.468317 -0.80925 bronchial smooth muscle cell TSPYL1
|
799 |
+
15.903565 -0.46181953 bronchial smooth muscle cell ZC2HC1A
|
800 |
+
16.680119 -0.48234788 bronchial smooth muscle cell PKN3
|
801 |
+
17.540943 -1.6596489 bronchial smooth muscle cell TNFSF12
|
802 |
+
17.407698 -1.515445 bronchial smooth muscle cell DCTN3
|
803 |
+
17.418964 -1.8028677 bronchial smooth muscle cell APOE
|
804 |
+
16.69782 -0.38989526 bronchial smooth muscle cell ACTL6B
|
805 |
+
-18.44174 -3.802405 bronchial smooth muscle cell COX5B
|
806 |
+
18.880796 -1.1531771 bronchial smooth muscle cell MYO1C
|
807 |
+
-1.0651598 7.9307547 bronchial smooth muscle cell JAM3
|
808 |
+
16.93131 -0.68650675 bronchial smooth muscle cell SLC39A13
|
809 |
+
17.519327 -0.7825735 bronchial smooth muscle cell CSDC2
|
810 |
+
0.21138948 11.049103 bronchial smooth muscle cell SERPINB6
|
811 |
+
12.467076 0.3549847 bronchial smooth muscle cell FOXC1
|
812 |
+
17.21692 -1.2037178 bronchial smooth muscle cell MT2A
|
813 |
+
18.71398 -1.7542863 bronchial smooth muscle cell S100A13
|
814 |
+
17.40927 -1.3954227 bronchial smooth muscle cell SFTPD
|
815 |
+
17.162767 -0.76266867 bronchial smooth muscle cell CDC42EP1
|
816 |
+
18.006393 -1.7242576 bronchial smooth muscle cell ADRA1D
|
817 |
+
17.271696 -1.2798755 bronchial smooth muscle cell SPDYE2
|
818 |
+
0.1476134 10.854983 bronchial smooth muscle cell WDR47
|
819 |
+
-4.5351963 8.391621 bronchial smooth muscle cell PERP
|
820 |
+
16.489635 -0.482173 bronchial smooth muscle cell MT1M
|
821 |
+
15.202255 0.25502396 bronchial smooth muscle cell C8orf34
|
822 |
+
18.537127 -1.8969324 bronchial smooth muscle cell RING1
|
823 |
+
17.738365 -1.7689631 bronchial smooth muscle cell CEBPD
|
824 |
+
16.168842 -0.5652909 bronchial smooth muscle cell FANCL
|
825 |
+
14.911825 0.4121894 bronchial smooth muscle cell SLC39A1
|
826 |
+
17.240686 -1.6355103 bronchial smooth muscle cell APLP2
|
827 |
+
13.164075 0.23654434 bronchial smooth muscle cell CACNA1C
|
828 |
+
15.979567 -0.22332717 bronchial smooth muscle cell MLYCD
|
829 |
+
-0.5578662 9.557404 bronchial smooth muscle cell IGFBP7
|
830 |
+
15.287223 0.37445462 bronchial smooth muscle cell TMSB4X
|
831 |
+
14.889228 0.6173278 bronchial smooth muscle cell SERPING1
|
832 |
+
17.732536 -1.4144529 bronchial smooth muscle cell MAOB
|
833 |
+
17.441404 -0.6644002 bronchial smooth muscle cell LAMB2
|
834 |
+
16.43563 -0.7007441 bronchial smooth muscle cell ENTPD1
|
835 |
+
19.023659 -1.0773659 bronchial smooth muscle cell CDH5
|
836 |
+
2.0773163 10.002177 bronchial smooth muscle cell NRM
|
837 |
+
16.018044 -0.5181387 bronchial smooth muscle cell LCAT
|
838 |
+
17.643705 -1.0309396 bronchial smooth muscle cell CACNA1H
|
839 |
+
-0.2832462 10.648732 bronchial smooth muscle cell IFITM3
|
840 |
+
18.231878 -1.3933538 bronchial smooth muscle cell BCL6
|
841 |
+
18.626842 -1.803821 bronchial smooth muscle cell PLS3
|
842 |
+
16.189438 -0.7512341 bronchial smooth muscle cell SLAIN1
|
843 |
+
0.6246508 10.377996 bronchial smooth muscle cell SPON1
|
844 |
+
16.099138 -0.091622114 bronchial smooth muscle cell PPP1R12A
|
845 |
+
16.621376 -1.0928082 bronchial smooth muscle cell FXYD6
|
846 |
+
17.652027 -1.848838 bronchial smooth muscle cell CNR1
|
847 |
+
14.585773 1.2372925 bronchial smooth muscle cell ANTXR1
|
848 |
+
-0.3043662 10.524401 bronchial smooth muscle cell DUSP1
|
849 |
+
15.572089 -0.3170654 bronchial smooth muscle cell NFIB
|
850 |
+
-4.8111396 8.934502 bronchial smooth muscle cell CEP57L1
|
851 |
+
0.41819927 10.970284 bronchial smooth muscle cell SORBS2
|
852 |
+
18.748863 -1.6480986 bronchial smooth muscle cell KAT5
|
853 |
+
16.91718 -0.70559824 bronchial smooth muscle cell CCDC50
|
854 |
+
19.007753 0.24210931 bronchial smooth muscle cell TIMP2
|
855 |
+
17.269993 -0.6342802 bronchial smooth muscle cell MAEL
|
856 |
+
16.78493 -0.87844944 bronchial smooth muscle cell MOB3C
|
857 |
+
17.495428 -1.3231782 bronchial smooth muscle cell NTRK3
|
858 |
+
16.63379 -0.6270825 bronchial smooth muscle cell JADE1
|
859 |
+
15.466117 0.09290375 bronchial smooth muscle cell AOC3
|
860 |
+
16.10075 -0.32775554 bronchial smooth muscle cell MRPL18
|
861 |
+
17.860804 -2.0653286 bronchial smooth muscle cell LARP6
|
862 |
+
16.573029 -0.8066159 bronchial smooth muscle cell VAMP4
|
863 |
+
18.648132 -1.7189914 bronchial smooth muscle cell SYNPO
|
864 |
+
0.050192684 10.580691 bronchial smooth muscle cell STUB1
|
865 |
+
14.832747 0.6178676 bronchial smooth muscle cell KCNJ8
|
866 |
+
-18.36837 -3.7607503 bronchial smooth muscle cell PDHB
|
867 |
+
18.434925 -0.720459 bronchial smooth muscle cell PNMA1
|
868 |
+
15.397037 -0.307145 bronchial smooth muscle cell ZBTB22
|
869 |
+
16.799257 -1.0431509 bronchial smooth muscle cell LTBP3
|
870 |
+
18.219254 -0.2902674 bronchial smooth muscle cell PDE6D
|
871 |
+
-0.8843565 10.0080805 bronchial smooth muscle cell TTC7B
|
872 |
+
19.053411 0.4926583 bronchial smooth muscle cell CACNB1
|
873 |
+
17.747194 -1.8517978 bronchial smooth muscle cell ZNF775
|
874 |
+
14.51478 1.0155088 bronchial smooth muscle cell MAF1
|
875 |
+
17.62489 -1.8436245 bronchial smooth muscle cell HOXB4
|
876 |
+
19.176414 -0.51929885 bronchial smooth muscle cell PELO
|
877 |
+
18.139496 -2.0535505 bronchial smooth muscle cell COPS6
|
878 |
+
-0.8620245 10.338057 bronchial smooth muscle cell SH3BGRL
|
879 |
+
15.897931 -0.23087025 bronchial smooth muscle cell TRAF5
|
880 |
+
15.852619 -0.24940497 bronchial smooth muscle cell VEZF1
|
881 |
+
19.163774 0.26479417 bronchial smooth muscle cell RAB13
|
882 |
+
18.09262 -1.2456971 bronchial smooth muscle cell RNF25
|
883 |
+
16.531178 -0.5857554 bronchial smooth muscle cell PARVA
|
884 |
+
14.88859 0.12982018 bronchial smooth muscle cell RUNX1T1
|
885 |
+
17.646805 -1.3746326 bronchial smooth muscle cell EXOC3-AS1
|
886 |
+
17.320648 -0.34621346 bronchial smooth muscle cell FRZB
|
887 |
+
16.64426 -0.7274716 bronchial smooth muscle cell PICALM
|
888 |
+
17.522024 -2.0270612 bronchial smooth muscle cell NFIX
|
889 |
+
16.921116 -1.1482351 bronchial smooth muscle cell PTBP2
|
890 |
+
13.104261 0.6061509 bronchial smooth muscle cell TSPAN2
|
891 |
+
18.94329 -1.2926044 bronchial smooth muscle cell INPP5A
|
892 |
+
10.549226 -0.5644932 bronchial smooth muscle cell TMEM38B
|
893 |
+
18.506481 -1.8394284 bronchial smooth muscle cell DEPP1
|
894 |
+
17.533632 -1.1242787 bronchial smooth muscle cell CHRNB4
|
895 |
+
18.686235 -1.8357055 bronchial smooth muscle cell PDZRN3
|
896 |
+
15.128353 0.22905369 bronchial smooth muscle cell ASIC2
|
897 |
+
15.967216 -0.9351225 bronchial smooth muscle cell GJA4
|
898 |
+
14.467522 0.9714959 bronchial smooth muscle cell SEC23A
|
899 |
+
17.773382 -1.5319154 bronchial smooth muscle cell DYNLRB1
|
900 |
+
17.43598 -1.414231 bronchial smooth muscle cell TMEM106C
|
901 |
+
0.23442978 10.792041 bronchial smooth muscle cell PM20D2
|
902 |
+
16.84228 -0.79634404 bronchial smooth muscle cell ALDH2
|
903 |
+
16.193752 -0.28135797 bronchial smooth muscle cell UBE2D4
|
904 |
+
14.486579 1.0540242 bronchial smooth muscle cell ILK
|
905 |
+
15.676053 -0.42394152 bronchial smooth muscle cell FAM20C
|
906 |
+
17.5748 -0.84710896 bronchial smooth muscle cell ASAP2
|
907 |
+
17.42065 -1.0825521 bronchial smooth muscle cell EGR1
|
908 |
+
1.8165318 10.446549 bronchial smooth muscle cell NEO1
|
909 |
+
15.986634 -0.5038259 bronchial smooth muscle cell GEM
|
910 |
+
-4.8543105 8.669762 bronchial smooth muscle cell TMEM14C
|
911 |
+
-0.7043611 10.890886 bronchial smooth muscle cell CYB5B
|
912 |
+
15.873948 -0.2623578 bronchial smooth muscle cell TMEM51
|
913 |
+
18.682707 -1.9806631 bronchial smooth muscle cell ZEB1
|
914 |
+
14.634842 0.44757545 bronchial smooth muscle cell ACTR10
|
915 |
+
19.059828 -0.059914734 bronchial smooth muscle cell PYGB
|
916 |
+
15.719915 -0.24876456 bronchial smooth muscle cell ITGAV
|
917 |
+
19.135118 -0.26557457 bronchial smooth muscle cell PGRMC1
|
918 |
+
-0.15486641 10.896827 bronchial smooth muscle cell ZNF549
|
919 |
+
17.45579 -1.1520243 bronchial smooth muscle cell PODXL
|
920 |
+
17.673506 -1.7089812 bronchial smooth muscle cell KHDRBS3
|
921 |
+
16.892475 -1.1220049 bronchial smooth muscle cell ARHGAP10
|
922 |
+
19.038052 -0.7420089 bronchial smooth muscle cell OSBPL9
|
923 |
+
16.87542 -0.8574945 bronchial smooth muscle cell CTNNB1
|
924 |
+
15.402552 -0.5851306 bronchial smooth muscle cell LDB2
|
925 |
+
16.976387 -0.94957197 bronchial smooth muscle cell RAP2A
|
926 |
+
0.89733773 10.546086 bronchial smooth muscle cell PLCE1
|
927 |
+
17.990288 -2.034981 bronchial smooth muscle cell PRDM11
|
928 |
+
-0.39278775 9.561848 bronchial smooth muscle cell TESK1
|
929 |
+
16.691883 -0.36007082 bronchial smooth muscle cell SRL
|
930 |
+
17.29701 -1.7273368 bronchial smooth muscle cell PHYH
|
931 |
+
16.903278 -1.4144912 bronchial smooth muscle cell TMEM50A
|
932 |
+
0.1533209 10.926608 bronchial smooth muscle cell FABP4
|
933 |
+
17.3278 -0.35286582 bronchial smooth muscle cell ARHGEF7
|
934 |
+
14.446395 1.2541003 bronchial smooth muscle cell ZNF449
|
935 |
+
-0.39349052 11.416154 bronchial smooth muscle cell CCL21
|
936 |
+
16.696218 -0.508712 bronchial smooth muscle cell CPNE6
|
937 |
+
18.28534 -1.1218678 bronchial smooth muscle cell PAAF1
|
938 |
+
17.7953 -1.1739826 bronchial smooth muscle cell HMGN2
|
939 |
+
15.477572 0.08370807 bronchial smooth muscle cell ZNF585B
|
940 |
+
0.39687935 10.953056 bronchial smooth muscle cell CERCAM
|
941 |
+
18.812746 -1.0789527 bronchial smooth muscle cell GSTM3
|
942 |
+
18.450708 -0.57335067 bronchial smooth muscle cell DYNC1I1
|
943 |
+
17.20811 -1.5876696 bronchial smooth muscle cell KCNA4
|
944 |
+
16.742083 -0.4922353 bronchial smooth muscle cell TGFBR3
|
945 |
+
18.884861 -1.1877111 bronchial smooth muscle cell TNKS1BP1
|
946 |
+
17.219315 -1.2692652 bronchial smooth muscle cell BGN
|
947 |
+
18.097906 -1.115941 bronchial smooth muscle cell ZNF397
|
948 |
+
17.077929 -1.2693108 bronchial smooth muscle cell CLIC5
|
949 |
+
17.54872 -1.284649 bronchial smooth muscle cell RASIP1
|
950 |
+
-0.41664827 11.458777 bronchial smooth muscle cell KRTAP6-1
|
951 |
+
-0.01164271 10.767924 bronchial smooth muscle cell CHMP2A
|
952 |
+
18.35468 -1.9216642 bronchial smooth muscle cell BCAR3
|
953 |
+
16.892563 -0.75214726 bronchial smooth muscle cell MRFAP1
|
954 |
+
15.214931 -0.78186476 bronchial smooth muscle cell KCNK3
|
955 |
+
17.11514 -1.3954467 bronchial smooth muscle cell SELENOP
|
956 |
+
-0.2961959 10.859246 bronchial smooth muscle cell FBXL22
|
957 |
+
16.951212 -1.0040998 bronchial smooth muscle cell SUN2
|
958 |
+
17.330538 -1.4814053 bronchial smooth muscle cell CD4
|
959 |
+
17.316841 -1.2130721 bronchial smooth muscle cell KCNAB1
|
960 |
+
17.654913 -1.690281 bronchial smooth muscle cell ZNF19
|
961 |
+
15.487138 0.052012842 bronchial smooth muscle cell GSTO1
|
962 |
+
15.84212 0.42623052 bronchial smooth muscle cell ZNF772
|
963 |
+
16.818737 -0.7571222 bronchial smooth muscle cell GSTP1
|
964 |
+
15.921673 -0.7650909 bronchial smooth muscle cell NDRG4
|
965 |
+
-0.04923375 10.632234 bronchial smooth muscle cell PRKAA2
|
966 |
+
16.712965 -0.54238313 bronchial smooth muscle cell ZNF446
|
967 |
+
18.997082 -0.82360303 bronchial smooth muscle cell SASH1
|
968 |
+
15.46291 -0.009275488 bronchial smooth muscle cell RAPGEF5
|
969 |
+
15.399435 0.103855364 bronchial smooth muscle cell FBXL2
|
970 |
+
16.534735 -0.4868147 bronchial smooth muscle cell PPP5C
|
971 |
+
18.633184 -1.4853021 bronchial smooth muscle cell FBLIM1
|
972 |
+
16.055262 -0.12105445 bronchial smooth muscle cell MYL9
|
973 |
+
16.311647 -0.6931303 bronchial smooth muscle cell PDGFA
|
974 |
+
17.802626 -0.9754263 bronchial smooth muscle cell ARHGAP1
|
975 |
+
15.537084 -0.18995756 bronchial smooth muscle cell ERCC6L2
|
976 |
+
18.45255 -1.3677623 bronchial smooth muscle cell RABGGTA
|
977 |
+
16.949114 -0.98933053 bronchial smooth muscle cell SLIT2
|
978 |
+
-0.7360682 10.431384 bronchial smooth muscle cell EIF3CL
|
979 |
+
16.556185 -0.5160091 bronchial smooth muscle cell NPNT
|
980 |
+
-0.2622541 11.242275 bronchial smooth muscle cell EDNRB
|
981 |
+
0.8106321 -0.46417728 bronchial smooth muscle cell CLTCL1
|
982 |
+
16.2148 -1.1514269 bronchial smooth muscle cell TBL3
|
983 |
+
16.47608 -0.19643293 bronchial smooth muscle cell LOXL4
|
984 |
+
18.269215 -1.87875 bronchial smooth muscle cell ADAMTS10
|
985 |
+
14.523979 1.4982038 bronchial smooth muscle cell HSPB6
|
986 |
+
16.091705 -0.5123967 bronchial smooth muscle cell ZFP36
|
987 |
+
16.671993 -0.842461 bronchial smooth muscle cell DDIT4L
|
988 |
+
-0.30523723 9.996487 bronchial smooth muscle cell NDUFB8
|
989 |
+
17.756594 -1.3868896 bronchial smooth muscle cell CRIP2
|
990 |
+
15.945259 -0.3110557 bronchial smooth muscle cell HIP1
|
991 |
+
-0.9428782 2.8601482 bronchial smooth muscle cell NID1
|
992 |
+
18.663912 -1.8087006 bronchial smooth muscle cell MAP1B
|
993 |
+
-0.058619693 10.872305 bronchial smooth muscle cell INPP4B
|
994 |
+
-0.13965876 11.116523 bronchial smooth muscle cell MGST3
|
995 |
+
15.744795 0.37587616 bronchial smooth muscle cell TMIE
|
996 |
+
17.248394 -0.9938526 bronchial smooth muscle cell ZNF699
|
997 |
+
-3.1176252 2.99972 bronchial smooth muscle cell ANKRD53
|
998 |
+
16.690796 -1.1688617 bronchial smooth muscle cell ID1
|
999 |
+
18.194105 -1.2199855 bronchial smooth muscle cell MARCKS
|
1000 |
+
16.052979 -0.3695966 bronchial smooth muscle cell LDOC1
|
1001 |
+
17.727476 -0.9928427 bronchial smooth muscle cell SLC25A3
|
1002 |
+
16.664534 -0.7564734 bronchial smooth muscle cell ZNF580
|
1003 |
+
-3.5952938 3.5046785 bronchial smooth muscle cell LTBP4
|
1004 |
+
17.666813 -0.7274983 bronchial smooth muscle cell FHL2
|
1005 |
+
1.4926983 10.037447 bronchial smooth muscle cell GPC4
|
1006 |
+
12.826426 0.38872463 bronchial smooth muscle cell ATP2B4
|
1007 |
+
15.8828125 -0.19815549 bronchial smooth muscle cell SACS
|
1008 |
+
17.157816 -1.2890477 bronchial smooth muscle cell NDUFC2
|
1009 |
+
18.689224 -1.589196 bronchial smooth muscle cell IRS1
|
1010 |
+
17.788649 -1.2548347 bronchial smooth muscle cell FOXL1
|
1011 |
+
12.15907 -0.035240415 bronchial smooth muscle cell ATP5PF
|
1012 |
+
18.591839 -1.1476277 bronchial smooth muscle cell LURAP1L
|
1013 |
+
16.408823 -0.35227326 bronchial smooth muscle cell TANC1
|
1014 |
+
15.60069 -0.29713166 bronchial smooth muscle cell KAZN
|
1015 |
+
19.203436 -0.47044143 bronchial smooth muscle cell PIN1
|
1016 |
+
19.154959 -0.5915264 bronchial smooth muscle cell UBL4A
|
1017 |
+
-0.40332165 11.043416 bronchial smooth muscle cell PRUNE1
|
1018 |
+
17.116787 -0.7714731 bronchial smooth muscle cell CORO1C
|
1019 |
+
14.48932 0.6007769 bronchial smooth muscle cell KBTBD7
|
1020 |
+
15.601386 0.09626728 bronchial smooth muscle cell DAB2IP
|
1021 |
+
17.443783 -1.3003443 bronchial smooth muscle cell PTCH1
|
1022 |
+
18.20892 -1.7931057 bronchial smooth muscle cell TSPAN18
|
1023 |
+
16.819138 -1.0005436 bronchial smooth muscle cell EMD
|
1024 |
+
0.1613056 11.13525 bronchial smooth muscle cell FDFT1
|
1025 |
+
19.359215 0.473779 bronchial smooth muscle cell USP13
|
1026 |
+
0.48516685 10.602491 bronchial smooth muscle cell SOX5
|
1027 |
+
16.618093 -0.9708771 bronchial smooth muscle cell MEIS3
|
1028 |
+
13.101472 -0.022760488 bronchial smooth muscle cell RAI2
|
1029 |
+
17.638227 -1.5234398 bronchial smooth muscle cell SPACA9
|
1030 |
+
-0.19698575 10.61357 bronchial smooth muscle cell COL6A1
|
1031 |
+
18.713827 -1.0397104 bronchial smooth muscle cell TMEM14A
|
1032 |
+
13.314377 0.70701826 bronchial smooth muscle cell ANXA7
|
1033 |
+
-0.7961532 9.820906 bronchial smooth muscle cell DAB1
|
1034 |
+
16.265112 -0.58425254 bronchial smooth muscle cell PACSIN2
|
1035 |
+
15.284722 -0.45717618 bronchial smooth muscle cell ARID5A
|
1036 |
+
16.47965 -0.5634739 bronchial smooth muscle cell IFT22
|
1037 |
+
17.037884 -1.075071 bronchial smooth muscle cell SMARCD3
|
1038 |
+
15.438847 0.1792701 bronchial smooth muscle cell NR1H2
|
1039 |
+
18.046429 -1.810895 bronchial smooth muscle cell CIRBP
|
1040 |
+
19.07238 -0.2520818 bronchial smooth muscle cell TEAD3
|
1041 |
+
16.157124 -0.6905713 bronchial smooth muscle cell ARHGEF39
|
1042 |
+
19.19347 -0.19906533 bronchial smooth muscle cell FGF2
|
1043 |
+
18.918953 -1.1651503 bronchial smooth muscle cell CCN1
|
1044 |
+
16.341335 -0.72068346 bronchial smooth muscle cell TCEAL4
|
1045 |
+
17.444962 -0.29799086 bronchial smooth muscle cell MYLK
|
1046 |
+
16.057539 -0.5085198 bronchial smooth muscle cell SIVA1
|
1047 |
+
17.723938 -1.8557421 bronchial smooth muscle cell FGF1
|
1048 |
+
17.854864 -1.1326476 bronchial smooth muscle cell C11orf68
|
1049 |
+
14.0471 0.6732535 bronchial smooth muscle cell ZSCAN22
|
1050 |
+
16.363619 -0.39045072 bronchial smooth muscle cell ZNF408
|
1051 |
+
0.62693816 9.99003 bronchial smooth muscle cell DYNC1LI2
|
1052 |
+
15.740593 -0.6789662 bronchial smooth muscle cell LDB3
|
1053 |
+
1.0665628 10.521664 bronchial smooth muscle cell VPS18
|
1054 |
+
17.989084 -1.9222244 bronchial smooth muscle cell TPM4
|
1055 |
+
18.128836 -1.8649709 bronchial smooth muscle cell PRDX1
|
1056 |
+
16.491419 0.014944817 bronchial smooth muscle cell BTC
|
1057 |
+
18.1293 -1.8224398 bronchial smooth muscle cell NACAD
|
1058 |
+
16.322872 -0.65697294 bronchial smooth muscle cell PNMA2
|
1059 |
+
14.821389 -0.14003153 bronchial smooth muscle cell ARHGEF25
|
1060 |
+
19.10154 -0.11916953 bronchial smooth muscle cell EDNRA
|
1061 |
+
17.62637 -0.5957147 bronchial smooth muscle cell MYO1E
|
1062 |
+
18.177485 -1.7414092 bronchial smooth muscle cell S100A6
|
1063 |
+
16.575562 -0.1713306 bronchial smooth muscle cell IFT57
|
1064 |
+
-2.048642 2.9158401 bronchial smooth muscle cell ACTG1
|
1065 |
+
17.50044 -1.5579505 bronchial smooth muscle cell PTPN14
|
1066 |
+
16.193485 -0.5399333 bronchial smooth muscle cell F3
|
1067 |
+
17.141752 -0.104116514 bronchial smooth muscle cell COX7A1
|
1068 |
+
18.815702 -1.0231723 bronchial smooth muscle cell OSBPL6
|
1069 |
+
-1.3510376 3.1412966 bronchial smooth muscle cell ADRM1
|
1070 |
+
18.848776 -0.1787925 bronchial smooth muscle cell TGFB2
|
1071 |
+
17.118864 -0.87459636 bronchial smooth muscle cell DST
|
1072 |
+
17.41669 -1.190334 bronchial smooth muscle cell BOLA1
|
1073 |
+
2.0654595 10.212091 bronchial smooth muscle cell FGFR4
|
1074 |
+
14.783376 0.06603304 bronchial smooth muscle cell ESD
|
1075 |
+
18.798666 -0.79411 bronchial smooth muscle cell PELI2
|
1076 |
+
-0.52285075 11.226228 bronchial smooth muscle cell LRPAP1
|
1077 |
+
18.454752 -0.26949236 bronchial smooth muscle cell SUSD2
|
1078 |
+
18.063877 -1.9286734 bronchial smooth muscle cell BCAM
|
1079 |
+
-3.952921 2.73094 bronchial smooth muscle cell OAT
|
1080 |
+
18.365221 -0.43135965 bronchial smooth muscle cell PRKAB2
|
1081 |
+
0.1747386 10.381184 bronchial smooth muscle cell EPS8
|
1082 |
+
17.528635 -1.4849185 bronchial smooth muscle cell RAB34
|
1083 |
+
16.399242 -0.63152254 bronchial smooth muscle cell ITGA8
|
1084 |
+
-0.5375124 11.179636 bronchial smooth muscle cell CCR10
|
1085 |
+
16.42271 -0.6777608 bronchial smooth muscle cell DUSP19
|
1086 |
+
15.158437 0.8900252 bronchial smooth muscle cell PTK2
|
1087 |
+
14.289852 0.38988042 bronchial smooth muscle cell REXO2
|
1088 |
+
-0.3122899 9.999343 bronchial smooth muscle cell NFIC
|
1089 |
+
16.288239 -0.62129974 bronchial smooth muscle cell PRELP
|
1090 |
+
17.749802 -1.4988327 bronchial smooth muscle cell NCS1
|
1091 |
+
15.2168665 0.40760162 bronchial smooth muscle cell PCOLCE
|
1092 |
+
-0.048862815 9.990615 bronchial smooth muscle cell CD63
|
1093 |
+
17.424683 -1.5345284 bronchial smooth muscle cell LPP
|
1094 |
+
18.842382 -0.98571646 bronchial smooth muscle cell MRTFA
|
1095 |
+
18.344095 -0.85667497 bronchial smooth muscle cell TMEM234
|
1096 |
+
-0.18767318 10.999425 bronchial smooth muscle cell NUAK1
|
1097 |
+
16.678968 -0.696479 bronchial smooth muscle cell NTF3
|
1098 |
+
14.518556 0.33821452 bronchial smooth muscle cell PDE4DIP
|
1099 |
+
17.234943 -0.6592407 bronchial smooth muscle cell HOXA5
|
1100 |
+
-0.7245601 11.435951 bronchial smooth muscle cell NDUFA4
|
1101 |
+
16.327295 -0.7983573 bronchial smooth muscle cell ZNF835
|
1102 |
+
-1.0455229 9.282818 bronchial smooth muscle cell CAPZA2
|
1103 |
+
16.79793 -0.9394531 bronchial smooth muscle cell MEF2C
|
1104 |
+
14.4533205 0.8739302 bronchial smooth muscle cell MYO1B
|
1105 |
+
17.917812 -1.7306155 bronchial smooth muscle cell STARD4
|
1106 |
+
0.32022062 11.337456 bronchial smooth muscle cell NT5DC2
|
1107 |
+
-0.111054495 10.435613 bronchial smooth muscle cell RTL8B
|
1108 |
+
16.507751 -0.07645852 bronchial smooth muscle cell ASNS
|
1109 |
+
17.393755 -1.7669196 bronchial smooth muscle cell UBC
|
1110 |
+
16.668333 -0.44353 bronchial smooth muscle cell SMAD6
|
1111 |
+
16.449654 -0.2706924 bronchial smooth muscle cell ERG
|
1112 |
+
16.266737 -0.97093433 bronchial smooth muscle cell SERP2
|
1113 |
+
-0.58675665 11.25641 bronchial smooth muscle cell KAT7
|
1114 |
+
-4.485036 8.405671 bronchial smooth muscle cell ITM2C
|
1115 |
+
17.902239 -1.9059354 bronchial smooth muscle cell NBL1
|
1116 |
+
17.281046 -0.11603113 bronchial smooth muscle cell NELL1
|
1117 |
+
-0.7606907 11.384067 bronchial smooth muscle cell HACD1
|
1118 |
+
-0.5789493 10.59953 bronchial smooth muscle cell FUBP3
|
1119 |
+
18.691967 -1.6111025 bronchial smooth muscle cell FAM189A2
|
1120 |
+
18.52988 -1.7269578 bronchial smooth muscle cell PPP1R3C
|
1121 |
+
16.729616 -1.0978031 bronchial smooth muscle cell AEBP1
|
1122 |
+
18.582134 -1.8137143 bronchial smooth muscle cell TSLP
|
1123 |
+
17.093924 -0.8817448 bronchial smooth muscle cell ADRA2C
|
1124 |
+
18.668983 -1.3549515 bronchial smooth muscle cell SLC29A1
|
1125 |
+
18.679031 -1.3566792 bronchial smooth muscle cell FAT1
|
1126 |
+
17.49986 -1.379549 bronchial smooth muscle cell PDK2
|
1127 |
+
16.731003 -0.6486768 bronchial smooth muscle cell ECE1
|
1128 |
+
16.380083 -0.38231093 bronchial smooth muscle cell JPH2
|
1129 |
+
18.90657 -0.61582553 bronchial smooth muscle cell ARL4D
|
1130 |
+
13.316907 -0.029912723 bronchial smooth muscle cell AKIP1
|
1131 |
+
-0.4468519 8.602839 bronchial smooth muscle cell MYOZ1
|
1132 |
+
-0.54317594 10.359513 bronchial smooth muscle cell KLF8
|
1133 |
+
-0.15229449 10.857381 bronchial smooth muscle cell SDHB
|
1134 |
+
-0.7453801 10.882275 bronchial smooth muscle cell MPRIP
|
1135 |
+
16.69946 -0.49282706 bronchial smooth muscle cell AXIN2
|
1136 |
+
14.805476 0.320744 bronchial smooth muscle cell TNFRSF1A
|
1137 |
+
19.040115 0.50413346 bronchial smooth muscle cell SCRG1
|
1138 |
+
18.818829 -1.290457 bronchial smooth muscle cell CAND2
|
1139 |
+
0.71399707 10.343514 bronchial smooth muscle cell KCTD10
|
1140 |
+
0.002918398 11.048012 bronchial smooth muscle cell SMTN
|
1141 |
+
13.155816 0.5887682 bronchial smooth muscle cell EEF1AKMT1
|
1142 |
+
13.337815 0.03764174 bronchial smooth muscle cell FAM13C
|
1143 |
+
1.596974 10.348125 bronchial smooth muscle cell ANKRD1
|
1144 |
+
16.62389 -0.48261362 bronchial smooth muscle cell TSG101
|
1145 |
+
17.843151 -1.9884441 bronchial smooth muscle cell COL1A2
|
1146 |
+
18.822287 -0.68060154 bronchial smooth muscle cell ADAM33
|
1147 |
+
14.476102 0.8799857 bronchial smooth muscle cell PRNP
|
1148 |
+
11.288397 -0.2744259 bronchial smooth muscle cell SOCS3
|
1149 |
+
0.49374744 10.947282 bronchial smooth muscle cell PTH1R
|
1150 |
+
14.909422 0.490036 bronchial smooth muscle cell TGM2
|
1151 |
+
17.740978 -1.1515018 bronchial smooth muscle cell DEGS1
|
1152 |
+
17.017189 -1.188353 bronchial smooth muscle cell PEBP1
|
1153 |
+
-0.02797716 11.059469 bronchial smooth muscle cell VPS45
|
1154 |
+
18.989517 -1.1066048 bronchial smooth muscle cell LIN9
|
1155 |
+
17.918962 -1.2893653 bronchial smooth muscle cell ATP2A2
|
1156 |
+
11.734567 -0.24485604 bronchial smooth muscle cell C1R
|
1157 |
+
-0.22035007 10.840185 bronchial smooth muscle cell YWHAH
|
1158 |
+
16.002613 -0.6624255 bronchial smooth muscle cell HRC
|
1159 |
+
16.484428 -0.66921496 bronchial smooth muscle cell ALDH4A1
|
1160 |
+
15.448073 0.11974353 bronchial smooth muscle cell RBM42
|
1161 |
+
-1.0519553 2.7260075 bronchial smooth muscle cell TMEM200A
|
1162 |
+
18.378424 -1.8010755 bronchial smooth muscle cell MEOX2
|
1163 |
+
17.178764 -1.4464923 bronchial smooth muscle cell IFT172
|
1164 |
+
-0.27187195 10.937519 bronchial smooth muscle cell ACTA2
|
1165 |
+
1.7583568 9.662193 bronchial smooth muscle cell ACTN2
|
1166 |
+
-0.3422911 11.397414 bronchial smooth muscle cell LEPROT
|
1167 |
+
18.126558 -1.8631296 bronchial smooth muscle cell RGS16
|
1168 |
+
18.001495 -1.7979747 bronchial smooth muscle cell ZNF205
|
1169 |
+
17.159115 -1.2801476 bronchial smooth muscle cell NDUFA4L2
|
1170 |
+
13.232617 0.8645785 bronchial smooth muscle cell FHL1
|
1171 |
+
1.5178033 10.081497 bronchial smooth muscle cell AKAP1
|
1172 |
+
16.696995 -0.7706272 bronchial smooth muscle cell ARMCX2
|
1173 |
+
19.095917 -0.39857265 bronchial smooth muscle cell SOD1
|
1174 |
+
-18.422895 -3.7794566 bronchial smooth muscle cell YIF1A
|
1175 |
+
16.74255 -0.49225017 bronchial smooth muscle cell CAP2
|
1176 |
+
17.022669 -1.3218595 bronchial smooth muscle cell SERPINB3
|
1177 |
+
18.000935 -1.3769932 bronchial smooth muscle cell PLAC9
|
1178 |
+
18.14309 -1.865871 bronchial smooth muscle cell CCDC88A
|
1179 |
+
12.332884 -0.12678206 bronchial smooth muscle cell HEMK1
|
1180 |
+
17.734488 -1.1986827 bronchial smooth muscle cell NR2F1
|
1181 |
+
2.059315 9.793485 bronchial smooth muscle cell SGCA
|
1182 |
+
17.292568 -1.5813118 bronchial smooth muscle cell TUBA1B
|
1183 |
+
17.513874 -1.3566092 bronchial smooth muscle cell FIS1
|
1184 |
+
16.327875 -0.5559268 bronchial smooth muscle cell IFT74
|
1185 |
+
-0.5714216 10.485856 bronchial smooth muscle cell PTGIR
|
1186 |
+
17.24083 -1.5001992 bronchial smooth muscle cell NCALD
|
1187 |
+
15.653685 0.032353353 bronchial smooth muscle cell ASIC1
|
1188 |
+
19.128859 -0.16245675 bronchial smooth muscle cell VPS39
|
1189 |
+
17.514147 -0.21554781 bronchial smooth muscle cell GANAB
|
1190 |
+
19.16173 -0.97016597 bronchial smooth muscle cell VAMP2
|
1191 |
+
17.988672 -1.7757508 bronchial smooth muscle cell GATA6
|
1192 |
+
0.4001399 10.735737 bronchial smooth muscle cell VASN
|
1193 |
+
14.948036 0.5414167 bronchial smooth muscle cell ACAT1
|
1194 |
+
13.641529 0.63561356 bronchial smooth muscle cell ANXA6
|
1195 |
+
15.355099 0.030590724 bronchial smooth muscle cell TAGLN
|
1196 |
+
18.473902 -1.6264415 bronchial smooth muscle cell MED7
|
1197 |
+
16.178324 -0.47110856 bronchial smooth muscle cell RBX1
|
1198 |
+
15.90624 -0.23865975 bronchial smooth muscle cell NME3
|
1199 |
+
16.230167 -0.5151371 bronchial smooth muscle cell HOXB5
|
1200 |
+
16.001776 -0.5798388 bronchial smooth muscle cell KIRREL1
|
1201 |
+
16.269484 -0.40258837 bronchial smooth muscle cell RAB40B
|
1202 |
+
-0.7079603 10.5143585 bronchial smooth muscle cell CSRNP1
|
1203 |
+
-0.56826824 10.453102 bronchial smooth muscle cell IGFBP6
|
1204 |
+
16.02132 -0.50836074 bronchial smooth muscle cell CUEDC2
|
1205 |
+
17.044401 -1.053964 bronchial smooth muscle cell PRKCD
|
1206 |
+
-0.77267754 10.936509 bronchial smooth muscle cell SFTPA1
|
1207 |
+
-0.37050408 11.035421 bronchial smooth muscle cell SOX13
|
1208 |
+
19.124132 -0.8923029 bronchial smooth muscle cell PPP1R12C
|
1209 |
+
16.405289 -0.25439575 bronchial smooth muscle cell PGR
|
1210 |
+
19.304834 -0.6434579 bronchial smooth muscle cell NDUFB10
|
1211 |
+
16.240349 -0.46056995 bronchial smooth muscle cell CLDN5
|
1212 |
+
15.302611 0.095095 bronchial smooth muscle cell RNF26
|
1213 |
+
18.586136 -1.7756197 bronchial smooth muscle cell CAP1
|
1214 |
+
-0.8310026 10.404595 bronchial smooth muscle cell HSPB7
|
1215 |
+
17.40568 -1.6343336 bronchial smooth muscle cell CALCOCO1
|
1216 |
+
19.217531 -0.46530476 bronchial smooth muscle cell C1QA
|
1217 |
+
17.155424 -1.2636408 bronchial smooth muscle cell ROCK1
|
1218 |
+
16.930271 -0.98901176 bronchial smooth muscle cell UBE2J2
|
1219 |
+
-0.14218213 11.199417 bronchial smooth muscle cell TMEM98
|
1220 |
+
0.27316806 10.886021 bronchial smooth muscle cell ADAMTS4
|
1221 |
+
-0.14295176 10.54517 bronchial smooth muscle cell HOXB6
|
1222 |
+
-18.37053 -3.7536638 bronchial smooth muscle cell TUBA1A
|
1223 |
+
17.76599 -1.73434 bronchial smooth muscle cell ISCU
|
1224 |
+
17.377874 -0.99443316 bronchial smooth muscle cell CCDC184
|
1225 |
+
17.085766 -0.76754034 bronchial smooth muscle cell RRAD
|
1226 |
+
14.285611 0.35611254 bronchial smooth muscle cell MICOS13
|
1227 |
+
-0.81111634 9.320892 bronchial smooth muscle cell CYSTM1
|
1228 |
+
17.936987 -1.2270023 bronchial smooth muscle cell FOXC2
|
1229 |
+
16.563341 -0.79476106 bronchial smooth muscle cell PTP4A3
|
1230 |
+
17.796513 -1.4313585 bronchial smooth muscle cell EBF1
|
1231 |
+
18.99785 0.32850376 bronchial smooth muscle cell VPS4A
|
1232 |
+
1.1952631 9.899017 bronchial smooth muscle cell CNN1
|
1233 |
+
17.684992 -1.8143148 bronchial smooth muscle cell MFF
|
1234 |
+
14.84627 0.34935337 bronchial smooth muscle cell EMC4
|
1235 |
+
14.778415 -0.14102824 bronchial smooth muscle cell DLC1
|
1236 |
+
15.375358 0.44388804 bronchial smooth muscle cell HSPB8
|
1237 |
+
0.90578395 10.842773 bronchial smooth muscle cell VWF
|
1238 |
+
19.222433 0.5799876 bronchial smooth muscle cell MEGF6
|
1239 |
+
16.40284 -0.71286595 bronchial smooth muscle cell TADA3
|
1240 |
+
19.183084 0.32541105 bronchial smooth muscle cell DCC
|
1241 |
+
16.550722 -0.5603581 bronchial smooth muscle cell CCDC149
|
1242 |
+
16.714344 -0.68359745 bronchial smooth muscle cell NUCKS1
|
1243 |
+
15.466762 0.05916317 bronchial smooth muscle cell MTFR1L
|
1244 |
+
-0.25487402 11.100079 bronchial smooth muscle cell SHISA4
|
1245 |
+
1.1410253 10.194155 bronchial smooth muscle cell KLF9
|
1246 |
+
-0.99825585 2.5020096 bronchial smooth muscle cell CCDC102B
|
1247 |
+
-1.0273033 11.228768 bronchial smooth muscle cell FANCE
|
1248 |
+
16.763506 -0.5138677 bronchial smooth muscle cell MXI1
|
1249 |
+
17.193096 -1.0667348 bronchial smooth muscle cell HEYL
|
1250 |
+
18.163973 -0.8914 bronchial smooth muscle cell CFL2
|
1251 |
+
15.79206 0.18804504 bronchial smooth muscle cell SPAG16
|
1252 |
+
16.46706 -0.14834633 bronchial smooth muscle cell PSMB2
|
1253 |
+
12.526717 0.14651662 bronchial smooth muscle cell CSRP2
|
1254 |
+
13.688252 0.7284974 bronchial smooth muscle cell PALLD
|
1255 |
+
18.518816 -1.3022567 bronchial smooth muscle cell AQP1
|
1256 |
+
16.553562 -0.42228884 bronchial smooth muscle cell DPYSL3
|
1257 |
+
1.7857552 10.112412 bronchial smooth muscle cell ADHFE1
|
1258 |
+
0.3864973 11.042683 bronchial smooth muscle cell LGALSL
|
1259 |
+
16.5606 -0.23490642 bronchial smooth muscle cell PLXNB1
|
1260 |
+
-0.090509176 10.170054 bronchial smooth muscle cell RILPL1
|
1261 |
+
-0.6030907 10.1740465 bronchial smooth muscle cell CHN1
|
1262 |
+
15.707947 -0.09584689 bronchial smooth muscle cell TOM1L2
|
1263 |
+
15.470541 0.13284639 bronchial smooth muscle cell RRAGA
|
1264 |
+
19.083855 -0.13986444 bronchial smooth muscle cell JAG1
|
1265 |
+
-0.32364798 10.803301 bronchial smooth muscle cell DRD1
|
1266 |
+
16.403145 -1.0130509 bronchial smooth muscle cell CDC5L
|
1267 |
+
14.351382 0.7688908 bronchial smooth muscle cell CTTN
|
1268 |
+
-0.59890836 10.017942 bronchial smooth muscle cell HBE1
|
1269 |
+
-0.094231315 11.178499 bronchial smooth muscle cell ERC2
|
1270 |
+
15.593844 -0.09921693 bronchial smooth muscle cell DGKH
|
1271 |
+
17.790327 -0.07921812 bronchial smooth muscle cell PDLIM1
|
1272 |
+
14.871619 0.5643493 bronchial smooth muscle cell IGFBP5
|
1273 |
+
16.50782 -0.5390131 bronchial smooth muscle cell SLC8A1
|
1274 |
+
17.148134 -0.73431194 bronchial smooth muscle cell TCEANC
|
1275 |
+
16.720913 -0.88055617 bronchial smooth muscle cell CAMK1
|
1276 |
+
15.500538 0.5110965 bronchial smooth muscle cell RAMP1
|
1277 |
+
18.756731 -1.2176857 bronchial smooth muscle cell LOXL1
|
1278 |
+
19.017357 0.22013466 bronchial smooth muscle cell FGFR1
|
1279 |
+
17.76519 -1.3971226 bronchial smooth muscle cell SYP
|
1280 |
+
14.386161 -0.77272266 bronchial smooth muscle cell RHOC
|
1281 |
+
14.565847 0.70789975 bronchial smooth muscle cell MRPL40
|
1282 |
+
-0.14738993 10.727313 bronchial smooth muscle cell SUMO2
|
1283 |
+
16.818787 -0.25286445 bronchial smooth muscle cell KATNAL1
|
1284 |
+
15.711815 -0.36985976 bronchial smooth muscle cell CST3
|
1285 |
+
18.064915 -2.0357485 bronchial smooth muscle cell MAP3K20
|
1286 |
+
17.518503 -0.22630917 bronchial smooth muscle cell VAMP3
|
1287 |
+
0.20544274 10.863554 bronchial smooth muscle cell MYL12A
|
1288 |
+
14.204734 0.30607134 bronchial smooth muscle cell NDUFS4
|
1289 |
+
17.668142 -1.347852 bronchial smooth muscle cell FBXL12
|
1290 |
+
0.71914923 10.086381 bronchial smooth muscle cell AGTR1
|
1291 |
+
18.898233 0.1707594 bronchial smooth muscle cell TFPI
|
1292 |
+
-0.007164949 10.892412 bronchial smooth muscle cell DMPK
|
1293 |
+
18.743662 -0.50877106 bronchial smooth muscle cell MAP1LC3A
|
1294 |
+
17.305382 -0.4032642 bronchial smooth muscle cell GJC1
|
1295 |
+
15.766104 -0.7416985 bronchial smooth muscle cell DGKG
|
1296 |
+
18.326666 -1.7205814 bronchial smooth muscle cell ATF3
|
1297 |
+
16.71148 -0.81697804 bronchial smooth muscle cell MLLT3
|
1298 |
+
16.750307 -0.95725864 bronchial smooth muscle cell PBX1
|
1299 |
+
-1.5352784 2.7712622 bronchial smooth muscle cell PDZD11
|
1300 |
+
-0.31786844 10.73691 bronchial smooth muscle cell TNFAIP8L3
|
1301 |
+
-0.4742243 10.349645 bronchial smooth muscle cell EMILIN1
|
1302 |
+
16.799623 -0.6789878 bronchial smooth muscle cell TMEM159
|
1303 |
+
17.136463 -0.46335784 bronchial smooth muscle cell DSTN
|
1304 |
+
-0.34643468 11.390541 bronchial smooth muscle cell COMMD7
|
1305 |
+
18.671974 -1.3849425 bronchial smooth muscle cell AP2M1
|
1306 |
+
16.445707 -0.51719564 bronchial smooth muscle cell PRDM6
|
1307 |
+
17.867805 -1.6907923 bronchial smooth muscle cell NTS
|
1308 |
+
19.090927 -0.88497406 bronchial smooth muscle cell METTL18
|
1309 |
+
-0.58331627 9.104747 bronchial smooth muscle cell TMEM8B
|
1310 |
+
16.417965 -0.81717956 bronchial smooth muscle cell IQCJ-SCHIP1
|
1311 |
+
15.051362 -0.5587428 bronchial smooth muscle cell CAVIN3
|
1312 |
+
15.244605 0.30769557 bronchial smooth muscle cell U2AF1
|
1313 |
+
15.485805 -0.14056346 bronchial smooth muscle cell NDRG3
|
1314 |
+
14.866528 0.6941231 bronchial smooth muscle cell TMEM120A
|
1315 |
+
15.714403 -0.54377055 bronchial smooth muscle cell BAD
|
1316 |
+
-0.719293 11.437181 bronchial smooth muscle cell HR
|
1317 |
+
16.438545 -0.47479796 bronchial smooth muscle cell UCHL1
|
1318 |
+
17.219536 -1.3868278 bronchial smooth muscle cell NPR2
|
1319 |
+
17.283655 -1.3317748 bronchial smooth muscle cell KRT19
|
1320 |
+
18.8962 -1.2377151 bronchial smooth muscle cell KLHL23
|
1321 |
+
13.283599 1.1500005 bronchial smooth muscle cell GRIP2
|
1322 |
+
13.001736 0.54151 bronchial smooth muscle cell PSEN2
|
1323 |
+
18.277977 -1.752347 bronchial smooth muscle cell NOTCH3
|
1324 |
+
18.578077 -1.4769765 bronchial smooth muscle cell AKTIP
|
1325 |
+
17.404423 -1.2308556 bronchial smooth muscle cell HMGCL
|
1326 |
+
-0.25073203 11.145704 bronchial smooth muscle cell SLC35A1
|
1327 |
+
17.334988 -1.271014 bronchial smooth muscle cell TGFB3
|
1328 |
+
17.29767 -1.6194806 bronchial smooth muscle cell PPP1R9A
|
1329 |
+
17.868029 -1.810584 bronchial smooth muscle cell KAT14
|
1330 |
+
16.535389 -0.67715895 bronchial smooth muscle cell BMPR2
|
1331 |
+
17.708704 -1.2705662 bronchial smooth muscle cell CEBPB
|
1332 |
+
15.464287 0.5821635 bronchial smooth muscle cell GCSH
|
1333 |
+
14.740556 0.55039597 bronchial smooth muscle cell KIF5B
|
1334 |
+
18.507345 -1.5389484 bronchial smooth muscle cell RTN4R
|
1335 |
+
16.777657 -0.8227651 bronchial smooth muscle cell PLCB1
|
1336 |
+
18.877207 -1.4660745 bronchial smooth muscle cell ZSCAN18
|
1337 |
+
15.915372 -0.18115108 bronchial smooth muscle cell CALD1
|
1338 |
+
0.41758287 11.350607 bronchial smooth muscle cell ADH5
|
1339 |
+
2.6398234 9.925516 bronchial smooth muscle cell MAOA
|
1340 |
+
-3.438225 3.7188792 bronchial smooth muscle cell FXYD1
|
1341 |
+
-0.32681268 10.047477 bronchial smooth muscle cell HES4
|
1342 |
+
17.802933 -1.5426531 bronchial smooth muscle cell TMEM43
|
1343 |
+
15.058363 0.47783926 bronchial smooth muscle cell MAIP1
|
1344 |
+
17.42554 -1.3548081 bronchial smooth muscle cell UNC50
|
1345 |
+
17.810564 -1.8439424 bronchial smooth muscle cell VPS37C
|
1346 |
+
-0.14973697 11.10376 bronchial smooth muscle cell TMEM35A
|
1347 |
+
17.86567 -1.1647214 bronchial smooth muscle cell RNF152
|
1348 |
+
17.986118 -1.9512492 bronchial smooth muscle cell RASAL2
|
1349 |
+
17.774061 -1.1438626 bronchial smooth muscle cell JUN
|
1350 |
+
17.251347 -0.8849793 bronchial smooth muscle cell NR4A1
|
1351 |
+
17.87186 -1.5472008 bronchial smooth muscle cell ITGA3
|
1352 |
+
19.1902 -0.06005579 bronchial smooth muscle cell HES1
|
1353 |
+
19.009432 -0.16390671 bronchial smooth muscle cell RNF180
|
1354 |
+
17.869274 -1.774614 bronchial smooth muscle cell EDIL3
|
1355 |
+
-0.46884862 9.010722 bronchial smooth muscle cell C1QB
|
1356 |
+
18.98644 -0.90347 bronchial smooth muscle cell IGF1R
|
1357 |
+
18.61664 -0.5427242 bronchial smooth muscle cell CBR1
|
1358 |
+
15.5830345 0.28522128 bronchial smooth muscle cell CHM
|
1359 |
+
13.495342 0.62777853 bronchial smooth muscle cell FABP3
|
1360 |
+
18.32027 -1.919532 bronchial smooth muscle cell KIF1C
|
1361 |
+
0.63077855 10.781883 bronchial smooth muscle cell ATRAID
|
1362 |
+
-1.0933304 3.0903156 bronchial smooth muscle cell CCN2
|
1363 |
+
16.832928 -0.963441 bronchial smooth muscle cell NR2F6
|
1364 |
+
18.165112 -2.088673 bronchial smooth muscle cell ITPR1
|
1365 |
+
16.371569 -0.6332658 bronchial smooth muscle cell RGS7BP
|
1366 |
+
0.379969 10.492077 bronchial smooth muscle cell PDE5A
|
1367 |
+
19.075628 0.24160269 bronchial smooth muscle cell DEFB124
|
1368 |
+
14.520897 1.6845504 bronchial smooth muscle cell COL4A5
|
1369 |
+
17.020132 -1.1962572 bronchial smooth muscle cell EDN1
|
1370 |
+
18.047503 -1.2851329 bronchial smooth muscle cell ASB2
|
1371 |
+
17.741734 -1.3577751 bronchial smooth muscle cell PSMD11
|
1372 |
+
18.167824 -1.8533704 bronchial smooth muscle cell ACVR2B
|
1373 |
+
0.76460975 10.186777 bronchial smooth muscle cell COL18A1
|
1374 |
+
-0.4891869 9.822827 bronchial smooth muscle cell NES
|
1375 |
+
-3.129069 3.083869 bronchial smooth muscle cell NUBP2
|
1376 |
+
19.147186 -0.4751862 bronchial smooth muscle cell ECH1
|
1377 |
+
16.658735 -0.43353283 bronchial smooth muscle cell GADD45G
|
1378 |
+
1.9043784 9.954259 bronchial smooth muscle cell RNF185
|
1379 |
+
17.785759 -1.097012 bronchial smooth muscle cell VAMP1
|
1380 |
+
17.071756 -0.6369636 bronchial smooth muscle cell STOM
|
1381 |
+
17.192194 -0.8577521 bronchial smooth muscle cell CYTH2
|
1382 |
+
17.077368 -0.78712034 bronchial smooth muscle cell PDE3A
|
1383 |
+
-0.44623747 10.138439 bronchial smooth muscle cell LBH
|
1384 |
+
15.114969 0.2820695 bronchial smooth muscle cell COL14A1
|
1385 |
+
14.661347 1.0595376 bronchial smooth muscle cell CASQ2
|
1386 |
+
17.880018 -1.0425341 bronchial smooth muscle cell C4A
|
1387 |
+
18.999418 -0.8982803 bronchial smooth muscle cell MAFF
|
1388 |
+
19.002775 -0.9123358 bronchial smooth muscle cell HADH
|
1389 |
+
17.492672 -1.3375058 bronchial smooth muscle cell USP2
|
1390 |
+
17.309824 -1.3388951 bronchial smooth muscle cell GLP1R
|
1391 |
+
12.274786 0.053407427 bronchial smooth muscle cell MEF2D
|
1392 |
+
14.481631 0.80321413 bronchial smooth muscle cell FAM153A
|
1393 |
+
16.675133 -0.21108544 bronchial smooth muscle cell ARHGEF9
|
1394 |
+
-0.44068468 10.763029 bronchial smooth muscle cell TAF9B
|
1395 |
+
16.873537 -0.12363309 bronchial smooth muscle cell ETNK2
|
1396 |
+
16.58188 -0.5871688 bronchial smooth muscle cell SHC2
|
1397 |
+
14.654456 1.5731277 bronchial smooth muscle cell DES
|
1398 |
+
17.435484 -1.3946615 bronchial smooth muscle cell FAXDC2
|
1399 |
+
18.838263 -0.8534683 bronchial smooth muscle cell MYO1D
|
1400 |
+
14.826994 0.36490044 bronchial smooth muscle cell SORBS1
|
1401 |
+
17.9138 -1.9510479 bronchial smooth muscle cell DMWD
|
1402 |
+
18.516602 -1.87826 bronchial smooth muscle cell CDC14B
|
1403 |
+
17.611607 -1.6240414 bronchial smooth muscle cell PRKCE
|
1404 |
+
-0.7515694 9.644557 bronchial smooth muscle cell LAMC1
|
1405 |
+
16.424438 -0.6984257 bronchial smooth muscle cell CYB5R3
|
1406 |
+
-3.20707 3.0858114 bronchial smooth muscle cell IFT81
|
1407 |
+
17.302643 -1.139553 bronchial smooth muscle cell GSTM4
|
1408 |
+
18.84482 -1.1482942 bronchial smooth muscle cell DDX24
|
1409 |
+
17.391006 -1.6761327 bronchial smooth muscle cell ARHGEF10
|
1410 |
+
-0.86873233 11.489772 bronchial smooth muscle cell PPP1R12B
|
1411 |
+
17.350876 -1.6461723 bronchial smooth muscle cell ALDH1A2
|
1412 |
+
17.32593 -1.4921805 bronchial smooth muscle cell ACTG2
|
1413 |
+
-0.07007339 10.813376 bronchial smooth muscle cell UBA2
|
data/bronchial_vessel_endothelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/capillary_endothelial_cell_embeddings.csv
ADDED
@@ -0,0 +1,1395 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
-11.216704 7.8022346 capillary endothelial cell ATG4A
|
3 |
+
7.884551 -1.1075023 capillary endothelial cell CALM1
|
4 |
+
7.458189 6.901871 capillary endothelial cell FDPS
|
5 |
+
7.444463 6.9428244 capillary endothelial cell PARVB
|
6 |
+
-3.829541 -5.6927223 capillary endothelial cell LMO2
|
7 |
+
-11.341838 7.0581703 capillary endothelial cell WTIP
|
8 |
+
-10.757288 7.2656617 capillary endothelial cell ADRA2B
|
9 |
+
-11.543285 8.176913 capillary endothelial cell SLC15A3
|
10 |
+
-4.7416344 8.4128 capillary endothelial cell EEF2K
|
11 |
+
-11.133378 6.1009603 capillary endothelial cell ESR2
|
12 |
+
-8.431706 5.8462358 capillary endothelial cell SPAG9
|
13 |
+
-11.886994 7.876479 capillary endothelial cell MYOZ3
|
14 |
+
-11.255898 7.6658154 capillary endothelial cell HLA-A
|
15 |
+
-11.055527 6.7408414 capillary endothelial cell LOXL2
|
16 |
+
-7.7269664 4.8210216 capillary endothelial cell ROCK2
|
17 |
+
-11.198243 6.6340823 capillary endothelial cell YBX3
|
18 |
+
-9.508591 6.8137197 capillary endothelial cell MAP3K11
|
19 |
+
-10.06509 7.039447 capillary endothelial cell DBNDD2
|
20 |
+
-5.222208 9.56978 capillary endothelial cell RAMP3
|
21 |
+
9.821003 3.974276 capillary endothelial cell PPP3CC
|
22 |
+
-10.934833 7.4720273 capillary endothelial cell BAG3
|
23 |
+
-10.425329 6.682317 capillary endothelial cell MAST4
|
24 |
+
-11.027993 6.805225 capillary endothelial cell ZMIZ1
|
25 |
+
-9.396483 6.1381717 capillary endothelial cell RP9P
|
26 |
+
-4.0199337 -4.576304 capillary endothelial cell CRMP1
|
27 |
+
-11.379409 7.7706146 capillary endothelial cell PRKAA1
|
28 |
+
-12.516915 6.948335 capillary endothelial cell FERMT2
|
29 |
+
-10.813911 6.8825855 capillary endothelial cell PCF11
|
30 |
+
-8.969954 1.9858012 capillary endothelial cell NDFIP2
|
31 |
+
-11.400872 7.8876996 capillary endothelial cell DDX58
|
32 |
+
-10.182377 6.5082874 capillary endothelial cell MYLIP
|
33 |
+
-11.330472 7.107497 capillary endothelial cell DYNC1I2
|
34 |
+
-11.316234 7.4224434 capillary endothelial cell CEBPG
|
35 |
+
-9.810094 6.75771 capillary endothelial cell LAYN
|
36 |
+
-11.212483 6.9483013 capillary endothelial cell LIMS2
|
37 |
+
-11.326652 6.582005 capillary endothelial cell CAVIN1
|
38 |
+
-10.384538 7.084189 capillary endothelial cell CLASP1
|
39 |
+
-9.741022 6.503992 capillary endothelial cell SYN2
|
40 |
+
-10.745863 5.6744266 capillary endothelial cell SGO2
|
41 |
+
-11.080356 7.790194 capillary endothelial cell HPCAL1
|
42 |
+
-2.7600734 -7.018594 capillary endothelial cell CCDC121
|
43 |
+
-11.098563 6.994942 capillary endothelial cell HIPK2
|
44 |
+
-11.495967 7.583962 capillary endothelial cell SYTL4
|
45 |
+
-11.475818 7.5725813 capillary endothelial cell SYNM
|
46 |
+
-10.248342 6.7588387 capillary endothelial cell TNFRSF25
|
47 |
+
-10.708942 7.5065413 capillary endothelial cell BAHD1
|
48 |
+
-7.821355 5.8820686 capillary endothelial cell GCH1
|
49 |
+
-5.0628986 9.8587675 capillary endothelial cell KALRN
|
50 |
+
-11.633803 7.099346 capillary endothelial cell ZNF34
|
51 |
+
-11.085271 7.1787043 capillary endothelial cell APLN
|
52 |
+
-4.4258556 -3.7895818 capillary endothelial cell FOXO4
|
53 |
+
-10.232178 7.080769 capillary endothelial cell BICD1
|
54 |
+
-11.329074 6.74397 capillary endothelial cell DYNLL1
|
55 |
+
-7.780042 5.1474624 capillary endothelial cell ADD1
|
56 |
+
6.6069164 6.538213 capillary endothelial cell DACH1
|
57 |
+
-12.670581 6.770367 capillary endothelial cell RFLNB
|
58 |
+
-11.459154 7.421566 capillary endothelial cell BTBD3
|
59 |
+
-5.8583403 8.47724 capillary endothelial cell ACTA1
|
60 |
+
-11.638395 7.4661446 capillary endothelial cell RRAS
|
61 |
+
-11.429678 6.480602 capillary endothelial cell PRX
|
62 |
+
-11.396157 7.249736 capillary endothelial cell SNRK
|
63 |
+
-12.353449 6.416452 capillary endothelial cell BHLHE40
|
64 |
+
7.070358 6.9832478 capillary endothelial cell RAMACL
|
65 |
+
-9.338122 6.3163433 capillary endothelial cell DGKE
|
66 |
+
-11.756843 7.700865 capillary endothelial cell EIF2AK2
|
67 |
+
-1.63839 -6.359893 capillary endothelial cell TULP2
|
68 |
+
-11.113167 6.46392 capillary endothelial cell HDX
|
69 |
+
7.009336 6.5634804 capillary endothelial cell EEF1A1P5
|
70 |
+
-11.926618 7.66088 capillary endothelial cell AASS
|
71 |
+
-11.03986 6.2627625 capillary endothelial cell DYSF
|
72 |
+
-4.349601 -4.348361 capillary endothelial cell MYL1
|
73 |
+
-10.940413 7.5406404 capillary endothelial cell LMCD1
|
74 |
+
-11.2808075 6.9008 capillary endothelial cell RNF125
|
75 |
+
-11.760292 7.5872116 capillary endothelial cell LRRTM2
|
76 |
+
-11.88287 7.3012533 capillary endothelial cell GIPC2
|
77 |
+
-9.23625 7.01157 capillary endothelial cell SMAD1
|
78 |
+
-11.526685 6.891465 capillary endothelial cell UACA
|
79 |
+
-10.892256 7.201795 capillary endothelial cell NDUFA12
|
80 |
+
-11.1803255 5.9789934 capillary endothelial cell DEDD
|
81 |
+
-10.616017 6.911164 capillary endothelial cell DDX3X
|
82 |
+
-11.102144 6.9819765 capillary endothelial cell HEXIM1
|
83 |
+
-11.476772 7.2382135 capillary endothelial cell EFNB2
|
84 |
+
-12.035712 7.507074 capillary endothelial cell ETS1
|
85 |
+
-11.087377 6.482023 capillary endothelial cell HOXD4
|
86 |
+
-11.1326885 7.4039054 capillary endothelial cell BTG2
|
87 |
+
-9.163075 6.3908525 capillary endothelial cell MX1
|
88 |
+
-11.2437 6.81754 capillary endothelial cell ZNF670
|
89 |
+
-10.597079 5.611083 capillary endothelial cell SLC9A3R2
|
90 |
+
-11.841391 7.6917048 capillary endothelial cell IL6
|
91 |
+
-10.240829 5.8365993 capillary endothelial cell CCL2
|
92 |
+
-11.324869 7.2013235 capillary endothelial cell SEMA6A
|
93 |
+
-11.592878 7.6996317 capillary endothelial cell FKBP1A
|
94 |
+
-11.132142 6.707368 capillary endothelial cell NOS3
|
95 |
+
-2.6278965 -7.0618258 capillary endothelial cell PLPP3
|
96 |
+
-8.812095 5.991534 capillary endothelial cell DNTTIP2
|
97 |
+
-10.381495 6.766251 capillary endothelial cell NUDT6
|
98 |
+
3.568591 0.4741726 capillary endothelial cell SAV1
|
99 |
+
-10.169142 6.99778 capillary endothelial cell TIMP3
|
100 |
+
-11.610784 8.155654 capillary endothelial cell GJA5
|
101 |
+
-11.323859 7.335733 capillary endothelial cell MAP2
|
102 |
+
7.7152343 6.407464 capillary endothelial cell NKX3-1
|
103 |
+
-11.09763 7.5099196 capillary endothelial cell OSMR
|
104 |
+
-11.28298 6.64714 capillary endothelial cell ZNF227
|
105 |
+
-10.947841 6.0389414 capillary endothelial cell CCND1
|
106 |
+
-5.698679 8.621647 capillary endothelial cell ZNF83
|
107 |
+
-11.260678 6.82449 capillary endothelial cell TBC1D1
|
108 |
+
-8.859676 6.1660438 capillary endothelial cell DLG2
|
109 |
+
-10.634794 6.8574996 capillary endothelial cell SLC30A4
|
110 |
+
-10.822421 6.9092073 capillary endothelial cell LAMB1
|
111 |
+
-10.350972 7.075091 capillary endothelial cell PPP2CB
|
112 |
+
-13.204488 6.8334274 capillary endothelial cell MYL12B
|
113 |
+
-10.396181 5.734804 capillary endothelial cell EPAS1
|
114 |
+
-4.691579 8.493661 capillary endothelial cell SHISA3
|
115 |
+
-11.231835 6.6913095 capillary endothelial cell ALAS1
|
116 |
+
-11.441053 6.759961 capillary endothelial cell FLNB
|
117 |
+
-11.591111 7.8115215 capillary endothelial cell AMOTL2
|
118 |
+
-11.464259 7.9268656 capillary endothelial cell MALL
|
119 |
+
-8.49028 6.309945 capillary endothelial cell BCOR
|
120 |
+
-11.305444 6.9035964 capillary endothelial cell GIT1
|
121 |
+
-10.377538 6.3770027 capillary endothelial cell LRP6
|
122 |
+
-10.985394 5.6971536 capillary endothelial cell HSPA1B
|
123 |
+
-9.084866 6.2141247 capillary endothelial cell PEAK1
|
124 |
+
-10.361876 7.2991385 capillary endothelial cell GAST
|
125 |
+
-4.8796253 8.492271 capillary endothelial cell CDC42BPB
|
126 |
+
-11.657807 7.3662696 capillary endothelial cell ACE
|
127 |
+
-9.129995 6.193767 capillary endothelial cell RSAD2
|
128 |
+
-11.481542 8.092715 capillary endothelial cell PPP1R14A
|
129 |
+
-11.403372 7.3449736 capillary endothelial cell RAB11A
|
130 |
+
-11.219302 6.5750914 capillary endothelial cell SH3BP5
|
131 |
+
-7.8720965 5.9351816 capillary endothelial cell RDX
|
132 |
+
7.4195623 6.596369 capillary endothelial cell PEA15
|
133 |
+
-11.276459 6.5372734 capillary endothelial cell EFEMP2
|
134 |
+
-10.992922 6.864143 capillary endothelial cell SYNE1
|
135 |
+
-10.377198 7.4023376 capillary endothelial cell LCN15
|
136 |
+
-11.423333 7.644961 capillary endothelial cell GULP1
|
137 |
+
-11.019035 8.171922 capillary endothelial cell TUSC3
|
138 |
+
-10.92709 6.8103104 capillary endothelial cell TRIOBP
|
139 |
+
-11.04141 6.4930196 capillary endothelial cell TSPAN7
|
140 |
+
-5.4874163 9.813289 capillary endothelial cell LSM6
|
141 |
+
-8.711237 6.325076 capillary endothelial cell COL4A2
|
142 |
+
-10.672131 7.380741 capillary endothelial cell CHST1
|
143 |
+
-10.5856085 6.937645 capillary endothelial cell SFTPB
|
144 |
+
-10.678038 7.1083283 capillary endothelial cell CASZ1
|
145 |
+
-11.501537 7.5569787 capillary endothelial cell PLK2
|
146 |
+
-3.559111 -5.9481893 capillary endothelial cell MLEC
|
147 |
+
-11.41528 7.5677514 capillary endothelial cell INPP1
|
148 |
+
-13.119576 6.804306 capillary endothelial cell CBX2
|
149 |
+
-10.264569 7.106053 capillary endothelial cell CDK1
|
150 |
+
-11.176413 7.7379827 capillary endothelial cell SBDS
|
151 |
+
7.7307262 6.610805 capillary endothelial cell RRBP1
|
152 |
+
-4.2168036 -4.106224 capillary endothelial cell TMEM121
|
153 |
+
-10.683519 6.933105 capillary endothelial cell SMAD7
|
154 |
+
-9.727739 6.6993327 capillary endothelial cell FCHO2
|
155 |
+
-5.913662 7.227497 capillary endothelial cell ID3
|
156 |
+
-10.786236 6.846678 capillary endothelial cell ZNF620
|
157 |
+
-10.666024 7.3686657 capillary endothelial cell VAMP5
|
158 |
+
-3.6164427 -7.035169 capillary endothelial cell FBXO5
|
159 |
+
-11.068737 6.200097 capillary endothelial cell ZCCHC14
|
160 |
+
-1.7890161 -7.489982 capillary endothelial cell SKIL
|
161 |
+
-11.094007 7.8062525 capillary endothelial cell NFIA
|
162 |
+
-13.0291395 6.7764177 capillary endothelial cell TRIM56
|
163 |
+
-11.153014 6.3991337 capillary endothelial cell BCL3
|
164 |
+
-9.254253 6.4336457 capillary endothelial cell DAG1
|
165 |
+
-11.328674 6.9957356 capillary endothelial cell KIAA1671
|
166 |
+
-9.272963 6.8441596 capillary endothelial cell TSHZ3
|
167 |
+
-10.318704 6.4347277 capillary endothelial cell WSB1
|
168 |
+
-11.019782 6.653092 capillary endothelial cell PLSCR1
|
169 |
+
-11.185271 7.6194034 capillary endothelial cell GAS6
|
170 |
+
-8.701636 5.8851457 capillary endothelial cell RAB6A
|
171 |
+
-10.866586 6.392377 capillary endothelial cell COL4A1
|
172 |
+
-10.809647 7.450302 capillary endothelial cell S1PR1
|
173 |
+
-10.038745 7.1890373 capillary endothelial cell IFIT5
|
174 |
+
-6.453924 8.810329 capillary endothelial cell CSF1
|
175 |
+
-11.787875 7.6246457 capillary endothelial cell PELI1
|
176 |
+
-5.0054197 7.8051014 capillary endothelial cell VSIR
|
177 |
+
3.8118825 7.527803 capillary endothelial cell GALNT15
|
178 |
+
-10.795945 7.1210055 capillary endothelial cell PMP22
|
179 |
+
-4.4505553 -5.616166 capillary endothelial cell RPN1
|
180 |
+
-11.122649 6.030123 capillary endothelial cell ATXN3
|
181 |
+
-12.1499815 7.70145 capillary endothelial cell VIPR1
|
182 |
+
-11.564272 7.876436 capillary endothelial cell SRGAP2
|
183 |
+
-11.686001 7.471125 capillary endothelial cell ATN1
|
184 |
+
-11.487792 7.8116007 capillary endothelial cell IFNAR2
|
185 |
+
2.0012276 3.6188855 capillary endothelial cell DIS3
|
186 |
+
-11.253181 6.955515 capillary endothelial cell SNAI1
|
187 |
+
-11.217191 7.1474633 capillary endothelial cell NXPE3
|
188 |
+
-11.117922 7.235782 capillary endothelial cell RYR3
|
189 |
+
-5.2011633 8.784886 capillary endothelial cell RTN4
|
190 |
+
-10.254489 6.4070854 capillary endothelial cell PTPRK
|
191 |
+
-11.100133 7.190289 capillary endothelial cell FBXO3
|
192 |
+
-10.289271 6.1158204 capillary endothelial cell MECOM
|
193 |
+
5.721478 7.0401497 capillary endothelial cell ABCD4
|
194 |
+
-9.538718 7.0690727 capillary endothelial cell CYTH3
|
195 |
+
-10.757587 6.3576984 capillary endothelial cell PPARG
|
196 |
+
-1.8497128 -6.91704 capillary endothelial cell LIMA1
|
197 |
+
5.564031 7.32742 capillary endothelial cell GSN
|
198 |
+
-11.570108 7.342088 capillary endothelial cell ENAH
|
199 |
+
-11.191364 6.5320396 capillary endothelial cell SGCB
|
200 |
+
-11.42604 7.782712 capillary endothelial cell PRKAR2B
|
201 |
+
-11.8068695 7.8291335 capillary endothelial cell PHLDA3
|
202 |
+
-11.553001 8.259088 capillary endothelial cell NR2F2
|
203 |
+
-12.0291815 7.8947687 capillary endothelial cell ANGPT2
|
204 |
+
-11.071808 6.7535143 capillary endothelial cell ABLIM3
|
205 |
+
-10.966906 6.1296606 capillary endothelial cell LSMEM1
|
206 |
+
-10.39259 6.263369 capillary endothelial cell HSD17B13
|
207 |
+
-11.361525 7.0576735 capillary endothelial cell DOC2B
|
208 |
+
-11.704331 7.664636 capillary endothelial cell CAPN2
|
209 |
+
-11.361365 7.616022 capillary endothelial cell TUBB4B
|
210 |
+
-10.533084 6.723124 capillary endothelial cell TUBB6
|
211 |
+
-8.794625 6.571054 capillary endothelial cell RP1L1
|
212 |
+
-10.986394 6.925095 capillary endothelial cell LGALS1
|
213 |
+
-11.264646 7.9420967 capillary endothelial cell MYH10
|
214 |
+
-9.368818 6.6017413 capillary endothelial cell ITGA1
|
215 |
+
-11.503492 7.4291587 capillary endothelial cell ZNF415
|
216 |
+
-1.8887038 -7.8445935 capillary endothelial cell IL1RL1
|
217 |
+
-10.135395 6.6226864 capillary endothelial cell CCNT1
|
218 |
+
-10.95045 7.136955 capillary endothelial cell CARHSP1
|
219 |
+
-11.30206 7.791813 capillary endothelial cell TRAF6
|
220 |
+
-5.0913315 8.838947 capillary endothelial cell GATA2
|
221 |
+
-2.0830345 -7.6059937 capillary endothelial cell IGF2
|
222 |
+
-4.674751 -3.3583558 capillary endothelial cell ARL2
|
223 |
+
-10.553679 6.5189114 capillary endothelial cell NMB
|
224 |
+
-3.3117733 -7.448152 capillary endothelial cell SEMA4C
|
225 |
+
-11.137767 7.0738544 capillary endothelial cell NINJ2
|
226 |
+
-3.1305208 -7.9613843 capillary endothelial cell LSR
|
227 |
+
-10.808651 6.923663 capillary endothelial cell CXCL1
|
228 |
+
-10.627136 6.698209 capillary endothelial cell CPNE2
|
229 |
+
-10.894098 6.893032 capillary endothelial cell APLP1
|
230 |
+
-10.786627 7.218316 capillary endothelial cell TCEAL9
|
231 |
+
-10.90485 7.3447294 capillary endothelial cell RASGRP3
|
232 |
+
-11.957993 7.048005 capillary endothelial cell STXBP1
|
233 |
+
-7.5165744 4.3513656 capillary endothelial cell MFSD6
|
234 |
+
-11.06063 5.565129 capillary endothelial cell MID1
|
235 |
+
-10.201999 6.8274627 capillary endothelial cell ZFYVE21
|
236 |
+
-10.561863 6.5913916 capillary endothelial cell EGFL7
|
237 |
+
-10.935822 7.309579 capillary endothelial cell IL27RA
|
238 |
+
-11.447085 7.126352 capillary endothelial cell MAPK12
|
239 |
+
-11.733983 7.841186 capillary endothelial cell ADRB1
|
240 |
+
-5.74201 7.4204755 capillary endothelial cell KLF4
|
241 |
+
-10.594236 6.215056 capillary endothelial cell TFPI2
|
242 |
+
-11.255036 7.5130506 capillary endothelial cell FAM124B
|
243 |
+
4.8882937 7.271934 capillary endothelial cell SYT11
|
244 |
+
-11.606957 7.7301455 capillary endothelial cell HIPK3
|
245 |
+
-10.398982 7.354949 capillary endothelial cell NOTCH1
|
246 |
+
-2.5541694 -7.1547265 capillary endothelial cell FABP5
|
247 |
+
-9.7942915 7.039564 capillary endothelial cell LRP5
|
248 |
+
-7.626364 4.647117 capillary endothelial cell TAL1
|
249 |
+
-4.095612 -3.9437366 capillary endothelial cell SHANK3
|
250 |
+
-11.572756 7.5763702 capillary endothelial cell IFNGR1
|
251 |
+
-11.614871 7.695727 capillary endothelial cell INKA1
|
252 |
+
-5.7789125 9.045138 capillary endothelial cell BCAR1
|
253 |
+
-11.10016 6.872854 capillary endothelial cell SDCBP
|
254 |
+
-11.323651 7.141497 capillary endothelial cell AHNAK
|
255 |
+
-11.61977 7.8760033 capillary endothelial cell ARRB1
|
256 |
+
-11.135117 6.9998884 capillary endothelial cell OOEP
|
257 |
+
-9.225542 6.795334 capillary endothelial cell SPRY1
|
258 |
+
-11.208538 6.320006 capillary endothelial cell ZNF792
|
259 |
+
-4.930407 8.45846 capillary endothelial cell SERTAD3
|
260 |
+
-5.5213284 8.891965 capillary endothelial cell DSG2
|
261 |
+
-11.249227 7.418672 capillary endothelial cell NDRG1
|
262 |
+
-4.8923526 9.091731 capillary endothelial cell AKT3
|
263 |
+
-11.448233 7.2591586 capillary endothelial cell HELZ2
|
264 |
+
-11.576875 7.8386636 capillary endothelial cell BMX
|
265 |
+
-6.060375 8.808517 capillary endothelial cell RAPGEF4
|
266 |
+
-5.718433 8.864513 capillary endothelial cell SGK1
|
267 |
+
-10.97726 6.526808 capillary endothelial cell RBFOX2
|
268 |
+
-10.975818 6.11759 capillary endothelial cell SIAH1
|
269 |
+
-4.7070374 8.516055 capillary endothelial cell PDZD2
|
270 |
+
-11.261516 7.935338 capillary endothelial cell ARL13B
|
271 |
+
-10.505606 6.4254236 capillary endothelial cell LY6E
|
272 |
+
-11.563717 7.1055117 capillary endothelial cell LAP3
|
273 |
+
-8.97724 6.173116 capillary endothelial cell PIK3C2A
|
274 |
+
-11.528943 8.023089 capillary endothelial cell PIK3C2B
|
275 |
+
-7.7293363 4.674845 capillary endothelial cell ACVRL1
|
276 |
+
-11.498925 6.355757 capillary endothelial cell CTNNAL1
|
277 |
+
-10.316415 7.3073964 capillary endothelial cell GPRC5B
|
278 |
+
-11.093582 7.4256105 capillary endothelial cell SMURF2
|
279 |
+
-12.599762 6.8445506 capillary endothelial cell MLKL
|
280 |
+
-11.9997015 7.234059 capillary endothelial cell TRPC1
|
281 |
+
-9.860384 6.4096327 capillary endothelial cell ITPRID2
|
282 |
+
-11.265407 6.588783 capillary endothelial cell CLDN11
|
283 |
+
-7.4305964 4.605241 capillary endothelial cell SOCS2
|
284 |
+
-10.39666 7.3032637 capillary endothelial cell C5orf24
|
285 |
+
-11.009765 7.280612 capillary endothelial cell GUCY1A1
|
286 |
+
-5.735893 7.595071 capillary endothelial cell SLC12A2
|
287 |
+
-12.01813 7.7645745 capillary endothelial cell SHC1
|
288 |
+
-11.591336 7.6944265 capillary endothelial cell FILIP1L
|
289 |
+
-11.493061 7.5912066 capillary endothelial cell ADAMTS1
|
290 |
+
-10.9469595 5.9972067 capillary endothelial cell ASAP1
|
291 |
+
-10.629271 6.7660704 capillary endothelial cell CCL14
|
292 |
+
-12.683503 6.8548455 capillary endothelial cell RABGAP1
|
293 |
+
-11.294224 7.0701785 capillary endothelial cell NPR1
|
294 |
+
-11.348194 7.5281534 capillary endothelial cell PECAM1
|
295 |
+
-11.88831 7.89825 capillary endothelial cell PHLDA1
|
296 |
+
-11.0460415 7.7752943 capillary endothelial cell MEOX1
|
297 |
+
-10.550503 6.3700385 capillary endothelial cell PPFIA3
|
298 |
+
-11.1801195 6.48058 capillary endothelial cell PDLIM5
|
299 |
+
-10.702578 6.7748694 capillary endothelial cell ABCC8
|
300 |
+
-10.732663 7.1676197 capillary endothelial cell TMSB4XP1
|
301 |
+
-8.410364 6.6067376 capillary endothelial cell TSNAX
|
302 |
+
-11.753915 7.6510143 capillary endothelial cell HBEGF
|
303 |
+
-10.869588 7.408682 capillary endothelial cell SCARF1
|
304 |
+
-12.12213 7.816244 capillary endothelial cell HSPB1
|
305 |
+
-10.8851595 6.1503367 capillary endothelial cell CLOCK
|
306 |
+
-1.6235399 -6.3710594 capillary endothelial cell SH3BP4
|
307 |
+
-11.067748 7.183494 capillary endothelial cell HECW2
|
308 |
+
-11.348349 7.9711556 capillary endothelial cell MAGI1
|
309 |
+
-4.7905445 -5.8981476 capillary endothelial cell RGS3
|
310 |
+
-12.025361 7.864593 capillary endothelial cell MICALL1
|
311 |
+
-5.4456224 7.8673797 capillary endothelial cell ARAP3
|
312 |
+
-10.665206 7.1383615 capillary endothelial cell SH3D19
|
313 |
+
-6.1161704 7.0544033 capillary endothelial cell MAT2A
|
314 |
+
-10.865591 6.819567 capillary endothelial cell CLEC14A
|
315 |
+
-11.407327 7.8612523 capillary endothelial cell NTN4
|
316 |
+
-10.792105 7.2582517 capillary endothelial cell CD151
|
317 |
+
-10.14389 7.1914873 capillary endothelial cell AFDN
|
318 |
+
-10.976139 6.903918 capillary endothelial cell APLNR
|
319 |
+
-11.622234 7.179128 capillary endothelial cell SHB
|
320 |
+
-3.646094 -5.8204246 capillary endothelial cell ELF2
|
321 |
+
-4.1809263 -4.00427 capillary endothelial cell CDC20B
|
322 |
+
-10.90086 6.703986 capillary endothelial cell TNNT1
|
323 |
+
-10.48997 6.915895 capillary endothelial cell N4BP3
|
324 |
+
-11.708261 7.8654513 capillary endothelial cell RIPK1
|
325 |
+
-11.330985 6.9902177 capillary endothelial cell IPO11
|
326 |
+
-12.730868 6.410281 capillary endothelial cell PDE10A
|
327 |
+
-11.612581 7.9724383 capillary endothelial cell CCL18
|
328 |
+
-10.832738 7.381958 capillary endothelial cell F11R
|
329 |
+
-11.764724 7.5813727 capillary endothelial cell C1orf21
|
330 |
+
-8.815064 6.2056794 capillary endothelial cell TAP2
|
331 |
+
-10.744195 7.4343143 capillary endothelial cell GJA1
|
332 |
+
-11.038071 7.5794077 capillary endothelial cell SFTPA2
|
333 |
+
-10.560887 6.9553475 capillary endothelial cell TM4SF1
|
334 |
+
-10.79535 6.3720407 capillary endothelial cell TRIP10
|
335 |
+
-2.1646857 -6.476176 capillary endothelial cell RASSF8
|
336 |
+
-10.553794 7.2852902 capillary endothelial cell AMOTL1
|
337 |
+
-3.6833446 -5.313574 capillary endothelial cell PHYHIPL
|
338 |
+
-1.8029866 -6.672255 capillary endothelial cell RGCC
|
339 |
+
-9.94182 7.186813 capillary endothelial cell CA2
|
340 |
+
-11.235788 6.9466777 capillary endothelial cell NOL4L
|
341 |
+
-11.687101 7.6016264 capillary endothelial cell FGD4
|
342 |
+
-1.9453882 -7.9621367 capillary endothelial cell PTPRG
|
343 |
+
-11.568237 7.954013 capillary endothelial cell HSPA1L
|
344 |
+
-10.935148 6.16741 capillary endothelial cell CGAS
|
345 |
+
-11.349691 7.055191 capillary endothelial cell TACC1
|
346 |
+
-8.146136 5.469676 capillary endothelial cell FCHSD2
|
347 |
+
0.015020463 0.22310092 capillary endothelial cell HLA-B
|
348 |
+
-11.49557 7.5903506 capillary endothelial cell DNAJB4
|
349 |
+
-10.82911 7.0056405 capillary endothelial cell MCM3
|
350 |
+
-10.968967 7.2073374 capillary endothelial cell AFAP1L1
|
351 |
+
-10.884244 6.373422 capillary endothelial cell PGF
|
352 |
+
-10.674885 6.914675 capillary endothelial cell LPL
|
353 |
+
-11.272908 6.7890115 capillary endothelial cell CDR2L
|
354 |
+
7.1674743 6.8435297 capillary endothelial cell ARHGAP27
|
355 |
+
-10.313059 6.5450835 capillary endothelial cell LZTS2
|
356 |
+
-7.727183 5.843901 capillary endothelial cell TNFRSF1B
|
357 |
+
-11.177993 7.1593757 capillary endothelial cell ABCG2
|
358 |
+
-10.151388 6.6690383 capillary endothelial cell CARD8
|
359 |
+
-9.573557 6.132248 capillary endothelial cell PGM5
|
360 |
+
-11.216325 7.007603 capillary endothelial cell KIF13A
|
361 |
+
-10.01508 6.366857 capillary endothelial cell PKP4
|
362 |
+
-11.289341 7.1835155 capillary endothelial cell PNP
|
363 |
+
-10.347461 7.4803915 capillary endothelial cell TICAM1
|
364 |
+
-2.3477268 -7.4920545 capillary endothelial cell WWTR1
|
365 |
+
-2.0903158 -7.4056168 capillary endothelial cell ERC1
|
366 |
+
-10.992847 6.704587 capillary endothelial cell SLC9B2
|
367 |
+
-9.754287 6.6159306 capillary endothelial cell PLAT
|
368 |
+
-12.656373 6.7112293 capillary endothelial cell GSDMD
|
369 |
+
-11.876837 7.483893 capillary endothelial cell TXNIP
|
370 |
+
-10.547826 6.671493 capillary endothelial cell NPDC1
|
371 |
+
-11.303475 8.116488 capillary endothelial cell HSPA2
|
372 |
+
5.579092 7.495627 capillary endothelial cell ZFP28
|
373 |
+
-11.6677065 8.021383 capillary endothelial cell MAP4
|
374 |
+
-8.845884 6.14503 capillary endothelial cell EFNA2
|
375 |
+
7.5146127 6.643909 capillary endothelial cell CALCRL
|
376 |
+
-11.016214 6.8560967 capillary endothelial cell CLIC4
|
377 |
+
-1.714541 -6.994533 capillary endothelial cell RCN1
|
378 |
+
5.581109 7.3511634 capillary endothelial cell MMRN2
|
379 |
+
5.1820073 7.4812465 capillary endothelial cell TCF7L2
|
380 |
+
-8.142758 5.4583807 capillary endothelial cell CAV2
|
381 |
+
-11.127635 7.1963625 capillary endothelial cell F8
|
382 |
+
-11.523838 7.795515 capillary endothelial cell OSBPL1A
|
383 |
+
7.932235 6.3394074 capillary endothelial cell NLRP1
|
384 |
+
-9.383724 6.3246975 capillary endothelial cell SLC16A13
|
385 |
+
-3.002215 -7.4345126 capillary endothelial cell TMEM255B
|
386 |
+
-10.942149 6.8929334 capillary endothelial cell RNF122
|
387 |
+
-4.0885053 -4.57201 capillary endothelial cell RAC1
|
388 |
+
-11.275723 6.0645866 capillary endothelial cell MAP4K3
|
389 |
+
-4.227074 -4.50016 capillary endothelial cell ALS2CL
|
390 |
+
-11.789381 7.7776723 capillary endothelial cell CAV1
|
391 |
+
-11.217341 7.058773 capillary endothelial cell ZBTB20
|
392 |
+
-11.079293 7.438055 capillary endothelial cell APBB2
|
393 |
+
-9.8550415 6.85459 capillary endothelial cell ARHGAP21
|
394 |
+
-10.829525 7.049829 capillary endothelial cell CBFA2T3
|
395 |
+
-9.838001 6.3123517 capillary endothelial cell KLF3
|
396 |
+
-11.389128 7.788152 capillary endothelial cell ISG15
|
397 |
+
-8.893844 6.1168194 capillary endothelial cell OAS2
|
398 |
+
-11.823307 7.6060686 capillary endothelial cell ZNF423
|
399 |
+
-12.539418 6.7791166 capillary endothelial cell JAG2
|
400 |
+
-4.3495355 -3.9177387 capillary endothelial cell ITM2A
|
401 |
+
-9.442541 6.4584036 capillary endothelial cell NID2
|
402 |
+
-10.802667 6.226972 capillary endothelial cell GNAI1
|
403 |
+
-9.722741 7.025042 capillary endothelial cell MT1A
|
404 |
+
-2.9625752 -13.077198 capillary endothelial cell SOS1
|
405 |
+
-11.455994 8.109411 capillary endothelial cell TBXA2R
|
406 |
+
-10.979504 6.8195977 capillary endothelial cell RHOB
|
407 |
+
7.971103 6.4474998 capillary endothelial cell ABR
|
408 |
+
-11.736101 7.362047 capillary endothelial cell NASP
|
409 |
+
-11.084654 6.001843 capillary endothelial cell PLCG2
|
410 |
+
-11.82118 7.8310285 capillary endothelial cell MSH6
|
411 |
+
-11.12571 7.317222 capillary endothelial cell CALCOCO2
|
412 |
+
-10.480943 7.1899223 capillary endothelial cell SNCG
|
413 |
+
-11.57452 7.7911105 capillary endothelial cell FBXO31
|
414 |
+
-11.110566 5.907996 capillary endothelial cell CNRIP1
|
415 |
+
-11.657283 7.640401 capillary endothelial cell TIE1
|
416 |
+
-11.412339 6.510819 capillary endothelial cell IFI16
|
417 |
+
-10.671392 6.565685 capillary endothelial cell AHR
|
418 |
+
-11.195263 7.3175197 capillary endothelial cell ZBTB8A
|
419 |
+
-6.4508796 9.080953 capillary endothelial cell TBX3
|
420 |
+
-11.246357 7.84676 capillary endothelial cell STX12
|
421 |
+
-10.482166 5.981366 capillary endothelial cell NCKIPSD
|
422 |
+
-11.557528 7.4528317 capillary endothelial cell MYL2
|
423 |
+
-8.577095 6.3620048 capillary endothelial cell MCF2L
|
424 |
+
-11.27206 7.986368 capillary endothelial cell LPAR6
|
425 |
+
-10.57071 7.3733807 capillary endothelial cell SRGN
|
426 |
+
-12.347016 7.6649094 capillary endothelial cell TNFRSF10A
|
427 |
+
-10.946605 7.3780613 capillary endothelial cell ADARB1
|
428 |
+
-11.357593 7.9734898 capillary endothelial cell SEMA3F
|
429 |
+
-10.627664 6.5968056 capillary endothelial cell TCAP
|
430 |
+
-11.025304 6.939608 capillary endothelial cell AKAP12
|
431 |
+
7.1496897 6.606767 capillary endothelial cell RFTN2
|
432 |
+
-10.658348 7.4189606 capillary endothelial cell CHRM3
|
433 |
+
-8.737967 6.1543894 capillary endothelial cell ARHGEF3
|
434 |
+
-11.071163 6.163479 capillary endothelial cell PHLDB2
|
435 |
+
-6.6684036 6.3748403 capillary endothelial cell CD46
|
436 |
+
-11.501514 6.3908377 capillary endothelial cell BCL2L1
|
437 |
+
-1.8946096 -7.1810913 capillary endothelial cell CYTH1
|
438 |
+
-11.435804 7.4359035 capillary endothelial cell SPRY4
|
439 |
+
-11.28129 7.0546894 capillary endothelial cell LAMA4
|
440 |
+
-3.88505 -4.827187 capillary endothelial cell RALB
|
441 |
+
-10.561312 7.2999296 capillary endothelial cell RASSF9
|
442 |
+
-11.681911 7.7722397 capillary endothelial cell IRF1
|
443 |
+
-9.353191 5.841409 capillary endothelial cell COL8A1
|
444 |
+
-10.947231 6.382065 capillary endothelial cell LTC4S
|
445 |
+
-11.252806 5.7691813 capillary endothelial cell ASS1
|
446 |
+
-11.598389 7.4619555 capillary endothelial cell CTNNA1
|
447 |
+
-7.620821 6.107184 capillary endothelial cell JAM2
|
448 |
+
-10.910009 6.368109 capillary endothelial cell HMBOX1
|
449 |
+
-11.337972 7.447819 capillary endothelial cell ZHX3
|
450 |
+
-11.495705 7.2908463 capillary endothelial cell CREB3L1
|
451 |
+
-10.848817 6.650739 capillary endothelial cell CABP1
|
452 |
+
-9.941478 7.152457 capillary endothelial cell CD58
|
453 |
+
-10.733478 7.068553 capillary endothelial cell CREB5
|
454 |
+
-6.357507 9.654868 capillary endothelial cell FAM107A
|
455 |
+
-4.1955066 -4.4834375 capillary endothelial cell APOL3
|
456 |
+
-11.138351 6.9074683 capillary endothelial cell PCGF2
|
457 |
+
-3.055466 -7.315459 capillary endothelial cell MGLL
|
458 |
+
-11.853459 7.6950016 capillary endothelial cell KRBA2
|
459 |
+
-10.064925 6.2896013 capillary endothelial cell LATS2
|
460 |
+
-10.855825 6.3078923 capillary endothelial cell IL18BP
|
461 |
+
-3.8952656 8.351869 capillary endothelial cell FRMD8
|
462 |
+
-11.128092 7.309851 capillary endothelial cell SLN
|
463 |
+
-11.764167 8.014495 capillary endothelial cell CD81
|
464 |
+
-2.205611 -7.262122 capillary endothelial cell NAMPT
|
465 |
+
-12.226316 7.7459517 capillary endothelial cell SOX18
|
466 |
+
-11.24924 6.393588 capillary endothelial cell AQP7
|
467 |
+
-7.173312 4.9431868 capillary endothelial cell GRM3
|
468 |
+
-11.148788 7.5901537 capillary endothelial cell SDC3
|
469 |
+
-11.0543995 7.2707715 capillary endothelial cell HMGXB3
|
470 |
+
-10.833476 7.682795 capillary endothelial cell RAPGEF2
|
471 |
+
-11.142563 7.0196357 capillary endothelial cell CD82
|
472 |
+
-10.774759 7.217713 capillary endothelial cell MICA
|
473 |
+
-11.117211 7.3094015 capillary endothelial cell PLEKHG5
|
474 |
+
-10.301821 7.1173353 capillary endothelial cell DAB2
|
475 |
+
-10.791835 6.9765205 capillary endothelial cell NYNRIN
|
476 |
+
-11.384966 6.9266953 capillary endothelial cell NRP2
|
477 |
+
-9.750304 6.5171847 capillary endothelial cell A4GALT
|
478 |
+
-4.045422 -4.0957537 capillary endothelial cell ARHGAP17
|
479 |
+
-8.10245 5.7001705 capillary endothelial cell MSN
|
480 |
+
7.817783 6.388562 capillary endothelial cell NDRG2
|
481 |
+
-10.517994 7.449294 capillary endothelial cell PDGFB
|
482 |
+
-4.686835 9.233877 capillary endothelial cell TRIM3
|
483 |
+
-11.011374 5.971156 capillary endothelial cell SOX7
|
484 |
+
-12.020304 7.707827 capillary endothelial cell VWA1
|
485 |
+
-10.5384035 6.443436 capillary endothelial cell SPARC
|
486 |
+
-11.481573 8.080835 capillary endothelial cell ITPKC
|
487 |
+
-2.0937304 -7.5484843 capillary endothelial cell SPARCL1
|
488 |
+
-10.805943 6.6858974 capillary endothelial cell ZNF35
|
489 |
+
-10.6703415 6.5385513 capillary endothelial cell SNTG2
|
490 |
+
-11.075848 6.660194 capillary endothelial cell OPHN1
|
491 |
+
-10.85105 6.3689113 capillary endothelial cell HERC2
|
492 |
+
-11.336498 7.8216496 capillary endothelial cell SHROOM2
|
493 |
+
-2.89991 -6.9319806 capillary endothelial cell ITGB4
|
494 |
+
-13.082668 6.9492106 capillary endothelial cell HSP90AB1
|
495 |
+
-11.049097 6.7273836 capillary endothelial cell KCNJ11
|
496 |
+
-11.337732 7.8749847 capillary endothelial cell NOD1
|
497 |
+
-10.999596 7.413459 capillary endothelial cell SLC48A1
|
498 |
+
-11.159337 7.5364127 capillary endothelial cell SCAMP1
|
499 |
+
-11.152723 6.6093736 capillary endothelial cell RGS5
|
500 |
+
-11.117131 7.198923 capillary endothelial cell PSMB9
|
501 |
+
-12.306158 7.1216335 capillary endothelial cell PDCD1LG2
|
502 |
+
0.8011569 -5.209466 capillary endothelial cell PEAR1
|
503 |
+
-11.437481 6.7703924 capillary endothelial cell ITGB1
|
504 |
+
-11.372726 7.7624 capillary endothelial cell CTBP2
|
505 |
+
-10.841528 6.935141 capillary endothelial cell PIR
|
506 |
+
-11.50853 8.120971 capillary endothelial cell DBN1
|
507 |
+
-4.2053857 -3.9039178 capillary endothelial cell HLA-G
|
508 |
+
-11.697681 7.6143365 capillary endothelial cell ARL6IP1
|
509 |
+
-10.676258 6.5207353 capillary endothelial cell ANKRD23
|
510 |
+
-4.9062424 9.386666 capillary endothelial cell TRIM16
|
511 |
+
-11.230661 7.2988596 capillary endothelial cell CNN3
|
512 |
+
-11.497351 7.6910524 capillary endothelial cell HEY1
|
513 |
+
-10.789412 7.633701 capillary endothelial cell MYL6
|
514 |
+
13.4105835 -3.6773565 capillary endothelial cell COX17
|
515 |
+
-11.185612 5.9263787 capillary endothelial cell FHL5
|
516 |
+
-5.0238194 9.064369 capillary endothelial cell ASXL1
|
517 |
+
-10.939694 6.6977706 capillary endothelial cell KIF26A
|
518 |
+
5.5265255 7.414456 capillary endothelial cell TPM1
|
519 |
+
-10.549852 6.3298354 capillary endothelial cell RLIM
|
520 |
+
-0.100248985 0.62967837 capillary endothelial cell VCL
|
521 |
+
-12.870407 6.7698903 capillary endothelial cell SH3RF3
|
522 |
+
-11.612941 8.1284485 capillary endothelial cell MPDZ
|
523 |
+
-6.154614 8.892955 capillary endothelial cell SELENON
|
524 |
+
-10.564764 6.853042 capillary endothelial cell SOX17
|
525 |
+
-4.0013366 -4.3711405 capillary endothelial cell MOV10
|
526 |
+
-11.195076 7.077025 capillary endothelial cell KLHL5
|
527 |
+
-10.25171 6.599338 capillary endothelial cell ARL2BP
|
528 |
+
-10.201238 6.5300226 capillary endothelial cell SERTAD1
|
529 |
+
-5.5646095 9.913718 capillary endothelial cell MYC
|
530 |
+
-3.063357 -6.4885836 capillary endothelial cell SLC6A4
|
531 |
+
-11.344095 6.422782 capillary endothelial cell ZBTB18
|
532 |
+
-11.050366 7.7293453 capillary endothelial cell MRAS
|
533 |
+
-12.845424 6.644419 capillary endothelial cell TCF4
|
534 |
+
-11.306709 6.6713834 capillary endothelial cell PTTG1IP
|
535 |
+
-11.353745 7.0135574 capillary endothelial cell RNF115
|
536 |
+
-9.901345 6.5186305 capillary endothelial cell MT-ND6
|
537 |
+
-10.472233 6.885209 capillary endothelial cell WFS1
|
538 |
+
-10.936772 6.858313 capillary endothelial cell EHD2
|
539 |
+
-6.2745414 8.986438 capillary endothelial cell ARHGAP29
|
540 |
+
-5.3654747 9.771655 capillary endothelial cell ZNF496
|
541 |
+
-10.18323 6.5134373 capillary endothelial cell TGFBR2
|
542 |
+
-11.319939 6.498387 capillary endothelial cell ATL3
|
543 |
+
-11.449953 7.490094 capillary endothelial cell NOTCH4
|
544 |
+
-11.381097 7.27419 capillary endothelial cell PRKCH
|
545 |
+
-10.7847 6.5078115 capillary endothelial cell SLC12A4
|
546 |
+
5.832649 7.3748884 capillary endothelial cell MAP4K2
|
547 |
+
-7.7585936 7.347227 capillary endothelial cell CDK2
|
548 |
+
-10.104214 7.021927 capillary endothelial cell SUN1
|
549 |
+
-10.416251 6.82498 capillary endothelial cell FEM1C
|
550 |
+
-5.4007087 8.885427 capillary endothelial cell CD59
|
551 |
+
-11.019272 6.7376943 capillary endothelial cell GADD45B
|
552 |
+
-11.3065 7.4994984 capillary endothelial cell RASSF1
|
553 |
+
-10.5909 6.3834825 capillary endothelial cell PTMS
|
554 |
+
-10.876397 6.8654323 capillary endothelial cell MYRIP
|
555 |
+
-7.186641 7.7642083 capillary endothelial cell PKP1
|
556 |
+
-10.967731 7.3043604 capillary endothelial cell GNG11
|
557 |
+
-11.404063 7.631118 capillary endothelial cell MSRB3
|
558 |
+
-10.900162 7.473413 capillary endothelial cell FNBP1L
|
559 |
+
-11.849415 7.9226074 capillary endothelial cell ARHGEF15
|
560 |
+
-10.737195 6.279794 capillary endothelial cell FOXP1
|
561 |
+
-11.131997 6.468966 capillary endothelial cell HLA-DMA
|
562 |
+
-5.8540587 9.636414 capillary endothelial cell RAPH1
|
563 |
+
-11.557948 7.6152 capillary endothelial cell ZC3HAV1
|
564 |
+
-10.709782 6.205192 capillary endothelial cell RB1
|
565 |
+
-11.717886 7.5499043 capillary endothelial cell CSNK1E
|
566 |
+
-11.279794 6.955612 capillary endothelial cell HOXB2
|
567 |
+
-11.186258 7.596332 capillary endothelial cell C16orf72
|
568 |
+
-13.265683 6.589411 capillary endothelial cell TLR3
|
569 |
+
-11.209673 7.462551 capillary endothelial cell LMNA
|
570 |
+
-8.726822 6.1798234 capillary endothelial cell KIF17
|
571 |
+
-1.9256433 -7.53262 capillary endothelial cell BCL6B
|
572 |
+
-9.048602 5.9537473 capillary endothelial cell CPXM2
|
573 |
+
7.090311 6.7218385 capillary endothelial cell PDE7B
|
574 |
+
-11.332575 6.393801 capillary endothelial cell INTS6
|
575 |
+
-9.496108 6.738976 capillary endothelial cell ANXA3
|
576 |
+
-10.994179 7.0254583 capillary endothelial cell KAT6A
|
577 |
+
-11.125448 7.5003176 capillary endothelial cell TSPAN12
|
578 |
+
-10.591901 7.19062 capillary endothelial cell ANXA5
|
579 |
+
-8.94111 9.239551 capillary endothelial cell PTPRR
|
580 |
+
-10.504807 7.273168 capillary endothelial cell PROS1
|
581 |
+
-9.465754 6.445224 capillary endothelial cell S100A3
|
582 |
+
-11.444371 7.019058 capillary endothelial cell TNFRSF10B
|
583 |
+
-11.189501 6.787685 capillary endothelial cell CYB5A
|
584 |
+
-11.267575 7.458508 capillary endothelial cell TRAM2
|
585 |
+
-4.5135202 -4.3350067 capillary endothelial cell ITPRIP
|
586 |
+
-3.9609215 -5.6582294 capillary endothelial cell CDK6
|
587 |
+
-9.269297 6.7750435 capillary endothelial cell TM4SF18
|
588 |
+
-10.551566 6.514067 capillary endothelial cell RCAN1
|
589 |
+
-4.4538655 8.775386 capillary endothelial cell FUT11
|
590 |
+
-11.071116 7.6280527 capillary endothelial cell PPFIBP1
|
591 |
+
-11.2736845 7.03824 capillary endothelial cell SLC35G2
|
592 |
+
-10.093607 7.289535 capillary endothelial cell TINAGL1
|
593 |
+
-12.7119055 6.662301 capillary endothelial cell TEAD2
|
594 |
+
-10.9115 7.515985 capillary endothelial cell WWC3
|
595 |
+
-11.463935 8.006187 capillary endothelial cell PML
|
596 |
+
-9.2574005 6.2767334 capillary endothelial cell TBC1D15
|
597 |
+
-10.645997 7.3455772 capillary endothelial cell UTRN
|
598 |
+
-8.78245 6.3698406 capillary endothelial cell HLA-DRB1
|
599 |
+
-11.880231 7.808801 capillary endothelial cell MSX1
|
600 |
+
-2.801449 -7.49397 capillary endothelial cell KIFC3
|
601 |
+
-3.9116313 8.864301 capillary endothelial cell FATE1
|
602 |
+
-9.858967 6.731567 capillary endothelial cell PLEKHG2
|
603 |
+
-5.4060597 10.010705 capillary endothelial cell HLA-E
|
604 |
+
-4.4257574 -4.160093 capillary endothelial cell MCMBP
|
605 |
+
-10.738304 6.8845887 capillary endothelial cell EPN2
|
606 |
+
-11.100568 6.6441116 capillary endothelial cell IMPDH1
|
607 |
+
-6.3699226 9.38888 capillary endothelial cell C19orf18
|
608 |
+
-11.625747 6.688046 capillary endothelial cell PPP3CA
|
609 |
+
-10.594026 6.4322634 capillary endothelial cell GABPA
|
610 |
+
-4.0159473 -5.435669 capillary endothelial cell NR2C1
|
611 |
+
-11.599516 8.12676 capillary endothelial cell EXOC6
|
612 |
+
-10.596262 6.5190945 capillary endothelial cell DAAM1
|
613 |
+
-12.026004 7.92602 capillary endothelial cell CA3
|
614 |
+
-8.625608 6.4537077 capillary endothelial cell C2orf88
|
615 |
+
-11.373062 7.419351 capillary endothelial cell ATP2A1
|
616 |
+
-11.494762 7.630799 capillary endothelial cell MYH9
|
617 |
+
-5.1810803 8.802208 capillary endothelial cell CKS2
|
618 |
+
-10.533732 7.2426314 capillary endothelial cell GNA11
|
619 |
+
-11.612999 7.409723 capillary endothelial cell OLFM1
|
620 |
+
-8.310473 6.374096 capillary endothelial cell STC1
|
621 |
+
-11.252374 7.417664 capillary endothelial cell IGFBP2
|
622 |
+
-7.635215 4.562302 capillary endothelial cell ACTN4
|
623 |
+
-11.102995 7.500636 capillary endothelial cell PRSS23
|
624 |
+
-6.3890023 6.523134 capillary endothelial cell STK38L
|
625 |
+
-12.15754 7.2541676 capillary endothelial cell SKI
|
626 |
+
-6.466002 8.602403 capillary endothelial cell RBPMS
|
627 |
+
-10.853602 7.315762 capillary endothelial cell RIT1
|
628 |
+
9.298926 2.4767313 capillary endothelial cell TJP1
|
629 |
+
-11.604216 7.631034 capillary endothelial cell DLL1
|
630 |
+
-12.732326 6.8236294 capillary endothelial cell CD2AP
|
631 |
+
-11.626322 7.4090514 capillary endothelial cell TNFAIP1
|
632 |
+
-11.253927 7.894722 capillary endothelial cell ACTR1B
|
633 |
+
-11.470602 7.852726 capillary endothelial cell ANKRD2
|
634 |
+
-11.1607685 7.2817535 capillary endothelial cell AIDA
|
635 |
+
-11.209071 6.45551 capillary endothelial cell EPB41L2
|
636 |
+
-10.840134 6.658529 capillary endothelial cell PRKD2
|
637 |
+
-11.263553 6.8043427 capillary endothelial cell TSPAN4
|
638 |
+
-9.89954 6.6357703 capillary endothelial cell PLXND1
|
639 |
+
-11.487916 7.917176 capillary endothelial cell DNM3
|
640 |
+
-11.505458 8.127907 capillary endothelial cell HAPLN2
|
641 |
+
-10.660098 7.0883603 capillary endothelial cell SERPINI1
|
642 |
+
-11.534466 8.022793 capillary endothelial cell TPO
|
643 |
+
-11.365234 7.072567 capillary endothelial cell STARD13
|
644 |
+
-11.046771 6.459632 capillary endothelial cell ZNF251
|
645 |
+
-6.2955484 9.05688 capillary endothelial cell SMAD9
|
646 |
+
-11.332772 7.926698 capillary endothelial cell XAF1
|
647 |
+
-12.944069 6.745882 capillary endothelial cell ANKRD10
|
648 |
+
-11.078714 7.0320926 capillary endothelial cell CTNND1
|
649 |
+
-3.8719635 -5.3809776 capillary endothelial cell TSC22D1
|
650 |
+
-10.937339 5.8053074 capillary endothelial cell CD93
|
651 |
+
-10.999318 6.2630224 capillary endothelial cell ADAM10
|
652 |
+
-12.705981 7.0087724 capillary endothelial cell INSIG1
|
653 |
+
-11.605734 7.0233927 capillary endothelial cell PAM
|
654 |
+
-11.781443 7.58496 capillary endothelial cell RGL2
|
655 |
+
-11.138285 7.50327 capillary endothelial cell ZNRF1
|
656 |
+
-11.539234 7.911767 capillary endothelial cell EXD3
|
657 |
+
-8.532725 6.2405677 capillary endothelial cell AAMDC
|
658 |
+
-10.742491 6.5290933 capillary endothelial cell KANSL1L
|
659 |
+
-4.887566 -3.4648082 capillary endothelial cell MINDY2
|
660 |
+
-1.9006438 -8.158797 capillary endothelial cell THBD
|
661 |
+
-11.530627 7.561329 capillary endothelial cell SORBS3
|
662 |
+
-11.244002 6.5305595 capillary endothelial cell TMEM50B
|
663 |
+
-10.33588 5.5062804 capillary endothelial cell SERPINE1
|
664 |
+
-11.18377 5.9588146 capillary endothelial cell MGAT1
|
665 |
+
-4.9551654 8.5323 capillary endothelial cell HSP90AA2P
|
666 |
+
-11.292269 7.344629 capillary endothelial cell GLUD2
|
667 |
+
-11.400695 7.8176246 capillary endothelial cell TRIO
|
668 |
+
-12.472947 6.879028 capillary endothelial cell TNS2
|
669 |
+
-9.782032 7.2176666 capillary endothelial cell VIM
|
670 |
+
-9.854401 7.061777 capillary endothelial cell TGFB1I1
|
671 |
+
-5.805846 9.929016 capillary endothelial cell KCNJ6
|
672 |
+
-10.495554 6.5035443 capillary endothelial cell PKIG
|
673 |
+
-11.0808115 7.0070267 capillary endothelial cell PRKD1
|
674 |
+
-3.2808855 -7.6104584 capillary endothelial cell ARRDC2
|
675 |
+
-11.51856 7.468051 capillary endothelial cell SCGB1A1
|
676 |
+
-10.983003 7.1929297 capillary endothelial cell IFIT3
|
677 |
+
-9.624826 6.702699 capillary endothelial cell ZBTB16
|
678 |
+
-10.563321 6.4114313 capillary endothelial cell NFE2L3
|
679 |
+
-3.986656 -5.119714 capillary endothelial cell FOSL2
|
680 |
+
-11.69036 8.101752 capillary endothelial cell ZNF484
|
681 |
+
-10.761832 7.410817 capillary endothelial cell ELOVL7
|
682 |
+
-11.493031 7.6478515 capillary endothelial cell ZNF71
|
683 |
+
-5.0966 8.596253 capillary endothelial cell PPM1D
|
684 |
+
-6.5961103 9.308921 capillary endothelial cell GUCY1A2
|
685 |
+
-11.438212 6.870868 capillary endothelial cell IFI27
|
686 |
+
-10.973839 6.123019 capillary endothelial cell CDKN1C
|
687 |
+
-8.943987 6.2976556 capillary endothelial cell CD99
|
688 |
+
-10.632844 5.8354897 capillary endothelial cell ZNF765
|
689 |
+
-2.939095 -7.7696576 capillary endothelial cell PLCB4
|
690 |
+
-8.418127 6.2237744 capillary endothelial cell GIMAP1
|
691 |
+
-11.537773 7.8574944 capillary endothelial cell ANKRD40
|
692 |
+
-11.034475 7.393243 capillary endothelial cell MIDN
|
693 |
+
-10.507546 6.7986665 capillary endothelial cell SEMA7A
|
694 |
+
-11.32263 7.271733 capillary endothelial cell COL25A1
|
695 |
+
-10.97044 6.0863404 capillary endothelial cell C4orf46
|
696 |
+
-10.785084 6.3482513 capillary endothelial cell MACF1
|
697 |
+
-11.205078 7.307668 capillary endothelial cell NKTR
|
698 |
+
-11.075343 7.20824 capillary endothelial cell APOD
|
699 |
+
-10.680744 6.7607155 capillary endothelial cell GIMAP5
|
700 |
+
5.5412464 7.2704287 capillary endothelial cell NUMB
|
701 |
+
-11.490703 6.417826 capillary endothelial cell NTRK2
|
702 |
+
-5.7095647 9.933438 capillary endothelial cell DPF1
|
703 |
+
-9.32355 6.3896804 capillary endothelial cell SH2D3C
|
704 |
+
-10.889387 7.192459 capillary endothelial cell NCK1
|
705 |
+
-12.082016 7.7404513 capillary endothelial cell BACE2
|
706 |
+
-4.7919235 9.227852 capillary endothelial cell SYN3
|
707 |
+
-11.080241 6.1966443 capillary endothelial cell SBF2
|
708 |
+
-11.02219 6.8198524 capillary endothelial cell PLSCR4
|
709 |
+
5.5043764 7.4169326 capillary endothelial cell VIP
|
710 |
+
-5.3352447 10.03762 capillary endothelial cell ABI2
|
711 |
+
-2.963613 -6.838301 capillary endothelial cell LRRC3B
|
712 |
+
-11.349513 7.647462 capillary endothelial cell HOXB7
|
713 |
+
-1.9120406 -7.5655904 capillary endothelial cell RIMS1
|
714 |
+
-3.1579652 -7.55505 capillary endothelial cell GYPC
|
715 |
+
-10.755724 6.7748814 capillary endothelial cell S100A10
|
716 |
+
-10.333655 6.643434 capillary endothelial cell TAGLN2
|
717 |
+
-11.068109 7.514271 capillary endothelial cell RAMP2
|
718 |
+
-10.909127 7.3955617 capillary endothelial cell HLA-DPA1
|
719 |
+
-10.99433 6.850184 capillary endothelial cell AVPR2
|
720 |
+
-2.5990117 -7.3168893 capillary endothelial cell NCKAP1
|
721 |
+
-11.229613 7.0896196 capillary endothelial cell CCN3
|
722 |
+
-11.501282 7.8662605 capillary endothelial cell THRA
|
723 |
+
-4.063048 8.978515 capillary endothelial cell CRACR2B
|
724 |
+
-2.731226 -7.4682674 capillary endothelial cell NOSTRIN
|
725 |
+
-11.563886 7.648741 capillary endothelial cell SFTPC
|
726 |
+
-11.831139 7.5715003 capillary endothelial cell DDX5
|
727 |
+
-11.397616 7.03602 capillary endothelial cell CFLAR
|
728 |
+
-10.776549 6.537262 capillary endothelial cell POMP
|
729 |
+
-10.122289 7.373514 capillary endothelial cell MRTFB
|
730 |
+
-12.183954 7.2191057 capillary endothelial cell GRK5
|
731 |
+
-9.471137 6.310546 capillary endothelial cell DLL4
|
732 |
+
-10.2466345 7.423644 capillary endothelial cell LSS
|
733 |
+
-9.7406435 6.301277 capillary endothelial cell TEAD4
|
734 |
+
-11.58265 7.527789 capillary endothelial cell TIFA
|
735 |
+
-5.186908 9.351524 capillary endothelial cell WNK1
|
736 |
+
-11.166786 7.884337 capillary endothelial cell LTBP1
|
737 |
+
-11.776365 7.3104877 capillary endothelial cell SYPL1
|
738 |
+
-10.935357 6.8767486 capillary endothelial cell SYT7
|
739 |
+
-10.878758 5.8481474 capillary endothelial cell CRHBP
|
740 |
+
-9.334317 6.609167 capillary endothelial cell CDC42BPA
|
741 |
+
-12.469157 6.7710495 capillary endothelial cell A2M
|
742 |
+
-11.517984 7.8529353 capillary endothelial cell TRAK1
|
743 |
+
-10.989118 6.9848275 capillary endothelial cell ITGB5
|
744 |
+
-11.851688 8.0629635 capillary endothelial cell ATP6V1C2
|
745 |
+
-11.270033 7.0431943 capillary endothelial cell IL32
|
746 |
+
-10.75913 7.1669497 capillary endothelial cell B2M
|
747 |
+
-11.262111 7.747523 capillary endothelial cell KLHL3
|
748 |
+
-11.17923 6.9899154 capillary endothelial cell KCNA5
|
749 |
+
-10.989638 7.666136 capillary endothelial cell PPA1
|
750 |
+
-9.286749 6.047778 capillary endothelial cell PDE9A
|
751 |
+
-10.983328 6.0491405 capillary endothelial cell BFSP1
|
752 |
+
-11.042138 7.021681 capillary endothelial cell POPDC2
|
753 |
+
-10.49459 6.7758613 capillary endothelial cell UNC13B
|
754 |
+
-11.426992 6.79436 capillary endothelial cell MOB2
|
755 |
+
-4.1869926 -4.9821205 capillary endothelial cell BNIP2
|
756 |
+
-5.7343707 9.775692 capillary endothelial cell ACACB
|
757 |
+
-11.499622 7.5277143 capillary endothelial cell ADRB2
|
758 |
+
-10.40875 7.3368087 capillary endothelial cell TRIM25
|
759 |
+
-2.0418293 -7.659191 capillary endothelial cell FLT1
|
760 |
+
-11.284463 7.6656213 capillary endothelial cell EXOC1
|
761 |
+
-10.854168 6.29356 capillary endothelial cell NEDD9
|
762 |
+
-10.729221 7.0038075 capillary endothelial cell C9orf40
|
763 |
+
-10.819592 6.879649 capillary endothelial cell SPRED2
|
764 |
+
-10.998584 6.692691 capillary endothelial cell COL10A1
|
765 |
+
-12.754583 6.9796734 capillary endothelial cell LEPR
|
766 |
+
-12.80449 6.618424 capillary endothelial cell PDE1C
|
767 |
+
-11.349914 6.7266006 capillary endothelial cell PEF1
|
768 |
+
-10.859295 6.818043 capillary endothelial cell ASB9
|
769 |
+
-10.0105295 6.5054603 capillary endothelial cell TAF7
|
770 |
+
-10.036913 6.737779 capillary endothelial cell WWC2
|
771 |
+
-10.777648 6.608326 capillary endothelial cell HSD17B11
|
772 |
+
-4.4487395 8.246217 capillary endothelial cell ITGA5
|
773 |
+
-6.393365 9.239422 capillary endothelial cell PVR
|
774 |
+
-11.951451 7.810233 capillary endothelial cell PLEC
|
775 |
+
-7.981443 5.623317 capillary endothelial cell ABCB1
|
776 |
+
-9.283075 6.526275 capillary endothelial cell IKBKB
|
777 |
+
-11.808502 7.469634 capillary endothelial cell MGST2
|
778 |
+
-11.265813 6.328374 capillary endothelial cell JUNB
|
779 |
+
-10.744414 6.7686744 capillary endothelial cell MEGF11
|
780 |
+
-9.077446 6.8153887 capillary endothelial cell TMEM100
|
781 |
+
-7.618031 6.17149 capillary endothelial cell CD9
|
782 |
+
-12.980119 6.8602934 capillary endothelial cell BATF3
|
783 |
+
-6.6679764 9.089796 capillary endothelial cell BATF2
|
784 |
+
-11.172518 6.9207954 capillary endothelial cell ACVR2A
|
785 |
+
-11.664395 6.665772 capillary endothelial cell SOSTDC1
|
786 |
+
-11.147244 6.4961886 capillary endothelial cell MAFK
|
787 |
+
-11.548465 7.767249 capillary endothelial cell CTNNBIP1
|
788 |
+
-10.813929 6.6301837 capillary endothelial cell TCF7L1
|
789 |
+
-11.457139 7.093058 capillary endothelial cell MATN3
|
790 |
+
-8.737699 6.6043663 capillary endothelial cell LXN
|
791 |
+
5.5534263 7.344349 capillary endothelial cell ACSL3
|
792 |
+
-11.723119 7.958537 capillary endothelial cell SPTBN1
|
793 |
+
-12.127527 7.2130294 capillary endothelial cell CDH24
|
794 |
+
-10.662745 7.1893754 capillary endothelial cell LAMA5
|
795 |
+
-11.331399 6.3178377 capillary endothelial cell ZMAT1
|
796 |
+
-10.728572 7.0292325 capillary endothelial cell SCML1
|
797 |
+
-11.471325 7.3197274 capillary endothelial cell SLC2A3
|
798 |
+
-11.20614 8.180827 capillary endothelial cell SOX4
|
799 |
+
-5.3829904 8.343289 capillary endothelial cell RALGDS
|
800 |
+
-11.178088 7.474355 capillary endothelial cell DNAJA4
|
801 |
+
-8.73873 6.687443 capillary endothelial cell ITGA10
|
802 |
+
-10.628537 7.2190123 capillary endothelial cell TNS1
|
803 |
+
-11.354776 6.166598 capillary endothelial cell TLE4
|
804 |
+
-10.606612 6.87585 capillary endothelial cell MAGEH1
|
805 |
+
-11.684854 7.818555 capillary endothelial cell DOCK1
|
806 |
+
-11.160677 7.2172675 capillary endothelial cell LMBR1L
|
807 |
+
-3.7547672 -5.272361 capillary endothelial cell HLF
|
808 |
+
-11.248688 6.369659 capillary endothelial cell CD40
|
809 |
+
-11.79553 7.7669168 capillary endothelial cell ISLR2
|
810 |
+
-6.383424 9.072467 capillary endothelial cell PPIC
|
811 |
+
-11.524754 8.185663 capillary endothelial cell TNFRSF10D
|
812 |
+
7.351351 -0.6936859 capillary endothelial cell HSPG2
|
813 |
+
-10.315677 6.8352313 capillary endothelial cell RO60
|
814 |
+
-1.7728428 -7.454354 capillary endothelial cell SCN4A
|
815 |
+
-11.314763 7.0030537 capillary endothelial cell CACNB2
|
816 |
+
-11.00187 7.801691 capillary endothelial cell AFAP1
|
817 |
+
-10.135953 6.9536147 capillary endothelial cell PKN3
|
818 |
+
-10.8476305 6.1004953 capillary endothelial cell SLC41A1
|
819 |
+
-5.1547694 9.05722 capillary endothelial cell LIPE
|
820 |
+
-8.759523 6.4502096 capillary endothelial cell MYO1C
|
821 |
+
-13.148532 6.6473293 capillary endothelial cell JAM3
|
822 |
+
4.3169074 7.759099 capillary endothelial cell LINC00482
|
823 |
+
-12.843818 6.714781 capillary endothelial cell FYN
|
824 |
+
-10.688476 6.9278 capillary endothelial cell DPYSL2
|
825 |
+
-8.143233 5.1789737 capillary endothelial cell REP15
|
826 |
+
-11.143436 7.1422153 capillary endothelial cell SERPINB6
|
827 |
+
-4.8694043 9.162031 capillary endothelial cell FOXC1
|
828 |
+
-10.479305 6.797369 capillary endothelial cell PIBF1
|
829 |
+
-9.099449 6.122815 capillary endothelial cell MT2A
|
830 |
+
-11.2798605 6.3457565 capillary endothelial cell S100A13
|
831 |
+
-11.350898 6.34166 capillary endothelial cell TBC1D9
|
832 |
+
-11.065577 6.547882 capillary endothelial cell CDC42EP1
|
833 |
+
-4.3483143 8.154772 capillary endothelial cell BMP6
|
834 |
+
-10.418898 7.046255 capillary endothelial cell NHSL2
|
835 |
+
-6.2802005 8.245602 capillary endothelial cell RFX3
|
836 |
+
-2.3680406 -7.7187085 capillary endothelial cell WDR47
|
837 |
+
-13.133933 6.743845 capillary endothelial cell APP
|
838 |
+
-10.824382 7.4879136 capillary endothelial cell GNAZ
|
839 |
+
-11.151688 7.474388 capillary endothelial cell HSP90AA1
|
840 |
+
-11.520705 7.3429136 capillary endothelial cell TBKBP1
|
841 |
+
-11.136385 6.231459 capillary endothelial cell KCTD6
|
842 |
+
-11.283563 6.4855833 capillary endothelial cell CEBPD
|
843 |
+
-5.589339 8.335765 capillary endothelial cell FANCL
|
844 |
+
-4.1573234 -4.464579 capillary endothelial cell CCL8
|
845 |
+
-11.173307 6.7113957 capillary endothelial cell RIN2
|
846 |
+
-4.399295 8.643008 capillary endothelial cell BMP4
|
847 |
+
5.074541 7.206034 capillary endothelial cell TOPORS
|
848 |
+
-10.472704 6.631926 capillary endothelial cell SMAGP
|
849 |
+
-10.555953 7.0889153 capillary endothelial cell IGFBP7
|
850 |
+
-10.398601 7.172106 capillary endothelial cell MOB4
|
851 |
+
-4.5895643 9.059933 capillary endothelial cell EIF4G2
|
852 |
+
-10.3721695 7.233948 capillary endothelial cell SHROOM1
|
853 |
+
-10.606714 7.0289903 capillary endothelial cell TMSB4X
|
854 |
+
-10.389308 6.772954 capillary endothelial cell SERPING1
|
855 |
+
-10.405538 7.1074643 capillary endothelial cell INHBB
|
856 |
+
-11.295707 6.914313 capillary endothelial cell LAMB2
|
857 |
+
-10.757953 6.5145125 capillary endothelial cell CDH5
|
858 |
+
-11.372839 7.8397675 capillary endothelial cell SLC35F1
|
859 |
+
-11.119703 6.2437468 capillary endothelial cell NRM
|
860 |
+
-11.610382 7.749467 capillary endothelial cell LCAT
|
861 |
+
-5.8208895 8.778752 capillary endothelial cell IFITM3
|
862 |
+
-10.628743 7.308504 capillary endothelial cell IFITM1
|
863 |
+
-10.649594 6.309386 capillary endothelial cell PLS3
|
864 |
+
5.3591213 7.3463 capillary endothelial cell IL33
|
865 |
+
-9.269989 6.9445157 capillary endothelial cell ICA1
|
866 |
+
-5.2808924 9.622889 capillary endothelial cell FXYD6
|
867 |
+
-4.9018025 9.444754 capillary endothelial cell FRMD3
|
868 |
+
-11.039944 7.7295628 capillary endothelial cell NFIB
|
869 |
+
-2.1964114 -7.56876 capillary endothelial cell SORBS2
|
870 |
+
-10.99012 6.915713 capillary endothelial cell CARD6
|
871 |
+
-7.807305 5.5416017 capillary endothelial cell TRAK2
|
872 |
+
-10.412097 7.16619 capillary endothelial cell IRF9
|
873 |
+
-10.177225 6.2924395 capillary endothelial cell TNFAIP8L1
|
874 |
+
-9.695539 6.615045 capillary endothelial cell CEACAM1
|
875 |
+
-11.629648 7.6225843 capillary endothelial cell CCDC50
|
876 |
+
-10.930272 7.195096 capillary endothelial cell LSMEM2
|
877 |
+
-11.031632 6.85444 capillary endothelial cell NAV1
|
878 |
+
-10.097004 6.6195226 capillary endothelial cell EPHB4
|
879 |
+
-11.220241 7.6125484 capillary endothelial cell RAPGEF1
|
880 |
+
-8.154672 7.0214624 capillary endothelial cell NQO1
|
881 |
+
-11.465784 8.182722 capillary endothelial cell EMP1
|
882 |
+
-11.837679 7.048994 capillary endothelial cell RAB5A
|
883 |
+
-11.895037 7.852918 capillary endothelial cell AOC3
|
884 |
+
3.0145786 0.53889126 capillary endothelial cell KCNN2
|
885 |
+
-11.041025 6.7108936 capillary endothelial cell SYNPO
|
886 |
+
-10.819672 6.842881 capillary endothelial cell LHX6
|
887 |
+
-10.9820795 7.4914823 capillary endothelial cell LIFR
|
888 |
+
-4.8677187 8.875055 capillary endothelial cell IGFBP4
|
889 |
+
-11.273997 6.056022 capillary endothelial cell SPHK1
|
890 |
+
-2.4298375 -7.395059 capillary endothelial cell MYO15B
|
891 |
+
-12.8363495 6.751338 capillary endothelial cell MYF6
|
892 |
+
-9.476098 6.9747887 capillary endothelial cell HIC1
|
893 |
+
-5.689098 8.534689 capillary endothelial cell IL4R
|
894 |
+
-9.719701 6.8528686 capillary endothelial cell PELO
|
895 |
+
-10.2185335 7.4888854 capillary endothelial cell PXN
|
896 |
+
-7.3327727 5.9947066 capillary endothelial cell CNKSR3
|
897 |
+
-10.917974 6.9774275 capillary endothelial cell SRP14
|
898 |
+
-11.230324 7.459016 capillary endothelial cell NEDD4
|
899 |
+
-11.038533 6.7357836 capillary endothelial cell PLA2G4C
|
900 |
+
-11.773505 7.952887 capillary endothelial cell FZD8
|
901 |
+
-10.417003 7.615103 capillary endothelial cell ENG
|
902 |
+
-10.65771 6.5885797 capillary endothelial cell FAM171A1
|
903 |
+
-11.215906 6.153392 capillary endothelial cell IRAK3
|
904 |
+
-4.6503425 8.846567 capillary endothelial cell ADD2
|
905 |
+
-10.411528 7.1360154 capillary endothelial cell RUNX1T1
|
906 |
+
-11.00589 7.439282 capillary endothelial cell ITPKB
|
907 |
+
-11.389157 7.1153884 capillary endothelial cell PICALM
|
908 |
+
-8.211868 6.4758477 capillary endothelial cell PLCD3
|
909 |
+
-2.037145 -7.2161756 capillary endothelial cell AK9
|
910 |
+
-1.90108 -7.709909 capillary endothelial cell PIP5K1C
|
911 |
+
-9.473265 6.334007 capillary endothelial cell CD36
|
912 |
+
-10.342195 5.451232 capillary endothelial cell CARD10
|
913 |
+
-10.0443325 7.206195 capillary endothelial cell BEND7
|
914 |
+
-11.591622 7.6665745 capillary endothelial cell TSPAN2
|
915 |
+
4.8023815 7.0111585 capillary endothelial cell INPP5A
|
916 |
+
-10.944457 6.561599 capillary endothelial cell CETP
|
917 |
+
-11.042328 6.4473658 capillary endothelial cell PTPRM
|
918 |
+
-4.4523306 -3.836798 capillary endothelial cell RNF144B
|
919 |
+
-10.720238 6.4261937 capillary endothelial cell DEPP1
|
920 |
+
-10.910546 7.789581 capillary endothelial cell HSPA1A
|
921 |
+
5.661202 6.907075 capillary endothelial cell TMEM88
|
922 |
+
-10.512671 6.8803487 capillary endothelial cell RAB30
|
923 |
+
-10.772633 6.970898 capillary endothelial cell GJA4
|
924 |
+
-8.09178 6.347442 capillary endothelial cell ADAM15
|
925 |
+
-9.550682 6.8183336 capillary endothelial cell RAPGEF3
|
926 |
+
-10.933289 6.714608 capillary endothelial cell TNNT3
|
927 |
+
-10.73916 7.5198793 capillary endothelial cell ASAP2
|
928 |
+
-4.5522137 -3.9274666 capillary endothelial cell NUFIP2
|
929 |
+
-11.075044 5.9278183 capillary endothelial cell EGR1
|
930 |
+
-11.01562 5.7139096 capillary endothelial cell EXOC3L1
|
931 |
+
-8.273148 6.3937607 capillary endothelial cell APOL4
|
932 |
+
-4.5071325 8.614949 capillary endothelial cell RYBP
|
933 |
+
-8.567477 6.5650225 capillary endothelial cell SLC10A1
|
934 |
+
-5.6953816 9.918549 capillary endothelial cell FURIN
|
935 |
+
-11.110114 7.524958 capillary endothelial cell JUP
|
936 |
+
-11.2275095 7.154988 capillary endothelial cell C1QTNF1
|
937 |
+
-11.738176 7.587144 capillary endothelial cell ERF
|
938 |
+
-11.207003 6.1405177 capillary endothelial cell ZEB1
|
939 |
+
-2.3454533 -6.9116564 capillary endothelial cell MPP3
|
940 |
+
-10.960727 6.7392807 capillary endothelial cell MTMR10
|
941 |
+
-9.714894 6.2665925 capillary endothelial cell SERPINH1
|
942 |
+
-11.666755 7.4856253 capillary endothelial cell PLAU
|
943 |
+
-5.103915 8.542002 capillary endothelial cell ITGAV
|
944 |
+
-11.131443 6.7986307 capillary endothelial cell PGRMC1
|
945 |
+
-10.963248 7.3746014 capillary endothelial cell DNAJB6
|
946 |
+
-10.5679 6.822572 capillary endothelial cell RBM17
|
947 |
+
-11.286674 6.330481 capillary endothelial cell PLSCR2
|
948 |
+
-11.488039 7.6319966 capillary endothelial cell ITM2B
|
949 |
+
-11.655459 7.699566 capillary endothelial cell PALMD
|
950 |
+
5.309684 7.3974905 capillary endothelial cell PODXL
|
951 |
+
-11.328954 6.63553 capillary endothelial cell CTNNB1
|
952 |
+
-10.830754 6.717185 capillary endothelial cell TYRO3
|
953 |
+
-11.335551 7.405373 capillary endothelial cell LDB2
|
954 |
+
-11.177003 8.003207 capillary endothelial cell RAP2A
|
955 |
+
-11.420508 6.7966223 capillary endothelial cell PHACTR2
|
956 |
+
-11.52485 7.119979 capillary endothelial cell TMEM50A
|
957 |
+
-11.330531 6.9132667 capillary endothelial cell FABP4
|
958 |
+
-7.6574516 5.9323254 capillary endothelial cell ARHGEF7
|
959 |
+
-11.168678 6.755408 capillary endothelial cell YES1
|
960 |
+
-13.024869 6.679879 capillary endothelial cell EHD4
|
961 |
+
-10.828749 6.800085 capillary endothelial cell OTUD7A
|
962 |
+
-11.046732 7.5766625 capillary endothelial cell NXF3
|
963 |
+
-10.490758 6.701564 capillary endothelial cell CCDC85B
|
964 |
+
-10.553492 6.534757 capillary endothelial cell EBF3
|
965 |
+
-3.1038685 -7.7396035 capillary endothelial cell TNKS1BP1
|
966 |
+
-11.620084 7.207252 capillary endothelial cell STAT3
|
967 |
+
-9.545954 6.7437625 capillary endothelial cell CLIC5
|
968 |
+
-11.423652 6.96592 capillary endothelial cell RASIP1
|
969 |
+
-10.43838 6.5610647 capillary endothelial cell RHOJ
|
970 |
+
-10.916159 6.023443 capillary endothelial cell KCTD12
|
971 |
+
-11.450817 6.909726 capillary endothelial cell ZDHHC17
|
972 |
+
-5.557433 9.383909 capillary endothelial cell ARHGEF12
|
973 |
+
-11.112929 7.7413893 capillary endothelial cell BCAR3
|
974 |
+
-10.218969 6.630916 capillary endothelial cell IL6ST
|
975 |
+
-11.478628 7.868286 capillary endothelial cell SELENOP
|
976 |
+
-11.720352 7.7792706 capillary endothelial cell PHLDB1
|
977 |
+
-10.226587 6.602987 capillary endothelial cell CHRM1
|
978 |
+
-4.2754087 -4.622722 capillary endothelial cell NDRG4
|
979 |
+
-11.215638 7.6915545 capillary endothelial cell PLEKHA1
|
980 |
+
-11.416342 7.324243 capillary endothelial cell ACSL5
|
981 |
+
-11.262831 6.1100073 capillary endothelial cell SASH1
|
982 |
+
-11.651052 7.1521654 capillary endothelial cell ABI3
|
983 |
+
-10.51406 6.721521 capillary endothelial cell BCR
|
984 |
+
-10.162739 6.6701803 capillary endothelial cell RAPGEF5
|
985 |
+
-3.9208972 -4.6658688 capillary endothelial cell IL1R1
|
986 |
+
-11.007765 7.291325 capillary endothelial cell MYL9
|
987 |
+
-5.316447 8.484235 capillary endothelial cell LNX1
|
988 |
+
-10.329164 7.5192046 capillary endothelial cell ATP7B
|
989 |
+
-10.182709 6.663381 capillary endothelial cell TACR1
|
990 |
+
-10.391986 6.721468 capillary endothelial cell JCAD
|
991 |
+
-11.494774 7.353505 capillary endothelial cell RNF165
|
992 |
+
-10.610957 6.847927 capillary endothelial cell TOX2
|
993 |
+
-8.707172 5.9443603 capillary endothelial cell EDNRB
|
994 |
+
-10.347569 6.8556666 capillary endothelial cell ITGA9
|
995 |
+
-12.914201 6.7686257 capillary endothelial cell SOST
|
996 |
+
-10.827989 7.4075165 capillary endothelial cell PHKB
|
997 |
+
-11.721602 8.058854 capillary endothelial cell ELMO1
|
998 |
+
-10.970701 6.367742 capillary endothelial cell KCNJ2
|
999 |
+
-5.1646333 9.7789135 capillary endothelial cell CERK
|
1000 |
+
-12.718255 6.8723717 capillary endothelial cell ADAMTS10
|
1001 |
+
-11.186863 7.1223803 capillary endothelial cell NRP1
|
1002 |
+
-4.529867 8.286126 capillary endothelial cell ZFP36
|
1003 |
+
-10.445 6.685194 capillary endothelial cell TBCD
|
1004 |
+
5.534959 7.2851195 capillary endothelial cell CRIP2
|
1005 |
+
-11.20302 7.0796313 capillary endothelial cell CCNL1
|
1006 |
+
-11.619772 7.64055 capillary endothelial cell HIP1
|
1007 |
+
-11.08343 6.081466 capillary endothelial cell E2F6
|
1008 |
+
-2.3056397 -6.6923833 capillary endothelial cell GABARAPL1
|
1009 |
+
-11.204601 7.2959175 capillary endothelial cell HLX
|
1010 |
+
-11.353025 7.477643 capillary endothelial cell MGST3
|
1011 |
+
-6.5297866 6.620327 capillary endothelial cell SMAD5
|
1012 |
+
-1.7973778 -7.460068 capillary endothelial cell EGLN1
|
1013 |
+
7.562255 6.49939 capillary endothelial cell TMIE
|
1014 |
+
-10.394863 7.3612847 capillary endothelial cell ECT2
|
1015 |
+
-8.463892 6.3954735 capillary endothelial cell CTSH
|
1016 |
+
-11.190865 6.29592 capillary endothelial cell GRB14
|
1017 |
+
1.9254822 6.3659406 capillary endothelial cell KLHL20
|
1018 |
+
-11.020635 7.072978 capillary endothelial cell ID1
|
1019 |
+
-11.535127 7.827214 capillary endothelial cell CNOT8
|
1020 |
+
-5.7243347 8.699998 capillary endothelial cell GNA14
|
1021 |
+
-6.1875954 9.871475 capillary endothelial cell MARCKS
|
1022 |
+
-9.278121 6.2423215 capillary endothelial cell ARL15
|
1023 |
+
-10.870528 6.8791704 capillary endothelial cell GORASP1
|
1024 |
+
-11.257133 6.1983204 capillary endothelial cell IFIT2
|
1025 |
+
-11.2976055 7.3246193 capillary endothelial cell BAALC
|
1026 |
+
-4.438592 8.961625 capillary endothelial cell ATP2B4
|
1027 |
+
-10.717936 7.141046 capillary endothelial cell CNFN
|
1028 |
+
-11.084094 7.5004635 capillary endothelial cell CYP1A1
|
1029 |
+
-10.519376 6.5823154 capillary endothelial cell SYBU
|
1030 |
+
-10.783262 7.4318156 capillary endothelial cell TANC1
|
1031 |
+
-12.027603 7.8675847 capillary endothelial cell KAZN
|
1032 |
+
-11.249244 6.5535245 capillary endothelial cell SFXN3
|
1033 |
+
-8.344686 5.166649 capillary endothelial cell QKI
|
1034 |
+
-11.042978 6.0542865 capillary endothelial cell PKN1
|
1035 |
+
-11.288102 6.9243946 capillary endothelial cell NNMT
|
1036 |
+
5.6284547 7.6395526 capillary endothelial cell DDX47
|
1037 |
+
-11.207666 7.8995976 capillary endothelial cell DAB2IP
|
1038 |
+
-8.353787 5.5294056 capillary endothelial cell UBE2Q2
|
1039 |
+
-10.937893 7.810073 capillary endothelial cell HOXD8
|
1040 |
+
-10.915223 6.3066382 capillary endothelial cell TSPAN18
|
1041 |
+
4.7169895 7.255337 capillary endothelial cell ITPR3
|
1042 |
+
-10.9846 6.9674935 capillary endothelial cell HHEX
|
1043 |
+
-10.067372 6.2962284 capillary endothelial cell NPIPB5
|
1044 |
+
-6.2227926 9.469095 capillary endothelial cell RPS6KA2
|
1045 |
+
-11.3785305 7.1648145 capillary endothelial cell USP13
|
1046 |
+
-10.193112 6.5320306 capillary endothelial cell TSHZ2
|
1047 |
+
-10.444057 6.472311 capillary endothelial cell FSCN1
|
1048 |
+
-11.714314 7.605421 capillary endothelial cell NCOA3
|
1049 |
+
-11.368527 6.480007 capillary endothelial cell RAI2
|
1050 |
+
-9.773311 6.6306453 capillary endothelial cell IFITM2
|
1051 |
+
-10.681167 7.003776 capillary endothelial cell CPNE8
|
1052 |
+
-9.808622 6.457164 capillary endothelial cell FEZ2
|
1053 |
+
-5.5288672 8.932239 capillary endothelial cell JDP2
|
1054 |
+
-10.025984 7.3406925 capillary endothelial cell ARID5A
|
1055 |
+
-10.946662 7.0948215 capillary endothelial cell MYO6
|
1056 |
+
-4.1896358 -4.9432 capillary endothelial cell PRPSAP1
|
1057 |
+
-10.891753 7.3838544 capillary endothelial cell SLC14A1
|
1058 |
+
-11.516398 6.9568696 capillary endothelial cell PHLPP1
|
1059 |
+
-10.132119 7.141547 capillary endothelial cell CD74
|
1060 |
+
-11.633111 7.6919165 capillary endothelial cell TJP2
|
1061 |
+
-11.099375 7.1740823 capillary endothelial cell FGF2
|
1062 |
+
-10.677235 6.7395167 capillary endothelial cell STMN1
|
1063 |
+
-9.240288 6.3786607 capillary endothelial cell SULT1A2
|
1064 |
+
-11.199102 6.83656 capillary endothelial cell CCN1
|
1065 |
+
-11.859795 7.910441 capillary endothelial cell THSD7A
|
1066 |
+
-8.320559 6.4579673 capillary endothelial cell HNRNPH1
|
1067 |
+
-5.2909756 8.904367 capillary endothelial cell C21orf91
|
1068 |
+
-10.1378 6.6308236 capillary endothelial cell MYLK
|
1069 |
+
-11.507518 7.77072 capillary endothelial cell EFNA1
|
1070 |
+
-12.731117 6.9427533 capillary endothelial cell GRAP
|
1071 |
+
-9.582655 6.1962476 capillary endothelial cell DYNC1LI2
|
1072 |
+
-10.624897 6.7104645 capillary endothelial cell GADD45A
|
1073 |
+
-5.7354474 8.810594 capillary endothelial cell TTC19
|
1074 |
+
-12.18117 7.093139 capillary endothelial cell TPM4
|
1075 |
+
4.329956 7.48666 capillary endothelial cell PRDX1
|
1076 |
+
-10.780824 6.1965446 capillary endothelial cell HACE1
|
1077 |
+
-11.166576 7.040447 capillary endothelial cell RALA
|
1078 |
+
-1.9036103 -7.383257 capillary endothelial cell GATA3
|
1079 |
+
-11.088326 6.5153785 capillary endothelial cell MYO1E
|
1080 |
+
-11.218227 7.555381 capillary endothelial cell MEX3B
|
1081 |
+
-10.606155 7.006996 capillary endothelial cell S100A6
|
1082 |
+
-5.9410586 8.825633 capillary endothelial cell PTPN14
|
1083 |
+
-10.5112705 7.156591 capillary endothelial cell ATP1A1
|
1084 |
+
7.340334 6.615568 capillary endothelial cell TTLL10
|
1085 |
+
-7.335453 4.4580674 capillary endothelial cell DST
|
1086 |
+
-11.3943615 7.4214554 capillary endothelial cell FAM124A
|
1087 |
+
-3.9520068 -5.427758 capillary endothelial cell ICAM4
|
1088 |
+
-2.284021 -7.6296754 capillary endothelial cell SELE
|
1089 |
+
-9.469482 6.79552 capillary endothelial cell TEK
|
1090 |
+
-11.892393 7.9781823 capillary endothelial cell PITPNC1
|
1091 |
+
-10.850752 7.0508647 capillary endothelial cell BCAM
|
1092 |
+
-11.385264 7.817059 capillary endothelial cell RAVER2
|
1093 |
+
-10.73922 6.024385 capillary endothelial cell LTK
|
1094 |
+
-5.579654 9.142399 capillary endothelial cell PAK4
|
1095 |
+
-9.392024 6.5391603 capillary endothelial cell ARHGAP31
|
1096 |
+
-11.39967 7.461718 capillary endothelial cell HDGFL3
|
1097 |
+
-10.504116 6.9575014 capillary endothelial cell DUSP19
|
1098 |
+
-10.163846 6.4434032 capillary endothelial cell PTK2
|
1099 |
+
-10.546068 7.412053 capillary endothelial cell HLA-F
|
1100 |
+
-11.598119 7.4800143 capillary endothelial cell HSPA12B
|
1101 |
+
-11.154 6.985457 capillary endothelial cell ANXA2
|
1102 |
+
-10.810738 6.936804 capillary endothelial cell PRDM5
|
1103 |
+
-11.134096 5.916351 capillary endothelial cell NUAK1
|
1104 |
+
-10.553653 6.781318 capillary endothelial cell ZNF235
|
1105 |
+
-11.255933 8.009141 capillary endothelial cell MTA2
|
1106 |
+
-3.2295356 -6.806217 capillary endothelial cell USP18
|
1107 |
+
-11.2659855 7.394514 capillary endothelial cell HOXA5
|
1108 |
+
-11.212628 6.633708 capillary endothelial cell BAIAP2L1
|
1109 |
+
-6.266944 6.82586 capillary endothelial cell PLLP
|
1110 |
+
-11.935389 7.7246494 capillary endothelial cell CSNK2A3
|
1111 |
+
-11.512695 8.019766 capillary endothelial cell CAPZA2
|
1112 |
+
-10.648874 6.650989 capillary endothelial cell PSMB8
|
1113 |
+
-10.754717 7.147902 capillary endothelial cell MEF2C
|
1114 |
+
-11.885481 7.3955593 capillary endothelial cell STARD4
|
1115 |
+
-11.461017 6.4813848 capillary endothelial cell RTL8B
|
1116 |
+
-11.043802 6.918766 capillary endothelial cell STX11
|
1117 |
+
-11.652031 7.297821 capillary endothelial cell ROBO4
|
1118 |
+
5.791712 7.439073 capillary endothelial cell CEP68
|
1119 |
+
-10.680615 7.221354 capillary endothelial cell UBC
|
1120 |
+
-11.097347 6.267325 capillary endothelial cell EPHA2
|
1121 |
+
-5.9240284 7.3269715 capillary endothelial cell DNAJB1
|
1122 |
+
-10.593863 6.7606835 capillary endothelial cell SMAD6
|
1123 |
+
-9.891781 6.504064 capillary endothelial cell PPP1R13B
|
1124 |
+
-10.903987 7.5532627 capillary endothelial cell TCP1
|
1125 |
+
-4.4339705 8.646869 capillary endothelial cell GSE1
|
1126 |
+
-11.324188 7.255386 capillary endothelial cell PGRMC2
|
1127 |
+
-11.069314 7.8751183 capillary endothelial cell ERG
|
1128 |
+
-10.16454 6.473004 capillary endothelial cell PLCG1
|
1129 |
+
-11.485644 7.341678 capillary endothelial cell RPS6KA3
|
1130 |
+
-11.090312 7.0161705 capillary endothelial cell TSPAN15
|
1131 |
+
-11.661312 6.737358 capillary endothelial cell GNAQ
|
1132 |
+
-5.5805693 7.6293483 capillary endothelial cell PPP1R15A
|
1133 |
+
-11.065585 7.729123 capillary endothelial cell GLIS2
|
1134 |
+
-11.028718 7.2476444 capillary endothelial cell TNNC2
|
1135 |
+
-4.264124 8.601926 capillary endothelial cell RBP7
|
1136 |
+
-10.966262 7.225318 capillary endothelial cell KLF10
|
1137 |
+
-10.498273 7.5153513 capillary endothelial cell MYO10
|
1138 |
+
4.824887 7.3962 capillary endothelial cell ZNF608
|
1139 |
+
-11.622775 7.857268 capillary endothelial cell CASP10
|
1140 |
+
-11.351878 7.698908 capillary endothelial cell NBL1
|
1141 |
+
2.1180744 3.1401136 capillary endothelial cell DOCK4
|
1142 |
+
-10.671438 5.8804183 capillary endothelial cell PPM1F
|
1143 |
+
-10.914826 6.182775 capillary endothelial cell CLEC4M
|
1144 |
+
-9.226168 5.9795446 capillary endothelial cell ZNF559
|
1145 |
+
-11.574075 8.185167 capillary endothelial cell CCNYL1
|
1146 |
+
-4.7319646 8.646529 capillary endothelial cell KIAA1217
|
1147 |
+
-11.3341255 8.049185 capillary endothelial cell PNMT
|
1148 |
+
-5.36835 8.539937 capillary endothelial cell SLC35F6
|
1149 |
+
-11.781142 7.719725 capillary endothelial cell FAM189A2
|
1150 |
+
-11.359496 7.958777 capillary endothelial cell MEF2A
|
1151 |
+
-11.498284 8.0664015 capillary endothelial cell FAM174A
|
1152 |
+
-9.9427805 7.872192 capillary endothelial cell SCN3B
|
1153 |
+
-10.1326275 7.360628 capillary endothelial cell ECE1
|
1154 |
+
-10.002856 7.0370693 capillary endothelial cell LAMA3
|
1155 |
+
-11.3393 7.6359825 capillary endothelial cell KLF8
|
1156 |
+
-10.683083 5.451424 capillary endothelial cell EGLN2
|
1157 |
+
-11.248583 6.9032717 capillary endothelial cell UBR1
|
1158 |
+
-10.812988 6.177107 capillary endothelial cell TNFRSF1A
|
1159 |
+
-11.6531 7.811721 capillary endothelial cell NFKBIA
|
1160 |
+
-10.147646 7.2933216 capillary endothelial cell KCTD10
|
1161 |
+
-11.1429 6.1928577 capillary endothelial cell TMEM109
|
1162 |
+
-9.537107 6.0594172 capillary endothelial cell CACHD1
|
1163 |
+
-11.369462 7.806749 capillary endothelial cell SMTN
|
1164 |
+
-11.820801 7.761859 capillary endothelial cell FAM13C
|
1165 |
+
-10.784593 7.292923 capillary endothelial cell HLA-C
|
1166 |
+
-4.4661226 -3.7192266 capillary endothelial cell PTBP1
|
1167 |
+
-10.963444 7.481791 capillary endothelial cell RPH3AL
|
1168 |
+
-10.709737 6.7567782 capillary endothelial cell SLC30A7
|
1169 |
+
-10.116794 6.912578 capillary endothelial cell SOCS3
|
1170 |
+
-11.758182 7.4835935 capillary endothelial cell AFF1
|
1171 |
+
-11.254445 7.0184646 capillary endothelial cell TGM2
|
1172 |
+
-11.946296 6.9601235 capillary endothelial cell AVIL
|
1173 |
+
5.4261174 7.1814485 capillary endothelial cell TNF
|
1174 |
+
-11.821639 7.9726872 capillary endothelial cell HHIPL1
|
1175 |
+
0.5115048 0.3124396 capillary endothelial cell IDI2
|
1176 |
+
-9.651592 6.6431108 capillary endothelial cell STC2
|
1177 |
+
-9.91201 6.486432 capillary endothelial cell YWHAH
|
1178 |
+
-10.362744 6.6054306 capillary endothelial cell SOGA1
|
1179 |
+
-3.9046004 -5.053726 capillary endothelial cell EFNB1
|
1180 |
+
-10.704403 6.8839135 capillary endothelial cell DKKL1
|
1181 |
+
-12.365915 6.9234676 capillary endothelial cell PDS5B
|
1182 |
+
-11.499541 7.4227304 capillary endothelial cell MEOX2
|
1183 |
+
-11.284939 7.0519347 capillary endothelial cell LEPROT
|
1184 |
+
-10.963376 6.4001746 capillary endothelial cell RGS16
|
1185 |
+
-5.574931 8.651563 capillary endothelial cell NDUFA4L2
|
1186 |
+
-11.083172 7.4583 capillary endothelial cell DUSP5
|
1187 |
+
-11.20291 6.7331595 capillary endothelial cell GNB1
|
1188 |
+
-10.844612 6.9101233 capillary endothelial cell FHL1
|
1189 |
+
-10.950051 7.9241195 capillary endothelial cell IFI35
|
1190 |
+
-11.154586 7.6452284 capillary endothelial cell MYH2
|
1191 |
+
-10.750444 6.7004128 capillary endothelial cell PRKAR1B
|
1192 |
+
-2.3062477 -7.7337456 capillary endothelial cell IDO1
|
1193 |
+
-8.848629 6.180695 capillary endothelial cell ADCY4
|
1194 |
+
-11.284555 7.0139375 capillary endothelial cell TUBA1B
|
1195 |
+
-11.354302 7.6861773 capillary endothelial cell NCALD
|
1196 |
+
-2.0301297 -7.859059 capillary endothelial cell HRH1
|
1197 |
+
-11.627067 7.8698664 capillary endothelial cell PLA1A
|
1198 |
+
-11.51266 7.944237 capillary endothelial cell PDE2A
|
1199 |
+
-4.6293488 8.656896 capillary endothelial cell CDC42EP2
|
1200 |
+
-9.79058 6.864518 capillary endothelial cell BTNL9
|
1201 |
+
-11.750979 7.669715 capillary endothelial cell CTTNBP2NL
|
1202 |
+
5.5223002 7.363048 capillary endothelial cell PPP1R16B
|
1203 |
+
-10.586751 6.6718245 capillary endothelial cell KCNJ12
|
1204 |
+
-11.221417 7.667371 capillary endothelial cell ANKS1A
|
1205 |
+
-10.023486 6.710722 capillary endothelial cell FLT4
|
1206 |
+
-11.909321 7.6940784 capillary endothelial cell PRICKLE1
|
1207 |
+
-11.345889 7.8468986 capillary endothelial cell HOXB5
|
1208 |
+
-11.04179 7.652899 capillary endothelial cell SOX8
|
1209 |
+
-11.201841 6.3841248 capillary endothelial cell CPT1A
|
1210 |
+
-3.9026186 -4.8514757 capillary endothelial cell VEGFC
|
1211 |
+
-8.654065 6.53906 capillary endothelial cell CSRNP1
|
1212 |
+
-7.8660703 5.7862563 capillary endothelial cell CRY1
|
1213 |
+
-11.194303 6.9180875 capillary endothelial cell BST2
|
1214 |
+
-11.147863 6.8354716 capillary endothelial cell SFTPA1
|
1215 |
+
-11.196405 7.727047 capillary endothelial cell SOX13
|
1216 |
+
-6.5028596 9.419701 capillary endothelial cell KSR1
|
1217 |
+
-11.690931 7.7218204 capillary endothelial cell CLDN5
|
1218 |
+
-10.868465 7.529859 capillary endothelial cell ADM
|
1219 |
+
-8.294597 5.7471404 capillary endothelial cell CCL17
|
1220 |
+
-10.427657 6.750053 capillary endothelial cell TMSB4XP2
|
1221 |
+
-11.4096775 7.285064 capillary endothelial cell SLC12A7
|
1222 |
+
-11.6296 7.5274916 capillary endothelial cell FZD4
|
1223 |
+
-10.737695 6.8418865 capillary endothelial cell DNAJA1
|
1224 |
+
-5.9535875 8.446979 capillary endothelial cell INTS12
|
1225 |
+
-11.32575 7.815899 capillary endothelial cell ADAMTS4
|
1226 |
+
-10.798648 6.727282 capillary endothelial cell HOXB6
|
1227 |
+
-11.20351 6.4179525 capillary endothelial cell PTPRB
|
1228 |
+
-11.216432 6.8328576 capillary endothelial cell ZFP36L1
|
1229 |
+
-12.622877 6.784568 capillary endothelial cell TECPR1
|
1230 |
+
-10.845899 7.508109 capillary endothelial cell MYO5C
|
1231 |
+
-11.007535 6.5281253 capillary endothelial cell PTP4A3
|
1232 |
+
-11.177379 7.617559 capillary endothelial cell ZADH2
|
1233 |
+
-11.370116 7.949804 capillary endothelial cell EBF1
|
1234 |
+
-11.905839 7.694827 capillary endothelial cell CDC25B
|
1235 |
+
-11.063718 6.570422 capillary endothelial cell BAIAP2
|
1236 |
+
-10.843302 7.813385 capillary endothelial cell ABCG1
|
1237 |
+
-10.693069 6.8967524 capillary endothelial cell DLC1
|
1238 |
+
-12.049469 7.1598635 capillary endothelial cell GRB10
|
1239 |
+
-9.998694 7.215032 capillary endothelial cell VWF
|
1240 |
+
-4.434391 8.666833 capillary endothelial cell FER
|
1241 |
+
-8.323888 5.9335604 capillary endothelial cell RND1
|
1242 |
+
-10.932162 6.6015205 capillary endothelial cell ETS2
|
1243 |
+
-11.261468 7.252277 capillary endothelial cell CA8
|
1244 |
+
-9.95109 6.501821 capillary endothelial cell RAG1
|
1245 |
+
-11.125037 6.9729433 capillary endothelial cell CNOT6L
|
1246 |
+
-11.408244 7.1787353 capillary endothelial cell LGALS3
|
1247 |
+
-10.43933 6.540519 capillary endothelial cell PPP2R5A
|
1248 |
+
-9.545452 6.5883813 capillary endothelial cell MAPK11
|
1249 |
+
-11.647746 7.9008427 capillary endothelial cell AQP1
|
1250 |
+
7.228812 6.5273647 capillary endothelial cell FES
|
1251 |
+
-9.426754 6.8199563 capillary endothelial cell DPYSL3
|
1252 |
+
-10.645964 7.0261726 capillary endothelial cell STOX2
|
1253 |
+
-6.318872 9.349711 capillary endothelial cell PGS1
|
1254 |
+
-10.311254 6.271855 capillary endothelial cell GCOM1
|
1255 |
+
-12.18154 7.103895 capillary endothelial cell USHBP1
|
1256 |
+
-11.69052 7.8229747 capillary endothelial cell ZNF114
|
1257 |
+
-2.4346583 -6.4400535 capillary endothelial cell SLC10A6
|
1258 |
+
-13.142916 6.722646 capillary endothelial cell CHMP5
|
1259 |
+
-11.100748 7.307209 capillary endothelial cell CYFIP1
|
1260 |
+
-11.165249 7.254501 capillary endothelial cell CHN1
|
1261 |
+
-10.932666 7.3032737 capillary endothelial cell PDCL
|
1262 |
+
-9.683965 6.6198087 capillary endothelial cell PGBD1
|
1263 |
+
-10.152582 5.5212336 capillary endothelial cell ICAM2
|
1264 |
+
-10.693627 6.221015 capillary endothelial cell PRKD3
|
1265 |
+
-11.128082 6.12554 capillary endothelial cell JAG1
|
1266 |
+
-10.901419 7.5089583 capillary endothelial cell CTTN
|
1267 |
+
-11.499433 7.9965434 capillary endothelial cell TBC1D10A
|
1268 |
+
-11.121028 6.1574464 capillary endothelial cell RARB
|
1269 |
+
-11.15799 6.4592013 capillary endothelial cell KDR
|
1270 |
+
-11.449303 8.00351 capillary endothelial cell SRSF4
|
1271 |
+
-10.648284 7.170073 capillary endothelial cell NECTIN2
|
1272 |
+
-11.734372 7.834388 capillary endothelial cell LPCAT2
|
1273 |
+
-12.51964 7.1511035 capillary endothelial cell DGKH
|
1274 |
+
-10.061193 6.6726794 capillary endothelial cell PDLIM1
|
1275 |
+
-11.002764 7.224379 capillary endothelial cell IER3
|
1276 |
+
-9.4933195 6.6657605 capillary endothelial cell FAM177A1
|
1277 |
+
-11.031013 7.0566688 capillary endothelial cell SPTAN1
|
1278 |
+
-10.703327 6.5189204 capillary endothelial cell CAMK1
|
1279 |
+
-11.227733 6.6019387 capillary endothelial cell CFAP20
|
1280 |
+
-4.2719717 -5.488724 capillary endothelial cell FGFR1
|
1281 |
+
-9.957364 6.561166 capillary endothelial cell RHOC
|
1282 |
+
-11.152935 6.1120577 capillary endothelial cell CCNE2
|
1283 |
+
-6.6233335 9.737605 capillary endothelial cell EPHA4
|
1284 |
+
-11.505038 7.9639473 capillary endothelial cell FLI1
|
1285 |
+
-3.0406392 -6.885617 capillary endothelial cell GINM1
|
1286 |
+
-10.888204 6.766291 capillary endothelial cell PRKX
|
1287 |
+
-10.9568815 6.5126143 capillary endothelial cell ZCCHC10
|
1288 |
+
-10.945355 6.0597744 capillary endothelial cell VAMP3
|
1289 |
+
-9.771122 6.936618 capillary endothelial cell PPP2R5B
|
1290 |
+
0.48007914 0.87241364 capillary endothelial cell MYL12A
|
1291 |
+
-11.270672 7.1162724 capillary endothelial cell KIAA1549
|
1292 |
+
-10.87253 7.809078 capillary endothelial cell TAP1
|
1293 |
+
-10.9758835 6.5417476 capillary endothelial cell SSH1
|
1294 |
+
-11.189013 6.4626937 capillary endothelial cell LYVE1
|
1295 |
+
-11.166476 6.8463216 capillary endothelial cell GJC1
|
1296 |
+
-11.45221 7.504643 capillary endothelial cell TMEM132A
|
1297 |
+
-11.562042 7.9101872 capillary endothelial cell ATF3
|
1298 |
+
-11.7614355 7.2193522 capillary endothelial cell ESM1
|
1299 |
+
-11.719985 7.90049 capillary endothelial cell NR5A2
|
1300 |
+
-10.597673 6.6170135 capillary endothelial cell TLR4
|
1301 |
+
-10.466637 7.2816696 capillary endothelial cell INPP5K
|
1302 |
+
-7.8058043 6.174618 capillary endothelial cell DSTN
|
1303 |
+
-9.877866 7.038736 capillary endothelial cell SNAP23
|
1304 |
+
-5.4948645 8.860704 capillary endothelial cell CASP7
|
1305 |
+
-10.103669 7.1746683 capillary endothelial cell TRPM6
|
1306 |
+
-11.4855795 7.19657 capillary endothelial cell TMSB10
|
1307 |
+
-10.892091 7.6505766 capillary endothelial cell ABLIM1
|
1308 |
+
-11.085481 7.176272 capillary endothelial cell IQCJ-SCHIP1
|
1309 |
+
-9.586771 6.5749474 capillary endothelial cell CAVIN3
|
1310 |
+
-2.7444756 -7.518046 capillary endothelial cell BAZ2B
|
1311 |
+
-9.476152 6.647041 capillary endothelial cell NFAT5
|
1312 |
+
-9.294826 6.8383503 capillary endothelial cell RAB33B
|
1313 |
+
-10.562553 7.189515 capillary endothelial cell ELK3
|
1314 |
+
-12.112336 7.779716 capillary endothelial cell C1QTNF6
|
1315 |
+
-10.739871 6.410823 capillary endothelial cell TUBB2A
|
1316 |
+
-11.146316 6.3381896 capillary endothelial cell HES5
|
1317 |
+
-8.761082 6.064989 capillary endothelial cell CKM
|
1318 |
+
-11.304034 7.749832 capillary endothelial cell AKTIP
|
1319 |
+
-9.854614 6.9709396 capillary endothelial cell CLEC3B
|
1320 |
+
-4.5208163 9.235258 capillary endothelial cell TNMD
|
1321 |
+
-5.051704 8.398312 capillary endothelial cell TGFB3
|
1322 |
+
-10.77833 6.686623 capillary endothelial cell RFC3
|
1323 |
+
-8.895341 6.897239 capillary endothelial cell ATF2
|
1324 |
+
-11.406477 7.8792515 capillary endothelial cell BMPR2
|
1325 |
+
-10.222127 6.7312 capillary endothelial cell IGFBP3
|
1326 |
+
-11.411666 7.1949406 capillary endothelial cell HIP1R
|
1327 |
+
-11.470349 7.3445253 capillary endothelial cell ADGRG1
|
1328 |
+
-11.271661 7.4456477 capillary endothelial cell NOS2
|
1329 |
+
-11.06508 7.090807 capillary endothelial cell PLCB1
|
1330 |
+
-10.634487 6.684779 capillary endothelial cell ZSCAN18
|
1331 |
+
-11.28167 7.0160236 capillary endothelial cell CALD1
|
1332 |
+
-10.936328 7.2458053 capillary endothelial cell ZDHHC15
|
1333 |
+
-10.585262 6.517122 capillary endothelial cell EXOC6B
|
1334 |
+
-1.947931 -7.5437527 capillary endothelial cell MAOA
|
1335 |
+
-10.951589 7.251 capillary endothelial cell TMOD3
|
1336 |
+
-11.247006 6.58019 capillary endothelial cell RNF152
|
1337 |
+
-4.6250615 8.926917 capillary endothelial cell KCNJ10
|
1338 |
+
-11.269394 7.6665525 capillary endothelial cell RASAL2
|
1339 |
+
-8.336116 5.930861 capillary endothelial cell SYNE2
|
1340 |
+
-12.325531 7.082739 capillary endothelial cell JUN
|
1341 |
+
-10.482013 5.9480915 capillary endothelial cell NR4A1
|
1342 |
+
-11.272071 7.514471 capillary endothelial cell ITGA3
|
1343 |
+
-11.1007805 7.2764287 capillary endothelial cell HES1
|
1344 |
+
-3.1760159 -7.7701955 capillary endothelial cell IGF1R
|
1345 |
+
-11.057544 7.375353 capillary endothelial cell CHM
|
1346 |
+
-11.459503 7.307559 capillary endothelial cell CCN2
|
1347 |
+
-10.79656 7.4285502 capillary endothelial cell DUSP6
|
1348 |
+
-11.396148 7.20866 capillary endothelial cell CDC37
|
1349 |
+
-11.691721 7.5232806 capillary endothelial cell DNAJC14
|
1350 |
+
-3.4655325 -5.7882648 capillary endothelial cell HSPH1
|
1351 |
+
-11.846714 7.078663 capillary endothelial cell MARCKSL1
|
1352 |
+
-11.543299 7.786858 capillary endothelial cell CDC27
|
1353 |
+
-11.642853 6.974529 capillary endothelial cell EDN1
|
1354 |
+
-10.908565 6.9846005 capillary endothelial cell COL18A1
|
1355 |
+
-11.226014 6.959307 capillary endothelial cell GBP7
|
1356 |
+
-9.443475 6.465263 capillary endothelial cell NES
|
1357 |
+
-11.2546835 7.182658 capillary endothelial cell STX2
|
1358 |
+
-8.816734 6.0794563 capillary endothelial cell GADD45G
|
1359 |
+
-3.8988395 -5.589646 capillary endothelial cell BTNL8
|
1360 |
+
-4.597336 -5.712787 capillary endothelial cell MAPK3
|
1361 |
+
-10.916538 5.5486546 capillary endothelial cell IFIT1
|
1362 |
+
-11.015585 8.012702 capillary endothelial cell TMEM140
|
1363 |
+
-11.106238 6.9710774 capillary endothelial cell STOM
|
1364 |
+
-11.761783 7.6592016 capillary endothelial cell CRK
|
1365 |
+
-11.892809 7.5483375 capillary endothelial cell MFNG
|
1366 |
+
-4.6643624 -5.4244456 capillary endothelial cell SIN3B
|
1367 |
+
-11.506387 7.5476584 capillary endothelial cell MAFF
|
1368 |
+
-10.023649 5.148833 capillary endothelial cell PIK3R3
|
1369 |
+
-3.0441675 -7.6957927 capillary endothelial cell ERICH4
|
1370 |
+
-11.272521 6.6828175 capillary endothelial cell HDAC7
|
1371 |
+
-11.22592 6.955555 capillary endothelial cell PLXNA2
|
1372 |
+
-10.058828 7.1758256 capillary endothelial cell POLR2A
|
1373 |
+
-8.798584 5.9571266 capillary endothelial cell ICAM1
|
1374 |
+
-10.80745 7.3697195 capillary endothelial cell SLC44A1
|
1375 |
+
-11.276078 6.1731935 capillary endothelial cell ARHGAP26
|
1376 |
+
-10.573831 7.502854 capillary endothelial cell ZNF366
|
1377 |
+
-12.6774 6.8334484 capillary endothelial cell TAF9B
|
1378 |
+
-12.07639 7.2743793 capillary endothelial cell SHC2
|
1379 |
+
-2.1910849 -7.864103 capillary endothelial cell NLK
|
1380 |
+
-11.388241 6.4819984 capillary endothelial cell HLA-DRA
|
1381 |
+
-11.201883 6.6799035 capillary endothelial cell FGF12
|
1382 |
+
-11.470053 7.508222 capillary endothelial cell IQCN
|
1383 |
+
-10.15574 6.6765947 capillary endothelial cell DES
|
1384 |
+
-4.1016874 -4.312055 capillary endothelial cell FAXDC2
|
1385 |
+
-10.030262 7.0320683 capillary endothelial cell SORBS1
|
1386 |
+
-11.2577 7.7388334 capillary endothelial cell ACKR1
|
1387 |
+
-4.625785 8.630194 capillary endothelial cell FLOT1
|
1388 |
+
-10.513227 6.8199735 capillary endothelial cell EIF5A2
|
1389 |
+
-11.745381 7.6988945 capillary endothelial cell MCC
|
1390 |
+
-10.782848 6.5057306 capillary endothelial cell GNAI2
|
1391 |
+
-11.295471 6.415459 capillary endothelial cell PRKCE
|
1392 |
+
5.1170173 7.484232 capillary endothelial cell LDLR
|
1393 |
+
-2.6978323 -6.990187 capillary endothelial cell CYB5R3
|
1394 |
+
7.4922915 -0.8027695 capillary endothelial cell CSF3
|
1395 |
+
-5.596307 9.131869 capillary endothelial cell CDKN1A
|
data/cardiac_endothelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/cardiac_muscle_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/cd141-positive_myeloid_dendritic_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/cd1c-positive_myeloid_dendritic_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/cd24_neutrophil_embeddings.csv
ADDED
@@ -0,0 +1,1838 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
-5.014972 0.113826066 cd24 neutrophil NCOA7
|
3 |
+
-1.7997935 7.0658474 cd24 neutrophil ACTR3
|
4 |
+
-4.6229568 0.88779193 cd24 neutrophil GPLD1
|
5 |
+
-0.3915829 7.4394417 cd24 neutrophil CALM1
|
6 |
+
-3.1630187 5.331606 cd24 neutrophil ANKZF1
|
7 |
+
-5.227935 0.52596116 cd24 neutrophil FOS
|
8 |
+
-5.076826 1.9473096 cd24 neutrophil CYFIP2
|
9 |
+
-4.631121 3.3218102 cd24 neutrophil HSD17B12
|
10 |
+
-4.1662374 2.765043 cd24 neutrophil CCDC22
|
11 |
+
0.16200419 7.9591355 cd24 neutrophil LRRC4
|
12 |
+
-1.3694081 5.456 cd24 neutrophil SKA1
|
13 |
+
-4.5734835 3.4258776 cd24 neutrophil STAU2
|
14 |
+
-6.8034716 0.066193216 cd24 neutrophil SLC15A3
|
15 |
+
-4.906717 1.6456867 cd24 neutrophil RSKR
|
16 |
+
-1.9714153 6.397772 cd24 neutrophil GGA3
|
17 |
+
-4.295206 3.0969164 cd24 neutrophil IRAK4
|
18 |
+
-3.3479085 3.7015207 cd24 neutrophil ZFAND5
|
19 |
+
-4.762438 0.49981493 cd24 neutrophil GNB4
|
20 |
+
-4.2740755 1.3148623 cd24 neutrophil MAP3K11
|
21 |
+
-3.7683022 3.3638923 cd24 neutrophil THOC5
|
22 |
+
-0.36820114 9.500319 cd24 neutrophil ETF1
|
23 |
+
-4.891421 -0.4705371 cd24 neutrophil CANT1
|
24 |
+
-3.216861 3.8805735 cd24 neutrophil WIPI1
|
25 |
+
-2.3602257 6.87588 cd24 neutrophil PLCL2
|
26 |
+
-5.321276 0.2709457 cd24 neutrophil ZNF784
|
27 |
+
-4.718701 1.4864599 cd24 neutrophil ZFC3H1
|
28 |
+
-0.20157552 9.326969 cd24 neutrophil SLC35C2
|
29 |
+
-2.6354804 5.164401 cd24 neutrophil PNPLA2
|
30 |
+
-2.552314 5.9843106 cd24 neutrophil RCSD1
|
31 |
+
-5.699876 0.5436084 cd24 neutrophil SIPA1L2
|
32 |
+
0.21253431 9.242161 cd24 neutrophil BIRC2
|
33 |
+
-6.588579 -0.23696697 cd24 neutrophil B3GNT2
|
34 |
+
-2.1837273 6.5498323 cd24 neutrophil RAB11FIP4
|
35 |
+
-5.1852784 0.22043113 cd24 neutrophil PRKAA1
|
36 |
+
-6.1114025 0.14688903 cd24 neutrophil NLRC4
|
37 |
+
-2.954334 5.6407785 cd24 neutrophil PPP1CA
|
38 |
+
-7.903903 -1.1019607 cd24 neutrophil GSKIP
|
39 |
+
-4.857003 0.33218703 cd24 neutrophil MAST2
|
40 |
+
-3.4959414 1.9272802 cd24 neutrophil USP4
|
41 |
+
-2.4825315 5.895097 cd24 neutrophil ACAD8
|
42 |
+
-4.1555357 3.2588942 cd24 neutrophil JAK2
|
43 |
+
-6.2054014 -0.006930334 cd24 neutrophil GSK3B
|
44 |
+
-4.225966 2.804782 cd24 neutrophil ERCC6L
|
45 |
+
-5.6400127 0.8367146 cd24 neutrophil PARVG
|
46 |
+
-1.7048836 5.178821 cd24 neutrophil ATP5F1E
|
47 |
+
-2.6703374 4.4949646 cd24 neutrophil KLC1
|
48 |
+
-2.1403425 5.9202704 cd24 neutrophil CLASP1
|
49 |
+
-4.2497735 0.82209194 cd24 neutrophil SYN2
|
50 |
+
-4.8644605 1.0741261 cd24 neutrophil NKG7
|
51 |
+
-4.2823944 2.7736475 cd24 neutrophil CDC42
|
52 |
+
-4.813718 1.9244899 cd24 neutrophil ZXDC
|
53 |
+
-4.8535047 -0.67022866 cd24 neutrophil SGO2
|
54 |
+
-0.7482067 7.0497627 cd24 neutrophil DGKA
|
55 |
+
-3.6432345 1.2589837 cd24 neutrophil INTS3
|
56 |
+
-1.7315679 6.1542616 cd24 neutrophil MYO1F
|
57 |
+
-1.247852 6.4314704 cd24 neutrophil MEMO1
|
58 |
+
-4.395076 1.9718273 cd24 neutrophil HIPK2
|
59 |
+
-3.5111294 3.7134886 cd24 neutrophil DHTKD1
|
60 |
+
-7.5258956 -1.0206358 cd24 neutrophil PLIN3
|
61 |
+
-5.2732596 1.8643255 cd24 neutrophil RALGPS2
|
62 |
+
-5.600043 0.896279 cd24 neutrophil SHCBP1
|
63 |
+
-4.5844717 3.9480808 cd24 neutrophil PPM1A
|
64 |
+
-5.1187716 -0.22793867 cd24 neutrophil TGFA
|
65 |
+
-3.7696784 3.543803 cd24 neutrophil TLN1
|
66 |
+
-2.5840385 4.5638604 cd24 neutrophil NAV3
|
67 |
+
-6.44907 0.1315655 cd24 neutrophil LONP2
|
68 |
+
-1.9485645 5.29595 cd24 neutrophil FLNA
|
69 |
+
-0.2222588 8.792663 cd24 neutrophil CDCA7L
|
70 |
+
-3.544991 3.367669 cd24 neutrophil FOXO4
|
71 |
+
-4.8953605 0.12011219 cd24 neutrophil S100A9
|
72 |
+
-2.0923758 6.7761946 cd24 neutrophil TRAF3IP3
|
73 |
+
-0.5099712 7.6107545 cd24 neutrophil ATXN1
|
74 |
+
-3.0971627 4.2592573 cd24 neutrophil BIN3
|
75 |
+
-4.0525904 2.9424183 cd24 neutrophil PITPNM1
|
76 |
+
-6.667435 -0.23864023 cd24 neutrophil AP5B1
|
77 |
+
-5.0459046 -0.8996464 cd24 neutrophil ADD1
|
78 |
+
-3.402889 4.1531305 cd24 neutrophil DACH1
|
79 |
+
-0.9825777 6.203569 cd24 neutrophil JRK
|
80 |
+
-2.616576 6.3899384 cd24 neutrophil KIAA2026
|
81 |
+
-5.620913 -0.5807718 cd24 neutrophil RFLNB
|
82 |
+
-1.2088209 5.624849 cd24 neutrophil TIA1
|
83 |
+
-2.5235176 5.9229555 cd24 neutrophil SNRK
|
84 |
+
-4.7909403 0.8462151 cd24 neutrophil IGHA1
|
85 |
+
-0.13288534 8.89882 cd24 neutrophil ANKRD13A
|
86 |
+
-4.861203 0.79625046 cd24 neutrophil KCTD21
|
87 |
+
-3.9189575 3.3046646 cd24 neutrophil ACVR1B
|
88 |
+
-7.5650034 -0.95755374 cd24 neutrophil CITED4
|
89 |
+
-1.0753561 6.150417 cd24 neutrophil ORC2
|
90 |
+
-4.924972 2.5222657 cd24 neutrophil ZNF341
|
91 |
+
-6.135849 0.14370966 cd24 neutrophil ASB7
|
92 |
+
-3.0797281 5.717245 cd24 neutrophil RAB31
|
93 |
+
-0.59082705 7.2153206 cd24 neutrophil RIN3
|
94 |
+
-3.873454 0.7341758 cd24 neutrophil RAMACL
|
95 |
+
-6.0944552 0.025864694 cd24 neutrophil TEC
|
96 |
+
-3.842473 0.7505838 cd24 neutrophil LYL1
|
97 |
+
-4.8690476 0.7180501 cd24 neutrophil EIF2AK2
|
98 |
+
-1.2064728 6.6251354 cd24 neutrophil LIG3
|
99 |
+
-1.7684631 6.3272243 cd24 neutrophil ERLIN1
|
100 |
+
-3.8770585 2.2844317 cd24 neutrophil CHFR
|
101 |
+
-4.1893187 3.0018666 cd24 neutrophil CEP350
|
102 |
+
-5.7065454 1.3799782 cd24 neutrophil SP3
|
103 |
+
-3.088768 6.0112886 cd24 neutrophil USP49
|
104 |
+
-3.7727194 3.4142506 cd24 neutrophil KIDINS220
|
105 |
+
-3.97074 3.2141476 cd24 neutrophil DYSF
|
106 |
+
-6.3009095 0.89496344 cd24 neutrophil TBK1
|
107 |
+
-1.401405 5.0301914 cd24 neutrophil KMT2C
|
108 |
+
-4.226948 2.6781082 cd24 neutrophil RECQL5
|
109 |
+
-4.545386 2.5877924 cd24 neutrophil ACTN1
|
110 |
+
-2.2940097 6.4449453 cd24 neutrophil SCLT1
|
111 |
+
-2.6492026 3.8316402 cd24 neutrophil LIN7A
|
112 |
+
-5.735287 1.2749314 cd24 neutrophil DDX3X
|
113 |
+
0.66949034 8.132572 cd24 neutrophil RAB11FIP2
|
114 |
+
-3.626989 3.1188838 cd24 neutrophil KBTBD6
|
115 |
+
-6.547738 0.06999739 cd24 neutrophil CDC14A
|
116 |
+
-6.5358686 0.04152042 cd24 neutrophil USP34
|
117 |
+
-5.0309954 0.6102294 cd24 neutrophil PIK3CG
|
118 |
+
-7.7581663 -1.1003689 cd24 neutrophil BIK
|
119 |
+
-4.3301377 2.436296 cd24 neutrophil BSND
|
120 |
+
-7.916205 -0.92936933 cd24 neutrophil ETS1
|
121 |
+
-5.0807285 -0.014887793 cd24 neutrophil HK3
|
122 |
+
-3.4484272 4.682681 cd24 neutrophil LAMP2
|
123 |
+
-1.6153883 5.184165 cd24 neutrophil MAPKAPK2
|
124 |
+
-1.1342931 6.561598 cd24 neutrophil RIPOR2
|
125 |
+
-4.27603 2.3053951 cd24 neutrophil U2AF1L5
|
126 |
+
-2.5812664 4.5089993 cd24 neutrophil LYPLA1
|
127 |
+
-3.04067 6.3254895 cd24 neutrophil RANBP9
|
128 |
+
-1.9168785 6.94014 cd24 neutrophil TPX2
|
129 |
+
-5.0641356 -0.71092814 cd24 neutrophil FKBP1A
|
130 |
+
-7.064047 -0.41991407 cd24 neutrophil DDX39B
|
131 |
+
-2.0708163 5.76584 cd24 neutrophil HBB
|
132 |
+
-6.0735207 1.3098377 cd24 neutrophil ITPR2
|
133 |
+
-4.588438 0.521023 cd24 neutrophil KIAA0232
|
134 |
+
-1.7644019 5.984526 cd24 neutrophil PDLIM7
|
135 |
+
-2.2559886 6.459753 cd24 neutrophil FOLR3
|
136 |
+
-5.147265 0.5430435 cd24 neutrophil VPS33A
|
137 |
+
-7.0295258 -0.6844906 cd24 neutrophil EPB41
|
138 |
+
-1.0209305 7.682883 cd24 neutrophil CACNA1A
|
139 |
+
-1.9917135 6.9402585 cd24 neutrophil RBM47
|
140 |
+
-0.22729251 9.363483 cd24 neutrophil TBC1D1
|
141 |
+
-4.7933397 0.41391307 cd24 neutrophil P2RX1
|
142 |
+
-1.2937366 6.312989 cd24 neutrophil SYNJ1
|
143 |
+
-1.6049061 6.389825 cd24 neutrophil POLE
|
144 |
+
-1.0386163 6.0183697 cd24 neutrophil KDM2A
|
145 |
+
-2.9134712 4.0621467 cd24 neutrophil LAMTOR3
|
146 |
+
-5.5288982 1.5046917 cd24 neutrophil LMTK2
|
147 |
+
-5.1149654 -0.47152266 cd24 neutrophil FFAR2
|
148 |
+
-0.45186487 7.3255396 cd24 neutrophil DGKD
|
149 |
+
-5.8361144 0.3507094 cd24 neutrophil RREB1
|
150 |
+
-4.7949276 1.0378582 cd24 neutrophil VRK3
|
151 |
+
-0.23915887 9.51245 cd24 neutrophil TBL1XR1
|
152 |
+
-2.2068803 6.099762 cd24 neutrophil GYG1
|
153 |
+
-1.8145825 5.607199 cd24 neutrophil HNRNPU
|
154 |
+
-3.9975166 0.8673812 cd24 neutrophil CBL
|
155 |
+
-7.6015816 -0.6950016 cd24 neutrophil LSP1
|
156 |
+
-2.3628466 5.7515163 cd24 neutrophil ZNF398
|
157 |
+
-1.6070714 7.1077156 cd24 neutrophil MAP3K3
|
158 |
+
-1.7041221 6.198954 cd24 neutrophil RNF19B
|
159 |
+
-5.165877 -1.3921584 cd24 neutrophil LRRC8D
|
160 |
+
-0.16652583 8.373291 cd24 neutrophil DNTTIP1
|
161 |
+
-7.8219056 -0.71075404 cd24 neutrophil ALDH3B1
|
162 |
+
-5.531855 -1.3916459 cd24 neutrophil GABARAP
|
163 |
+
-2.6483784 4.1646137 cd24 neutrophil PEAK1
|
164 |
+
10.43715 -9.075212 cd24 neutrophil YME1L1
|
165 |
+
-3.2985413 1.534224 cd24 neutrophil DDX6
|
166 |
+
-1.4619144 3.9859438 cd24 neutrophil SETD1B
|
167 |
+
-4.3550334 2.9900634 cd24 neutrophil CHP1
|
168 |
+
0.82443005 7.960905 cd24 neutrophil VTA1
|
169 |
+
-4.898177 1.372293 cd24 neutrophil FERMT3
|
170 |
+
-5.3816705 -0.46271667 cd24 neutrophil SIPA1L1
|
171 |
+
-4.436974 2.7389998 cd24 neutrophil DNA2
|
172 |
+
-4.235408 2.3240435 cd24 neutrophil RNF44
|
173 |
+
-4.2909403 3.3038597 cd24 neutrophil ZNF276
|
174 |
+
-5.2762227 2.1812215 cd24 neutrophil TNKS2
|
175 |
+
-4.3442497 0.47144628 cd24 neutrophil ZBTB7A
|
176 |
+
-0.091372885 9.228121 cd24 neutrophil ZNF282
|
177 |
+
-4.539734 2.8155415 cd24 neutrophil CNN2
|
178 |
+
-4.3415256 2.4633312 cd24 neutrophil GALNS
|
179 |
+
-4.8205595 0.33171433 cd24 neutrophil CAPN3
|
180 |
+
-4.9359226 -0.7019105 cd24 neutrophil TBC1D5
|
181 |
+
-6.1990027 -0.11772104 cd24 neutrophil ABTB1
|
182 |
+
-6.6430883 -0.24959598 cd24 neutrophil TPM3
|
183 |
+
-4.1916385 2.5728643 cd24 neutrophil CNTRL
|
184 |
+
-5.2156515 0.40409026 cd24 neutrophil IDI1
|
185 |
+
-5.7662673 1.423288 cd24 neutrophil TANK
|
186 |
+
-1.2750537 6.9020467 cd24 neutrophil SYNE1
|
187 |
+
-1.7935877 6.890537 cd24 neutrophil BCL2A1
|
188 |
+
-4.547012 2.4293447 cd24 neutrophil MSS51
|
189 |
+
-4.514074 0.5850973 cd24 neutrophil PTK2B
|
190 |
+
-4.716473 -0.43208528 cd24 neutrophil TRIM39
|
191 |
+
0.18664376 8.427263 cd24 neutrophil LPAR2
|
192 |
+
-2.2057204 6.9033475 cd24 neutrophil ATXN7L1
|
193 |
+
-6.0742188 0.1857754 cd24 neutrophil GAPVD1
|
194 |
+
-0.7228973 7.073924 cd24 neutrophil PSG2
|
195 |
+
-4.4275002 2.6228805 cd24 neutrophil ACOX1
|
196 |
+
-1.1946504 5.6600013 cd24 neutrophil CEP97
|
197 |
+
-6.2791867 0.9069279 cd24 neutrophil OTULINL
|
198 |
+
-4.811988 2.2636569 cd24 neutrophil PIK3CD
|
199 |
+
-6.2858577 0.30238518 cd24 neutrophil KLF5
|
200 |
+
-6.67023 -0.23422213 cd24 neutrophil UBE3C
|
201 |
+
-5.022446 -0.9255844 cd24 neutrophil INPP1
|
202 |
+
-1.4608641 6.0821795 cd24 neutrophil OGDH
|
203 |
+
-2.042925 6.0022683 cd24 neutrophil PSAP
|
204 |
+
-6.4502373 -0.039075647 cd24 neutrophil NFAM1
|
205 |
+
-5.0562267 0.5281293 cd24 neutrophil PPP1R15B
|
206 |
+
-2.7545557 3.5433974 cd24 neutrophil COP1
|
207 |
+
-2.7029886 6.09587 cd24 neutrophil MID1IP1
|
208 |
+
-1.7016878 6.7973795 cd24 neutrophil AKIRIN2
|
209 |
+
-5.25775 -0.9201256 cd24 neutrophil UPF2
|
210 |
+
-8.203074 -1.3086661 cd24 neutrophil HNRNPLL
|
211 |
+
-4.261024 0.8865171 cd24 neutrophil CMTM7
|
212 |
+
-4.153465 1.0307425 cd24 neutrophil BNIP3L
|
213 |
+
-2.9241028 5.5065985 cd24 neutrophil STXBP3
|
214 |
+
-5.2460437 -1.7579799 cd24 neutrophil SPSB2
|
215 |
+
-6.4609027 0.51946664 cd24 neutrophil AP3S2
|
216 |
+
-3.271586 4.6397896 cd24 neutrophil PPP2R3C
|
217 |
+
-4.465659 1.7205181 cd24 neutrophil SH3BP2
|
218 |
+
-1.1758348 5.906019 cd24 neutrophil TMEM167B
|
219 |
+
-0.5561759 6.8131824 cd24 neutrophil UPP1
|
220 |
+
-3.617834 0.53037316 cd24 neutrophil CEP192
|
221 |
+
0.12240528 8.568695 cd24 neutrophil RAE1
|
222 |
+
-4.9387784 0.21508564 cd24 neutrophil FCHSD1
|
223 |
+
-3.86689 2.6596663 cd24 neutrophil CTSG
|
224 |
+
-2.740805 6.489335 cd24 neutrophil ABI1
|
225 |
+
-4.758561 0.15948953 cd24 neutrophil TAOK1
|
226 |
+
-4.526438 3.611533 cd24 neutrophil UGCG
|
227 |
+
-1.5690571 6.35009 cd24 neutrophil WSB1
|
228 |
+
-3.3252118 0.74261016 cd24 neutrophil EIF4G3
|
229 |
+
-0.98208284 7.639384 cd24 neutrophil NCOA2
|
230 |
+
-6.235302 0.022904085 cd24 neutrophil PLSCR1
|
231 |
+
-1.8824395 6.8830175 cd24 neutrophil CDC42EP3
|
232 |
+
-2.0021405 6.497122 cd24 neutrophil CD37
|
233 |
+
-1.8466271 5.5646353 cd24 neutrophil DOCK5
|
234 |
+
-7.1190834 -0.18935408 cd24 neutrophil IRF2
|
235 |
+
-4.0091696 3.3703797 cd24 neutrophil RAB24
|
236 |
+
-1.6470456 6.7775755 cd24 neutrophil NRDE2
|
237 |
+
-5.6676483 0.11886495 cd24 neutrophil PELI1
|
238 |
+
-4.575224 0.9199875 cd24 neutrophil VSIR
|
239 |
+
-3.3136737 3.3594716 cd24 neutrophil ARPC1B
|
240 |
+
-0.015030623 8.72486 cd24 neutrophil POGZ
|
241 |
+
-1.3881403 5.6002383 cd24 neutrophil WDFY3
|
242 |
+
0.104933225 8.636492 cd24 neutrophil PPP3CB
|
243 |
+
-5.179384 0.36379078 cd24 neutrophil SRGAP2
|
244 |
+
-5.1419945 0.685272 cd24 neutrophil HBM
|
245 |
+
-4.221107 0.84244186 cd24 neutrophil CCZ1
|
246 |
+
-2.5263062 4.6232123 cd24 neutrophil INSR
|
247 |
+
-1.7955667 5.5428095 cd24 neutrophil ZBTB34
|
248 |
+
0.013963088 8.860686 cd24 neutrophil SCAF11
|
249 |
+
-7.755588 -1.0256107 cd24 neutrophil ITGB2
|
250 |
+
-3.6166553 3.823782 cd24 neutrophil ADD3
|
251 |
+
-1.2946855 6.1768007 cd24 neutrophil NXPE3
|
252 |
+
-4.1317425 0.7453898 cd24 neutrophil TOR1B
|
253 |
+
-2.009488 6.187509 cd24 neutrophil KLHL6
|
254 |
+
-4.6688666 0.44868192 cd24 neutrophil RTN4
|
255 |
+
-3.7397075 4.1248727 cd24 neutrophil AP1G1
|
256 |
+
-1.5422528 5.776155 cd24 neutrophil RAD51D
|
257 |
+
-3.932868 3.2186506 cd24 neutrophil RNF138
|
258 |
+
-1.9374963 6.577906 cd24 neutrophil TAZ
|
259 |
+
-0.885563 7.5512085 cd24 neutrophil ARFGEF1
|
260 |
+
-1.2840197 5.777579 cd24 neutrophil DCAF10
|
261 |
+
-2.071747 6.7000513 cd24 neutrophil RAB4B
|
262 |
+
-1.3057089 6.1375623 cd24 neutrophil BAZ1A
|
263 |
+
-2.4755912 4.35855 cd24 neutrophil PTAFR
|
264 |
+
-2.8347573 6.6259265 cd24 neutrophil USP25
|
265 |
+
-7.011317 -0.49709472 cd24 neutrophil UNC13D
|
266 |
+
-4.785295 0.29259053 cd24 neutrophil ARMC7
|
267 |
+
-3.4092417 5.082457 cd24 neutrophil PLPPR2
|
268 |
+
-3.6730678 3.7532537 cd24 neutrophil MILR1
|
269 |
+
-4.2652707 0.8611137 cd24 neutrophil GSN
|
270 |
+
-3.7656457 1.2979724 cd24 neutrophil SKAP2
|
271 |
+
-5.107655 0.586065 cd24 neutrophil LRRN1
|
272 |
+
-6.408697 0.026012875 cd24 neutrophil ATP6AP1
|
273 |
+
-3.1577544 4.379551 cd24 neutrophil PAQR6
|
274 |
+
-2.9702005 3.80446 cd24 neutrophil RNF130
|
275 |
+
-1.9260894 6.981999 cd24 neutrophil TFE3
|
276 |
+
-4.9815636 0.5381299 cd24 neutrophil SHOC2
|
277 |
+
-3.7469032 4.1266026 cd24 neutrophil MCM8
|
278 |
+
-1.4949514 6.3445354 cd24 neutrophil MIS18BP1
|
279 |
+
-4.060011 2.615746 cd24 neutrophil FCGR3A
|
280 |
+
-4.387746 2.7624416 cd24 neutrophil TTPAL
|
281 |
+
-2.5135841 6.6405854 cd24 neutrophil MINDY1
|
282 |
+
-4.9784427 0.31789866 cd24 neutrophil TAF1
|
283 |
+
-3.1241238 4.421729 cd24 neutrophil NCF2
|
284 |
+
-4.096932 3.4997785 cd24 neutrophil ZFYVE16
|
285 |
+
-3.7105742 3.7828429 cd24 neutrophil RP1L1
|
286 |
+
-2.6113641 4.616136 cd24 neutrophil PAK2
|
287 |
+
-3.2049272 4.342526 cd24 neutrophil RCHY1
|
288 |
+
-4.4409285 -0.7530366 cd24 neutrophil ARMC8
|
289 |
+
-2.2624226 6.9111023 cd24 neutrophil ZNF384
|
290 |
+
-2.1063113 6.707278 cd24 neutrophil TADA2B
|
291 |
+
-4.520627 0.7883 cd24 neutrophil SAMSN1
|
292 |
+
-7.504281 -0.7586376 cd24 neutrophil HDAC4
|
293 |
+
-4.6025558 1.2554277 cd24 neutrophil ZNF516
|
294 |
+
-3.020865 4.2910924 cd24 neutrophil PIK3CA
|
295 |
+
-4.661098 2.9118767 cd24 neutrophil DNAJC13
|
296 |
+
-4.253164 1.0509472 cd24 neutrophil NSMCE2
|
297 |
+
0.017119467 7.7752533 cd24 neutrophil RPA4
|
298 |
+
-5.964572 0.63768613 cd24 neutrophil RNF166
|
299 |
+
-4.8879886 1.5353134 cd24 neutrophil FGR
|
300 |
+
-4.232796 2.8578773 cd24 neutrophil CNTROB
|
301 |
+
-2.7632263 4.3713923 cd24 neutrophil EXOC8
|
302 |
+
-3.7493596 0.7649541 cd24 neutrophil PTPRE
|
303 |
+
-4.031357 0.87218785 cd24 neutrophil WDR1
|
304 |
+
-1.1681762 6.0844674 cd24 neutrophil SULT1A3
|
305 |
+
-2.2879307 6.2890735 cd24 neutrophil RAF1
|
306 |
+
-8.041266 -1.1010954 cd24 neutrophil NINJ2
|
307 |
+
-3.2473042 6.2030945 cd24 neutrophil CXCL1
|
308 |
+
-1.3547179 5.4891176 cd24 neutrophil ATP7A
|
309 |
+
-6.4142456 -0.3145592 cd24 neutrophil CPNE2
|
310 |
+
-1.5506489 6.0952444 cd24 neutrophil CORO1A
|
311 |
+
-4.874384 -0.65911555 cd24 neutrophil PTPRC
|
312 |
+
-1.3604288 6.0182166 cd24 neutrophil MKI67
|
313 |
+
-3.4336817 5.8817677 cd24 neutrophil KCNJ15
|
314 |
+
-2.883664 4.2292347 cd24 neutrophil LRSAM1
|
315 |
+
-4.8247566 0.38984656 cd24 neutrophil KDM5A
|
316 |
+
-5.74741 0.16317873 cd24 neutrophil CLK4
|
317 |
+
-4.5131693 2.2594807 cd24 neutrophil CLC
|
318 |
+
0.14495079 8.910261 cd24 neutrophil SLC18A2
|
319 |
+
-6.4667478 -0.13456567 cd24 neutrophil C7orf25
|
320 |
+
-5.188846 -0.0949453 cd24 neutrophil RABGEF1
|
321 |
+
-1.5698602 6.37486 cd24 neutrophil LIN54
|
322 |
+
-2.110977 6.5524583 cd24 neutrophil MPO
|
323 |
+
-2.8596582 0.84102 cd24 neutrophil ITGAL
|
324 |
+
-8.965752 -1.4892803 cd24 neutrophil FLOT2
|
325 |
+
-4.3169446 0.74277365 cd24 neutrophil RGS18
|
326 |
+
-3.4626389 3.8802218 cd24 neutrophil NRIP1
|
327 |
+
-0.7591593 7.2930064 cd24 neutrophil PKN2
|
328 |
+
-1.6379396 6.9829106 cd24 neutrophil FYB1
|
329 |
+
-4.43288 1.0582285 cd24 neutrophil KMT2D
|
330 |
+
-4.45582 0.56001717 cd24 neutrophil HIPK3
|
331 |
+
-4.4244895 0.26504612 cd24 neutrophil RALGAPB
|
332 |
+
-1.5903227 5.861123 cd24 neutrophil NOTCH1
|
333 |
+
-2.8143468 4.7927074 cd24 neutrophil RRAGD
|
334 |
+
-6.4490323 -0.015302482 cd24 neutrophil SDCBP
|
335 |
+
-4.4500866 -0.15582773 cd24 neutrophil UBE4B
|
336 |
+
-2.2856154 6.4420867 cd24 neutrophil KPNA4
|
337 |
+
-4.2992134 0.5576578 cd24 neutrophil CD300LF
|
338 |
+
-5.1884484 0.3371712 cd24 neutrophil IRAK2
|
339 |
+
-3.417512 4.1932125 cd24 neutrophil RNF167
|
340 |
+
-3.2128515 4.0543 cd24 neutrophil HELZ2
|
341 |
+
-4.9649224 0.624259 cd24 neutrophil PTPN22
|
342 |
+
-3.1359007 6.4176993 cd24 neutrophil BMX
|
343 |
+
-0.8557069 6.832067 cd24 neutrophil ZNF354A
|
344 |
+
-5.2126565 0.45874092 cd24 neutrophil NUP153
|
345 |
+
-3.6410885 3.784499 cd24 neutrophil SP1
|
346 |
+
-5.2018323 0.19803138 cd24 neutrophil IFRD1
|
347 |
+
-4.1185803 0.8333226 cd24 neutrophil MCL1
|
348 |
+
-4.02111 2.6363623 cd24 neutrophil ATP2A3
|
349 |
+
-3.5972877 3.5903928 cd24 neutrophil ELANE
|
350 |
+
-4.3851957 3.023361 cd24 neutrophil MLKL
|
351 |
+
-2.3750706 5.0467176 cd24 neutrophil ITPRID2
|
352 |
+
-0.9856894 6.650621 cd24 neutrophil YWHAB
|
353 |
+
0.5694479 8.021324 cd24 neutrophil ARPC3
|
354 |
+
-4.4176483 2.7564802 cd24 neutrophil ARMT1
|
355 |
+
-0.5667132 7.4516826 cd24 neutrophil MEFV
|
356 |
+
-6.491143 -0.49843702 cd24 neutrophil USP33
|
357 |
+
-2.8710296 6.253042 cd24 neutrophil WASHC4
|
358 |
+
-6.3133326 -0.31389955 cd24 neutrophil TICAM2
|
359 |
+
-1.2772546 6.4665813 cd24 neutrophil PHKA2
|
360 |
+
-2.4900813 6.9715395 cd24 neutrophil ASAP1
|
361 |
+
-4.1335363 4.2215524 cd24 neutrophil DNASE1
|
362 |
+
-7.543759 -0.7644538 cd24 neutrophil NFE2
|
363 |
+
-4.7794333 1.5153643 cd24 neutrophil PECAM1
|
364 |
+
-7.9001207 -1.3011597 cd24 neutrophil MXD1
|
365 |
+
-4.7838445 1.3242214 cd24 neutrophil SYK
|
366 |
+
-2.770791 5.7095766 cd24 neutrophil TLR8
|
367 |
+
-6.277299 0.1812776 cd24 neutrophil TET2
|
368 |
+
-2.9610374 6.6022024 cd24 neutrophil RELCH
|
369 |
+
-5.746569 -6.927909 cd24 neutrophil PDCD10
|
370 |
+
-4.4616776 1.671935 cd24 neutrophil CEACAM6
|
371 |
+
-4.265369 1.1162997 cd24 neutrophil PLAC8
|
372 |
+
0.25970694 7.731283 cd24 neutrophil RAB11FIP1
|
373 |
+
-2.690728 6.354757 cd24 neutrophil ACTR2
|
374 |
+
-4.6939664 2.801677 cd24 neutrophil TSNAX
|
375 |
+
-2.4506564 5.104492 cd24 neutrophil ZNF148
|
376 |
+
-5.2111225 0.4118493 cd24 neutrophil BLZF1
|
377 |
+
-3.980428 3.3224747 cd24 neutrophil MSL2
|
378 |
+
-1.28872 6.6253576 cd24 neutrophil CELF2
|
379 |
+
-1.4568774 7.0971766 cd24 neutrophil CCDC88C
|
380 |
+
-6.764029 -0.19064991 cd24 neutrophil RGS19
|
381 |
+
-1.1963006 6.3239427 cd24 neutrophil DAPK1
|
382 |
+
-6.152333 -0.075650476 cd24 neutrophil ARHGEF18
|
383 |
+
-3.867941 0.82212275 cd24 neutrophil APPL2
|
384 |
+
-1.8724824 5.6781807 cd24 neutrophil S100A4
|
385 |
+
-1.8031762 6.772923 cd24 neutrophil UBE2F
|
386 |
+
-6.460349 0.26249433 cd24 neutrophil KANSL1
|
387 |
+
-2.3306906 6.1518445 cd24 neutrophil HECW2
|
388 |
+
-3.0430324 4.3551035 cd24 neutrophil TAPBP
|
389 |
+
-1.9798146 6.616856 cd24 neutrophil CSGALNACT2
|
390 |
+
-3.1547983 1.839211 cd24 neutrophil EVI2B
|
391 |
+
-2.516721 6.7799582 cd24 neutrophil NDEL1
|
392 |
+
-2.6153333 5.892731 cd24 neutrophil UBE2W
|
393 |
+
-3.554557 3.5925639 cd24 neutrophil DBP
|
394 |
+
-5.529053 -0.73977554 cd24 neutrophil MMP9
|
395 |
+
-4.414993 0.68365234 cd24 neutrophil ARAP3
|
396 |
+
-2.5570617 6.0909915 cd24 neutrophil CYBB
|
397 |
+
-0.97786325 6.168966 cd24 neutrophil WIPF1
|
398 |
+
-2.0055537 6.7489123 cd24 neutrophil GCC1
|
399 |
+
-4.779936 -0.32467276 cd24 neutrophil BEST1
|
400 |
+
-4.367437 2.069102 cd24 neutrophil CCNK
|
401 |
+
-5.8065696 0.22893736 cd24 neutrophil SCN5A
|
402 |
+
-6.8362093 -0.33249208 cd24 neutrophil CCNG2
|
403 |
+
-4.610835 0.39992017 cd24 neutrophil MPP1
|
404 |
+
-2.925259 2.3730807 cd24 neutrophil CDKL5
|
405 |
+
-2.6764765 4.638922 cd24 neutrophil SLC16A3
|
406 |
+
-6.9655695 1.5890502 cd24 neutrophil TREM1
|
407 |
+
-6.095256 0.1818671 cd24 neutrophil EPX
|
408 |
+
-4.10828 0.52839 cd24 neutrophil CABIN1
|
409 |
+
-4.9211135 -0.68170667 cd24 neutrophil PLEKHM1
|
410 |
+
-2.3880503 4.6796327 cd24 neutrophil ANKRD11
|
411 |
+
-4.5631084 2.0457418 cd24 neutrophil SCYL2
|
412 |
+
0.766995 8.003606 cd24 neutrophil MTF2
|
413 |
+
-4.7185884 0.76186234 cd24 neutrophil M1AP
|
414 |
+
-3.5273402 4.9150605 cd24 neutrophil DOK3
|
415 |
+
-5.523725 0.06974881 cd24 neutrophil RPH3A
|
416 |
+
-3.7730565 3.4311514 cd24 neutrophil CAMKK2
|
417 |
+
-2.4793198 6.6667924 cd24 neutrophil TIRAP
|
418 |
+
-1.7193441 7.1299534 cd24 neutrophil CYBC1
|
419 |
+
-4.28402 2.2973347 cd24 neutrophil SYTL1
|
420 |
+
-5.125409 -0.5854911 cd24 neutrophil IKZF1
|
421 |
+
-4.402606 2.580349 cd24 neutrophil UHRF1
|
422 |
+
-4.4167995 2.8811336 cd24 neutrophil ANKRD44
|
423 |
+
-4.814083 0.40954342 cd24 neutrophil BACH1
|
424 |
+
-5.894111 0.01801036 cd24 neutrophil SMG1
|
425 |
+
-3.3961058 4.006697 cd24 neutrophil PSTPIP2
|
426 |
+
-3.2441907 6.118041 cd24 neutrophil TRAF1
|
427 |
+
-5.1835437 -1.1422529 cd24 neutrophil LTN1
|
428 |
+
-3.169459 5.9048805 cd24 neutrophil ENTPD4
|
429 |
+
-1.3693482 6.7481728 cd24 neutrophil S100A12
|
430 |
+
-2.6303587 3.993128 cd24 neutrophil APH1B
|
431 |
+
-1.4338356 6.241803 cd24 neutrophil PSEN1
|
432 |
+
-1.0367109 7.428895 cd24 neutrophil GRB2
|
433 |
+
-4.6709423 2.5556915 cd24 neutrophil ATP6V0B
|
434 |
+
-5.757686 1.4394057 cd24 neutrophil ARID2
|
435 |
+
-6.7222753 -0.2618225 cd24 neutrophil HSPA1L
|
436 |
+
-2.3169112 6.290683 cd24 neutrophil CSK
|
437 |
+
-4.2649665 2.4242015 cd24 neutrophil FCHSD2
|
438 |
+
-1.8319466 6.7058864 cd24 neutrophil UBA3
|
439 |
+
-4.7764463 0.6419291 cd24 neutrophil KCNAB2
|
440 |
+
-6.086099 0.2764423 cd24 neutrophil LTF
|
441 |
+
-1.8888133 7.0015297 cd24 neutrophil STAT5B
|
442 |
+
-1.2103318 6.2890477 cd24 neutrophil HLA-B
|
443 |
+
-4.171467 0.20881838 cd24 neutrophil CBFA2T2
|
444 |
+
-4.7806625 0.3805712 cd24 neutrophil ARHGAP27
|
445 |
+
-2.524777 5.016447 cd24 neutrophil TNFRSF1B
|
446 |
+
-3.1712983 4.2310724 cd24 neutrophil GAB2
|
447 |
+
-3.5906174 3.8741477 cd24 neutrophil EHD1
|
448 |
+
-0.75387025 6.9312544 cd24 neutrophil GIT2
|
449 |
+
-1.1924392 6.358958 cd24 neutrophil RNASEL
|
450 |
+
-0.086179174 7.393104 cd24 neutrophil RFFL
|
451 |
+
-5.0626445 -1.4023613 cd24 neutrophil KIF13A
|
452 |
+
-7.1514926 -0.47351336 cd24 neutrophil FNDC3B
|
453 |
+
-3.1657891 5.0936384 cd24 neutrophil PKP4
|
454 |
+
-6.992549 -0.89858806 cd24 neutrophil PIP5K1B
|
455 |
+
-1.5258586 6.6093664 cd24 neutrophil IPMK
|
456 |
+
-4.399681 0.7389584 cd24 neutrophil PHF8
|
457 |
+
-4.568702 0.9944087 cd24 neutrophil MMADHC
|
458 |
+
-4.6682405 1.5982288 cd24 neutrophil DIP2A
|
459 |
+
-3.402575 3.325368 cd24 neutrophil WAPL
|
460 |
+
-4.787153 -0.12167222 cd24 neutrophil SACM1L
|
461 |
+
-2.0156326 5.1047573 cd24 neutrophil NEK7
|
462 |
+
-3.515517 4.2146454 cd24 neutrophil KPNA1
|
463 |
+
-5.878808 1.3024698 cd24 neutrophil ATP6V1A
|
464 |
+
-0.65313524 7.1457853 cd24 neutrophil NPEPPS
|
465 |
+
-1.6686888 7.081203 cd24 neutrophil ATP6V1E1
|
466 |
+
-6.4547443 0.3099865 cd24 neutrophil RAB5B
|
467 |
+
-0.028019879 7.9467497 cd24 neutrophil ERBIN
|
468 |
+
-4.767464 0.42075107 cd24 neutrophil RBSN
|
469 |
+
-5.229185 -0.85159975 cd24 neutrophil RBM33
|
470 |
+
-1.895694 7.1798167 cd24 neutrophil TCEANC2
|
471 |
+
-0.04967637 8.1022835 cd24 neutrophil CHD7
|
472 |
+
-8.260923 -1.5219358 cd24 neutrophil ZNF655
|
473 |
+
-2.4314344 4.623745 cd24 neutrophil SNX20
|
474 |
+
-3.981728 3.5094995 cd24 neutrophil LBR
|
475 |
+
-2.0456026 6.949596 cd24 neutrophil MFSD14B
|
476 |
+
-3.1222763 4.0344343 cd24 neutrophil SLC4A1AP
|
477 |
+
-0.56160766 7.4028654 cd24 neutrophil RBM5
|
478 |
+
-5.134141 0.5601575 cd24 neutrophil ANXA11
|
479 |
+
-5.9187813 1.0075173 cd24 neutrophil BRCA1
|
480 |
+
-4.772919 0.48166737 cd24 neutrophil ACAP1
|
481 |
+
-3.1169684 3.7681055 cd24 neutrophil CGGBP1
|
482 |
+
-2.2934809 4.5745015 cd24 neutrophil RASGRP1
|
483 |
+
-0.48680115 7.1800995 cd24 neutrophil NR2E1
|
484 |
+
-2.9533038 6.429737 cd24 neutrophil AATK
|
485 |
+
-0.97846305 6.557233 cd24 neutrophil CHMP3
|
486 |
+
-1.7996119 5.054112 cd24 neutrophil CSMD1
|
487 |
+
-4.9673924 0.33893806 cd24 neutrophil NCOR1
|
488 |
+
-1.6985066 4.5936103 cd24 neutrophil INCENP
|
489 |
+
0.18746415 8.292494 cd24 neutrophil RAB8B
|
490 |
+
-5.0911527 1.8450364 cd24 neutrophil GRAMD1A
|
491 |
+
-4.1990814 3.134663 cd24 neutrophil UGGT1
|
492 |
+
-2.043222 3.455773 cd24 neutrophil UGP2
|
493 |
+
-3.8695693 1.1005079 cd24 neutrophil ZNF518A
|
494 |
+
-2.7596853 5.4357095 cd24 neutrophil DAZAP2
|
495 |
+
-0.30606195 7.9256063 cd24 neutrophil SAG
|
496 |
+
-4.529244 1.8553904 cd24 neutrophil TUBGCP3
|
497 |
+
-1.5877291 6.692855 cd24 neutrophil TAOK3
|
498 |
+
-4.37804 3.2505052 cd24 neutrophil STRN
|
499 |
+
-4.5212097 0.25493297 cd24 neutrophil FAM214B
|
500 |
+
-1.3986691 6.0714493 cd24 neutrophil TGOLN2
|
501 |
+
-2.2994998 4.967438 cd24 neutrophil CDK19
|
502 |
+
-2.4909587 5.397534 cd24 neutrophil TAB3
|
503 |
+
-4.821241 1.1286141 cd24 neutrophil HK2
|
504 |
+
-7.5071363 -0.4333371 cd24 neutrophil FOXM1
|
505 |
+
-3.557969 1.7421583 cd24 neutrophil AREL1
|
506 |
+
-6.9327703 -0.69166833 cd24 neutrophil PLCG2
|
507 |
+
-5.082229 -0.38457644 cd24 neutrophil MYB
|
508 |
+
-3.881725 1.1852983 cd24 neutrophil HGF
|
509 |
+
-3.4020948 4.715444 cd24 neutrophil PLCL1
|
510 |
+
-1.68078 6.6687675 cd24 neutrophil GRIPAP1
|
511 |
+
-0.9310061 7.0811563 cd24 neutrophil FBXW2
|
512 |
+
-4.5805492 0.191418 cd24 neutrophil WBP4
|
513 |
+
-1.9244547 6.6407204 cd24 neutrophil ZC3H10
|
514 |
+
-1.2300225 6.6158137 cd24 neutrophil CXCR4
|
515 |
+
-3.2385793 3.7461603 cd24 neutrophil COTL1
|
516 |
+
-5.1296334 0.37859204 cd24 neutrophil MYD88
|
517 |
+
-0.15944548 8.13151 cd24 neutrophil ATG3
|
518 |
+
-6.232816 -0.11622359 cd24 neutrophil IL1RN
|
519 |
+
-4.80448 0.49785513 cd24 neutrophil KCNC4
|
520 |
+
-7.465662 -1.1097693 cd24 neutrophil ARHGAP45
|
521 |
+
-4.999254 -0.98930454 cd24 neutrophil SF1
|
522 |
+
-1.245391 5.924727 cd24 neutrophil KDM5B
|
523 |
+
-6.7188864 -0.3663278 cd24 neutrophil SULT1A1
|
524 |
+
-3.5246625 4.181112 cd24 neutrophil SERPINA1
|
525 |
+
-2.2621615 5.428938 cd24 neutrophil CAMK2G
|
526 |
+
-2.969722 4.1861234 cd24 neutrophil RBM7
|
527 |
+
-6.192933 0.35135055 cd24 neutrophil SRGN
|
528 |
+
-3.1234925 4.477881 cd24 neutrophil SLC22A14
|
529 |
+
-1.4350092 5.967399 cd24 neutrophil HSH2D
|
530 |
+
-3.5866938 3.3148117 cd24 neutrophil TNFRSF10A
|
531 |
+
-0.2763029 8.289798 cd24 neutrophil ZNF217
|
532 |
+
-0.40625498 8.594794 cd24 neutrophil DUSP18
|
533 |
+
-4.130002 0.87223434 cd24 neutrophil EMSY
|
534 |
+
-2.7132308 1.053495 cd24 neutrophil BICRAL
|
535 |
+
-6.7143865 -0.22525167 cd24 neutrophil GDI1
|
536 |
+
-1.9304575 6.4733295 cd24 neutrophil CACNA1E
|
537 |
+
-1.9654249 6.4502726 cd24 neutrophil CD46
|
538 |
+
-3.1512165 5.8250647 cd24 neutrophil RASSF3
|
539 |
+
-2.5417106 4.061294 cd24 neutrophil USF3
|
540 |
+
-1.7198594 7.187757 cd24 neutrophil CYTH1
|
541 |
+
-5.311982 0.94000757 cd24 neutrophil PKM
|
542 |
+
-3.907152 0.9568311 cd24 neutrophil ADAM9
|
543 |
+
0.17068174 8.606341 cd24 neutrophil RALB
|
544 |
+
-2.3293025 5.345666 cd24 neutrophil IRF1
|
545 |
+
-4.6337233 0.29110125 cd24 neutrophil GMCL1
|
546 |
+
-2.9494298 6.4151287 cd24 neutrophil SPTLC1
|
547 |
+
-4.4767065 1.6012917 cd24 neutrophil NBN
|
548 |
+
-4.7953568 1.625007 cd24 neutrophil MANSC1
|
549 |
+
-0.98656493 7.259308 cd24 neutrophil SNX18
|
550 |
+
-2.1193264 5.2171106 cd24 neutrophil FANCD2
|
551 |
+
-4.449082 2.5310202 cd24 neutrophil ARHGEF2
|
552 |
+
-3.5739083 3.7802644 cd24 neutrophil PAXBP1
|
553 |
+
-0.4742371 7.0542626 cd24 neutrophil CREB5
|
554 |
+
-0.19509335 9.277637 cd24 neutrophil ATM
|
555 |
+
-2.0568058 6.519518 cd24 neutrophil NUP50
|
556 |
+
-1.6803857 6.0469747 cd24 neutrophil NECAB1
|
557 |
+
-4.5684896 1.7150671 cd24 neutrophil MYADM
|
558 |
+
-5.066879 -0.8614384 cd24 neutrophil MBTD1
|
559 |
+
-1.1283185 6.1148143 cd24 neutrophil PPP4R2
|
560 |
+
-1.914429 6.331329 cd24 neutrophil MTM1
|
561 |
+
-1.6955392 6.85766 cd24 neutrophil SAMD8
|
562 |
+
-8.994 -1.5615395 cd24 neutrophil SUSD3
|
563 |
+
-7.517504 -0.62096703 cd24 neutrophil BCAS3
|
564 |
+
-7.082015 -0.43386966 cd24 neutrophil LARP4B
|
565 |
+
-4.6467376 2.682649 cd24 neutrophil EXOC3
|
566 |
+
-8.031786 -1.086921 cd24 neutrophil AP4E1
|
567 |
+
-5.1199784 1.5624495 cd24 neutrophil SPEN
|
568 |
+
-2.1598845 5.437066 cd24 neutrophil NAMPT
|
569 |
+
-4.382636 3.340996 cd24 neutrophil NRXN1
|
570 |
+
-3.0288532 3.7377057 cd24 neutrophil MAP1LC3B
|
571 |
+
-4.5732307 1.189457 cd24 neutrophil DEFA1
|
572 |
+
-2.8431656 3.9765072 cd24 neutrophil LTB4R
|
573 |
+
-0.41008496 6.3318253 cd24 neutrophil RBM11
|
574 |
+
-1.7199111 5.3972673 cd24 neutrophil CHD3
|
575 |
+
-5.850875 0.29247978 cd24 neutrophil NCF4
|
576 |
+
0.017781358 9.142395 cd24 neutrophil KIF15
|
577 |
+
-2.4546003 4.359432 cd24 neutrophil KIAA1958
|
578 |
+
-2.7230465 6.0329685 cd24 neutrophil WTAP
|
579 |
+
-6.4130373 1.3570356 cd24 neutrophil TBC1D8
|
580 |
+
0.13881361 -1.2537538 cd24 neutrophil PDE1B
|
581 |
+
-0.75396574 7.465094 cd24 neutrophil LCP1
|
582 |
+
-0.8808251 7.5617623 cd24 neutrophil ASH2L
|
583 |
+
-3.7514384 2.9399068 cd24 neutrophil MLC1
|
584 |
+
-1.8604536 5.2331653 cd24 neutrophil VPS9D1
|
585 |
+
-7.7384944 -1.2098808 cd24 neutrophil PPP3R1
|
586 |
+
-1.702309 6.599854 cd24 neutrophil FKBP15
|
587 |
+
-0.7634112 8.398397 cd24 neutrophil TMLHE
|
588 |
+
10.328092 -9.095097 cd24 neutrophil MSN
|
589 |
+
-4.0576806 0.840324 cd24 neutrophil PAQR8
|
590 |
+
-4.810902 0.25992468 cd24 neutrophil KCND1
|
591 |
+
-4.637464 0.6624004 cd24 neutrophil DEF6
|
592 |
+
-6.0207667 1.0410007 cd24 neutrophil PPP4C
|
593 |
+
-1.7920475 6.639979 cd24 neutrophil FAM209A
|
594 |
+
-0.6764288 6.9818106 cd24 neutrophil ARPC4
|
595 |
+
-1.8390357 6.9264817 cd24 neutrophil SERPINB8
|
596 |
+
-6.005021 0.2586167 cd24 neutrophil ORAI1
|
597 |
+
-0.0753084 7.981311 cd24 neutrophil ZNF33A
|
598 |
+
-8.115227 -1.3057619 cd24 neutrophil OGT
|
599 |
+
-0.7014255 6.88409 cd24 neutrophil FGF13
|
600 |
+
-4.423253 2.8873777 cd24 neutrophil RASSF5
|
601 |
+
-3.9728622 3.5403202 cd24 neutrophil CORO2A
|
602 |
+
-1.162586 6.0476093 cd24 neutrophil CFAP58
|
603 |
+
-1.1697648 5.9401107 cd24 neutrophil NAV2
|
604 |
+
-0.6457217 7.334521 cd24 neutrophil MBNL1
|
605 |
+
-1.4574187 6.7585516 cd24 neutrophil CAMTA2
|
606 |
+
-4.1346006 0.34990025 cd24 neutrophil RAB27A
|
607 |
+
-1.5586345 6.867022 cd24 neutrophil RB1CC1
|
608 |
+
-4.8925953 0.76042616 cd24 neutrophil TTLL12
|
609 |
+
-4.7244644 0.65732145 cd24 neutrophil ITGAM
|
610 |
+
-1.8334819 6.873226 cd24 neutrophil MAP2K1
|
611 |
+
-4.981856 -1.1415545 cd24 neutrophil TDRD7
|
612 |
+
-4.704228 1.2711648 cd24 neutrophil EIF4ENIF1
|
613 |
+
10.346862 -8.904591 cd24 neutrophil RHOF
|
614 |
+
-0.15552324 9.519613 cd24 neutrophil DCAF6
|
615 |
+
-2.2251897 5.910323 cd24 neutrophil RAB3D
|
616 |
+
-1.8529824 6.8856287 cd24 neutrophil UBR2
|
617 |
+
-0.20035398 8.54265 cd24 neutrophil SNTB2
|
618 |
+
-4.963033 0.69918525 cd24 neutrophil ANXA1
|
619 |
+
-1.8712146 5.7024736 cd24 neutrophil DCUN1D2
|
620 |
+
-0.09160267 7.6479173 cd24 neutrophil MUS81
|
621 |
+
-4.6442304 0.3436889 cd24 neutrophil HSDL2
|
622 |
+
-4.9546027 0.07034154 cd24 neutrophil GALC
|
623 |
+
-4.537089 -0.6675689 cd24 neutrophil CTBP2
|
624 |
+
-1.018631 6.5194726 cd24 neutrophil MSRB1
|
625 |
+
-3.633922 5.966165 cd24 neutrophil PCNX1
|
626 |
+
-2.9437175 1.6654214 cd24 neutrophil TMX4
|
627 |
+
-1.7626015 6.8630376 cd24 neutrophil YOD1
|
628 |
+
-0.30288368 7.64923 cd24 neutrophil SLC38A2
|
629 |
+
-7.3238173 -0.8906518 cd24 neutrophil HCK
|
630 |
+
-1.0346286 3.6807625 cd24 neutrophil GMFB
|
631 |
+
-1.9468473 5.4222503 cd24 neutrophil MYL6
|
632 |
+
-1.037166 6.4691916 cd24 neutrophil PLAUR
|
633 |
+
-5.6082625 1.0925736 cd24 neutrophil MPPE1
|
634 |
+
-4.0287604 0.4551172 cd24 neutrophil ABHD5
|
635 |
+
-5.5733333 0.19664478 cd24 neutrophil SELL
|
636 |
+
-0.19993727 8.529758 cd24 neutrophil HBA1
|
637 |
+
-7.943176 -1.0986602 cd24 neutrophil HMGCR
|
638 |
+
-5.591844 0.57800096 cd24 neutrophil NAGK
|
639 |
+
-4.6615005 1.3097438 cd24 neutrophil SPI1
|
640 |
+
-4.624315 -0.28328893 cd24 neutrophil CMTM2
|
641 |
+
-1.5109156 6.8210454 cd24 neutrophil FNIP1
|
642 |
+
-1.2072815 6.1552815 cd24 neutrophil VCL
|
643 |
+
-4.915163 -0.852344 cd24 neutrophil SENP2
|
644 |
+
-6.047863 -0.1434473 cd24 neutrophil TMEM131
|
645 |
+
-3.5512114 1.4232186 cd24 neutrophil DLD
|
646 |
+
-3.5623505 3.8415852 cd24 neutrophil BICD2
|
647 |
+
-5.217136 -0.62622714 cd24 neutrophil NLRP12
|
648 |
+
-0.888627 6.86349 cd24 neutrophil NFE4
|
649 |
+
-5.042594 -0.86546993 cd24 neutrophil OGA
|
650 |
+
-8.264133 -1.5242836 cd24 neutrophil KPNB1
|
651 |
+
-5.0996532 0.4813078 cd24 neutrophil MAML1
|
652 |
+
-0.31588155 7.543439 cd24 neutrophil ADGRG3
|
653 |
+
-4.017505 0.69638616 cd24 neutrophil EBLN2
|
654 |
+
-5.0962167 0.7055316 cd24 neutrophil DUSP13
|
655 |
+
10.280376 -9.065115 cd24 neutrophil ZBTB18
|
656 |
+
-0.046911873 8.349236 cd24 neutrophil JMJD6
|
657 |
+
-1.9478971 6.0773816 cd24 neutrophil CTDSP1
|
658 |
+
-1.600076 6.7744093 cd24 neutrophil AQP9
|
659 |
+
-5.0133047 -0.21295348 cd24 neutrophil GAK
|
660 |
+
-2.2753584 6.931915 cd24 neutrophil E2F2
|
661 |
+
0.055346414 8.998022 cd24 neutrophil BUB1
|
662 |
+
0.122395985 8.504629 cd24 neutrophil GMIP
|
663 |
+
-6.1916637 -0.23396786 cd24 neutrophil NRDC
|
664 |
+
-3.2492003 1.8010186 cd24 neutrophil MAP4K2
|
665 |
+
-6.7029715 -0.36644992 cd24 neutrophil HP
|
666 |
+
-0.22475685 7.5807405 cd24 neutrophil TLR6
|
667 |
+
-1.2286232 5.902072 cd24 neutrophil DGKZ
|
668 |
+
-3.616572 0.6689838 cd24 neutrophil DGCR2
|
669 |
+
-2.12013 5.039869 cd24 neutrophil BTBD10
|
670 |
+
-5.443668 0.053538788 cd24 neutrophil FEM1C
|
671 |
+
-0.8626285 7.3314834 cd24 neutrophil ZNF638
|
672 |
+
-1.7849857 6.2801833 cd24 neutrophil ZNF467
|
673 |
+
-4.0794935 3.5971484 cd24 neutrophil PLEK
|
674 |
+
-5.1653566 -0.61226124 cd24 neutrophil CMTM6
|
675 |
+
-2.8809478 3.8702958 cd24 neutrophil CAPZA1
|
676 |
+
-4.7502 -0.013009022 cd24 neutrophil RASSF2
|
677 |
+
-6.352124 0.074267134 cd24 neutrophil LIMS1
|
678 |
+
-7.856972 -1.2027864 cd24 neutrophil SCN8A
|
679 |
+
-6.0410743 1.591264 cd24 neutrophil PLAGL2
|
680 |
+
-3.4655883 3.5424745 cd24 neutrophil MR1
|
681 |
+
-4.508912 1.2534128 cd24 neutrophil LNPEP
|
682 |
+
-1.8668175 5.807762 cd24 neutrophil TMEM86B
|
683 |
+
-3.5067627 3.927763 cd24 neutrophil TRA2B
|
684 |
+
-1.7814516 5.4400883 cd24 neutrophil ADCY10P1
|
685 |
+
-6.8241177 -0.22155674 cd24 neutrophil FOXP1
|
686 |
+
-2.6280065 5.23824 cd24 neutrophil ARPC2
|
687 |
+
-0.4423898 7.4650683 cd24 neutrophil TES
|
688 |
+
-3.290473 4.129051 cd24 neutrophil INSC
|
689 |
+
-5.069025 1.8512927 cd24 neutrophil RBM38
|
690 |
+
-0.5932618 7.3222136 cd24 neutrophil S100A11
|
691 |
+
0.24729373 9.236057 cd24 neutrophil TALDO1
|
692 |
+
-6.405661 -0.09630303 cd24 neutrophil SMAP2
|
693 |
+
-3.115529 6.039671 cd24 neutrophil ANP32E
|
694 |
+
-2.3983364 5.094645 cd24 neutrophil TSHR
|
695 |
+
-6.7317452 0.21546187 cd24 neutrophil INTS6
|
696 |
+
-1.2377445 6.9053035 cd24 neutrophil ANXA3
|
697 |
+
-3.2760124 3.688132 cd24 neutrophil ASAH1
|
698 |
+
-5.588153 0.29396445 cd24 neutrophil KAT6A
|
699 |
+
-5.363035 -1.308898 cd24 neutrophil AOC2
|
700 |
+
-3.9940891 3.085367 cd24 neutrophil CCM2
|
701 |
+
-1.217614 5.625576 cd24 neutrophil VSTM1
|
702 |
+
-1.6102858 5.9049726 cd24 neutrophil SLC19A1
|
703 |
+
-5.092054 -0.9482819 cd24 neutrophil TCP11L2
|
704 |
+
-2.0843613 6.800655 cd24 neutrophil AZI2
|
705 |
+
-4.259514 2.0897617 cd24 neutrophil RRM2B
|
706 |
+
-1.342773 5.957462 cd24 neutrophil VAV3
|
707 |
+
10.238285 -8.837386 cd24 neutrophil ITPRIP
|
708 |
+
-4.820452 2.3660746 cd24 neutrophil TAF8
|
709 |
+
-3.243685 6.172025 cd24 neutrophil IQGAP1
|
710 |
+
-4.079715 0.86738575 cd24 neutrophil RNF103
|
711 |
+
-4.842215 -0.7887403 cd24 neutrophil REPS2
|
712 |
+
-0.9520646 7.4313445 cd24 neutrophil WASH3P
|
713 |
+
-4.666999 -0.9082926 cd24 neutrophil PIK3R5
|
714 |
+
-6.5842032 -0.2698487 cd24 neutrophil MED18
|
715 |
+
-2.2581172 6.3491697 cd24 neutrophil ZNF552
|
716 |
+
-1.8058573 7.0228815 cd24 neutrophil SVIL
|
717 |
+
-3.4834368 6.252325 cd24 neutrophil UBN1
|
718 |
+
-1.8408717 7.1832314 cd24 neutrophil CAPZB
|
719 |
+
-5.021852 -0.2576076 cd24 neutrophil GIGYF2
|
720 |
+
-2.1379864 6.783835 cd24 neutrophil TBC1D2B
|
721 |
+
-1.94017 7.0645976 cd24 neutrophil MAVS
|
722 |
+
-3.8256867 3.9227643 cd24 neutrophil MAPK14
|
723 |
+
-3.8017898 3.9149773 cd24 neutrophil LRRFIP2
|
724 |
+
-4.4658303 1.7790356 cd24 neutrophil AFTPH
|
725 |
+
-6.71739 -0.40597847 cd24 neutrophil HLA-E
|
726 |
+
-5.1861553 -1.7736193 cd24 neutrophil MCMBP
|
727 |
+
-4.715402 0.92463887 cd24 neutrophil EPM2AIP1
|
728 |
+
-7.6969457 -0.9211612 cd24 neutrophil PLP2
|
729 |
+
-5.1470747 0.308561 cd24 neutrophil WWP2
|
730 |
+
-1.8919187 6.7558 cd24 neutrophil CELF1
|
731 |
+
-5.8994355 0.8526311 cd24 neutrophil FHL3
|
732 |
+
-2.1916504 6.3231363 cd24 neutrophil ARRDC1
|
733 |
+
-5.3298926 1.0856357 cd24 neutrophil SEC23B
|
734 |
+
-6.501721 -0.17747553 cd24 neutrophil TMEM65
|
735 |
+
-0.44288874 7.492129 cd24 neutrophil SNX3
|
736 |
+
-4.0857077 2.9090145 cd24 neutrophil SMG5
|
737 |
+
-7.866784 -1.117769 cd24 neutrophil ZDHHC18
|
738 |
+
-6.2519946 0.08085101 cd24 neutrophil SMG6
|
739 |
+
-6.124823 -0.09280873 cd24 neutrophil TUBA4A
|
740 |
+
-3.5534282 3.7147236 cd24 neutrophil IMPDH1
|
741 |
+
-3.9003596 3.7328517 cd24 neutrophil HCLS1
|
742 |
+
-6.5833855 0.019175937 cd24 neutrophil ZNF394
|
743 |
+
-1.080896 6.468672 cd24 neutrophil C5AR1
|
744 |
+
-5.173559 0.9362111 cd24 neutrophil PPP3CA
|
745 |
+
10.5012865 -9.07015 cd24 neutrophil GABPA
|
746 |
+
-3.5160904 1.64344 cd24 neutrophil LONRF1
|
747 |
+
-7.9268975 -1.1929729 cd24 neutrophil EXOC6
|
748 |
+
-6.458208 -0.42518523 cd24 neutrophil VTI1A
|
749 |
+
-2.7959616 6.4693775 cd24 neutrophil PTPN7
|
750 |
+
-0.85643494 7.4909363 cd24 neutrophil ASB8
|
751 |
+
-0.7502415 7.885945 cd24 neutrophil PCMT1
|
752 |
+
0.16008192 8.297436 cd24 neutrophil FOXO3
|
753 |
+
-2.2268593 6.6162763 cd24 neutrophil FAM9C
|
754 |
+
-9.141536 -1.2322286 cd24 neutrophil CPSF2
|
755 |
+
-13.756006 -3.0447757 cd24 neutrophil MYH9
|
756 |
+
-2.2281473 6.612825 cd24 neutrophil RC3H1
|
757 |
+
-3.9138958 1.3357538 cd24 neutrophil UEVLD
|
758 |
+
-1.3075252 6.876109 cd24 neutrophil SFXN1
|
759 |
+
-0.2139667 8.759874 cd24 neutrophil RAD23B
|
760 |
+
-4.248335 0.85084295 cd24 neutrophil SYNPO2L
|
761 |
+
-4.971629 1.0102518 cd24 neutrophil SIPA1
|
762 |
+
-2.0854545 6.619544 cd24 neutrophil KIF1B
|
763 |
+
-2.8220055 4.5775146 cd24 neutrophil DEF8
|
764 |
+
-5.0023866 0.5585151 cd24 neutrophil ACTN4
|
765 |
+
-1.8034595 5.1060095 cd24 neutrophil STK38L
|
766 |
+
-0.055933986 7.4284363 cd24 neutrophil NOS1AP
|
767 |
+
-4.610719 2.7037466 cd24 neutrophil TRIB1
|
768 |
+
-3.5439603 3.742031 cd24 neutrophil AP3S1
|
769 |
+
-7.8486905 -1.0381066 cd24 neutrophil LEP
|
770 |
+
-6.3459096 -0.35447598 cd24 neutrophil RIT1
|
771 |
+
-6.563133 -0.80151623 cd24 neutrophil C2CD2L
|
772 |
+
-5.972521 0.6915073 cd24 neutrophil BLM
|
773 |
+
-4.4529963 2.5243783 cd24 neutrophil EXOC5
|
774 |
+
-1.1336213 6.496016 cd24 neutrophil UBXN2B
|
775 |
+
-4.8787065 0.16802064 cd24 neutrophil ANKHD1
|
776 |
+
-0.99943966 7.387692 cd24 neutrophil PDK1
|
777 |
+
-3.5970674 1.3027169 cd24 neutrophil IGF2R
|
778 |
+
-2.955012 6.3077636 cd24 neutrophil NUP58
|
779 |
+
0.28915402 9.137314 cd24 neutrophil CDK13
|
780 |
+
-4.2064204 2.4747226 cd24 neutrophil GABBR2
|
781 |
+
-5.5624065 0.9831115 cd24 neutrophil CXCL8
|
782 |
+
-4.100645 1.3277863 cd24 neutrophil HEATR5B
|
783 |
+
-0.7821151 6.9434342 cd24 neutrophil SEMA4D
|
784 |
+
-4.531383 -0.03708501 cd24 neutrophil ZYX
|
785 |
+
-3.968033 3.363631 cd24 neutrophil BEGAIN
|
786 |
+
-5.034533 0.07126396 cd24 neutrophil SLMAP
|
787 |
+
-5.622518 -0.06147659 cd24 neutrophil NEK9
|
788 |
+
10.311638 -9.1490345 cd24 neutrophil MS4A3
|
789 |
+
-5.474146 0.22109419 cd24 neutrophil ZNF407
|
790 |
+
-1.8039205 5.0072956 cd24 neutrophil TNIP1
|
791 |
+
-1.0356629 6.2309446 cd24 neutrophil ANKFY1
|
792 |
+
-5.081659 -0.26059064 cd24 neutrophil PRKAG1
|
793 |
+
-3.7817578 1.5835658 cd24 neutrophil RASGRP4
|
794 |
+
-2.044245 5.1817656 cd24 neutrophil ARRB2
|
795 |
+
-2.030987 6.541032 cd24 neutrophil ADAM10
|
796 |
+
-0.36026537 7.545321 cd24 neutrophil PAM
|
797 |
+
-1.3230193 5.9981184 cd24 neutrophil MTMR4
|
798 |
+
-4.1596327 2.70066 cd24 neutrophil RGL2
|
799 |
+
-3.6647844 3.593277 cd24 neutrophil CDC25C
|
800 |
+
-0.089670956 9.350316 cd24 neutrophil KLF2
|
801 |
+
-0.9712301 6.964465 cd24 neutrophil DPYD
|
802 |
+
-1.6158942 5.6964164 cd24 neutrophil HIPK1
|
803 |
+
-1.6315272 6.0935006 cd24 neutrophil SPTA1
|
804 |
+
-6.5881305 -0.3446466 cd24 neutrophil SIRPA
|
805 |
+
-2.2176256 6.5005574 cd24 neutrophil NABP1
|
806 |
+
-1.1878858 6.2085123 cd24 neutrophil IPCEF1
|
807 |
+
-4.6996365 -0.29303992 cd24 neutrophil HBA2
|
808 |
+
-9.109935 -1.2260422 cd24 neutrophil RSU1
|
809 |
+
-3.94072 3.6365292 cd24 neutrophil VIM
|
810 |
+
-5.3268485 0.26011616 cd24 neutrophil TOB1
|
811 |
+
-4.718558 1.4139612 cd24 neutrophil DOCK8
|
812 |
+
-4.2604623 0.35642388 cd24 neutrophil PHOSPHO1
|
813 |
+
-6.1713405 0.4827151 cd24 neutrophil TRA2A
|
814 |
+
-6.908107 0.104658864 cd24 neutrophil KDM4B
|
815 |
+
-4.54037 0.53233343 cd24 neutrophil GNB2
|
816 |
+
-2.9448884 1.3298811 cd24 neutrophil MSL1
|
817 |
+
-5.069166 0.4157231 cd24 neutrophil NMI
|
818 |
+
-4.391568 0.19083212 cd24 neutrophil SPN
|
819 |
+
-1.0043446 6.515989 cd24 neutrophil PTGS2
|
820 |
+
-1.4856666 6.1944275 cd24 neutrophil CD302
|
821 |
+
-4.44896 2.0213556 cd24 neutrophil GNAI3
|
822 |
+
-1.1837924 6.9047694 cd24 neutrophil MED23
|
823 |
+
-0.3264492 7.440535 cd24 neutrophil ALOX5AP
|
824 |
+
-5.5856996 1.537591 cd24 neutrophil PPP1R3D
|
825 |
+
0.16479838 8.619943 cd24 neutrophil RBBP9
|
826 |
+
-5.1490064 -1.3224329 cd24 neutrophil KLHL8
|
827 |
+
-4.6012535 1.3995551 cd24 neutrophil TNFSF14
|
828 |
+
-1.7076148 5.5921307 cd24 neutrophil CLEC5A
|
829 |
+
-3.9912405 3.6880376 cd24 neutrophil PBX2
|
830 |
+
-5.0099483 -0.4837845 cd24 neutrophil ACTB
|
831 |
+
-3.6350806 4.320064 cd24 neutrophil RRM2
|
832 |
+
-2.8742912 6.4473753 cd24 neutrophil PGM2
|
833 |
+
-3.2721999 3.865465 cd24 neutrophil TAB2
|
834 |
+
-0.058598477 9.451911 cd24 neutrophil AZU1
|
835 |
+
-2.9368746 3.7150314 cd24 neutrophil CLSPN
|
836 |
+
-0.37607542 7.347967 cd24 neutrophil TNFAIP8
|
837 |
+
-0.79175574 7.2425933 cd24 neutrophil UNKL
|
838 |
+
-3.623996 4.1271186 cd24 neutrophil CAMKK1
|
839 |
+
-1.9991298 6.1541677 cd24 neutrophil KLHL12
|
840 |
+
0.2287027 8.195594 cd24 neutrophil MNT
|
841 |
+
-5.169145 0.5618804 cd24 neutrophil KLHL15
|
842 |
+
0.26133025 8.000773 cd24 neutrophil DHRS7
|
843 |
+
-4.6963925 2.4911497 cd24 neutrophil MTMR3
|
844 |
+
-6.1524057 1.0618646 cd24 neutrophil CBX4
|
845 |
+
-4.761741 2.7743716 cd24 neutrophil PLK1
|
846 |
+
-4.8645926 0.631837 cd24 neutrophil E2F8
|
847 |
+
-4.7723393 3.2165515 cd24 neutrophil HIRA
|
848 |
+
-4.1896696 0.92860234 cd24 neutrophil MIDN
|
849 |
+
-5.8397713 0.45863605 cd24 neutrophil NCF1
|
850 |
+
-0.1696972 7.8524675 cd24 neutrophil ZNF587
|
851 |
+
-2.7118666 3.9813316 cd24 neutrophil CFL1
|
852 |
+
-7.0747185 -0.75076264 cd24 neutrophil MICAL1
|
853 |
+
-4.131915 2.461136 cd24 neutrophil LHFPL5
|
854 |
+
-0.5616674 6.5882545 cd24 neutrophil OLR1
|
855 |
+
-1.9693836 6.4856954 cd24 neutrophil PHIP
|
856 |
+
-1.1052946 5.6855116 cd24 neutrophil DDX42
|
857 |
+
-2.2579293 6.640097 cd24 neutrophil NKTR
|
858 |
+
-1.584942 7.013014 cd24 neutrophil EXD1
|
859 |
+
-5.973264 -0.20984787 cd24 neutrophil SLC15A2
|
860 |
+
-7.4211006 -0.68369967 cd24 neutrophil CAMP
|
861 |
+
-4.758455 2.9921825 cd24 neutrophil MINAR1
|
862 |
+
-5.205313 0.544038 cd24 neutrophil ARAP1
|
863 |
+
-6.5177774 -0.26383504 cd24 neutrophil PREX1
|
864 |
+
-4.0148344 2.7889695 cd24 neutrophil NUMB
|
865 |
+
-4.7942324 1.3941771 cd24 neutrophil FAM53C
|
866 |
+
-3.052792 6.2311654 cd24 neutrophil SH2D3C
|
867 |
+
-6.9001145 -0.48885277 cd24 neutrophil SSTR2
|
868 |
+
-1.25924 6.450233 cd24 neutrophil CKAP4
|
869 |
+
-1.0578389 7.6475987 cd24 neutrophil VIPAS39
|
870 |
+
-0.9731323 7.02555 cd24 neutrophil PPP1R3B
|
871 |
+
-2.6614645 6.279296 cd24 neutrophil LCE5A
|
872 |
+
10.195809 -8.592084 cd24 neutrophil CPNE1
|
873 |
+
-0.84753454 8.141373 cd24 neutrophil VASP
|
874 |
+
-4.6038437 2.444447 cd24 neutrophil BIRC5
|
875 |
+
-4.06162 3.036175 cd24 neutrophil VBP1
|
876 |
+
-2.583614 4.9328437 cd24 neutrophil CEBPA
|
877 |
+
-3.8641112 0.87441784 cd24 neutrophil DMTF1
|
878 |
+
-3.0122745 6.4100633 cd24 neutrophil FBXL17
|
879 |
+
-2.4271963 7.014856 cd24 neutrophil BRAF
|
880 |
+
-2.9804726 3.837568 cd24 neutrophil LTA4H
|
881 |
+
-2.0839875 5.9578843 cd24 neutrophil STX3
|
882 |
+
-1.8470227 5.233724 cd24 neutrophil CEPT1
|
883 |
+
-3.2245297 3.5161798 cd24 neutrophil MIER1
|
884 |
+
-2.1224103 5.4103417 cd24 neutrophil LAIR1
|
885 |
+
-4.4613905 2.6414335 cd24 neutrophil GNG10
|
886 |
+
-6.1969023 0.15886109 cd24 neutrophil CCND3
|
887 |
+
-5.097372 -0.64338326 cd24 neutrophil PDE11A
|
888 |
+
-5.6504607 1.7569519 cd24 neutrophil DCLRE1C
|
889 |
+
-3.1326275 4.014689 cd24 neutrophil CFLAR
|
890 |
+
-2.0551612 6.884496 cd24 neutrophil ANP32A
|
891 |
+
-2.3240025 4.7437634 cd24 neutrophil SETD2
|
892 |
+
-3.4574463 4.334468 cd24 neutrophil CHKA
|
893 |
+
-6.4189053 -0.3338072 cd24 neutrophil CDKN2D
|
894 |
+
-2.2800288 5.8853254 cd24 neutrophil MAP3K1
|
895 |
+
-7.3864317 -0.62384886 cd24 neutrophil HMMR
|
896 |
+
-5.109553 0.3572617 cd24 neutrophil WNK1
|
897 |
+
-5.286732 0.73823893 cd24 neutrophil GCA
|
898 |
+
-1.2005949 6.565236 cd24 neutrophil FLII
|
899 |
+
-1.062417 7.4010396 cd24 neutrophil TRAFD1
|
900 |
+
-4.89255 0.39740634 cd24 neutrophil ARHGDIA
|
901 |
+
0.07948798 8.619065 cd24 neutrophil PLIN5
|
902 |
+
-2.4689667 6.932609 cd24 neutrophil RBL2
|
903 |
+
-1.7384887 7.159186 cd24 neutrophil PPP6R2
|
904 |
+
-1.5014447 6.9941406 cd24 neutrophil IRS2
|
905 |
+
-3.6856918 3.2481215 cd24 neutrophil CDK12
|
906 |
+
-2.7500153 4.4986515 cd24 neutrophil EZH1
|
907 |
+
-2.3407404 6.593331 cd24 neutrophil STK38
|
908 |
+
-6.5474052 -0.26752946 cd24 neutrophil CSF3R
|
909 |
+
-3.5765536 3.4845548 cd24 neutrophil RNU11
|
910 |
+
-1.5840771 6.8299656 cd24 neutrophil ARHGAP15
|
911 |
+
-1.9062237 6.9237604 cd24 neutrophil CHUK
|
912 |
+
-5.646418 1.4843352 cd24 neutrophil EXOC7
|
913 |
+
-0.9014981 7.076063 cd24 neutrophil KLHL9
|
914 |
+
-3.4886487 4.91484 cd24 neutrophil SLC12A6
|
915 |
+
-7.48381 -0.92325646 cd24 neutrophil INTS1
|
916 |
+
-1.0442716 7.0711436 cd24 neutrophil SORT1
|
917 |
+
-1.8740932 6.032458 cd24 neutrophil GTPBP2
|
918 |
+
0.6349275 8.018335 cd24 neutrophil SETX
|
919 |
+
-4.734307 0.14240599 cd24 neutrophil ARL6IP6
|
920 |
+
-4.6321416 2.2291443 cd24 neutrophil ASF1B
|
921 |
+
-2.4546258 5.799324 cd24 neutrophil CCNA2
|
922 |
+
-3.2874587 4.5687194 cd24 neutrophil ANKHD1-EIF4EBP3
|
923 |
+
-6.4341383 -0.068823054 cd24 neutrophil CD164
|
924 |
+
-5.673681 1.0889975 cd24 neutrophil SEC16A
|
925 |
+
-2.444649 6.487674 cd24 neutrophil ATE1
|
926 |
+
-3.2030597 6.3178077 cd24 neutrophil MNDA
|
927 |
+
-4.2652383 2.587781 cd24 neutrophil BNIP2
|
928 |
+
-1.3790079 6.750765 cd24 neutrophil ADRB2
|
929 |
+
-1.6614975 6.8448505 cd24 neutrophil KIF14
|
930 |
+
-4.683708 0.019935813 cd24 neutrophil YPEL3
|
931 |
+
-2.1872368 6.901346 cd24 neutrophil ATXN7L3
|
932 |
+
-1.9159212 4.964513 cd24 neutrophil STX7
|
933 |
+
-5.3107815 -1.5999274 cd24 neutrophil FCGR2A
|
934 |
+
-6.7981176 -0.2912514 cd24 neutrophil LAT2
|
935 |
+
0.08578924 8.606457 cd24 neutrophil ICAM3
|
936 |
+
-3.964382 2.5380101 cd24 neutrophil SSH2
|
937 |
+
-1.6501373 6.6480513 cd24 neutrophil ELOVL5
|
938 |
+
-2.8488572 4.0044665 cd24 neutrophil SGMS2
|
939 |
+
-2.9524686 4.353789 cd24 neutrophil ATP6V1B2
|
940 |
+
-7.838929 -0.9938394 cd24 neutrophil AZIN1
|
941 |
+
0.0036991942 8.519087 cd24 neutrophil MYO9B
|
942 |
+
-2.9984415 6.5195603 cd24 neutrophil LIMK2
|
943 |
+
-0.34536198 9.365675 cd24 neutrophil MX2
|
944 |
+
-6.36933 0.33043128 cd24 neutrophil IER2
|
945 |
+
-4.7849274 0.1590323 cd24 neutrophil FAM168A
|
946 |
+
-5.011318 -0.7688794 cd24 neutrophil SP2
|
947 |
+
-0.5278169 7.613462 cd24 neutrophil HSD17B11
|
948 |
+
-6.127106 0.1971975 cd24 neutrophil PLEC
|
949 |
+
-0.20659678 8.102259 cd24 neutrophil BARD1
|
950 |
+
-5.228636 -0.031553164 cd24 neutrophil RXRA
|
951 |
+
-3.6520052 3.7098267 cd24 neutrophil EXOSC4
|
952 |
+
-4.8606997 -0.6316732 cd24 neutrophil PPM1B
|
953 |
+
-6.43623 -0.49848154 cd24 neutrophil CD55
|
954 |
+
-3.229654 1.5321406 cd24 neutrophil RSBN1
|
955 |
+
-2.1625278 5.8679075 cd24 neutrophil YIPF1
|
956 |
+
-3.7588174 3.7685013 cd24 neutrophil INHBA
|
957 |
+
-2.9956477 6.1186466 cd24 neutrophil DIAPH2
|
958 |
+
-6.0215855 0.034343228 cd24 neutrophil VPS35
|
959 |
+
-3.8996522 1.3288634 cd24 neutrophil UBE2D1
|
960 |
+
-5.04024 -0.4605649 cd24 neutrophil COL17A1
|
961 |
+
-1.6158898 6.0199914 cd24 neutrophil RNF144A
|
962 |
+
-0.92574626 6.765347 cd24 neutrophil SVIP
|
963 |
+
-4.556084 -0.18471922 cd24 neutrophil TECPR2
|
964 |
+
-4.808797 -0.137669 cd24 neutrophil EFHC2
|
965 |
+
-2.574214 6.5276814 cd24 neutrophil IST1
|
966 |
+
-1.6741745 5.164159 cd24 neutrophil ACP6
|
967 |
+
-3.7486978 0.8646587 cd24 neutrophil PAK1
|
968 |
+
-1.0100332 6.4894476 cd24 neutrophil LCN2
|
969 |
+
-3.9285364 4.613172 cd24 neutrophil SF3B1
|
970 |
+
-4.9462605 0.6353588 cd24 neutrophil ZMAT2
|
971 |
+
-4.8775916 1.1043601 cd24 neutrophil ACSL3
|
972 |
+
-3.2738981 4.2683244 cd24 neutrophil APAF1
|
973 |
+
-1.6923877 5.626121 cd24 neutrophil SPTBN1
|
974 |
+
-4.630163 0.29089785 cd24 neutrophil ARHGAP9
|
975 |
+
-4.794686 1.5549583 cd24 neutrophil ASPH
|
976 |
+
-1.0822532 6.8580976 cd24 neutrophil ARID3A
|
977 |
+
-4.5618124 1.7709082 cd24 neutrophil ELL
|
978 |
+
-4.1252575 3.6186967 cd24 neutrophil PHACTR3
|
979 |
+
-1.7092221 6.9313846 cd24 neutrophil PCYT1A
|
980 |
+
10.279625 -8.861127 cd24 neutrophil KDM1B
|
981 |
+
-8.5032625 -1.7900114 cd24 neutrophil MFSD1
|
982 |
+
-7.7452145 -1.0718281 cd24 neutrophil STAT6
|
983 |
+
-4.290615 2.2694988 cd24 neutrophil TBXAS1
|
984 |
+
-0.07422522 8.615767 cd24 neutrophil PRPF18
|
985 |
+
-3.1486797 6.32773 cd24 neutrophil NXF1
|
986 |
+
-1.564527 6.7464485 cd24 neutrophil RNF169
|
987 |
+
-8.985581 -1.4786519 cd24 neutrophil RNF149
|
988 |
+
-5.157698 1.6131643 cd24 neutrophil EFHD2
|
989 |
+
-2.4206252 4.834127 cd24 neutrophil NRBF2
|
990 |
+
-5.450181 -0.59463763 cd24 neutrophil CRIP3
|
991 |
+
-4.983939 -0.9871939 cd24 neutrophil UBASH3B
|
992 |
+
-7.7862897 -1.0608846 cd24 neutrophil STBD1
|
993 |
+
-4.0045547 3.036805 cd24 neutrophil EMP3
|
994 |
+
-6.6018815 0.8658722 cd24 neutrophil GCNT1
|
995 |
+
-8.572876 -1.490443 cd24 neutrophil PSTPIP1
|
996 |
+
-2.7587652 1.790653 cd24 neutrophil VENTX
|
997 |
+
-0.5545487 7.8967304 cd24 neutrophil TLE4
|
998 |
+
-4.7279963 0.4071104 cd24 neutrophil MAP2K3
|
999 |
+
-0.92881554 6.5704546 cd24 neutrophil MAP3K5
|
1000 |
+
-5.808581 0.50982755 cd24 neutrophil PRPF38B
|
1001 |
+
-4.8767204 -1.1146934 cd24 neutrophil VEPH1
|
1002 |
+
-2.3370838 6.5473747 cd24 neutrophil GRK2
|
1003 |
+
-4.111995 0.3648103 cd24 neutrophil TRIM33
|
1004 |
+
-4.8635774 -0.79647064 cd24 neutrophil INPP5D
|
1005 |
+
-4.274332 0.8466399 cd24 neutrophil TOR1AIP1
|
1006 |
+
-3.6568294 2.8689313 cd24 neutrophil ANKRD27
|
1007 |
+
-0.81696826 7.5879827 cd24 neutrophil TBC1D10C
|
1008 |
+
-4.510518 1.7070885 cd24 neutrophil PTTG2
|
1009 |
+
-4.7216053 0.332259 cd24 neutrophil PIK3CB
|
1010 |
+
10.432588 -9.195278 cd24 neutrophil MED22
|
1011 |
+
-2.3512993 6.5001187 cd24 neutrophil SIRPB1
|
1012 |
+
-5.476031 0.65877795 cd24 neutrophil NADK
|
1013 |
+
-1.007751 6.5483184 cd24 neutrophil RO60
|
1014 |
+
-3.4533422 3.9859548 cd24 neutrophil E2F3
|
1015 |
+
0.8229802 7.8181686 cd24 neutrophil ANXA4
|
1016 |
+
-4.4959207 0.6936844 cd24 neutrophil PTPN12
|
1017 |
+
-2.1121573 6.65725 cd24 neutrophil ZNF778
|
1018 |
+
-2.2276232 5.645057 cd24 neutrophil AFAP1
|
1019 |
+
-6.67009 1.4429839 cd24 neutrophil LIG4
|
1020 |
+
8.471893e-06 7.6992164 cd24 neutrophil ADAP1
|
1021 |
+
0.11938958 8.074197 cd24 neutrophil LIPE
|
1022 |
+
-5.373678 0.18403786 cd24 neutrophil RALGAPA2
|
1023 |
+
-6.248713 -0.09557787 cd24 neutrophil AP1G2
|
1024 |
+
-7.016172 -0.66362613 cd24 neutrophil CNOT1
|
1025 |
+
-1.6832212 5.1108265 cd24 neutrophil FBXL20
|
1026 |
+
-3.8499122 2.8680649 cd24 neutrophil RELT
|
1027 |
+
-5.7991853 0.2697444 cd24 neutrophil ZSWIM8
|
1028 |
+
-3.865717 1.559159 cd24 neutrophil TFDP1
|
1029 |
+
-2.7925448 3.9503603 cd24 neutrophil NSF
|
1030 |
+
-1.0602598 7.3157635 cd24 neutrophil PIWIL4
|
1031 |
+
-2.2894022 4.449189 cd24 neutrophil FBXO9
|
1032 |
+
-4.7770805 1.1451734 cd24 neutrophil RAD21
|
1033 |
+
-2.8921027 3.2792852 cd24 neutrophil TTLL3
|
1034 |
+
-8.180604 -1.274589 cd24 neutrophil CEACAM3
|
1035 |
+
-3.645503 3.81962 cd24 neutrophil NCBP3
|
1036 |
+
-5.1113963 0.1879913 cd24 neutrophil PTPN18
|
1037 |
+
-3.8354096 4.5938487 cd24 neutrophil PFN1
|
1038 |
+
-3.4238727 4.328542 cd24 neutrophil LATS1
|
1039 |
+
-6.5161576 -0.6065217 cd24 neutrophil SCFD1
|
1040 |
+
-5.2287 -1.5245961 cd24 neutrophil HNRNPA2B1
|
1041 |
+
-2.8340285 4.065037 cd24 neutrophil NHSL2
|
1042 |
+
-3.5784235 3.4643815 cd24 neutrophil CCDC93
|
1043 |
+
-4.2553773 0.3826225 cd24 neutrophil STAG2
|
1044 |
+
-5.149309 0.2805903 cd24 neutrophil C16orf70
|
1045 |
+
-6.5276575 -0.07928088 cd24 neutrophil RGS14
|
1046 |
+
-2.4247093 6.596877 cd24 neutrophil RFX3
|
1047 |
+
-0.8755597 6.5474844 cd24 neutrophil SEC63
|
1048 |
+
-5.8421836 -0.27276435 cd24 neutrophil SREK1IP1
|
1049 |
+
-3.1875625 2.032455 cd24 neutrophil TNFRSF10C
|
1050 |
+
-1.164557 6.75726 cd24 neutrophil S100A8
|
1051 |
+
-4.3015437 0.9554106 cd24 neutrophil BRPF3
|
1052 |
+
-4.279981 0.6150725 cd24 neutrophil GPBP1L1
|
1053 |
+
-5.5887213 0.5438405 cd24 neutrophil TBKBP1
|
1054 |
+
-2.2248037 4.747078 cd24 neutrophil RTF2
|
1055 |
+
-4.567681 -0.36631224 cd24 neutrophil GBE1
|
1056 |
+
-2.0487502 4.5234327 cd24 neutrophil ZMYND8
|
1057 |
+
-3.5097249 1.1099887 cd24 neutrophil HEBP2
|
1058 |
+
-4.9025474 0.6962725 cd24 neutrophil CLN3
|
1059 |
+
-4.001534 0.9910851 cd24 neutrophil TYK2
|
1060 |
+
-3.078372 4.3261094 cd24 neutrophil WDR44
|
1061 |
+
-3.7660103 3.7481048 cd24 neutrophil EIF4G2
|
1062 |
+
-1.7861993 7.12041 cd24 neutrophil APMAP
|
1063 |
+
-4.979465 -0.36293453 cd24 neutrophil LRP10
|
1064 |
+
-4.545665 1.6779095 cd24 neutrophil SLC9A1
|
1065 |
+
-4.292534 2.8074744 cd24 neutrophil MAFG
|
1066 |
+
-5.7886543 1.6341753 cd24 neutrophil ENTPD1
|
1067 |
+
0.46592256 8.007307 cd24 neutrophil DOCK2
|
1068 |
+
-6.103373 0.12337954 cd24 neutrophil CDCA8
|
1069 |
+
-5.119638 -0.619447 cd24 neutrophil CEP19
|
1070 |
+
-5.8333154 0.030679634 cd24 neutrophil BCL6
|
1071 |
+
-3.3297076 5.8169975 cd24 neutrophil RASA1
|
1072 |
+
-0.18081196 9.155103 cd24 neutrophil BAG4
|
1073 |
+
-4.8963313 -0.33486566 cd24 neutrophil DNAJC5
|
1074 |
+
-4.8473835 3.3989472 cd24 neutrophil PPP1R12A
|
1075 |
+
-3.2656453 5.886216 cd24 neutrophil ICA1
|
1076 |
+
-4.3085666 1.2321492 cd24 neutrophil VPS13A
|
1077 |
+
-0.8544948 7.5451016 cd24 neutrophil CNR1
|
1078 |
+
-2.481572 6.74013 cd24 neutrophil KLHL28
|
1079 |
+
-4.5723567 0.23127048 cd24 neutrophil NT5C3A
|
1080 |
+
-2.8550744 6.390156 cd24 neutrophil ADAM19
|
1081 |
+
-0.67545104 7.4477105 cd24 neutrophil STK40
|
1082 |
+
-1.6580209 6.3407903 cd24 neutrophil GYS1
|
1083 |
+
-3.025927 4.5423694 cd24 neutrophil TLR1
|
1084 |
+
-4.5064807 0.473214 cd24 neutrophil ITGAX
|
1085 |
+
-3.7204518 5.001594 cd24 neutrophil ZNF319
|
1086 |
+
-1.0548004 5.8810806 cd24 neutrophil FBXL5
|
1087 |
+
-2.5945709 6.2226543 cd24 neutrophil DSTYK
|
1088 |
+
-1.6188029 6.871314 cd24 neutrophil CEACAM1
|
1089 |
+
-4.811637 0.2951514 cd24 neutrophil PCSK9
|
1090 |
+
-2.8088582 5.710529 cd24 neutrophil DCP2
|
1091 |
+
-4.4144554 2.17489 cd24 neutrophil TIMP2
|
1092 |
+
-6.221703 -0.22837155 cd24 neutrophil NEIL1
|
1093 |
+
-4.528238 1.8465772 cd24 neutrophil EP300
|
1094 |
+
-0.8745379 6.3172193 cd24 neutrophil DYNC1LI1
|
1095 |
+
-4.5372386 0.15317976 cd24 neutrophil RPS6KA1
|
1096 |
+
-4.871501 -0.02264802 cd24 neutrophil LOXL3
|
1097 |
+
-1.1145673 6.5335183 cd24 neutrophil PPP2R2A
|
1098 |
+
-4.2051163 2.962698 cd24 neutrophil MON2
|
1099 |
+
-3.2842975 3.8267682 cd24 neutrophil CCNA1
|
1100 |
+
-2.0466385 5.5418935 cd24 neutrophil SIGLEC9
|
1101 |
+
-2.6351144 4.9219246 cd24 neutrophil IL16
|
1102 |
+
-2.2162137 6.0722933 cd24 neutrophil ASPM
|
1103 |
+
-6.922413 -0.43995726 cd24 neutrophil PRDM2
|
1104 |
+
-2.111837 6.2799654 cd24 neutrophil PBRM1
|
1105 |
+
0.14758104 8.087701 cd24 neutrophil FAM13B
|
1106 |
+
-6.74235 -0.21027593 cd24 neutrophil OLFM4
|
1107 |
+
-2.8607364 6.238022 cd24 neutrophil SLC51A
|
1108 |
+
-4.3085823 3.8023071 cd24 neutrophil ULK1
|
1109 |
+
-5.811776 -0.24239838 cd24 neutrophil MAX
|
1110 |
+
-4.733983 1.9789029 cd24 neutrophil APBB1IP
|
1111 |
+
-1.8116812 6.4899 cd24 neutrophil MYO15B
|
1112 |
+
-4.3448663 1.0311058 cd24 neutrophil CAB39
|
1113 |
+
-4.117826 2.8067296 cd24 neutrophil SMG7
|
1114 |
+
-6.1620884 0.041932195 cd24 neutrophil MGRN1
|
1115 |
+
-4.4035673 0.6254088 cd24 neutrophil SGO1
|
1116 |
+
0.8544839 7.994784 cd24 neutrophil PRR13
|
1117 |
+
-5.176239 0.47875315 cd24 neutrophil ZC3H7A
|
1118 |
+
-2.0374434 5.0494585 cd24 neutrophil ZMYM6
|
1119 |
+
-2.1807775 6.65854 cd24 neutrophil RGL4
|
1120 |
+
-6.0296435 0.1399163 cd24 neutrophil DENND4A
|
1121 |
+
-3.0957751 6.239181 cd24 neutrophil PIK3AP1
|
1122 |
+
-2.6409457 3.8728065 cd24 neutrophil USP48
|
1123 |
+
-3.9204967 0.5104376 cd24 neutrophil KLF6
|
1124 |
+
-6.195613 -0.123897426 cd24 neutrophil IL4R
|
1125 |
+
-2.8328807 3.7286108 cd24 neutrophil GPSM3
|
1126 |
+
-4.713332 2.2012727 cd24 neutrophil PPP1R18
|
1127 |
+
-4.3633733 0.48246783 cd24 neutrophil MMGT1
|
1128 |
+
-6.527436 -0.38538602 cd24 neutrophil XRN1
|
1129 |
+
-3.8361588 3.3609674 cd24 neutrophil PXN
|
1130 |
+
-7.4223566 -0.782302 cd24 neutrophil VEZF1
|
1131 |
+
-2.9971805 4.073701 cd24 neutrophil NEDD4
|
1132 |
+
-0.68631715 6.5091944 cd24 neutrophil EMB
|
1133 |
+
-1.512781 5.662479 cd24 neutrophil C5AR2
|
1134 |
+
-4.7168465 1.0680946 cd24 neutrophil ATF7IP
|
1135 |
+
-4.534401 0.641926 cd24 neutrophil ANLN
|
1136 |
+
-3.4648697 3.7468383 cd24 neutrophil IRAK3
|
1137 |
+
-3.5330908 3.5828648 cd24 neutrophil TESMIN
|
1138 |
+
-1.0851027 7.618085 cd24 neutrophil PICALM
|
1139 |
+
-4.937988 0.15117687 cd24 neutrophil KAT2B
|
1140 |
+
-5.088845 0.4408889 cd24 neutrophil ADCY7
|
1141 |
+
-1.7327282 6.5870333 cd24 neutrophil MTMR6
|
1142 |
+
-6.475407 -0.046549004 cd24 neutrophil CDCA2
|
1143 |
+
0.20182253 8.630542 cd24 neutrophil FNBP1
|
1144 |
+
-2.8098466 4.2025504 cd24 neutrophil ZNF687
|
1145 |
+
-1.506942 5.8374777 cd24 neutrophil TSPAN2
|
1146 |
+
-4.570767 2.432596 cd24 neutrophil INPP5A
|
1147 |
+
-2.0432844 5.383739 cd24 neutrophil CREB1
|
1148 |
+
-1.7921454 6.8206525 cd24 neutrophil RNF24
|
1149 |
+
-4.6114726 1.0193727 cd24 neutrophil JAK3
|
1150 |
+
-4.051739 0.6889295 cd24 neutrophil EPS15
|
1151 |
+
-4.3793263 2.6654139 cd24 neutrophil RAB3IP
|
1152 |
+
-4.048198 0.9702769 cd24 neutrophil RIPK3
|
1153 |
+
-6.476178 -0.24575728 cd24 neutrophil ALOX5
|
1154 |
+
-1.8407729 6.7030535 cd24 neutrophil RNF144B
|
1155 |
+
-1.3408226 6.564803 cd24 neutrophil CDK14
|
1156 |
+
-3.9776726 3.6240568 cd24 neutrophil HYPK
|
1157 |
+
-2.312833 5.9985085 cd24 neutrophil BTK
|
1158 |
+
-9.145136 -1.6781052 cd24 neutrophil GLYR1
|
1159 |
+
-0.93607587 6.213194 cd24 neutrophil AURKA
|
1160 |
+
-3.2556252 3.6481457 cd24 neutrophil CLDN9
|
1161 |
+
-5.992511 -0.18614994 cd24 neutrophil AQR
|
1162 |
+
-0.47534844 7.947221 cd24 neutrophil HSPA1A
|
1163 |
+
-3.0122633 6.0249033 cd24 neutrophil TP53I3
|
1164 |
+
-1.2366688 6.344534 cd24 neutrophil AHCTF1
|
1165 |
+
-4.5538774 0.060259532 cd24 neutrophil TNK2
|
1166 |
+
-5.087719 0.33519274 cd24 neutrophil ADAM15
|
1167 |
+
-4.4576087 1.25823 cd24 neutrophil PHC2
|
1168 |
+
-2.5036063 6.8586707 cd24 neutrophil OAZ1
|
1169 |
+
-4.507002 0.4472286 cd24 neutrophil UBR4
|
1170 |
+
10.201297 -9.04826 cd24 neutrophil TNFSF13B
|
1171 |
+
-0.3176159 8.028216 cd24 neutrophil PURB
|
1172 |
+
-4.6548705 0.014577559 cd24 neutrophil NFIL3
|
1173 |
+
-5.989362 -0.009719988 cd24 neutrophil FKBP5
|
1174 |
+
-2.2334292 6.145179 cd24 neutrophil CTDSPL
|
1175 |
+
-2.609685 4.8671827 cd24 neutrophil GTF2E1
|
1176 |
+
-4.44443 0.6116902 cd24 neutrophil KCNE1
|
1177 |
+
-0.70651925 7.313499 cd24 neutrophil PTP4A2
|
1178 |
+
-4.586869 0.31567 cd24 neutrophil AXIN1
|
1179 |
+
-2.2447114 5.298494 cd24 neutrophil AKNA
|
1180 |
+
-4.5375524 2.3958344 cd24 neutrophil TSPO
|
1181 |
+
-0.16449235 8.4978 cd24 neutrophil EGR1
|
1182 |
+
-1.7615595 6.942617 cd24 neutrophil CUL4B
|
1183 |
+
0.66073704 7.9001646 cd24 neutrophil CCNDBP1
|
1184 |
+
-5.94995 -0.30506113 cd24 neutrophil COX7A2L
|
1185 |
+
-7.6299276 -0.98265976 cd24 neutrophil CD53
|
1186 |
+
-1.5157179 5.985571 cd24 neutrophil ITCH
|
1187 |
+
-4.792651 0.49101314 cd24 neutrophil RYBP
|
1188 |
+
-4.191393 2.7291815 cd24 neutrophil PCLAF
|
1189 |
+
-0.09529754 8.825516 cd24 neutrophil CHD8
|
1190 |
+
-1.8563373 5.260839 cd24 neutrophil FURIN
|
1191 |
+
-1.2952278 5.9917045 cd24 neutrophil AGL
|
1192 |
+
-6.486207 -0.21235622 cd24 neutrophil DEFA3
|
1193 |
+
-0.6173514 7.351523 cd24 neutrophil VRK1
|
1194 |
+
-0.9545943 6.5954328 cd24 neutrophil TGFBR1
|
1195 |
+
-3.4623559 5.360132 cd24 neutrophil PGD
|
1196 |
+
10.12699 -8.814576 cd24 neutrophil MAP2K6
|
1197 |
+
-4.2661614 0.88845074 cd24 neutrophil ZEB1
|
1198 |
+
-3.122126 4.3452373 cd24 neutrophil PYGL
|
1199 |
+
-3.872842 0.981954 cd24 neutrophil LRRFIP1
|
1200 |
+
-4.2953277 -0.1241605 cd24 neutrophil MICU1
|
1201 |
+
-5.98908 1.2011958 cd24 neutrophil DCUN1D1
|
1202 |
+
-3.274418 3.6198263 cd24 neutrophil FAM193B
|
1203 |
+
-5.017078 -1.3009219 cd24 neutrophil HELZ
|
1204 |
+
-2.476062 6.7321415 cd24 neutrophil NFKB1
|
1205 |
+
-0.37954518 7.618487 cd24 neutrophil RNGTT
|
1206 |
+
-1.334222 6.319191 cd24 neutrophil RETREG3
|
1207 |
+
-1.7143639 7.030071 cd24 neutrophil UBE2H
|
1208 |
+
-1.7704251 5.8914175 cd24 neutrophil PFKFB2
|
1209 |
+
-3.6171765 4.289333 cd24 neutrophil MOSPD3
|
1210 |
+
-3.283694 6.183226 cd24 neutrophil IVNS1ABP
|
1211 |
+
-4.882263 -0.51578104 cd24 neutrophil TSC22D4
|
1212 |
+
-4.1988554 1.6125629 cd24 neutrophil GBA
|
1213 |
+
-5.1055264 0.796588 cd24 neutrophil SLC2A5
|
1214 |
+
-8.109338 -0.031779982 cd24 neutrophil DDX17
|
1215 |
+
0.0015362927 9.348163 cd24 neutrophil ARL8A
|
1216 |
+
-1.1643502 6.2566156 cd24 neutrophil BAZ2A
|
1217 |
+
-4.7447953 2.8936691 cd24 neutrophil WDTC1
|
1218 |
+
-6.509776 -0.16230536 cd24 neutrophil B4GALT5
|
1219 |
+
-0.08520772 7.486008 cd24 neutrophil OSBPL9
|
1220 |
+
-1.2204254 5.985717 cd24 neutrophil TFEB
|
1221 |
+
-4.89373 2.0245194 cd24 neutrophil OPRL1
|
1222 |
+
-1.4447161 5.535828 cd24 neutrophil ATP6AP2
|
1223 |
+
-5.492851 1.4627813 cd24 neutrophil PHACTR2
|
1224 |
+
-3.7700262 3.399951 cd24 neutrophil TRIM52
|
1225 |
+
-1.8085552 5.76347 cd24 neutrophil PPP1R10
|
1226 |
+
-3.1305814 6.733274 cd24 neutrophil PTPN6
|
1227 |
+
-1.0941136 6.4382753 cd24 neutrophil CDHR2
|
1228 |
+
-2.5669777 3.9879835 cd24 neutrophil HMGN2
|
1229 |
+
-7.3017273 -0.62939364 cd24 neutrophil AGO3
|
1230 |
+
2.1206825 -0.51118773 cd24 neutrophil MAEA
|
1231 |
+
-8.094883 -1.0020903 cd24 neutrophil GPI
|
1232 |
+
-4.2587657 2.114739 cd24 neutrophil EML2
|
1233 |
+
-0.50969124 7.8361855 cd24 neutrophil SIRT7
|
1234 |
+
-7.6347837 -0.57931244 cd24 neutrophil ZUP1
|
1235 |
+
-4.1710515 2.3222132 cd24 neutrophil RTN3
|
1236 |
+
-4.206523 2.699073 cd24 neutrophil BRICD5
|
1237 |
+
-3.8286805 3.6450174 cd24 neutrophil ASPRV1
|
1238 |
+
-1.7377665 5.5145416 cd24 neutrophil RBM12
|
1239 |
+
-0.82546437 7.3303103 cd24 neutrophil RIF1
|
1240 |
+
-5.4620547 0.45179316 cd24 neutrophil DNAJC3
|
1241 |
+
-4.8944597 -0.75406575 cd24 neutrophil STAT3
|
1242 |
+
-4.148899 2.6804543 cd24 neutrophil VWA8
|
1243 |
+
-1.1648877 5.456236 cd24 neutrophil HOOK3
|
1244 |
+
-1.3340741 6.1744256 cd24 neutrophil KCTD12
|
1245 |
+
-5.0128026 0.55364496 cd24 neutrophil ZDHHC17
|
1246 |
+
-4.87962 1.7179095 cd24 neutrophil KNL1
|
1247 |
+
-1.4720947 7.1948485 cd24 neutrophil KCNJ3
|
1248 |
+
-8.323981 -1.557026 cd24 neutrophil SH3KBP1
|
1249 |
+
-4.8742065 -0.2933015 cd24 neutrophil MLF2
|
1250 |
+
-3.8198154 3.4226744 cd24 neutrophil HIF1AN
|
1251 |
+
-6.5088625 0.017216438 cd24 neutrophil TRRAP
|
1252 |
+
-1.1491641 5.6438246 cd24 neutrophil ABCD1
|
1253 |
+
10.594273 -9.194265 cd24 neutrophil PAPOLG
|
1254 |
+
-3.3161929 3.6118999 cd24 neutrophil PRAM1
|
1255 |
+
-2.2989323 6.2171206 cd24 neutrophil EVI2A
|
1256 |
+
-3.0701597 4.359023 cd24 neutrophil RHOG
|
1257 |
+
-1.8918686 4.85748 cd24 neutrophil CEP170
|
1258 |
+
-1.9656589 5.21831 cd24 neutrophil WAC
|
1259 |
+
-2.3512363 6.76108 cd24 neutrophil ZNF839
|
1260 |
+
-1.9635509 5.622456 cd24 neutrophil RUNX1
|
1261 |
+
-2.5062983 3.60706 cd24 neutrophil BCR
|
1262 |
+
-4.008319 1.338632 cd24 neutrophil PADI4
|
1263 |
+
-2.7004273 4.6738157 cd24 neutrophil SLX4
|
1264 |
+
-3.4201174 1.1846604 cd24 neutrophil PIAS1
|
1265 |
+
-5.229207 2.068392 cd24 neutrophil HK1
|
1266 |
+
-4.6688724 2.5427158 cd24 neutrophil ATG12
|
1267 |
+
-2.511888 4.9304066 cd24 neutrophil TTK
|
1268 |
+
-6.4987926 -0.29599574 cd24 neutrophil CHMP1B
|
1269 |
+
-2.930838 4.0991125 cd24 neutrophil CLTC
|
1270 |
+
-6.9319687 -0.34969702 cd24 neutrophil ARHGAP1
|
1271 |
+
0.4120153 7.9585834 cd24 neutrophil MAP4K4
|
1272 |
+
-3.2793937 4.659517 cd24 neutrophil EXOC2
|
1273 |
+
-2.9042132 6.2292204 cd24 neutrophil RENBP
|
1274 |
+
-4.743406 2.4500701 cd24 neutrophil AURKB
|
1275 |
+
-3.7781339 3.303865 cd24 neutrophil CLTCL1
|
1276 |
+
-1.6353211 5.995628 cd24 neutrophil NOMO3
|
1277 |
+
-2.9573903 4.054468 cd24 neutrophil CDC42SE2
|
1278 |
+
-6.1340823 -0.37568358 cd24 neutrophil ELMO1
|
1279 |
+
-4.5970454 0.46039623 cd24 neutrophil KCNJ2
|
1280 |
+
-4.60563 1.6684868 cd24 neutrophil CHMP4B
|
1281 |
+
-3.7605188 2.5154536 cd24 neutrophil USP10
|
1282 |
+
-2.393768 4.8553114 cd24 neutrophil CERK
|
1283 |
+
-5.91539 1.259803 cd24 neutrophil CA4
|
1284 |
+
-6.203359 0.25862876 cd24 neutrophil IL1R2
|
1285 |
+
0.16606575 7.6853952 cd24 neutrophil MAPKAPK3
|
1286 |
+
-5.377583 -0.29275915 cd24 neutrophil MSH3
|
1287 |
+
-4.943593 -0.7870755 cd24 neutrophil KIF11
|
1288 |
+
-0.04478501 7.9803767 cd24 neutrophil CCNL1
|
1289 |
+
-4.961694 -0.93490094 cd24 neutrophil PPP2R5C
|
1290 |
+
-3.4234362 3.1670635 cd24 neutrophil RNASEK
|
1291 |
+
-0.5447742 6.873703 cd24 neutrophil HIP1
|
1292 |
+
-6.079227 -0.23077676 cd24 neutrophil RNF38
|
1293 |
+
-2.8832285 4.107262 cd24 neutrophil MKNK1
|
1294 |
+
-3.1976645 3.9221022 cd24 neutrophil HLX
|
1295 |
+
-4.88924 -0.12513086 cd24 neutrophil AKAP10
|
1296 |
+
0.021963976 8.308965 cd24 neutrophil SNX27
|
1297 |
+
-1.5737345 6.3894615 cd24 neutrophil GLRX
|
1298 |
+
-4.7874646 -0.72145194 cd24 neutrophil MSL3
|
1299 |
+
-3.0202613 6.306208 cd24 neutrophil EGLN1
|
1300 |
+
-7.265545 -0.67917895 cd24 neutrophil MIIP
|
1301 |
+
-0.00020295112 8.176732 cd24 neutrophil ITIH4
|
1302 |
+
-6.487439 -0.040985312 cd24 neutrophil SPG21
|
1303 |
+
-3.9118235 2.6872923 cd24 neutrophil PLCB2
|
1304 |
+
-4.687068 3.0662816 cd24 neutrophil LYN
|
1305 |
+
-2.3250883 7.0293484 cd24 neutrophil CNOT8
|
1306 |
+
-4.655932 2.6240711 cd24 neutrophil DCTN4
|
1307 |
+
-2.0791924 6.0750647 cd24 neutrophil MARCKS
|
1308 |
+
-4.0739355 3.116563 cd24 neutrophil ARG1
|
1309 |
+
-5.87766 -0.11062756 cd24 neutrophil MYCBP
|
1310 |
+
-6.5430675 0.005307749 cd24 neutrophil PUS10
|
1311 |
+
-3.5126383 4.760339 cd24 neutrophil CYB5R2
|
1312 |
+
-5.9981112 0.08538407 cd24 neutrophil CYP19A1
|
1313 |
+
-2.3371997 6.5613885 cd24 neutrophil FADD
|
1314 |
+
-0.8824506 7.3936157 cd24 neutrophil ZNF438
|
1315 |
+
-4.744086 2.1268363 cd24 neutrophil IPO8
|
1316 |
+
-0.23761964 7.872476 cd24 neutrophil TOP3A
|
1317 |
+
-3.8167357 0.9644557 cd24 neutrophil CRYBG1
|
1318 |
+
-4.1726437 2.903084 cd24 neutrophil PABPC3
|
1319 |
+
-3.1344252 4.2711797 cd24 neutrophil TACC3
|
1320 |
+
-2.6207173 5.813184 cd24 neutrophil IL6R
|
1321 |
+
-4.448786 0.8717178 cd24 neutrophil STK26
|
1322 |
+
-0.92559946 6.663363 cd24 neutrophil DIP2B
|
1323 |
+
-2.4365468 4.341026 cd24 neutrophil LRCH4
|
1324 |
+
-6.9406185 -0.058548205 cd24 neutrophil CLEC4E
|
1325 |
+
-2.23301 4.7628465 cd24 neutrophil CNPY3
|
1326 |
+
-2.450559 6.609022 cd24 neutrophil S100P
|
1327 |
+
-6.07745 0.87227917 cd24 neutrophil FAM160A2
|
1328 |
+
-5.015677 0.19599034 cd24 neutrophil SKA3
|
1329 |
+
-5.1579585 -0.5807245 cd24 neutrophil ARNT
|
1330 |
+
-3.3976233 3.9081182 cd24 neutrophil DICER1
|
1331 |
+
-4.8919125 0.3929027 cd24 neutrophil LNPK
|
1332 |
+
-4.006081 0.7492595 cd24 neutrophil ARHGEF1
|
1333 |
+
-1.5723234 5.730179 cd24 neutrophil CORO1C
|
1334 |
+
-5.279458 0.20243673 cd24 neutrophil KBTBD7
|
1335 |
+
-2.9757502 4.738307 cd24 neutrophil C18orf25
|
1336 |
+
-4.6967506 -0.0042990465 cd24 neutrophil HHEX
|
1337 |
+
-1.9926118 5.8897486 cd24 neutrophil FRYL
|
1338 |
+
1.3851861 -2.0925221 cd24 neutrophil TESC
|
1339 |
+
-3.4073977 1.0083421 cd24 neutrophil ARHGEF6
|
1340 |
+
-0.26506713 8.062204 cd24 neutrophil TCIRG1
|
1341 |
+
-0.28428143 7.440768 cd24 neutrophil SH3BP5L
|
1342 |
+
-3.3944268 5.6517954 cd24 neutrophil WIPF2
|
1343 |
+
-1.1648709 6.4986925 cd24 neutrophil PJA2
|
1344 |
+
-5.2090907 0.44559658 cd24 neutrophil CHIT1
|
1345 |
+
-2.7179627 6.220834 cd24 neutrophil MAST3
|
1346 |
+
-2.6216273 4.1879296 cd24 neutrophil NCOA3
|
1347 |
+
-4.647797 0.1962965 cd24 neutrophil ANKRD55
|
1348 |
+
-5.3973255 4.0925 cd24 neutrophil UHMK1
|
1349 |
+
-2.48451 5.1529384 cd24 neutrophil MON1B
|
1350 |
+
-2.6384065 5.705367 cd24 neutrophil RSRP1
|
1351 |
+
-3.6500857 1.8303301 cd24 neutrophil PIK3R6
|
1352 |
+
-5.091 0.76853794 cd24 neutrophil JDP2
|
1353 |
+
-1.7295982 5.992046 cd24 neutrophil DNM2
|
1354 |
+
-0.7045236 7.5506167 cd24 neutrophil PACSIN2
|
1355 |
+
-1.5498644 2.72557 cd24 neutrophil TYROBP
|
1356 |
+
-6.704537 -0.3664343 cd24 neutrophil STK4
|
1357 |
+
-4.0240684 0.9232222 cd24 neutrophil ARPC5
|
1358 |
+
-6.0343595 0.30974635 cd24 neutrophil KIF23
|
1359 |
+
-4.5187535 2.7866254 cd24 neutrophil PRPF38A
|
1360 |
+
-2.8872533 5.49456 cd24 neutrophil C2orf68
|
1361 |
+
-3.395815 5.597514 cd24 neutrophil LAPTM5
|
1362 |
+
-2.3062708 6.064135 cd24 neutrophil RAP1GAP2
|
1363 |
+
-3.167451 5.8520665 cd24 neutrophil CR1
|
1364 |
+
-4.80807 0.27381632 cd24 neutrophil MME
|
1365 |
+
-7.5732093 -0.50131375 cd24 neutrophil RNF111
|
1366 |
+
-4.614 0.911373 cd24 neutrophil AP3B1
|
1367 |
+
-3.4722567 3.7585382 cd24 neutrophil WDR70
|
1368 |
+
-5.8558226 0.93356097 cd24 neutrophil GPM6A
|
1369 |
+
-3.8541117 1.0338953 cd24 neutrophil KCNAB3
|
1370 |
+
-3.0625515 3.3649037 cd24 neutrophil SENP6
|
1371 |
+
-2.786615 4.301515 cd24 neutrophil C21orf91
|
1372 |
+
-2.0000734 5.0725183 cd24 neutrophil FAR1
|
1373 |
+
-5.2759233 0.3213916 cd24 neutrophil CDA
|
1374 |
+
-3.6059313 2.998548 cd24 neutrophil PRMT2
|
1375 |
+
-3.8122926 3.3972754 cd24 neutrophil DYNC1LI2
|
1376 |
+
-5.186783 0.33220556 cd24 neutrophil GADD45A
|
1377 |
+
-6.890254 -0.27493253 cd24 neutrophil BLOC1S1
|
1378 |
+
-1.3522286 6.855434 cd24 neutrophil CLEC4A
|
1379 |
+
-2.152064 6.7572207 cd24 neutrophil BUB1B
|
1380 |
+
-4.7911224 0.91500825 cd24 neutrophil ITSN2
|
1381 |
+
-5.2425756 0.03529083 cd24 neutrophil TOPBP1
|
1382 |
+
-4.545299 1.1200173 cd24 neutrophil MTPN
|
1383 |
+
-4.7879744 1.632785 cd24 neutrophil MBD6
|
1384 |
+
-4.6959834 -0.115859956 cd24 neutrophil MGAM
|
1385 |
+
-2.0859404 6.408878 cd24 neutrophil PPP6R3
|
1386 |
+
-3.7037845 3.6290796 cd24 neutrophil S100A6
|
1387 |
+
-3.649603 1.6574793 cd24 neutrophil NAA16
|
1388 |
+
0.42063546 7.9517226 cd24 neutrophil ARHGAP4
|
1389 |
+
-4.1789265 2.9278438 cd24 neutrophil ACTG1
|
1390 |
+
-2.3129356 5.0125713 cd24 neutrophil CDK17
|
1391 |
+
0.04883406 8.537695 cd24 neutrophil ATP6V1H
|
1392 |
+
-7.7301536 -0.9926318 cd24 neutrophil ATP23
|
1393 |
+
-4.917256 0.567913 cd24 neutrophil CCDC125
|
1394 |
+
-4.672959 0.6780591 cd24 neutrophil PPFIA1
|
1395 |
+
-3.8050005 3.757479 cd24 neutrophil PELI2
|
1396 |
+
-3.8083184 3.9999914 cd24 neutrophil NCOA4
|
1397 |
+
-2.0174437 4.8815327 cd24 neutrophil CCDC88B
|
1398 |
+
-5.96363 0.013406557 cd24 neutrophil CSAD
|
1399 |
+
-5.723056 1.1231222 cd24 neutrophil MS4A4A
|
1400 |
+
-2.1926088 5.972185 cd24 neutrophil TRIM21
|
1401 |
+
0.022136033 7.8303976 cd24 neutrophil MYO1G
|
1402 |
+
-4.3474894 0.76958585 cd24 neutrophil AP2A1
|
1403 |
+
-4.8236985 0.37350687 cd24 neutrophil LTB
|
1404 |
+
-6.0812454 0.023658026 cd24 neutrophil SMCR8
|
1405 |
+
-2.3835993 6.4034595 cd24 neutrophil SELPLG
|
1406 |
+
-2.8170393 5.817108 cd24 neutrophil PTPRJ
|
1407 |
+
-3.0510514 4.221019 cd24 neutrophil CDC42SE1
|
1408 |
+
-4.2863646 3.4476228 cd24 neutrophil SLC27A2
|
1409 |
+
-5.4731727 -1.3212545 cd24 neutrophil CDC73
|
1410 |
+
-1.9245623 5.480608 cd24 neutrophil SUPT20H
|
1411 |
+
-5.069493 1.1387495 cd24 neutrophil TMEM33
|
1412 |
+
-1.6335368 5.110485 cd24 neutrophil SPTLC2
|
1413 |
+
-3.7541382 2.7686627 cd24 neutrophil PRDM5
|
1414 |
+
-1.950243 6.79296 cd24 neutrophil ATXN7
|
1415 |
+
-5.0923324 2.344579 cd24 neutrophil MRTFA
|
1416 |
+
-4.612977 0.3994251 cd24 neutrophil YWHAZ
|
1417 |
+
-5.167589 0.2811816 cd24 neutrophil AGAP2
|
1418 |
+
-1.4277079 6.754777 cd24 neutrophil PIK3C3
|
1419 |
+
-3.0358434 3.5666528 cd24 neutrophil KDM6A
|
1420 |
+
-3.7793837 1.1339219 cd24 neutrophil ACSL4
|
1421 |
+
-4.1172915 3.414979 cd24 neutrophil GLYCTK
|
1422 |
+
-4.727708 1.1031638 cd24 neutrophil CREBBP
|
1423 |
+
-6.131454 0.5805915 cd24 neutrophil SNX10
|
1424 |
+
-2.5310636 6.142734 cd24 neutrophil RNF168
|
1425 |
+
-0.41925502 7.128366 cd24 neutrophil SRPK1
|
1426 |
+
-3.9111538 3.6687896 cd24 neutrophil NADSYN1
|
1427 |
+
-6.8952675 -0.14604619 cd24 neutrophil CAPZA2
|
1428 |
+
-4.0660586 0.44660333 cd24 neutrophil FBRS
|
1429 |
+
-5.2106824 -0.5085189 cd24 neutrophil AP1S2
|
1430 |
+
-5.7227106 1.4279951 cd24 neutrophil RP2
|
1431 |
+
-5.0260854 -0.98376715 cd24 neutrophil FAM160B1
|
1432 |
+
-2.5643325 4.318 cd24 neutrophil GAS7
|
1433 |
+
-2.441249 6.572235 cd24 neutrophil ARHGAP24
|
1434 |
+
10.458624 -9.157613 cd24 neutrophil EXOC4
|
1435 |
+
-2.8639288 4.490829 cd24 neutrophil CEBPE
|
1436 |
+
-6.583931 1.8388348 cd24 neutrophil TOP2A
|
1437 |
+
-2.0363848 6.578197 cd24 neutrophil STX11
|
1438 |
+
-2.080783 5.5947223 cd24 neutrophil NSUN5
|
1439 |
+
-4.6358933 0.23521836 cd24 neutrophil FPR1
|
1440 |
+
-1.6699028 6.424708 cd24 neutrophil SIGLEC14
|
1441 |
+
-7.054473 -0.45622268 cd24 neutrophil TOR1A
|
1442 |
+
-1.9414941 7.2640204 cd24 neutrophil KIF2C
|
1443 |
+
-9.010838 -1.512116 cd24 neutrophil KDM4C
|
1444 |
+
-2.2433238 6.2992377 cd24 neutrophil ASXL2
|
1445 |
+
-3.6072738 1.1515465 cd24 neutrophil GTPBP1
|
1446 |
+
-3.6924179 3.4303873 cd24 neutrophil RPS6KA3
|
1447 |
+
-5.5144844 0.13628706 cd24 neutrophil ERG
|
1448 |
+
-4.915444 1.2601728 cd24 neutrophil STIM1
|
1449 |
+
-6.0746903 0.4549299 cd24 neutrophil CAST
|
1450 |
+
-6.1110215 -0.5300077 cd24 neutrophil NRF1
|
1451 |
+
-1.7646097 5.8408017 cd24 neutrophil RMI1
|
1452 |
+
0.1134615 7.795161 cd24 neutrophil GNAQ
|
1453 |
+
-1.7299503 6.470751 cd24 neutrophil NFKBIZ
|
1454 |
+
-4.3438463 2.5494554 cd24 neutrophil ZNF106
|
1455 |
+
-4.769897 1.1663568 cd24 neutrophil STRADA
|
1456 |
+
-7.5455456 -0.60333055 cd24 neutrophil PRKCB
|
1457 |
+
-3.4291468 3.4988134 cd24 neutrophil PDPK1
|
1458 |
+
-6.0332227 0.026437875 cd24 neutrophil CYBA
|
1459 |
+
-2.5587325 6.7072845 cd24 neutrophil MYO5A
|
1460 |
+
-0.82751787 6.7890906 cd24 neutrophil USP15
|
1461 |
+
-4.1722426 4.1962347 cd24 neutrophil NR6A1
|
1462 |
+
-1.6675191 6.079835 cd24 neutrophil UBE4A
|
1463 |
+
-2.3528945 6.1632953 cd24 neutrophil PIAS4
|
1464 |
+
-2.2603688 3.887968 cd24 neutrophil XRCC4
|
1465 |
+
-7.67338 -1.138741 cd24 neutrophil CASP10
|
1466 |
+
-3.6682076 4.0043907 cd24 neutrophil F5
|
1467 |
+
-2.6035857 5.4388204 cd24 neutrophil PAG1
|
1468 |
+
-4.1749115 3.1818683 cd24 neutrophil LCOR
|
1469 |
+
0.63976336 7.764239 cd24 neutrophil CHD1L
|
1470 |
+
-2.4806457 6.4724627 cd24 neutrophil RAB10
|
1471 |
+
-2.017476 6.8899107 cd24 neutrophil FUT4
|
1472 |
+
-4.476212 0.90999717 cd24 neutrophil GREM1
|
1473 |
+
-2.5248418 5.42074 cd24 neutrophil TNPO1
|
1474 |
+
-2.317321 3.9413028 cd24 neutrophil DR1
|
1475 |
+
-4.581272 2.8059213 cd24 neutrophil PDE4D
|
1476 |
+
-2.5951867 5.6687427 cd24 neutrophil MEF2A
|
1477 |
+
-4.1123767 0.45772317 cd24 neutrophil PLD1
|
1478 |
+
-5.4101686 0.40085807 cd24 neutrophil PANX2
|
1479 |
+
-2.9579089 6.4718366 cd24 neutrophil CEACAM8
|
1480 |
+
-5.6352353 0.65824807 cd24 neutrophil PDIK1L
|
1481 |
+
-0.5292853 7.5778913 cd24 neutrophil HBD
|
1482 |
+
-8.163871 -1.5933212 cd24 neutrophil NCOA6
|
1483 |
+
-3.5547776 4.270928 cd24 neutrophil NFATC3
|
1484 |
+
-4.7840247 0.7223033 cd24 neutrophil EGLN2
|
1485 |
+
-3.9523425 0.120487355 cd24 neutrophil UBR1
|
1486 |
+
-7.4189672 -0.95009595 cd24 neutrophil CORO7
|
1487 |
+
-4.9476843 -0.73721576 cd24 neutrophil PLA2G4A
|
1488 |
+
-2.798117 4.5972314 cd24 neutrophil NOD2
|
1489 |
+
-2.8797004 3.9022167 cd24 neutrophil LMNB1
|
1490 |
+
-0.6431801 7.0787783 cd24 neutrophil MAB21L3
|
1491 |
+
-1.985742 4.792898 cd24 neutrophil RBPJ
|
1492 |
+
-3.6986442 3.9288251 cd24 neutrophil GAB3
|
1493 |
+
-5.900319 0.037704136 cd24 neutrophil UBA6
|
1494 |
+
-2.0365644 6.4210854 cd24 neutrophil CSNK1G1
|
1495 |
+
-4.951727 1.3323953 cd24 neutrophil SGTB
|
1496 |
+
-1.7035218 5.6990933 cd24 neutrophil NUP214
|
1497 |
+
-3.3249264 6.074742 cd24 neutrophil EPG5
|
1498 |
+
-5.26757 0.38830736 cd24 neutrophil KLHL18
|
1499 |
+
-5.5656757 1.247017 cd24 neutrophil BCORL1
|
1500 |
+
-3.963993 3.958052 cd24 neutrophil AGTRAP
|
1501 |
+
0.13463606 7.6526613 cd24 neutrophil PFKFB3
|
1502 |
+
-4.943564 -0.44045383 cd24 neutrophil FCAR
|
1503 |
+
-6.795188 -0.3576292 cd24 neutrophil ZNF143
|
1504 |
+
-4.0319037 0.87145716 cd24 neutrophil SERTAD2
|
1505 |
+
-6.5181913 0.384325 cd24 neutrophil CRLF3
|
1506 |
+
-1.9133245 3.7284853 cd24 neutrophil BASP1
|
1507 |
+
-1.5712909 7.2013865 cd24 neutrophil RGS2
|
1508 |
+
-2.4271572 6.47594 cd24 neutrophil DEGS1
|
1509 |
+
-7.404517 -1.0229633 cd24 neutrophil EREG
|
1510 |
+
-0.3910923 7.5510325 cd24 neutrophil DAPK2
|
1511 |
+
-3.5363374 3.7939484 cd24 neutrophil MED13L
|
1512 |
+
-0.005631011 7.9661584 cd24 neutrophil ATG9A
|
1513 |
+
-3.0920887 5.659491 cd24 neutrophil C18orf32
|
1514 |
+
-1.8975744 6.4979734 cd24 neutrophil MDM4
|
1515 |
+
-5.038644 -0.826937 cd24 neutrophil NR3C1
|
1516 |
+
-4.744823 0.13858193 cd24 neutrophil CPSF7
|
1517 |
+
-6.183001 0.09403375 cd24 neutrophil TRIM41
|
1518 |
+
-4.455332 1.625147 cd24 neutrophil DAPP1
|
1519 |
+
-3.2537813 5.6267734 cd24 neutrophil GJB6
|
1520 |
+
-2.8041584 2.743063 cd24 neutrophil NECAP1
|
1521 |
+
-1.8419389 6.98682 cd24 neutrophil RIMS2
|
1522 |
+
-8.240799 -1.5785367 cd24 neutrophil IFNAR1
|
1523 |
+
0.06340133 7.914905 cd24 neutrophil ATP2C2
|
1524 |
+
0.103019655 7.8600082 cd24 neutrophil YWHAH
|
1525 |
+
-0.5075226 7.302371 cd24 neutrophil ATG2A
|
1526 |
+
0.31922895 8.218762 cd24 neutrophil PPEF1
|
1527 |
+
-7.3115783 0.04384774 cd24 neutrophil NEUROD1
|
1528 |
+
-4.8606734 0.36373243 cd24 neutrophil NSD1
|
1529 |
+
-5.514653 0.34879622 cd24 neutrophil SOD2
|
1530 |
+
-3.4247112 4.595426 cd24 neutrophil PDS5B
|
1531 |
+
-1.5851406 7.2457747 cd24 neutrophil MMP8
|
1532 |
+
-3.1443667 5.553123 cd24 neutrophil TKT
|
1533 |
+
-0.4412778 8.154639 cd24 neutrophil CTBS
|
1534 |
+
-1.3147025 7.478852 cd24 neutrophil RGPD8
|
1535 |
+
-4.419581 0.49179965 cd24 neutrophil TAF13
|
1536 |
+
-2.7512174 4.1706967 cd24 neutrophil CFP
|
1537 |
+
-3.4003177 3.4810815 cd24 neutrophil PLEKHA2
|
1538 |
+
-7.0946007 -0.38242942 cd24 neutrophil GTSE1
|
1539 |
+
-2.7200868 0.99482876 cd24 neutrophil RNU4-2
|
1540 |
+
-3.3246713 3.950882 cd24 neutrophil CENPE
|
1541 |
+
-1.3062079 5.391263 cd24 neutrophil GNG2
|
1542 |
+
-1.3230896 5.6906085 cd24 neutrophil ATP6V0D1
|
1543 |
+
-8.928303 -1.6846329 cd24 neutrophil LPAR4
|
1544 |
+
-2.0791202 6.2015753 cd24 neutrophil TBC1D7
|
1545 |
+
-6.339881 -0.23841724 cd24 neutrophil RAB7A
|
1546 |
+
-5.443129 0.35164103 cd24 neutrophil RCOR3
|
1547 |
+
-5.290213 0.16189325 cd24 neutrophil IDO1
|
1548 |
+
-1.4322495 7.3158197 cd24 neutrophil JARID2
|
1549 |
+
-2.0239413 6.9666853 cd24 neutrophil FRAT1
|
1550 |
+
-1.674652 5.494706 cd24 neutrophil BID
|
1551 |
+
-2.5370333 4.9676003 cd24 neutrophil KIF20A
|
1552 |
+
-7.9384623 -1.2697943 cd24 neutrophil G6PD
|
1553 |
+
-2.9538949 3.6479197 cd24 neutrophil SULT1B1
|
1554 |
+
-4.085283 0.31616992 cd24 neutrophil PLEKHF2
|
1555 |
+
-1.2238594 5.836052 cd24 neutrophil ANXA6
|
1556 |
+
-0.3226899 7.932825 cd24 neutrophil ARHGDIB
|
1557 |
+
-4.0983067 2.2573247 cd24 neutrophil KCNJ12
|
1558 |
+
-3.5992875 4.623636 cd24 neutrophil ANKS1A
|
1559 |
+
-4.803059 0.5914244 cd24 neutrophil TNPO3
|
1560 |
+
-2.3244622 4.695044 cd24 neutrophil TOR1AIP2
|
1561 |
+
-0.5290853 7.5739293 cd24 neutrophil AGFG1
|
1562 |
+
-4.650546 0.29885077 cd24 neutrophil LRRK2
|
1563 |
+
-6.3343368 0.32384944 cd24 neutrophil MARK3
|
1564 |
+
-8.2078495 -1.5548258 cd24 neutrophil VPS26B
|
1565 |
+
-1.2792469 6.8002725 cd24 neutrophil PRKCD
|
1566 |
+
0.11611455 8.131516 cd24 neutrophil WBP2
|
1567 |
+
-5.3220415 0.5344067 cd24 neutrophil ATG16L2
|
1568 |
+
-2.7733557 4.797746 cd24 neutrophil PHC3
|
1569 |
+
-1.4395981 6.8382154 cd24 neutrophil CAP1
|
1570 |
+
-4.8259935 0.1309453 cd24 neutrophil TRIM23
|
1571 |
+
-1.7903174 5.236156 cd24 neutrophil ZNF780A
|
1572 |
+
-4.42841 1.6643333 cd24 neutrophil PCGF3
|
1573 |
+
-5.0741034 0.23837972 cd24 neutrophil SFXN5
|
1574 |
+
-2.6796331 6.622221 cd24 neutrophil CRACR2A
|
1575 |
+
-2.8422844 6.2681293 cd24 neutrophil LYST
|
1576 |
+
0.7875327 8.091776 cd24 neutrophil PTEN
|
1577 |
+
-6.582802 -0.07045545 cd24 neutrophil ROCK1
|
1578 |
+
-1.4022125 6.7303495 cd24 neutrophil IFNGR2
|
1579 |
+
-0.65922135 7.8847375 cd24 neutrophil SNX11
|
1580 |
+
-4.088366 3.2587087 cd24 neutrophil WAS
|
1581 |
+
-4.7612467 -0.18094456 cd24 neutrophil PDXK
|
1582 |
+
-3.1324255 5.7164674 cd24 neutrophil MKRN1
|
1583 |
+
-3.7749245 3.6110232 cd24 neutrophil SESN2
|
1584 |
+
-1.6877078 7.090866 cd24 neutrophil SUV39H2
|
1585 |
+
-7.6094375 -0.7551313 cd24 neutrophil MARF1
|
1586 |
+
-4.8452396 0.44399258 cd24 neutrophil AIF1
|
1587 |
+
-2.351418 7.082247 cd24 neutrophil SP100
|
1588 |
+
-4.7315416 0.3908177 cd24 neutrophil NIN
|
1589 |
+
-8.122898 -1.2562712 cd24 neutrophil HCST
|
1590 |
+
-1.857525 5.9197955 cd24 neutrophil ACAD11
|
1591 |
+
-0.018880004 8.343429 cd24 neutrophil ST3GAL2
|
1592 |
+
-0.5878369 8.790567 cd24 neutrophil DYRK1A
|
1593 |
+
-2.4476275 5.177929 cd24 neutrophil TBL1X
|
1594 |
+
-3.8073485 0.17604479 cd24 neutrophil PFKFB4
|
1595 |
+
-5.1864686 -0.5460296 cd24 neutrophil RAB21
|
1596 |
+
-0.90536183 6.0928206 cd24 neutrophil TP53INP1
|
1597 |
+
-2.199466 4.6286635 cd24 neutrophil TMEM52B
|
1598 |
+
-6.177044 1.1824422 cd24 neutrophil VCPIP1
|
1599 |
+
-4.2041454 0.4075734 cd24 neutrophil B3GNT8
|
1600 |
+
-0.7658991 6.8763914 cd24 neutrophil GRB10
|
1601 |
+
-9.307489 -1.6235816 cd24 neutrophil ME2
|
1602 |
+
-3.7053576 3.6472847 cd24 neutrophil TNFSF13
|
1603 |
+
-4.2939363 2.5218828 cd24 neutrophil MYSM1
|
1604 |
+
-2.983471 4.7229824 cd24 neutrophil NMNAT1
|
1605 |
+
-4.5343213 2.4407458 cd24 neutrophil KIAA0930
|
1606 |
+
-1.476578 7.1193438 cd24 neutrophil CPSF3
|
1607 |
+
-1.8480257 5.514556 cd24 neutrophil RRP12
|
1608 |
+
-0.9545065 6.500661 cd24 neutrophil LILRB3
|
1609 |
+
-5.720902 0.23143233 cd24 neutrophil CENPF
|
1610 |
+
-2.0651634 6.7900357 cd24 neutrophil PPP2R5A
|
1611 |
+
-5.7889423 0.22894624 cd24 neutrophil SEC14L1
|
1612 |
+
-3.3844953 3.5497067 cd24 neutrophil RAC2
|
1613 |
+
-5.1408873 0.1400941 cd24 neutrophil FES
|
1614 |
+
-5.2614455 1.1608845 cd24 neutrophil DHFR
|
1615 |
+
-3.7239463 3.8314302 cd24 neutrophil NUDT19
|
1616 |
+
-5.3417735 0.24477395 cd24 neutrophil ARID1A
|
1617 |
+
-3.5732367 5.1726594 cd24 neutrophil SWSAP1
|
1618 |
+
-7.5585327 -0.8884713 cd24 neutrophil PGS1
|
1619 |
+
-2.612811 4.576241 cd24 neutrophil LRFN1
|
1620 |
+
-4.66303 -1.1444547 cd24 neutrophil ACSL1
|
1621 |
+
-3.327986 4.2705336 cd24 neutrophil FPR2
|
1622 |
+
-3.1388726 4.3323097 cd24 neutrophil CLSTN3
|
1623 |
+
-1.9354926 6.5841765 cd24 neutrophil IMPA1
|
1624 |
+
-4.6387343 1.2397376 cd24 neutrophil OPRD1
|
1625 |
+
-1.7343266 7.009199 cd24 neutrophil RELL1
|
1626 |
+
-1.0480121 6.24146 cd24 neutrophil MOB3A
|
1627 |
+
-0.15632173 9.59686 cd24 neutrophil NDUFAF7
|
1628 |
+
-4.9758663 0.0030564007 cd24 neutrophil OXSR1
|
1629 |
+
-8.118513 -1.2456343 cd24 neutrophil RILPL1
|
1630 |
+
-7.159257 -0.62833667 cd24 neutrophil ZRANB1
|
1631 |
+
-5.641914 0.21370552 cd24 neutrophil STAB2
|
1632 |
+
-5.7050686 0.24048671 cd24 neutrophil GPD2
|
1633 |
+
-2.0571477 6.76045 cd24 neutrophil PRKACA
|
1634 |
+
-1.9323493 5.011743 cd24 neutrophil OLAH
|
1635 |
+
-2.8893492 6.370954 cd24 neutrophil DOK1
|
1636 |
+
-4.7620363 2.7751224 cd24 neutrophil ZNF207
|
1637 |
+
-0.72442704 6.9841805 cd24 neutrophil CEP55
|
1638 |
+
-4.9078245 0.516633 cd24 neutrophil ADAR
|
1639 |
+
-0.7049482 7.4373345 cd24 neutrophil MPP7
|
1640 |
+
-1.6687196 6.4343557 cd24 neutrophil GATAD2A
|
1641 |
+
-3.2676623 4.0316825 cd24 neutrophil MTF1
|
1642 |
+
-3.304915 4.375038 cd24 neutrophil LPCAT2
|
1643 |
+
-5.401118 2.1495636 cd24 neutrophil IER3
|
1644 |
+
-4.572014 1.6503589 cd24 neutrophil HIF1A
|
1645 |
+
-1.657911 6.319832 cd24 neutrophil CD200R1
|
1646 |
+
-1.2340732 7.090081 cd24 neutrophil PHF12
|
1647 |
+
-2.7622526 6.1166987 cd24 neutrophil NQO2
|
1648 |
+
-2.8021827 6.5272784 cd24 neutrophil AGER
|
1649 |
+
-3.1127374 3.6074233 cd24 neutrophil TNNI2
|
1650 |
+
-3.9880903 4.7214174 cd24 neutrophil RBM15
|
1651 |
+
-1.825308 6.6083045 cd24 neutrophil YPEL5
|
1652 |
+
-5.039573 -0.91689503 cd24 neutrophil ELF4
|
1653 |
+
-5.879797 0.16636401 cd24 neutrophil VHL
|
1654 |
+
-5.1290364 1.1177518 cd24 neutrophil ACIN1
|
1655 |
+
-0.7162597 6.8901706 cd24 neutrophil UBLCP1
|
1656 |
+
-0.849674 7.352859 cd24 neutrophil FAM217B
|
1657 |
+
-4.781384 -0.21472731 cd24 neutrophil FLI1
|
1658 |
+
-3.7787447 3.1735115 cd24 neutrophil KDM3A
|
1659 |
+
-6.6148186 -0.23652138 cd24 neutrophil UBE2D3
|
1660 |
+
-2.9662378 6.571604 cd24 neutrophil RCOR1
|
1661 |
+
-5.0889072 -1.8638854 cd24 neutrophil CYLD
|
1662 |
+
-5.1614847 0.15517613 cd24 neutrophil VAMP3
|
1663 |
+
-3.8056772 3.2957797 cd24 neutrophil PPP2R5B
|
1664 |
+
-5.107695 -0.90906554 cd24 neutrophil INTS8
|
1665 |
+
-4.74487 1.0551674 cd24 neutrophil KCTD7
|
1666 |
+
-1.6165478 7.2324796 cd24 neutrophil USP32
|
1667 |
+
-4.5932293 2.3182797 cd24 neutrophil MYL12A
|
1668 |
+
-4.2223053 0.34302896 cd24 neutrophil TMEM107
|
1669 |
+
-4.6616235 0.5157624 cd24 neutrophil LYZ
|
1670 |
+
-3.032537 5.984204 cd24 neutrophil ATP6V0A1
|
1671 |
+
-1.9665145 5.1733956 cd24 neutrophil ATG7
|
1672 |
+
-3.854965 1.0757904 cd24 neutrophil DDN
|
1673 |
+
-4.716984 -0.3263722 cd24 neutrophil OXER1
|
1674 |
+
-4.308417 2.9251761 cd24 neutrophil SSH1
|
1675 |
+
-3.7586377 0.8425586 cd24 neutrophil TMUB2
|
1676 |
+
-3.1915486 0.38863218 cd24 neutrophil MARK2
|
1677 |
+
-4.6904316 -0.270781 cd24 neutrophil ZBTB7B
|
1678 |
+
-4.876695 0.85934484 cd24 neutrophil WASHC2C
|
1679 |
+
-3.88019 1.5280247 cd24 neutrophil DGKG
|
1680 |
+
-3.479949 4.445639 cd24 neutrophil UPB1
|
1681 |
+
-5.034019 -0.16195123 cd24 neutrophil STK10
|
1682 |
+
-0.4060854 7.519347 cd24 neutrophil CLK1
|
1683 |
+
-3.9908829 -5.3205805 cd24 neutrophil SLC35A5
|
1684 |
+
-0.26296973 9.186191 cd24 neutrophil STK16
|
1685 |
+
-5.08655 0.29066315 cd24 neutrophil LENG8
|
1686 |
+
-2.0580134 5.438749 cd24 neutrophil DRAM1
|
1687 |
+
-4.9523377 -0.7700963 cd24 neutrophil NEDD1
|
1688 |
+
-1.2645354 6.11261 cd24 neutrophil DIAPH1
|
1689 |
+
-4.3737316 1.3051115 cd24 neutrophil TWIST2
|
1690 |
+
-2.373538 4.976579 cd24 neutrophil TESK2
|
1691 |
+
-1.8466092 6.888806 cd24 neutrophil BCL2L15
|
1692 |
+
-4.9093504 -0.7378182 cd24 neutrophil SUCO
|
1693 |
+
-6.2451606 0.8922431 cd24 neutrophil RIOK3
|
1694 |
+
-6.2166142 0.23656482 cd24 neutrophil SNAP23
|
1695 |
+
-0.65307915 8.198232 cd24 neutrophil SORL1
|
1696 |
+
-4.7078805 2.6687298 cd24 neutrophil TMED8
|
1697 |
+
-1.5252097 6.5565743 cd24 neutrophil UIMC1
|
1698 |
+
-1.5248317 7.018707 cd24 neutrophil TRPM6
|
1699 |
+
-4.46758 1.815421 cd24 neutrophil GRN
|
1700 |
+
-1.8268306 7.4463286 cd24 neutrophil RAB5IF
|
1701 |
+
-0.12930457 7.5659556 cd24 neutrophil BAZ2B
|
1702 |
+
-3.3373485 3.84149 cd24 neutrophil U2AF1
|
1703 |
+
-3.2684083 5.337499 cd24 neutrophil NFAT5
|
1704 |
+
-3.952095 3.159911 cd24 neutrophil SLC22A4
|
1705 |
+
-1.9834051 5.287985 cd24 neutrophil RAB33B
|
1706 |
+
-4.366679 2.6189709 cd24 neutrophil RASAL3
|
1707 |
+
-1.6497629 6.260603 cd24 neutrophil BRIP1
|
1708 |
+
-4.2529054 3.8447368 cd24 neutrophil CD24
|
1709 |
+
-1.5482291 6.761928 cd24 neutrophil SOS2
|
1710 |
+
0.5508015 7.856873 cd24 neutrophil TMEM120A
|
1711 |
+
-1.3544886 7.0814915 cd24 neutrophil FCER1G
|
1712 |
+
-4.856016 1.6025199 cd24 neutrophil SPOPL
|
1713 |
+
-1.8164381 5.171874 cd24 neutrophil MAP3K2
|
1714 |
+
-8.562719 -1.1599933 cd24 neutrophil FMNL1
|
1715 |
+
-5.1899323 0.27087617 cd24 neutrophil ELMO2
|
1716 |
+
-1.0635756 7.2806234 cd24 neutrophil ZNF81
|
1717 |
+
-2.1416366 6.2915077 cd24 neutrophil AP4B1
|
1718 |
+
10.614984 -8.822049 cd24 neutrophil ARL8B
|
1719 |
+
-4.2514696 0.34363452 cd24 neutrophil AKTIP
|
1720 |
+
-1.5289501 6.8250766 cd24 neutrophil CDK5R1
|
1721 |
+
-5.765329 1.5520183 cd24 neutrophil H6PD
|
1722 |
+
-2.113772 6.7938066 cd24 neutrophil SLC35A1
|
1723 |
+
-1.4710169 5.9450564 cd24 neutrophil LASP1
|
1724 |
+
-2.7693388 4.530411 cd24 neutrophil ZNF281
|
1725 |
+
-4.9424686 0.3426072 cd24 neutrophil PDK3
|
1726 |
+
-4.468988 1.1008468 cd24 neutrophil C1GALT1
|
1727 |
+
-4.632443 2.1469471 cd24 neutrophil RNF10
|
1728 |
+
-5.9464655 0.61644447 cd24 neutrophil NT5C2
|
1729 |
+
-1.3483397 7.0590553 cd24 neutrophil SHKBP1
|
1730 |
+
-5.043213 1.353302 cd24 neutrophil KIF5B
|
1731 |
+
-5.5777364 0.10467452 cd24 neutrophil GABBR1
|
1732 |
+
-3.4267163 3.6179874 cd24 neutrophil CUX1
|
1733 |
+
-2.3532588 6.02723 cd24 neutrophil GFI1
|
1734 |
+
-4.2444024 0.41541156 cd24 neutrophil INTS6L
|
1735 |
+
-4.890504 1.465474 cd24 neutrophil PRKAR1A
|
1736 |
+
-4.936541 0.7520496 cd24 neutrophil NCR1
|
1737 |
+
-0.70894307 7.484554 cd24 neutrophil APC
|
1738 |
+
-6.430604 -0.24239354 cd24 neutrophil TMOD3
|
1739 |
+
-8.75228 -1.6422689 cd24 neutrophil PGLYRP1
|
1740 |
+
-1.6938441 7.0520654 cd24 neutrophil PUM2
|
1741 |
+
-8.410145 -1.301554 cd24 neutrophil GLCCI1
|
1742 |
+
-0.007242747 8.214012 cd24 neutrophil SYNE2
|
1743 |
+
-1.0035739 7.4697204 cd24 neutrophil TLE3
|
1744 |
+
-7.4012985 -0.65768826 cd24 neutrophil AFF2
|
1745 |
+
-1.6766642 2.6592207 cd24 neutrophil YIPF4
|
1746 |
+
-6.1113586 -0.038216162 cd24 neutrophil OSTF1
|
1747 |
+
-2.156665 4.7950234 cd24 neutrophil MAN2A2
|
1748 |
+
0.46558353 7.6161466 cd24 neutrophil DLGAP5
|
1749 |
+
9.682488 -8.291292 cd24 neutrophil MMS22L
|
1750 |
+
-4.50093 0.6941974 cd24 neutrophil TLR2
|
1751 |
+
-0.9773826 6.0651727 cd24 neutrophil AGO4
|
1752 |
+
-6.6979485 -0.12616654 cd24 neutrophil CTSD
|
1753 |
+
-2.637392 4.571877 cd24 neutrophil FBXO33
|
1754 |
+
-0.20814379 7.4412074 cd24 neutrophil CTDP1
|
1755 |
+
-5.4903116 1.0691284 cd24 neutrophil SUSD6
|
1756 |
+
-2.0756617 5.0828433 cd24 neutrophil AP1M1
|
1757 |
+
-4.532157 0.21628673 cd24 neutrophil IGF1R
|
1758 |
+
-5.288941 -0.5887523 cd24 neutrophil WRAP73
|
1759 |
+
-1.4728748 6.31227 cd24 neutrophil ZNF230
|
1760 |
+
-2.079264 6.7713933 cd24 neutrophil BRWD3
|
1761 |
+
-6.638298 -0.042799715 cd24 neutrophil PAN3
|
1762 |
+
-3.554827 4.5308247 cd24 neutrophil PATL1
|
1763 |
+
-3.3506176 2.1060138 cd24 neutrophil CAT
|
1764 |
+
-4.8606644 0.5895526 cd24 neutrophil DUSP6
|
1765 |
+
-5.1382823 -0.27247596 cd24 neutrophil TRPS1
|
1766 |
+
-6.315537 0.1536064 cd24 neutrophil PPP4R1
|
1767 |
+
0.5620709 7.9447713 cd24 neutrophil NFYA
|
1768 |
+
-4.452035 1.7577612 cd24 neutrophil OSTM1
|
1769 |
+
-2.2403514 4.943935 cd24 neutrophil WDR26
|
1770 |
+
-4.5628877 2.810882 cd24 neutrophil PILRB
|
1771 |
+
-1.6530477 6.502541 cd24 neutrophil MAPK1
|
1772 |
+
-1.1038593 6.3394337 cd24 neutrophil INPP4A
|
1773 |
+
-7.082237 -0.28716454 cd24 neutrophil LRRC25
|
1774 |
+
-1.9816823 5.230914 cd24 neutrophil SLC9A3R1
|
1775 |
+
-4.933672 0.02058694 cd24 neutrophil FBXO11
|
1776 |
+
-0.3894767 7.7949 cd24 neutrophil LITAF
|
1777 |
+
-3.9953513 3.5541325 cd24 neutrophil LCP2
|
1778 |
+
-2.321108 4.6246986 cd24 neutrophil CEP250
|
1779 |
+
-4.4858 2.555532 cd24 neutrophil RAD51B
|
1780 |
+
-2.8787222 5.217908 cd24 neutrophil AHSP
|
1781 |
+
-1.5313406 5.918128 cd24 neutrophil IRF2BP2
|
1782 |
+
-5.5912213 0.1949759 cd24 neutrophil PHF21A
|
1783 |
+
-6.019 1.0672058 cd24 neutrophil VNN2
|
1784 |
+
-2.4629877 4.364105 cd24 neutrophil SLA
|
1785 |
+
-8.917299 -1.3724205 cd24 neutrophil CXCR1
|
1786 |
+
-4.63013 1.394692 cd24 neutrophil BTNL8
|
1787 |
+
-4.0744557 2.5111556 cd24 neutrophil DCAF12
|
1788 |
+
-0.5387302 8.72078 cd24 neutrophil XPO6
|
1789 |
+
-2.9535708 4.1899366 cd24 neutrophil MAPK3
|
1790 |
+
-2.3497488 4.6328206 cd24 neutrophil MOB1A
|
1791 |
+
-4.076393 2.9544551 cd24 neutrophil TRIP12
|
1792 |
+
-4.6267333 0.59064823 cd24 neutrophil VAMP1
|
1793 |
+
-2.045678 5.058119 cd24 neutrophil IL2RG
|
1794 |
+
-2.9775627 4.467601 cd24 neutrophil NDE1
|
1795 |
+
-2.3751023 6.1246295 cd24 neutrophil PGK1
|
1796 |
+
-1.1050556 5.8574553 cd24 neutrophil STOM
|
1797 |
+
-4.9729557 1.1792905 cd24 neutrophil UBXN7
|
1798 |
+
-3.524795 3.6324685 cd24 neutrophil IQGAP2
|
1799 |
+
-3.3836453 1.1518178 cd24 neutrophil FRAT2
|
1800 |
+
-1.4703884 6.9165955 cd24 neutrophil CXCR2
|
1801 |
+
-4.0587654 2.4047067 cd24 neutrophil STXBP2
|
1802 |
+
-4.4096603 0.7460673 cd24 neutrophil SPAST
|
1803 |
+
-3.2303498 3.8267143 cd24 neutrophil HMGB2
|
1804 |
+
-4.8881497 0.453318 cd24 neutrophil MBD4
|
1805 |
+
-4.9359493 2.2682118 cd24 neutrophil CSF2RB
|
1806 |
+
-3.1042202 3.7548738 cd24 neutrophil CUL3
|
1807 |
+
-4.04588 1.0512618 cd24 neutrophil STX16
|
1808 |
+
-5.2413387 -0.88761014 cd24 neutrophil KLHL2
|
1809 |
+
-6.695428 -0.17145069 cd24 neutrophil GRK6
|
1810 |
+
-0.1906649 9.3297825 cd24 neutrophil VPS4B
|
1811 |
+
-7.098415 0.26159224 cd24 neutrophil HDAC7
|
1812 |
+
-3.3914194 3.485972 cd24 neutrophil AGTPBP1
|
1813 |
+
-1.5213455 5.2471075 cd24 neutrophil MED12
|
1814 |
+
-4.5198646 0.8705135 cd24 neutrophil ARHGAP26
|
1815 |
+
-0.8828644 6.4521685 cd24 neutrophil DBNL
|
1816 |
+
-2.1371155 4.922006 cd24 neutrophil PRTN3
|
1817 |
+
-1.2951769 7.2432685 cd24 neutrophil RBM23
|
1818 |
+
-1.5870918 5.7168546 cd24 neutrophil RICTOR
|
1819 |
+
-3.1132646 5.922748 cd24 neutrophil NLK
|
1820 |
+
-4.762692 -0.26806784 cd24 neutrophil CLINT1
|
1821 |
+
-3.3536844 3.5054133 cd24 neutrophil MCM9
|
1822 |
+
-4.998396 0.4366109 cd24 neutrophil MXD3
|
1823 |
+
-3.1884735 6.337619 cd24 neutrophil FLOT1
|
1824 |
+
-2.6797466 4.588428 cd24 neutrophil GNAI2
|
1825 |
+
-4.864883 -0.49322295 cd24 neutrophil C1RL
|
1826 |
+
-2.4462764 4.968549 cd24 neutrophil HORMAD1
|
1827 |
+
-4.955183 0.8404218 cd24 neutrophil XRCC5
|
1828 |
+
-5.742353 0.24917538 cd24 neutrophil LDLR
|
1829 |
+
-6.2265053 0.8955599 cd24 neutrophil MBP
|
1830 |
+
-2.3716888 6.185692 cd24 neutrophil SERPINB1
|
1831 |
+
-3.8074152 3.5190864 cd24 neutrophil AGPS
|
1832 |
+
-2.9258008 6.328081 cd24 neutrophil PPP1R12B
|
1833 |
+
-5.9025908 1.066561 cd24 neutrophil CNOT6
|
1834 |
+
-4.7823544 1.6979146 cd24 neutrophil PYCARD
|
1835 |
+
-6.2412214 -0.025124598 cd24 neutrophil VAV1
|
1836 |
+
-1.9269854 5.2574215 cd24 neutrophil RHOA
|
1837 |
+
-5.1014857 -1.1261212 cd24 neutrophil RBBP5
|
1838 |
+
-6.1705174 -0.33684427 cd24 neutrophil SUMO1P1
|
data/cd4-positive,_alpha-beta_memory_t_cell_embeddings.csv
ADDED
@@ -0,0 +1,1068 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
2.5536788 -4.6070466 cd4-positive, alpha-beta memory t cell USP20
|
3 |
+
4.4950237 10.815107 cd4-positive, alpha-beta memory t cell CCND3
|
4 |
+
-15.9897995 6.430505 cd4-positive, alpha-beta memory t cell KCNAB2
|
5 |
+
4.2288465 -10.133349 cd4-positive, alpha-beta memory t cell SLA2
|
6 |
+
-4.8228226 1.5426141 cd4-positive, alpha-beta memory t cell RPL24
|
7 |
+
-13.837962 0.10808701 cd4-positive, alpha-beta memory t cell STAT5B
|
8 |
+
-0.38406608 13.209411 cd4-positive, alpha-beta memory t cell HLA-B
|
9 |
+
-14.310585 0.99947184 cd4-positive, alpha-beta memory t cell DDX5
|
10 |
+
4.271834 -11.045252 cd4-positive, alpha-beta memory t cell PTTG1
|
11 |
+
3.1421003 10.518126 cd4-positive, alpha-beta memory t cell GPATCH8
|
12 |
+
-15.556676 4.3926167 cd4-positive, alpha-beta memory t cell CALM1
|
13 |
+
-4.832187 2.6576142 cd4-positive, alpha-beta memory t cell RPS5
|
14 |
+
4.543072 -8.165697 cd4-positive, alpha-beta memory t cell ITGA4
|
15 |
+
3.9180486 -10.89879 cd4-positive, alpha-beta memory t cell PPBP
|
16 |
+
0.38421145 -2.7255385 cd4-positive, alpha-beta memory t cell FHIT
|
17 |
+
-3.6939876 1.103545 cd4-positive, alpha-beta memory t cell LAPTM5
|
18 |
+
1.2075932 -17.922228 cd4-positive, alpha-beta memory t cell CIRBP
|
19 |
+
-3.7211344 2.0866947 cd4-positive, alpha-beta memory t cell RPS3A
|
20 |
+
0.54104286 -18.814602 cd4-positive, alpha-beta memory t cell C10orf67
|
21 |
+
0.4919059 -18.6435 cd4-positive, alpha-beta memory t cell KIF5C
|
22 |
+
1.2113748 -16.172224 cd4-positive, alpha-beta memory t cell CYFIP2
|
23 |
+
5.0908494 -4.288626 cd4-positive, alpha-beta memory t cell ZBTB38
|
24 |
+
-5.2512693 1.4364711 cd4-positive, alpha-beta memory t cell VMAC
|
25 |
+
-13.056575 -0.017068993 cd4-positive, alpha-beta memory t cell GTF2B
|
26 |
+
-3.8069155 0.90558517 cd4-positive, alpha-beta memory t cell AMIGO1
|
27 |
+
4.500984 -10.566769 cd4-positive, alpha-beta memory t cell CDKN2D
|
28 |
+
1.6313654 -17.227663 cd4-positive, alpha-beta memory t cell TNFRSF1B
|
29 |
+
4.3583446 11.15518 cd4-positive, alpha-beta memory t cell EDAR
|
30 |
+
0.48092386 -18.177698 cd4-positive, alpha-beta memory t cell BIN1
|
31 |
+
4.329318 -9.917811 cd4-positive, alpha-beta memory t cell LY9
|
32 |
+
5.300823 -5.3724413 cd4-positive, alpha-beta memory t cell RNF4
|
33 |
+
4.4882817 -11.519249 cd4-positive, alpha-beta memory t cell HDAC1
|
34 |
+
4.7283187 -6.9790864 cd4-positive, alpha-beta memory t cell ESR2
|
35 |
+
7.118941 1.9371895 cd4-positive, alpha-beta memory t cell MAP3K1
|
36 |
+
5.5385866 -11.521187 cd4-positive, alpha-beta memory t cell NPM1
|
37 |
+
4.330444 -12.826967 cd4-positive, alpha-beta memory t cell CCR3
|
38 |
+
3.8643522 -11.659547 cd4-positive, alpha-beta memory t cell RPL23A
|
39 |
+
4.2216306 -12.970148 cd4-positive, alpha-beta memory t cell HNRNPH1
|
40 |
+
-15.151597 4.139559 cd4-positive, alpha-beta memory t cell MAD2L1
|
41 |
+
-14.0199795 2.4144735 cd4-positive, alpha-beta memory t cell RWDD3
|
42 |
+
4.2557583 -7.985855 cd4-positive, alpha-beta memory t cell C21orf91
|
43 |
+
2.8321567 9.930074 cd4-positive, alpha-beta memory t cell GRAP
|
44 |
+
-0.55797935 -1.0447105 cd4-positive, alpha-beta memory t cell PRMT2
|
45 |
+
-16.728958 5.724596 cd4-positive, alpha-beta memory t cell RPS10
|
46 |
+
3.126473 10.553834 cd4-positive, alpha-beta memory t cell RFFL
|
47 |
+
5.5886827 -11.871416 cd4-positive, alpha-beta memory t cell ITPRIPL1
|
48 |
+
-0.7195346 -0.75541824 cd4-positive, alpha-beta memory t cell RPL36AL
|
49 |
+
0.7657281 -18.510794 cd4-positive, alpha-beta memory t cell RBL2
|
50 |
+
5.2345486 -4.3067884 cd4-positive, alpha-beta memory t cell EEF1B2
|
51 |
+
4.252538 -10.362556 cd4-positive, alpha-beta memory t cell HLA-A
|
52 |
+
1.9536843 -18.484884 cd4-positive, alpha-beta memory t cell AARSD1
|
53 |
+
3.831586 -11.738706 cd4-positive, alpha-beta memory t cell PTMA
|
54 |
+
-5.474169 2.0792341 cd4-positive, alpha-beta memory t cell ANK3
|
55 |
+
-15.1842785 4.8057756 cd4-positive, alpha-beta memory t cell RPL17
|
56 |
+
5.1701336 -4.6950274 cd4-positive, alpha-beta memory t cell DOK2
|
57 |
+
-13.674881 1.7369734 cd4-positive, alpha-beta memory t cell RACK1
|
58 |
+
-13.530389 8.466769 cd4-positive, alpha-beta memory t cell STK38
|
59 |
+
-14.703024 2.4562457 cd4-positive, alpha-beta memory t cell RPS18
|
60 |
+
5.6097603 -12.05879 cd4-positive, alpha-beta memory t cell GATA3
|
61 |
+
4.6979365 11.471016 cd4-positive, alpha-beta memory t cell RPS2
|
62 |
+
4.296551 -10.80316 cd4-positive, alpha-beta memory t cell RPL8
|
63 |
+
4.4396095 -6.6856523 cd4-positive, alpha-beta memory t cell TTC14
|
64 |
+
-15.909174 6.557125 cd4-positive, alpha-beta memory t cell ITK
|
65 |
+
5.7091136 -9.7994 cd4-positive, alpha-beta memory t cell SIT1
|
66 |
+
4.0426717 -11.957364 cd4-positive, alpha-beta memory t cell JOSD1
|
67 |
+
-15.839286 5.495884 cd4-positive, alpha-beta memory t cell B2M
|
68 |
+
3.3590088 11.481997 cd4-positive, alpha-beta memory t cell HBG2
|
69 |
+
3.9273667 -11.300803 cd4-positive, alpha-beta memory t cell CSGALNACT1
|
70 |
+
3.708522 -10.713411 cd4-positive, alpha-beta memory t cell TXNIP
|
71 |
+
2.619057 11.541043 cd4-positive, alpha-beta memory t cell AKAP7
|
72 |
+
1.6224033 -18.602991 cd4-positive, alpha-beta memory t cell PPP3CC
|
73 |
+
4.536128 11.241324 cd4-positive, alpha-beta memory t cell PLCH2
|
74 |
+
4.4102755 -9.904421 cd4-positive, alpha-beta memory t cell KLHL3
|
75 |
+
3.6126163 -10.100916 cd4-positive, alpha-beta memory t cell ARHGAP4
|
76 |
+
-4.776844 1.5953 cd4-positive, alpha-beta memory t cell GTF3A
|
77 |
+
-3.1078975 0.979481 cd4-positive, alpha-beta memory t cell ZBTB32
|
78 |
+
7.3909636 2.3456395 cd4-positive, alpha-beta memory t cell TPT1
|
79 |
+
5.781068 -10.925801 cd4-positive, alpha-beta memory t cell ZNFX1
|
80 |
+
4.4666195 -9.926388 cd4-positive, alpha-beta memory t cell CREM
|
81 |
+
4.1113105 -11.587267 cd4-positive, alpha-beta memory t cell BTG1
|
82 |
+
1.3348309 -16.490423 cd4-positive, alpha-beta memory t cell GLIPR1
|
83 |
+
4.401143 11.172205 cd4-positive, alpha-beta memory t cell RPS20
|
84 |
+
-13.463656 8.218953 cd4-positive, alpha-beta memory t cell LEPROTL1
|
85 |
+
4.377605 -10.203261 cd4-positive, alpha-beta memory t cell HAUS3
|
86 |
+
7.5197988 2.7541928 cd4-positive, alpha-beta memory t cell RAP1A
|
87 |
+
0.41231325 -18.155687 cd4-positive, alpha-beta memory t cell CEP128
|
88 |
+
3.8751996 -12.463577 cd4-positive, alpha-beta memory t cell ZNF410
|
89 |
+
4.612319 -11.3677635 cd4-positive, alpha-beta memory t cell RAB11FIP4
|
90 |
+
-17.082783 5.116912 cd4-positive, alpha-beta memory t cell ATP6V0C
|
91 |
+
5.036016 -7.1254625 cd4-positive, alpha-beta memory t cell DDX58
|
92 |
+
4.951587 -4.967875 cd4-positive, alpha-beta memory t cell DDIT4
|
93 |
+
2.632217 -4.7597504 cd4-positive, alpha-beta memory t cell ASF1A
|
94 |
+
1.3184601 -19.070267 cd4-positive, alpha-beta memory t cell MYLIP
|
95 |
+
7.566213 2.5727875 cd4-positive, alpha-beta memory t cell RPS25
|
96 |
+
-14.901773 2.2573557 cd4-positive, alpha-beta memory t cell RTP5
|
97 |
+
-5.267702 1.9423467 cd4-positive, alpha-beta memory t cell RBM43
|
98 |
+
4.4669967 -6.9862514 cd4-positive, alpha-beta memory t cell TNFAIP3
|
99 |
+
7.432561 1.3542942 cd4-positive, alpha-beta memory t cell PSMB10
|
100 |
+
4.0251884 -11.627119 cd4-positive, alpha-beta memory t cell TRIM35
|
101 |
+
1.4884769 -4.3499694 cd4-positive, alpha-beta memory t cell NLRP1
|
102 |
+
3.7402635 11.122794 cd4-positive, alpha-beta memory t cell NACA
|
103 |
+
5.625583 -11.266977 cd4-positive, alpha-beta memory t cell ZFP90
|
104 |
+
0.6381721 -2.1852567 cd4-positive, alpha-beta memory t cell CHD7
|
105 |
+
5.2965026 -5.9029965 cd4-positive, alpha-beta memory t cell BCAS2
|
106 |
+
4.414314 -9.521555 cd4-positive, alpha-beta memory t cell SNX20
|
107 |
+
-6.123056 2.0302122 cd4-positive, alpha-beta memory t cell LDB1
|
108 |
+
5.5537925 -12.003083 cd4-positive, alpha-beta memory t cell MAD1L1
|
109 |
+
5.3230596 -10.987349 cd4-positive, alpha-beta memory t cell TPP2
|
110 |
+
1.4222656 -17.50714 cd4-positive, alpha-beta memory t cell LBR
|
111 |
+
-2.8629167 0.96877664 cd4-positive, alpha-beta memory t cell LTK
|
112 |
+
3.7527704 10.933399 cd4-positive, alpha-beta memory t cell SH2D2A
|
113 |
+
-13.163615 8.926555 cd4-positive, alpha-beta memory t cell FUS
|
114 |
+
-15.747968 6.2607007 cd4-positive, alpha-beta memory t cell SELPLG
|
115 |
+
-13.575301 8.239666 cd4-positive, alpha-beta memory t cell TIGIT
|
116 |
+
0.9877172 -18.183323 cd4-positive, alpha-beta memory t cell LTB
|
117 |
+
7.425121 2.6444814 cd4-positive, alpha-beta memory t cell LRP2BP
|
118 |
+
4.684422 -3.4048119 cd4-positive, alpha-beta memory t cell RPS23
|
119 |
+
-4.1337323 1.2605315 cd4-positive, alpha-beta memory t cell ACAP1
|
120 |
+
4.9034295 -3.7890034 cd4-positive, alpha-beta memory t cell RASGRP1
|
121 |
+
-16.795311 5.684133 cd4-positive, alpha-beta memory t cell YPEL3
|
122 |
+
1.815913 -18.795204 cd4-positive, alpha-beta memory t cell CCL5
|
123 |
+
-5.145882 1.9784493 cd4-positive, alpha-beta memory t cell HLA-F
|
124 |
+
5.170068 -5.6194444 cd4-positive, alpha-beta memory t cell DGKA
|
125 |
+
1.2443535 -15.230744 cd4-positive, alpha-beta memory t cell SUPT20H
|
126 |
+
4.9991665 -6.244419 cd4-positive, alpha-beta memory t cell CASP2
|
127 |
+
4.1982536 -12.592104 cd4-positive, alpha-beta memory t cell CENPM
|
128 |
+
-13.419005 8.437169 cd4-positive, alpha-beta memory t cell PARD6A
|
129 |
+
4.477108 -11.1227865 cd4-positive, alpha-beta memory t cell NAP1L2
|
130 |
+
1.2087294 -18.082703 cd4-positive, alpha-beta memory t cell ACD
|
131 |
+
3.9119823 -12.2010975 cd4-positive, alpha-beta memory t cell DDHD1
|
132 |
+
0.5653221 -19.061245 cd4-positive, alpha-beta memory t cell ICAM3
|
133 |
+
-3.0875223 1.6246282 cd4-positive, alpha-beta memory t cell ATXN7
|
134 |
+
-13.435638 8.289325 cd4-positive, alpha-beta memory t cell GRAMD1A
|
135 |
+
0.9310858 -2.943799 cd4-positive, alpha-beta memory t cell GPS2
|
136 |
+
4.248689 11.09719 cd4-positive, alpha-beta memory t cell ITM2A
|
137 |
+
1.3310299 -18.964888 cd4-positive, alpha-beta memory t cell CASP8
|
138 |
+
-15.822941 6.3591433 cd4-positive, alpha-beta memory t cell NAP1L3
|
139 |
+
2.580713 11.743257 cd4-positive, alpha-beta memory t cell DAZAP2
|
140 |
+
0.4803844 -18.02481 cd4-positive, alpha-beta memory t cell AGAP2
|
141 |
+
-14.303371 0.93775094 cd4-positive, alpha-beta memory t cell PIK3R1
|
142 |
+
0.9010108 -18.062336 cd4-positive, alpha-beta memory t cell ELF1
|
143 |
+
4.7062025 -4.035505 cd4-positive, alpha-beta memory t cell MTA2
|
144 |
+
-14.531415 0.91382635 cd4-positive, alpha-beta memory t cell TNFRSF25
|
145 |
+
4.1723976 -10.661843 cd4-positive, alpha-beta memory t cell ISG20
|
146 |
+
-13.065577 -0.7301024 cd4-positive, alpha-beta memory t cell LGALS14
|
147 |
+
0.60365963 -18.557089 cd4-positive, alpha-beta memory t cell CWF19L2
|
148 |
+
4.008519 -12.435834 cd4-positive, alpha-beta memory t cell CD27
|
149 |
+
-3.4865675 1.5175197 cd4-positive, alpha-beta memory t cell DNAJC9
|
150 |
+
-15.069708 4.05755 cd4-positive, alpha-beta memory t cell CRBN
|
151 |
+
4.971618 -5.2888894 cd4-positive, alpha-beta memory t cell CASP1
|
152 |
+
4.405945 11.792452 cd4-positive, alpha-beta memory t cell SNURF
|
153 |
+
-4.6374364 2.9392 cd4-positive, alpha-beta memory t cell PNRC1
|
154 |
+
0.5293497 -18.346958 cd4-positive, alpha-beta memory t cell KPNA5
|
155 |
+
3.0671382 10.304315 cd4-positive, alpha-beta memory t cell KLF13
|
156 |
+
-13.610193 -0.10421183 cd4-positive, alpha-beta memory t cell PSMB8
|
157 |
+
-15.157929 4.89293 cd4-positive, alpha-beta memory t cell RNF34
|
158 |
+
-16.98486 5.557592 cd4-positive, alpha-beta memory t cell TRAT1
|
159 |
+
3.5257928 -11.160395 cd4-positive, alpha-beta memory t cell TMEM229B
|
160 |
+
3.271191 -5.4247675 cd4-positive, alpha-beta memory t cell TRAF3IP3
|
161 |
+
4.213374 -3.9813035 cd4-positive, alpha-beta memory t cell SATB1
|
162 |
+
3.76311 -5.7973194 cd4-positive, alpha-beta memory t cell DUSP10
|
163 |
+
-13.1415825 8.580818 cd4-positive, alpha-beta memory t cell ATXN1
|
164 |
+
4.7462687 11.209752 cd4-positive, alpha-beta memory t cell RTKN2
|
165 |
+
-0.16056839 12.981458 cd4-positive, alpha-beta memory t cell MYB
|
166 |
+
0.22458825 -2.3330016 cd4-positive, alpha-beta memory t cell EIF4B
|
167 |
+
4.459631 -9.744388 cd4-positive, alpha-beta memory t cell LMBR1
|
168 |
+
4.6608143 -7.734309 cd4-positive, alpha-beta memory t cell RPL5
|
169 |
+
7.5939775 2.4214842 cd4-positive, alpha-beta memory t cell DLGAP3
|
170 |
+
1.3024014 -3.5297785 cd4-positive, alpha-beta memory t cell CHST11
|
171 |
+
0.39774936 -18.657812 cd4-positive, alpha-beta memory t cell PLCL1
|
172 |
+
0.562208 -18.94951 cd4-positive, alpha-beta memory t cell UBA52
|
173 |
+
5.229335 -5.6787343 cd4-positive, alpha-beta memory t cell RGS10
|
174 |
+
-13.146888 8.499005 cd4-positive, alpha-beta memory t cell PSD
|
175 |
+
4.5746646 -10.652202 cd4-positive, alpha-beta memory t cell LIME1
|
176 |
+
5.5554733 -11.537463 cd4-positive, alpha-beta memory t cell TDP1
|
177 |
+
-16.017021 6.3754416 cd4-positive, alpha-beta memory t cell PPP2R2B
|
178 |
+
1.6452022 -16.617283 cd4-positive, alpha-beta memory t cell CD79B
|
179 |
+
-13.25521 0.7100394 cd4-positive, alpha-beta memory t cell NOP53
|
180 |
+
2.6547594 9.816809 cd4-positive, alpha-beta memory t cell PPM1K
|
181 |
+
0.31418622 -18.132599 cd4-positive, alpha-beta memory t cell ZNF365
|
182 |
+
3.7488704 -6.669844 cd4-positive, alpha-beta memory t cell PDCD1
|
183 |
+
4.6617312 -7.589444 cd4-positive, alpha-beta memory t cell PNMA3
|
184 |
+
-15.776797 6.393628 cd4-positive, alpha-beta memory t cell IL18R1
|
185 |
+
1.4009566 -15.771157 cd4-positive, alpha-beta memory t cell CXCR4
|
186 |
+
2.896735 11.759694 cd4-positive, alpha-beta memory t cell CD5L
|
187 |
+
-16.597492 5.5249734 cd4-positive, alpha-beta memory t cell COTL1
|
188 |
+
3.4736533 -10.349098 cd4-positive, alpha-beta memory t cell IGHA1
|
189 |
+
-13.303581 8.438789 cd4-positive, alpha-beta memory t cell DNAJB1
|
190 |
+
3.877248 -11.235236 cd4-positive, alpha-beta memory t cell CARD11
|
191 |
+
-0.42249972 13.471917 cd4-positive, alpha-beta memory t cell FAM102A
|
192 |
+
-5.7731295 1.2263343 cd4-positive, alpha-beta memory t cell RPLP0
|
193 |
+
5.063719 11.512029 cd4-positive, alpha-beta memory t cell CCDC136
|
194 |
+
7.1702404 1.4070424 cd4-positive, alpha-beta memory t cell SGF29
|
195 |
+
4.8244395 -5.1677036 cd4-positive, alpha-beta memory t cell JUNB
|
196 |
+
4.018398 -11.163527 cd4-positive, alpha-beta memory t cell IL12RB2
|
197 |
+
1.3019257 -18.474728 cd4-positive, alpha-beta memory t cell TNFRSF9
|
198 |
+
4.669839 -6.8031135 cd4-positive, alpha-beta memory t cell TSPYL4
|
199 |
+
-13.200817 -0.5061861 cd4-positive, alpha-beta memory t cell DYRK2
|
200 |
+
4.10203 -12.221088 cd4-positive, alpha-beta memory t cell ASXL2
|
201 |
+
4.3599863 -10.2768 cd4-positive, alpha-beta memory t cell RPS6KA3
|
202 |
+
-3.4384842 2.1924748 cd4-positive, alpha-beta memory t cell PLCG1
|
203 |
+
1.3843774 -18.244244 cd4-positive, alpha-beta memory t cell CNNM3
|
204 |
+
1.8872417 -18.20364 cd4-positive, alpha-beta memory t cell NRF1
|
205 |
+
4.512542 -4.116803 cd4-positive, alpha-beta memory t cell SRSF2
|
206 |
+
4.229385 -10.571737 cd4-positive, alpha-beta memory t cell KAT7
|
207 |
+
-15.42822 4.73638 cd4-positive, alpha-beta memory t cell NFKBIZ
|
208 |
+
4.0117326 -10.5980015 cd4-positive, alpha-beta memory t cell SF1
|
209 |
+
4.272474 -11.089574 cd4-positive, alpha-beta memory t cell DGKE
|
210 |
+
4.0674095 11.014454 cd4-positive, alpha-beta memory t cell FCRL3
|
211 |
+
-0.32332486 13.596008 cd4-positive, alpha-beta memory t cell CTLA4
|
212 |
+
6.937017 1.2408594 cd4-positive, alpha-beta memory t cell PRKCB
|
213 |
+
0.9307037 -18.660545 cd4-positive, alpha-beta memory t cell RNF144A
|
214 |
+
1.242031 -14.13954 cd4-positive, alpha-beta memory t cell RPL29
|
215 |
+
-3.4977396 1.0967572 cd4-positive, alpha-beta memory t cell CAMK2G
|
216 |
+
-0.07774144 12.123229 cd4-positive, alpha-beta memory t cell EEF1A1P5
|
217 |
+
1.718736 -18.781448 cd4-positive, alpha-beta memory t cell NAP1L1
|
218 |
+
-0.42228007 -1.2431232 cd4-positive, alpha-beta memory t cell UXT
|
219 |
+
4.217684 -10.32749 cd4-positive, alpha-beta memory t cell IL21R
|
220 |
+
5.3408656 -4.864803 cd4-positive, alpha-beta memory t cell RNF216
|
221 |
+
-0.16192177 12.351425 cd4-positive, alpha-beta memory t cell RAB33A
|
222 |
+
4.7343593 11.227602 cd4-positive, alpha-beta memory t cell SRGN
|
223 |
+
5.8790307 -10.572357 cd4-positive, alpha-beta memory t cell USP15
|
224 |
+
4.4437623 -11.86463 cd4-positive, alpha-beta memory t cell TNFRSF10A
|
225 |
+
1.5178331 -18.885036 cd4-positive, alpha-beta memory t cell SF3B1
|
226 |
+
4.289207 11.585516 cd4-positive, alpha-beta memory t cell RNF125
|
227 |
+
4.070083 -5.025739 cd4-positive, alpha-beta memory t cell CD8B
|
228 |
+
1.1777775 -17.107075 cd4-positive, alpha-beta memory t cell BEX2
|
229 |
+
-15.051118 4.1179037 cd4-positive, alpha-beta memory t cell CCDC57
|
230 |
+
1.8129057 -3.9473288 cd4-positive, alpha-beta memory t cell ADARB1
|
231 |
+
-13.605506 0.19625087 cd4-positive, alpha-beta memory t cell TRIM14
|
232 |
+
5.88515 -10.661566 cd4-positive, alpha-beta memory t cell DEDD2
|
233 |
+
1.4027958 -18.864443 cd4-positive, alpha-beta memory t cell RPS6
|
234 |
+
-15.538949 4.773838 cd4-positive, alpha-beta memory t cell ARHGAP9
|
235 |
+
5.265582 -5.495571 cd4-positive, alpha-beta memory t cell BICRAL
|
236 |
+
4.0221276 -12.453043 cd4-positive, alpha-beta memory t cell CAMK4
|
237 |
+
5.559834 -4.2075577 cd4-positive, alpha-beta memory t cell RPS6KA5
|
238 |
+
-14.574394 0.7725826 cd4-positive, alpha-beta memory t cell CDK11A
|
239 |
+
-0.36409807 -1.3144733 cd4-positive, alpha-beta memory t cell EPC2
|
240 |
+
5.261233 -11.469435 cd4-positive, alpha-beta memory t cell GNB5
|
241 |
+
4.9680266 -4.206091 cd4-positive, alpha-beta memory t cell ARHGEF3
|
242 |
+
1.5569426 -15.898961 cd4-positive, alpha-beta memory t cell RPL36
|
243 |
+
7.489217 2.3366938 cd4-positive, alpha-beta memory t cell PAG1
|
244 |
+
4.2587366 -11.370134 cd4-positive, alpha-beta memory t cell CCND2
|
245 |
+
4.3596463 -4.776765 cd4-positive, alpha-beta memory t cell LIG1
|
246 |
+
4.008554 -11.054556 cd4-positive, alpha-beta memory t cell FCHO1
|
247 |
+
7.2640414 1.5015866 cd4-positive, alpha-beta memory t cell LPXN
|
248 |
+
-16.623459 5.281891 cd4-positive, alpha-beta memory t cell NOSIP
|
249 |
+
0.5559575 13.339877 cd4-positive, alpha-beta memory t cell USP34
|
250 |
+
-15.637754 5.0435824 cd4-positive, alpha-beta memory t cell CDC14A
|
251 |
+
1.2772518 -18.891098 cd4-positive, alpha-beta memory t cell CLDND1
|
252 |
+
-16.955648 5.1894555 cd4-positive, alpha-beta memory t cell PIK3CG
|
253 |
+
7.5485973 2.863811 cd4-positive, alpha-beta memory t cell FBXO32
|
254 |
+
4.408807 -12.3170595 cd4-positive, alpha-beta memory t cell CD3G
|
255 |
+
-14.940777 2.1726494 cd4-positive, alpha-beta memory t cell IGHG1
|
256 |
+
7.059374 0.742507 cd4-positive, alpha-beta memory t cell RPL27
|
257 |
+
-13.407391 8.777103 cd4-positive, alpha-beta memory t cell CYTH1
|
258 |
+
-13.226655 8.557262 cd4-positive, alpha-beta memory t cell ETS1
|
259 |
+
-5.693669 1.9791613 cd4-positive, alpha-beta memory t cell RNF149
|
260 |
+
-14.209135 0.48536712 cd4-positive, alpha-beta memory t cell PNMA5
|
261 |
+
4.917753 -5.0629272 cd4-positive, alpha-beta memory t cell KCNA3
|
262 |
+
0.5691121 12.982493 cd4-positive, alpha-beta memory t cell EEF1A1
|
263 |
+
4.2282267 -7.4907036 cd4-positive, alpha-beta memory t cell IRF1
|
264 |
+
1.8804008 -17.923096 cd4-positive, alpha-beta memory t cell BTG2
|
265 |
+
-16.89212 5.6503224 cd4-positive, alpha-beta memory t cell UBASH3B
|
266 |
+
-15.842303 6.3091903 cd4-positive, alpha-beta memory t cell CD5
|
267 |
+
3.4771864 -5.087516 cd4-positive, alpha-beta memory t cell HMOX2
|
268 |
+
-14.369054 1.0649362 cd4-positive, alpha-beta memory t cell EMP3
|
269 |
+
4.134709 -12.096472 cd4-positive, alpha-beta memory t cell RPL9
|
270 |
+
2.0016885 -18.191065 cd4-positive, alpha-beta memory t cell CNKSR2
|
271 |
+
1.9646447 -18.665417 cd4-positive, alpha-beta memory t cell GMCL1
|
272 |
+
1.5385591 -18.675806 cd4-positive, alpha-beta memory t cell PTGER4
|
273 |
+
0.888294 -1.8355031 cd4-positive, alpha-beta memory t cell MX1
|
274 |
+
-16.512405 5.855067 cd4-positive, alpha-beta memory t cell APBB1
|
275 |
+
1.336717 -15.135938 cd4-positive, alpha-beta memory t cell SH2D1A
|
276 |
+
-16.241425 5.860375 cd4-positive, alpha-beta memory t cell TLE4
|
277 |
+
4.4767804 -10.471424 cd4-positive, alpha-beta memory t cell PSTPIP1
|
278 |
+
-14.634049 3.1886587 cd4-positive, alpha-beta memory t cell MAP3K5
|
279 |
+
-5.662862 2.204285 cd4-positive, alpha-beta memory t cell PIM2
|
280 |
+
5.6827664 -12.037498 cd4-positive, alpha-beta memory t cell PDE4D
|
281 |
+
0.44041055 -18.975735 cd4-positive, alpha-beta memory t cell RPL10
|
282 |
+
4.5308304 -10.13357 cd4-positive, alpha-beta memory t cell GRK2
|
283 |
+
4.8728824 -5.7663746 cd4-positive, alpha-beta memory t cell GPA33
|
284 |
+
3.7509482 -4.2287965 cd4-positive, alpha-beta memory t cell CKAP2
|
285 |
+
4.799166 -7.528132 cd4-positive, alpha-beta memory t cell RIPOR2
|
286 |
+
-5.3378434 1.6865451 cd4-positive, alpha-beta memory t cell INPP5D
|
287 |
+
0.8612305 -18.633917 cd4-positive, alpha-beta memory t cell JMY
|
288 |
+
-3.6024275 1.177688 cd4-positive, alpha-beta memory t cell TNFRSF4
|
289 |
+
1.3253443 -17.777624 cd4-positive, alpha-beta memory t cell SNRNP200
|
290 |
+
1.1805794 -17.9199 cd4-positive, alpha-beta memory t cell GNB1L
|
291 |
+
-14.491957 2.1955867 cd4-positive, alpha-beta memory t cell FANCD2
|
292 |
+
1.1684695 -18.808123 cd4-positive, alpha-beta memory t cell F2RL2
|
293 |
+
1.7820154 -17.447023 cd4-positive, alpha-beta memory t cell RRP1B
|
294 |
+
-13.298813 8.111993 cd4-positive, alpha-beta memory t cell RPS21
|
295 |
+
-0.3893497 13.394785 cd4-positive, alpha-beta memory t cell TCF7
|
296 |
+
0.52695054 -18.677885 cd4-positive, alpha-beta memory t cell ATM
|
297 |
+
0.6588105 -18.675919 cd4-positive, alpha-beta memory t cell PRKACB
|
298 |
+
-14.408374 2.5891964 cd4-positive, alpha-beta memory t cell CLPP
|
299 |
+
-5.3867064 1.5632209 cd4-positive, alpha-beta memory t cell CORO7
|
300 |
+
2.8492968 10.513306 cd4-positive, alpha-beta memory t cell FBXO34
|
301 |
+
4.764677 11.542165 cd4-positive, alpha-beta memory t cell JAKMIP1
|
302 |
+
0.66982615 -18.513948 cd4-positive, alpha-beta memory t cell DDX39B
|
303 |
+
-15.229412 4.2448792 cd4-positive, alpha-beta memory t cell LEF1
|
304 |
+
2.784249 -4.1145644 cd4-positive, alpha-beta memory t cell RUNX3
|
305 |
+
4.297181 11.165425 cd4-positive, alpha-beta memory t cell THAP1
|
306 |
+
4.585568 -9.391252 cd4-positive, alpha-beta memory t cell CCDC167
|
307 |
+
-15.895368 6.2723026 cd4-positive, alpha-beta memory t cell DLEU1
|
308 |
+
-15.859418 6.019402 cd4-positive, alpha-beta memory t cell SCRG1
|
309 |
+
4.8353963 -6.2805724 cd4-positive, alpha-beta memory t cell NFKBIA
|
310 |
+
1.7086066 -17.67668 cd4-positive, alpha-beta memory t cell HBB
|
311 |
+
1.3350774 -17.462427 cd4-positive, alpha-beta memory t cell KIF3A
|
312 |
+
1.1107205 -14.603961 cd4-positive, alpha-beta memory t cell LMNB1
|
313 |
+
-15.253965 5.3546696 cd4-positive, alpha-beta memory t cell KAT6B
|
314 |
+
5.806922 -12.017708 cd4-positive, alpha-beta memory t cell POLR3E
|
315 |
+
5.8343186 -11.024883 cd4-positive, alpha-beta memory t cell FOXP3
|
316 |
+
4.6060615 -10.810066 cd4-positive, alpha-beta memory t cell ZBTB24
|
317 |
+
-16.568495 5.7463164 cd4-positive, alpha-beta memory t cell CAGE1
|
318 |
+
2.972432 11.651209 cd4-positive, alpha-beta memory t cell THOC3
|
319 |
+
-13.221099 8.900277 cd4-positive, alpha-beta memory t cell CASK
|
320 |
+
4.548513 -8.255118 cd4-positive, alpha-beta memory t cell MTM1
|
321 |
+
-13.084252 -0.5606974 cd4-positive, alpha-beta memory t cell TSPYL1
|
322 |
+
-5.459408 1.4484183 cd4-positive, alpha-beta memory t cell EPB41
|
323 |
+
1.765343 -17.952131 cd4-positive, alpha-beta memory t cell CDKN1B
|
324 |
+
4.07877 10.338522 cd4-positive, alpha-beta memory t cell NR1D2
|
325 |
+
-14.386346 2.8613386 cd4-positive, alpha-beta memory t cell SGTB
|
326 |
+
4.068943 -12.417784 cd4-positive, alpha-beta memory t cell LSM14A
|
327 |
+
0.45983866 -18.987158 cd4-positive, alpha-beta memory t cell RPL15
|
328 |
+
4.362608 -12.337201 cd4-positive, alpha-beta memory t cell PRKCQ
|
329 |
+
-15.080327 4.191538 cd4-positive, alpha-beta memory t cell CEP57
|
330 |
+
3.7520242 -10.502356 cd4-positive, alpha-beta memory t cell RPL34
|
331 |
+
3.836605 -10.828146 cd4-positive, alpha-beta memory t cell RGS1
|
332 |
+
1.4139287 -17.476345 cd4-positive, alpha-beta memory t cell SUSD3
|
333 |
+
1.314588 11.944014 cd4-positive, alpha-beta memory t cell HLA-C
|
334 |
+
1.7262758 -3.7877622 cd4-positive, alpha-beta memory t cell OSBPL3
|
335 |
+
5.5985937 -4.432051 cd4-positive, alpha-beta memory t cell ANKRD12
|
336 |
+
-16.73524 5.6948256 cd4-positive, alpha-beta memory t cell BIRC3
|
337 |
+
5.2230964 -4.9261284 cd4-positive, alpha-beta memory t cell RPS13
|
338 |
+
4.7781634 -6.4687066 cd4-positive, alpha-beta memory t cell NSD3
|
339 |
+
1.5519493 -18.8169 cd4-positive, alpha-beta memory t cell AP1G2
|
340 |
+
2.0292172 -18.375645 cd4-positive, alpha-beta memory t cell CRLF3
|
341 |
+
4.417848 11.427562 cd4-positive, alpha-beta memory t cell TNF
|
342 |
+
4.3440714 -4.0513725 cd4-positive, alpha-beta memory t cell ABHD17A
|
343 |
+
1.4409258 -19.039755 cd4-positive, alpha-beta memory t cell ATG9A
|
344 |
+
4.6891046 -12.031295 cd4-positive, alpha-beta memory t cell FYN
|
345 |
+
-0.18680994 -1.9488372 cd4-positive, alpha-beta memory t cell RBM11
|
346 |
+
4.3143024 -8.759898 cd4-positive, alpha-beta memory t cell LYSMD2
|
347 |
+
-12.477173 8.776217 cd4-positive, alpha-beta memory t cell TUBB1
|
348 |
+
3.988792 -11.240299 cd4-positive, alpha-beta memory t cell MDM4
|
349 |
+
5.6131673 -10.394354 cd4-positive, alpha-beta memory t cell NR3C1
|
350 |
+
-14.475658 1.42209 cd4-positive, alpha-beta memory t cell ZNF420
|
351 |
+
-15.405734 5.796393 cd4-positive, alpha-beta memory t cell SP110
|
352 |
+
-13.402194 -0.2709838 cd4-positive, alpha-beta memory t cell PRDM1
|
353 |
+
-14.445846 2.5601969 cd4-positive, alpha-beta memory t cell RPL12
|
354 |
+
5.4258404 -10.782073 cd4-positive, alpha-beta memory t cell LCK
|
355 |
+
3.7045503 -10.107701 cd4-positive, alpha-beta memory t cell ZNF786
|
356 |
+
4.6843686 -5.991873 cd4-positive, alpha-beta memory t cell CENPC
|
357 |
+
5.3350706 -5.3924336 cd4-positive, alpha-beta memory t cell LCP1
|
358 |
+
4.5291185 11.656453 cd4-positive, alpha-beta memory t cell LDHB
|
359 |
+
-13.543605 8.115673 cd4-positive, alpha-beta memory t cell KCNC1
|
360 |
+
4.3401027 -10.745343 cd4-positive, alpha-beta memory t cell MYBL1
|
361 |
+
4.1496444 -10.919423 cd4-positive, alpha-beta memory t cell CBL
|
362 |
+
-13.559727 8.4404545 cd4-positive, alpha-beta memory t cell PFN1
|
363 |
+
4.856987 11.265865 cd4-positive, alpha-beta memory t cell ATG2A
|
364 |
+
-16.805958 5.6012 cd4-positive, alpha-beta memory t cell MED17
|
365 |
+
-13.329771 8.140752 cd4-positive, alpha-beta memory t cell TIAM1
|
366 |
+
5.3391023 -4.342863 cd4-positive, alpha-beta memory t cell BTBD9
|
367 |
+
4.483961 11.120193 cd4-positive, alpha-beta memory t cell ARID4A
|
368 |
+
-0.47016683 13.192451 cd4-positive, alpha-beta memory t cell DPP4
|
369 |
+
-13.48467 1.4686302 cd4-positive, alpha-beta memory t cell CHD1
|
370 |
+
-14.174794 1.3728607 cd4-positive, alpha-beta memory t cell ZNF345
|
371 |
+
-13.468996 0.017664278 cd4-positive, alpha-beta memory t cell OPRM1
|
372 |
+
-5.646724 1.9643314 cd4-positive, alpha-beta memory t cell EIF3E
|
373 |
+
4.3794084 -10.083158 cd4-positive, alpha-beta memory t cell CYTH4
|
374 |
+
4.879696 -7.224802 cd4-positive, alpha-beta memory t cell MCM6
|
375 |
+
4.4112144 11.497086 cd4-positive, alpha-beta memory t cell PAQR8
|
376 |
+
3.8179324 10.887882 cd4-positive, alpha-beta memory t cell CPNE7
|
377 |
+
4.4440117 -8.620308 cd4-positive, alpha-beta memory t cell RPL35
|
378 |
+
1.2403749 -3.544655 cd4-positive, alpha-beta memory t cell BACH2
|
379 |
+
0.81290036 -2.215737 cd4-positive, alpha-beta memory t cell HAUS5
|
380 |
+
1.8690766 -18.424505 cd4-positive, alpha-beta memory t cell IL12RB1
|
381 |
+
0.73647624 -18.672823 cd4-positive, alpha-beta memory t cell RGS14
|
382 |
+
-12.874644 8.601872 cd4-positive, alpha-beta memory t cell SETDB2
|
383 |
+
-13.5097275 -0.466445 cd4-positive, alpha-beta memory t cell FAM209A
|
384 |
+
3.9373837 -10.581532 cd4-positive, alpha-beta memory t cell HSF5
|
385 |
+
6.9215426 1.3782673 cd4-positive, alpha-beta memory t cell DEF6
|
386 |
+
3.7487702 -10.98616 cd4-positive, alpha-beta memory t cell AQP3
|
387 |
+
-2.7909048 0.69314647 cd4-positive, alpha-beta memory t cell ORAI1
|
388 |
+
-13.537963 -0.302946 cd4-positive, alpha-beta memory t cell DNMT3A
|
389 |
+
4.150247 -12.490495 cd4-positive, alpha-beta memory t cell OGT
|
390 |
+
0.7170717 -18.672255 cd4-positive, alpha-beta memory t cell PRKCA
|
391 |
+
3.8258195 -11.695983 cd4-positive, alpha-beta memory t cell DDX6
|
392 |
+
1.9809736 -18.16203 cd4-positive, alpha-beta memory t cell TMF1
|
393 |
+
-12.559174 8.70008 cd4-positive, alpha-beta memory t cell RPS17
|
394 |
+
5.7235513 -10.627827 cd4-positive, alpha-beta memory t cell DPH1
|
395 |
+
4.615202 -9.728918 cd4-positive, alpha-beta memory t cell DUSP5
|
396 |
+
3.0559695 9.821305 cd4-positive, alpha-beta memory t cell NAP1L4
|
397 |
+
-15.106062 4.36696 cd4-positive, alpha-beta memory t cell METTL17
|
398 |
+
-0.17890619 -1.8428395 cd4-positive, alpha-beta memory t cell RASSF5
|
399 |
+
-0.06493336 -0.20425129 cd4-positive, alpha-beta memory t cell FSD1
|
400 |
+
4.826397 -3.7523654 cd4-positive, alpha-beta memory t cell CORO2A
|
401 |
+
4.530965 -11.541367 cd4-positive, alpha-beta memory t cell FERMT3
|
402 |
+
4.1092596 -11.134323 cd4-positive, alpha-beta memory t cell RPS12
|
403 |
+
3.3926697 10.813906 cd4-positive, alpha-beta memory t cell HMGN1
|
404 |
+
4.5901294 11.227809 cd4-positive, alpha-beta memory t cell DISC1
|
405 |
+
-5.7149067 1.493905 cd4-positive, alpha-beta memory t cell HABP4
|
406 |
+
5.5598454 -11.197822 cd4-positive, alpha-beta memory t cell MBNL1
|
407 |
+
4.39425 10.824559 cd4-positive, alpha-beta memory t cell BUB3
|
408 |
+
4.1756754 11.340307 cd4-positive, alpha-beta memory t cell HNRNPUL1
|
409 |
+
0.5697731 -18.824558 cd4-positive, alpha-beta memory t cell GNG2
|
410 |
+
4.2860518 -10.994691 cd4-positive, alpha-beta memory t cell BRD1
|
411 |
+
0.5945701 -18.816576 cd4-positive, alpha-beta memory t cell RNF44
|
412 |
+
6.050067 -10.021236 cd4-positive, alpha-beta memory t cell ZNF276
|
413 |
+
4.413157 -8.501377 cd4-positive, alpha-beta memory t cell GBP2
|
414 |
+
4.238417 -10.164145 cd4-positive, alpha-beta memory t cell RORA
|
415 |
+
-16.42252 5.428666 cd4-positive, alpha-beta memory t cell SNRPN
|
416 |
+
4.142469 -11.513476 cd4-positive, alpha-beta memory t cell GSTK1
|
417 |
+
4.464829 -5.550544 cd4-positive, alpha-beta memory t cell CD84
|
418 |
+
1.0097015 -18.799513 cd4-positive, alpha-beta memory t cell TMSB4X
|
419 |
+
4.303084 11.006691 cd4-positive, alpha-beta memory t cell ARID4B
|
420 |
+
5.6063986 -11.593041 cd4-positive, alpha-beta memory t cell B3GAT1
|
421 |
+
3.7082636 -10.93325 cd4-positive, alpha-beta memory t cell AKAP13
|
422 |
+
0.4334415 -18.91574 cd4-positive, alpha-beta memory t cell NMT2
|
423 |
+
4.3398957 -4.7417474 cd4-positive, alpha-beta memory t cell SP4
|
424 |
+
5.7279387 -12.081979 cd4-positive, alpha-beta memory t cell PTPN4
|
425 |
+
-13.1246 1.6143159 cd4-positive, alpha-beta memory t cell TMEM243
|
426 |
+
5.508715 -11.2351465 cd4-positive, alpha-beta memory t cell ATG16L1
|
427 |
+
-6.3800936 2.1790056 cd4-positive, alpha-beta memory t cell PSME1
|
428 |
+
3.7995768 -10.250434 cd4-positive, alpha-beta memory t cell IL2
|
429 |
+
3.6334393 10.797289 cd4-positive, alpha-beta memory t cell UBE2L6
|
430 |
+
1.1353722 -14.734395 cd4-positive, alpha-beta memory t cell DOCK2
|
431 |
+
5.501055 -11.555406 cd4-positive, alpha-beta memory t cell RHOH
|
432 |
+
-17.01519 5.1945705 cd4-positive, alpha-beta memory t cell JAML
|
433 |
+
4.6497564 11.181868 cd4-positive, alpha-beta memory t cell FRAT1
|
434 |
+
5.1155066 -6.3083997 cd4-positive, alpha-beta memory t cell PSMB9
|
435 |
+
4.569633 11.544067 cd4-positive, alpha-beta memory t cell ZBTB25
|
436 |
+
5.6782937 -11.129238 cd4-positive, alpha-beta memory t cell EDA
|
437 |
+
3.366488 -4.774186 cd4-positive, alpha-beta memory t cell VAMP2
|
438 |
+
-5.414755 1.7455989 cd4-positive, alpha-beta memory t cell ABTB1
|
439 |
+
-3.8958743 1.48922 cd4-positive, alpha-beta memory t cell IFITM1
|
440 |
+
5.7197695 -12.221708 cd4-positive, alpha-beta memory t cell CNTRL
|
441 |
+
4.8155336 -6.177298 cd4-positive, alpha-beta memory t cell CD70
|
442 |
+
4.4162793 -10.169464 cd4-positive, alpha-beta memory t cell ARF6
|
443 |
+
4.889558 -4.74481 cd4-positive, alpha-beta memory t cell L3MBTL3
|
444 |
+
0.40819466 -18.868513 cd4-positive, alpha-beta memory t cell ANP32B
|
445 |
+
3.7826478 -11.681903 cd4-positive, alpha-beta memory t cell SLAIN1
|
446 |
+
1.382438 -17.464897 cd4-positive, alpha-beta memory t cell RPLP0P6
|
447 |
+
-3.3679283 1.8988954 cd4-positive, alpha-beta memory t cell RASA1
|
448 |
+
3.9975035 -12.756009 cd4-positive, alpha-beta memory t cell CD3E
|
449 |
+
-16.069872 5.9295454 cd4-positive, alpha-beta memory t cell TRAPPC2
|
450 |
+
1.2545427 -3.6266272 cd4-positive, alpha-beta memory t cell ADAM19
|
451 |
+
4.3388433 -12.320863 cd4-positive, alpha-beta memory t cell FOXO1
|
452 |
+
0.44026932 13.174115 cd4-positive, alpha-beta memory t cell CD3D
|
453 |
+
-15.326941 4.3288784 cd4-positive, alpha-beta memory t cell RPL7A
|
454 |
+
3.2603707 -5.3487377 cd4-positive, alpha-beta memory t cell ATXN7L1
|
455 |
+
4.418084 11.481085 cd4-positive, alpha-beta memory t cell RPL3
|
456 |
+
-3.1576388 1.6948833 cd4-positive, alpha-beta memory t cell PPP1R16B
|
457 |
+
3.9004486 -11.416814 cd4-positive, alpha-beta memory t cell ANXA6
|
458 |
+
2.0026865 -18.659117 cd4-positive, alpha-beta memory t cell IL23R
|
459 |
+
1.4917206 -17.106064 cd4-positive, alpha-beta memory t cell ARHGDIB
|
460 |
+
4.6359296 -8.816087 cd4-positive, alpha-beta memory t cell FLT4
|
461 |
+
-14.937013 3.4075463 cd4-positive, alpha-beta memory t cell ZBTB14
|
462 |
+
4.602804 -11.601877 cd4-positive, alpha-beta memory t cell RBL1
|
463 |
+
2.1577055 -4.0432544 cd4-positive, alpha-beta memory t cell PCNX1
|
464 |
+
-15.223208 5.527853 cd4-positive, alpha-beta memory t cell CCSER2
|
465 |
+
4.583866 11.72093 cd4-positive, alpha-beta memory t cell PMCH
|
466 |
+
3.746381 -12.277762 cd4-positive, alpha-beta memory t cell JUND
|
467 |
+
0.1405157 -1.9530532 cd4-positive, alpha-beta memory t cell IRF9
|
468 |
+
2.9781656 -4.267145 cd4-positive, alpha-beta memory t cell PLEKHF1
|
469 |
+
7.3051944 1.5875176 cd4-positive, alpha-beta memory t cell PIK3CD
|
470 |
+
-14.676247 2.8805842 cd4-positive, alpha-beta memory t cell IRF4
|
471 |
+
-15.177732 4.7721014 cd4-positive, alpha-beta memory t cell HLA-G
|
472 |
+
4.6956577 -8.818707 cd4-positive, alpha-beta memory t cell DCP2
|
473 |
+
1.7995281 -18.636732 cd4-positive, alpha-beta memory t cell SF3A2
|
474 |
+
1.5580634 -18.501413 cd4-positive, alpha-beta memory t cell SNRPD2
|
475 |
+
4.2069035 -10.566258 cd4-positive, alpha-beta memory t cell APBA2
|
476 |
+
5.762335 -12.067604 cd4-positive, alpha-beta memory t cell TRAPPC10
|
477 |
+
-0.087884314 11.801861 cd4-positive, alpha-beta memory t cell CARD8
|
478 |
+
-13.411409 -0.24821027 cd4-positive, alpha-beta memory t cell RPS14
|
479 |
+
-14.347026 0.45379174 cd4-positive, alpha-beta memory t cell TNRC6B
|
480 |
+
4.183776 -7.855537 cd4-positive, alpha-beta memory t cell KRT2
|
481 |
+
3.8048282 -12.543758 cd4-positive, alpha-beta memory t cell CD69
|
482 |
+
1.6169288 -17.695272 cd4-positive, alpha-beta memory t cell ERN1
|
483 |
+
4.51836 -12.271188 cd4-positive, alpha-beta memory t cell ZNF862
|
484 |
+
3.9584117 10.135672 cd4-positive, alpha-beta memory t cell EXOSC6
|
485 |
+
4.338967 -9.715501 cd4-positive, alpha-beta memory t cell ASXL1
|
486 |
+
3.2434804 -4.289222 cd4-positive, alpha-beta memory t cell CD7
|
487 |
+
5.3221493 -4.3168306 cd4-positive, alpha-beta memory t cell PHC3
|
488 |
+
-13.338002 0.5774815 cd4-positive, alpha-beta memory t cell RPL19
|
489 |
+
-13.95816 1.3349657 cd4-positive, alpha-beta memory t cell PHF3
|
490 |
+
3.7504394 -11.568397 cd4-positive, alpha-beta memory t cell TKTL1
|
491 |
+
4.22497 -12.120328 cd4-positive, alpha-beta memory t cell ITGA2B
|
492 |
+
3.3950453 11.041143 cd4-positive, alpha-beta memory t cell PPP4R3A
|
493 |
+
-14.67248 2.9891226 cd4-positive, alpha-beta memory t cell SELL
|
494 |
+
4.231425 -12.619562 cd4-positive, alpha-beta memory t cell HBA1
|
495 |
+
3.5337112 -4.431432 cd4-positive, alpha-beta memory t cell RNF113A
|
496 |
+
0.99729115 -18.30683 cd4-positive, alpha-beta memory t cell SMARCA2
|
497 |
+
3.9453518 -10.529759 cd4-positive, alpha-beta memory t cell RESF1
|
498 |
+
-13.403719 -0.5584897 cd4-positive, alpha-beta memory t cell CRACR2A
|
499 |
+
-16.082067 5.861537 cd4-positive, alpha-beta memory t cell SUMO4
|
500 |
+
-3.0266519 1.4715741 cd4-positive, alpha-beta memory t cell RADX
|
501 |
+
-13.868419 2.0033488 cd4-positive, alpha-beta memory t cell IL16
|
502 |
+
-5.162815 2.7767854 cd4-positive, alpha-beta memory t cell TRIM73
|
503 |
+
-12.902556 8.467188 cd4-positive, alpha-beta memory t cell HNRNPLL
|
504 |
+
5.5642753 -11.467117 cd4-positive, alpha-beta memory t cell PKIA
|
505 |
+
5.756101 -12.076115 cd4-positive, alpha-beta memory t cell CMTM7
|
506 |
+
5.5573363 -11.612883 cd4-positive, alpha-beta memory t cell GMFG
|
507 |
+
3.6905768 10.775464 cd4-positive, alpha-beta memory t cell ANKRD36
|
508 |
+
-0.3564913 12.956198 cd4-positive, alpha-beta memory t cell IL24
|
509 |
+
4.4069614 -10.84307 cd4-positive, alpha-beta memory t cell RPL10A
|
510 |
+
0.6671707 -18.680143 cd4-positive, alpha-beta memory t cell URI1
|
511 |
+
-14.004448 0.32331577 cd4-positive, alpha-beta memory t cell WAS
|
512 |
+
4.9796295 -4.61926 cd4-positive, alpha-beta memory t cell EPC1
|
513 |
+
-16.989046 5.105277 cd4-positive, alpha-beta memory t cell CHMP4A
|
514 |
+
7.433219 2.6384223 cd4-positive, alpha-beta memory t cell HAUS6
|
515 |
+
4.6581764 11.433727 cd4-positive, alpha-beta memory t cell RPL13
|
516 |
+
1.7855071 -17.127851 cd4-positive, alpha-beta memory t cell ZAP70
|
517 |
+
4.227788 11.548157 cd4-positive, alpha-beta memory t cell PNMA1
|
518 |
+
4.098713 -12.750296 cd4-positive, alpha-beta memory t cell RBM4
|
519 |
+
5.710474 -10.737113 cd4-positive, alpha-beta memory t cell ATP1A3
|
520 |
+
-16.903347 5.2434587 cd4-positive, alpha-beta memory t cell NCK2
|
521 |
+
1.2907735 -19.033749 cd4-positive, alpha-beta memory t cell TNFRSF14
|
522 |
+
-15.221747 4.96703 cd4-positive, alpha-beta memory t cell TUBA1A
|
523 |
+
-15.424539 4.494836 cd4-positive, alpha-beta memory t cell ADTRP
|
524 |
+
-12.895006 8.760899 cd4-positive, alpha-beta memory t cell MAX
|
525 |
+
7.547011 2.8134854 cd4-positive, alpha-beta memory t cell TGS1
|
526 |
+
-13.268134 8.403983 cd4-positive, alpha-beta memory t cell APBB1IP
|
527 |
+
2.9235587 10.3704405 cd4-positive, alpha-beta memory t cell RBMX
|
528 |
+
-13.726648 0.13511483 cd4-positive, alpha-beta memory t cell SEC14L2
|
529 |
+
-0.485018 -1.0143609 cd4-positive, alpha-beta memory t cell SP100
|
530 |
+
-2.964696 0.705522 cd4-positive, alpha-beta memory t cell NIN
|
531 |
+
-5.0675144 1.5508773 cd4-positive, alpha-beta memory t cell TMEM123
|
532 |
+
5.6284876 -5.1316247 cd4-positive, alpha-beta memory t cell LRRC7
|
533 |
+
-4.6726303 2.1179175 cd4-positive, alpha-beta memory t cell HCST
|
534 |
+
7.4255815 2.8373992 cd4-positive, alpha-beta memory t cell NSG1
|
535 |
+
-5.2442865 1.6950799 cd4-positive, alpha-beta memory t cell KLF12
|
536 |
+
4.569494 -10.225475 cd4-positive, alpha-beta memory t cell RSL24D1
|
537 |
+
-4.2646503 1.8845552 cd4-positive, alpha-beta memory t cell ZNF18
|
538 |
+
5.02759 -4.030013 cd4-positive, alpha-beta memory t cell RGL4
|
539 |
+
-15.303148 5.3303695 cd4-positive, alpha-beta memory t cell RPL4
|
540 |
+
5.4600005 -12.283959 cd4-positive, alpha-beta memory t cell CDC25B
|
541 |
+
4.3012657 11.500794 cd4-positive, alpha-beta memory t cell MAP4K1
|
542 |
+
4.8613377 11.724409 cd4-positive, alpha-beta memory t cell PRKCH
|
543 |
+
1.4676847 -18.111235 cd4-positive, alpha-beta memory t cell GPSM3
|
544 |
+
-2.4623234 0.31497344 cd4-positive, alpha-beta memory t cell CD37
|
545 |
+
-13.466995 8.779561 cd4-positive, alpha-beta memory t cell HNRNPA1
|
546 |
+
5.1555357 -4.9410396 cd4-positive, alpha-beta memory t cell PPP1R18
|
547 |
+
-4.5176244 2.1450493 cd4-positive, alpha-beta memory t cell ZBTB10
|
548 |
+
4.121687 -10.546614 cd4-positive, alpha-beta memory t cell ORMDL3
|
549 |
+
-3.4511511 1.721923 cd4-positive, alpha-beta memory t cell TRERF1
|
550 |
+
-13.413898 8.527753 cd4-positive, alpha-beta memory t cell MAP4K2
|
551 |
+
-3.9466777 2.051677 cd4-positive, alpha-beta memory t cell GP1BA
|
552 |
+
-13.572032 8.435423 cd4-positive, alpha-beta memory t cell STAT1
|
553 |
+
4.4534955 -10.954203 cd4-positive, alpha-beta memory t cell RPL28
|
554 |
+
4.520449 10.952329 cd4-positive, alpha-beta memory t cell NDUFV2
|
555 |
+
4.6667743 -5.9344893 cd4-positive, alpha-beta memory t cell DGKZ
|
556 |
+
4.7420425 -7.89897 cd4-positive, alpha-beta memory t cell TRAF5
|
557 |
+
4.560265 -11.845611 cd4-positive, alpha-beta memory t cell XRN1
|
558 |
+
-14.304394 1.2524939 cd4-positive, alpha-beta memory t cell RPS3
|
559 |
+
-5.292086 1.6121542 cd4-positive, alpha-beta memory t cell STMN4
|
560 |
+
3.7378902 -11.543873 cd4-positive, alpha-beta memory t cell S1PR1
|
561 |
+
1.61194 -18.901457 cd4-positive, alpha-beta memory t cell RPL36A
|
562 |
+
4.4465103 -9.9975815 cd4-positive, alpha-beta memory t cell TOX
|
563 |
+
1.3134563 -17.162748 cd4-positive, alpha-beta memory t cell RPL11
|
564 |
+
0.2527687 -17.93471 cd4-positive, alpha-beta memory t cell TBCE
|
565 |
+
-16.039543 6.1520805 cd4-positive, alpha-beta memory t cell KIF2A
|
566 |
+
-13.530038 -0.5509983 cd4-positive, alpha-beta memory t cell VSIR
|
567 |
+
4.2583303 11.322822 cd4-positive, alpha-beta memory t cell NHEJ1
|
568 |
+
-15.758596 6.3257985 cd4-positive, alpha-beta memory t cell MED30
|
569 |
+
3.94139 11.230582 cd4-positive, alpha-beta memory t cell ATF7IP
|
570 |
+
7.5400324 2.256213 cd4-positive, alpha-beta memory t cell LENG1
|
571 |
+
-5.520507 0.8158831 cd4-positive, alpha-beta memory t cell VIPR1
|
572 |
+
3.8370683 10.853917 cd4-positive, alpha-beta memory t cell MZT2B
|
573 |
+
4.3853846 -9.538123 cd4-positive, alpha-beta memory t cell ZNF250
|
574 |
+
1.7504827 -18.81098 cd4-positive, alpha-beta memory t cell STAT5A
|
575 |
+
0.5194794 -18.400595 cd4-positive, alpha-beta memory t cell RPLP1
|
576 |
+
-14.495966 3.1400092 cd4-positive, alpha-beta memory t cell CNOT6L
|
577 |
+
4.4870934 -4.7394776 cd4-positive, alpha-beta memory t cell IFNAR2
|
578 |
+
1.8243357 -18.411224 cd4-positive, alpha-beta memory t cell LYAR
|
579 |
+
1.2955567 -17.942434 cd4-positive, alpha-beta memory t cell EIF3F
|
580 |
+
3.6484573 -11.311756 cd4-positive, alpha-beta memory t cell OSM
|
581 |
+
-13.209372 8.394908 cd4-positive, alpha-beta memory t cell TESMIN
|
582 |
+
3.8363729 -11.533659 cd4-positive, alpha-beta memory t cell RPL38
|
583 |
+
3.6840248 -11.511428 cd4-positive, alpha-beta memory t cell TAF3
|
584 |
+
7.2343855 2.0821977 cd4-positive, alpha-beta memory t cell IGKC
|
585 |
+
-5.847116 1.3622794 cd4-positive, alpha-beta memory t cell HBS1L
|
586 |
+
5.505502 -11.831871 cd4-positive, alpha-beta memory t cell TNFSF4
|
587 |
+
2.8196094 11.423054 cd4-positive, alpha-beta memory t cell ABHD16A
|
588 |
+
0.87860644 -18.292942 cd4-positive, alpha-beta memory t cell KCNN1
|
589 |
+
-5.180223 1.3628792 cd4-positive, alpha-beta memory t cell RAC2
|
590 |
+
4.1321344 -12.43661 cd4-positive, alpha-beta memory t cell ITPKB
|
591 |
+
-13.418443 0.24821655 cd4-positive, alpha-beta memory t cell FOXP1
|
592 |
+
0.7823095 -18.491894 cd4-positive, alpha-beta memory t cell CCR4
|
593 |
+
1.8479211 -17.634314 cd4-positive, alpha-beta memory t cell RIC3
|
594 |
+
4.1007276 -12.76553 cd4-positive, alpha-beta memory t cell PIANP
|
595 |
+
3.964727 -4.595203 cd4-positive, alpha-beta memory t cell ARID5B
|
596 |
+
0.5443366 -19.00878 cd4-positive, alpha-beta memory t cell ADD3
|
597 |
+
1.9314711 -17.473637 cd4-positive, alpha-beta memory t cell ITGB2
|
598 |
+
4.5307703 11.166986 cd4-positive, alpha-beta memory t cell PF4
|
599 |
+
3.9755363 -10.676969 cd4-positive, alpha-beta memory t cell ZC3HAV1
|
600 |
+
-15.451548 4.4138455 cd4-positive, alpha-beta memory t cell NXPE3
|
601 |
+
1.7411064 -18.625847 cd4-positive, alpha-beta memory t cell LSM8
|
602 |
+
3.214565 -4.2717957 cd4-positive, alpha-beta memory t cell IKZF3
|
603 |
+
-5.5148373 2.022217 cd4-positive, alpha-beta memory t cell ZNF829
|
604 |
+
4.6366796 -9.6133375 cd4-positive, alpha-beta memory t cell R3HDM2
|
605 |
+
4.5912895 -4.124874 cd4-positive, alpha-beta memory t cell FNBP1
|
606 |
+
4.117191 -11.165826 cd4-positive, alpha-beta memory t cell KLHL6
|
607 |
+
3.3932254 10.968135 cd4-positive, alpha-beta memory t cell CITED2
|
608 |
+
-16.736982 5.3887587 cd4-positive, alpha-beta memory t cell HELLS
|
609 |
+
3.662919 -9.908852 cd4-positive, alpha-beta memory t cell PRF1
|
610 |
+
0.94969857 -13.942993 cd4-positive, alpha-beta memory t cell MAGEE1
|
611 |
+
5.5869675 -11.555927 cd4-positive, alpha-beta memory t cell JAK3
|
612 |
+
3.8996582 -10.744349 cd4-positive, alpha-beta memory t cell CENPK
|
613 |
+
-3.6613567 2.375683 cd4-positive, alpha-beta memory t cell SLC9A3
|
614 |
+
2.9481633 9.835535 cd4-positive, alpha-beta memory t cell RBM38
|
615 |
+
4.165884 -6.666965 cd4-positive, alpha-beta memory t cell SMAP2
|
616 |
+
1.2476801 -17.423807 cd4-positive, alpha-beta memory t cell SERPINB9
|
617 |
+
3.6837637 -10.177519 cd4-positive, alpha-beta memory t cell RNF138
|
618 |
+
-5.1882367 2.2727246 cd4-positive, alpha-beta memory t cell CXCL13
|
619 |
+
1.2979476 -18.880453 cd4-positive, alpha-beta memory t cell PPWD1
|
620 |
+
0.9884064 -19.075712 cd4-positive, alpha-beta memory t cell TTC12
|
621 |
+
2.6546543 10.233992 cd4-positive, alpha-beta memory t cell RPL37
|
622 |
+
3.839353 -11.645625 cd4-positive, alpha-beta memory t cell TSHR
|
623 |
+
-16.520773 5.615911 cd4-positive, alpha-beta memory t cell NCR3
|
624 |
+
1.3376318 -18.073132 cd4-positive, alpha-beta memory t cell SLAMF6
|
625 |
+
5.092521 -6.419123 cd4-positive, alpha-beta memory t cell CD226
|
626 |
+
3.0664268 -5.299204 cd4-positive, alpha-beta memory t cell KAT6A
|
627 |
+
-15.626899 4.9981713 cd4-positive, alpha-beta memory t cell RPSA
|
628 |
+
-5.5246153 1.7106285 cd4-positive, alpha-beta memory t cell RPL18A
|
629 |
+
5.4538264 -4.865563 cd4-positive, alpha-beta memory t cell THAP7
|
630 |
+
7.2460003 2.083849 cd4-positive, alpha-beta memory t cell ICAM2
|
631 |
+
4.7918983 -4.2570715 cd4-positive, alpha-beta memory t cell PTPRCAP
|
632 |
+
4.33903 -11.419836 cd4-positive, alpha-beta memory t cell CD247
|
633 |
+
3.631776 -11.417106 cd4-positive, alpha-beta memory t cell TNIK
|
634 |
+
4.6707296 -7.1611433 cd4-positive, alpha-beta memory t cell KLHDC7B
|
635 |
+
1.3486137 -3.4010844 cd4-positive, alpha-beta memory t cell TCP11L2
|
636 |
+
3.9158206 -11.1070385 cd4-positive, alpha-beta memory t cell RPL13A
|
637 |
+
5.241482 -5.060341 cd4-positive, alpha-beta memory t cell MORN3
|
638 |
+
4.3523984 10.575484 cd4-positive, alpha-beta memory t cell BTLA
|
639 |
+
2.0965405 -4.1771226 cd4-positive, alpha-beta memory t cell TBC1D10A
|
640 |
+
2.165963 -18.121954 cd4-positive, alpha-beta memory t cell CXCR3
|
641 |
+
3.8512084 -4.3006196 cd4-positive, alpha-beta memory t cell ABCC1
|
642 |
+
4.16465 -10.312938 cd4-positive, alpha-beta memory t cell SFMBT1
|
643 |
+
4.455812 -10.073033 cd4-positive, alpha-beta memory t cell IL7R
|
644 |
+
6.9176083 1.1651973 cd4-positive, alpha-beta memory t cell FAM153B
|
645 |
+
4.6517057 11.625175 cd4-positive, alpha-beta memory t cell AEN
|
646 |
+
4.776412 11.426003 cd4-positive, alpha-beta memory t cell RNF19A
|
647 |
+
3.8121815 -11.760869 cd4-positive, alpha-beta memory t cell SYNRG
|
648 |
+
3.9428058 -11.414067 cd4-positive, alpha-beta memory t cell LHX4
|
649 |
+
7.3448915 1.9714129 cd4-positive, alpha-beta memory t cell FKBP5
|
650 |
+
-14.7824135 3.0093727 cd4-positive, alpha-beta memory t cell CASP6
|
651 |
+
4.578185 11.807626 cd4-positive, alpha-beta memory t cell SPTAN1
|
652 |
+
-0.043508366 12.712898 cd4-positive, alpha-beta memory t cell TCEANC
|
653 |
+
4.0843396 -12.723325 cd4-positive, alpha-beta memory t cell KLRG1
|
654 |
+
-14.788617 2.7269495 cd4-positive, alpha-beta memory t cell CD200R1
|
655 |
+
0.087711126 12.2040415 cd4-positive, alpha-beta memory t cell PHF12
|
656 |
+
-0.12967521 -1.9416698 cd4-positive, alpha-beta memory t cell SIGIRR
|
657 |
+
4.856985 -3.726908 cd4-positive, alpha-beta memory t cell HEMGN
|
658 |
+
-2.6773062 0.26601642 cd4-positive, alpha-beta memory t cell AXIN1
|
659 |
+
4.703424 -3.824673 cd4-positive, alpha-beta memory t cell STAT4
|
660 |
+
1.7496573 -18.771122 cd4-positive, alpha-beta memory t cell PIK3R5
|
661 |
+
-13.388346 -0.45363903 cd4-positive, alpha-beta memory t cell APOL6
|
662 |
+
0.39293915 -18.914438 cd4-positive, alpha-beta memory t cell REST
|
663 |
+
3.93287 -5.257005 cd4-positive, alpha-beta memory t cell SFI1
|
664 |
+
4.196975 10.980127 cd4-positive, alpha-beta memory t cell CCNDBP1
|
665 |
+
4.0876083 -11.577539 cd4-positive, alpha-beta memory t cell YPEL5
|
666 |
+
1.4715216 -14.105146 cd4-positive, alpha-beta memory t cell PARP11
|
667 |
+
5.1271334 -5.6657243 cd4-positive, alpha-beta memory t cell RPS26
|
668 |
+
1.4621127 -18.898016 cd4-positive, alpha-beta memory t cell CD53
|
669 |
+
4.0427136 -11.505539 cd4-positive, alpha-beta memory t cell EPOR
|
670 |
+
5.260554 -4.5593987 cd4-positive, alpha-beta memory t cell PPP1R2
|
671 |
+
-15.69828 5.2684474 cd4-positive, alpha-beta memory t cell PTPN1
|
672 |
+
0.49825063 -2.105943 cd4-positive, alpha-beta memory t cell ZNF483
|
673 |
+
4.092735 11.453574 cd4-positive, alpha-beta memory t cell CSK
|
674 |
+
5.625129 -11.468956 cd4-positive, alpha-beta memory t cell LAT
|
675 |
+
1.4911743 -16.146286 cd4-positive, alpha-beta memory t cell PRKX
|
676 |
+
1.6571798 -18.52896 cd4-positive, alpha-beta memory t cell RPL31
|
677 |
+
-14.762128 2.4045684 cd4-positive, alpha-beta memory t cell MAL
|
678 |
+
-13.478351 0.2848472 cd4-positive, alpha-beta memory t cell TXK
|
679 |
+
-4.219125 2.2436354 cd4-positive, alpha-beta memory t cell CYLD
|
680 |
+
-12.771124 8.439542 cd4-positive, alpha-beta memory t cell TSPYL2
|
681 |
+
3.8380458 -11.6830845 cd4-positive, alpha-beta memory t cell EIF1
|
682 |
+
-3.2250693 0.78488123 cd4-positive, alpha-beta memory t cell PRRC2C
|
683 |
+
4.413438 -8.156906 cd4-positive, alpha-beta memory t cell G3BP2
|
684 |
+
4.939768 11.682984 cd4-positive, alpha-beta memory t cell TBC1D19
|
685 |
+
5.426514 -11.77754 cd4-positive, alpha-beta memory t cell TLK1
|
686 |
+
7.413043 1.4712311 cd4-positive, alpha-beta memory t cell GP5
|
687 |
+
-13.152682 8.35241 cd4-positive, alpha-beta memory t cell NFATC2
|
688 |
+
1.084117 -14.855737 cd4-positive, alpha-beta memory t cell TENT5C
|
689 |
+
1.1498461 -18.142935 cd4-positive, alpha-beta memory t cell BTF3
|
690 |
+
4.0213237 -10.954571 cd4-positive, alpha-beta memory t cell CCDC91
|
691 |
+
5.439457 -11.942294 cd4-positive, alpha-beta memory t cell HPCAL4
|
692 |
+
4.2869005 -5.9157615 cd4-positive, alpha-beta memory t cell SIRPG
|
693 |
+
-14.841875 1.2420695 cd4-positive, alpha-beta memory t cell BCL11B
|
694 |
+
1.2770435 -17.887695 cd4-positive, alpha-beta memory t cell VRK1
|
695 |
+
5.619395 -12.344693 cd4-positive, alpha-beta memory t cell MYL12A
|
696 |
+
4.867621 -6.9098644 cd4-positive, alpha-beta memory t cell TAF1D
|
697 |
+
4.7028804 -4.0402784 cd4-positive, alpha-beta memory t cell LAX1
|
698 |
+
4.2945275 11.239003 cd4-positive, alpha-beta memory t cell NFATC1
|
699 |
+
2.8698702 -4.3873024 cd4-positive, alpha-beta memory t cell TMPO
|
700 |
+
1.0404508 -18.814964 cd4-positive, alpha-beta memory t cell TIGD3
|
701 |
+
4.379417 -12.501968 cd4-positive, alpha-beta memory t cell RPS27A
|
702 |
+
4.0892873 11.721996 cd4-positive, alpha-beta memory t cell LRBA
|
703 |
+
5.2090173 -6.7438674 cd4-positive, alpha-beta memory t cell LTA
|
704 |
+
6.92152 1.3034092 cd4-positive, alpha-beta memory t cell HLA-E
|
705 |
+
-6.0950394 2.2979498 cd4-positive, alpha-beta memory t cell TAP1
|
706 |
+
4.4022164 11.170903 cd4-positive, alpha-beta memory t cell ZNF80
|
707 |
+
-13.498337 1.5115131 cd4-positive, alpha-beta memory t cell PRPS1
|
708 |
+
-14.322186 0.44308308 cd4-positive, alpha-beta memory t cell TMEM63A
|
709 |
+
5.662793 -11.209735 cd4-positive, alpha-beta memory t cell RNF166
|
710 |
+
-5.338443 1.8019902 cd4-positive, alpha-beta memory t cell JADE2
|
711 |
+
-5.3107815 1.4181286 cd4-positive, alpha-beta memory t cell VSIG1
|
712 |
+
-4.522471 2.305888 cd4-positive, alpha-beta memory t cell ANKRD36BP1
|
713 |
+
4.647982 11.247643 cd4-positive, alpha-beta memory t cell SYNJ2
|
714 |
+
4.2265005 -12.85251 cd4-positive, alpha-beta memory t cell ZCCHC12
|
715 |
+
4.1167717 -11.482331 cd4-positive, alpha-beta memory t cell ZNF773
|
716 |
+
4.228284 -12.19607 cd4-positive, alpha-beta memory t cell PFDN5
|
717 |
+
-5.4477525 1.8597444 cd4-positive, alpha-beta memory t cell RPS15A
|
718 |
+
0.78044486 -18.534494 cd4-positive, alpha-beta memory t cell CLEC2D
|
719 |
+
3.879449 10.935104 cd4-positive, alpha-beta memory t cell USP36
|
720 |
+
4.2118244 -8.265298 cd4-positive, alpha-beta memory t cell STK10
|
721 |
+
4.278946 -10.863957 cd4-positive, alpha-beta memory t cell TMEM65
|
722 |
+
4.7926426 -3.9190717 cd4-positive, alpha-beta memory t cell SERP1
|
723 |
+
-4.308391 2.238148 cd4-positive, alpha-beta memory t cell CLK1
|
724 |
+
5.148494 -5.9954505 cd4-positive, alpha-beta memory t cell ZDHHC18
|
725 |
+
-0.16307582 12.45891 cd4-positive, alpha-beta memory t cell MLLT3
|
726 |
+
-5.5575423 2.361728 cd4-positive, alpha-beta memory t cell TUBA4A
|
727 |
+
4.1294756 -12.002186 cd4-positive, alpha-beta memory t cell ZNF394
|
728 |
+
3.8231704 -11.925055 cd4-positive, alpha-beta memory t cell HCLS1
|
729 |
+
0.436653 -18.291126 cd4-positive, alpha-beta memory t cell RPLP2
|
730 |
+
-3.7858005 2.6974335 cd4-positive, alpha-beta memory t cell TSC22D4
|
731 |
+
4.268795 -12.335172 cd4-positive, alpha-beta memory t cell PABPC1
|
732 |
+
-4.084833 1.4505595 cd4-positive, alpha-beta memory t cell FNBP4
|
733 |
+
-12.950713 -0.6191604 cd4-positive, alpha-beta memory t cell ZNF830
|
734 |
+
1.5865784 -17.386967 cd4-positive, alpha-beta memory t cell KLRB1
|
735 |
+
3.0121632 -4.4936013 cd4-positive, alpha-beta memory t cell PTPN7
|
736 |
+
4.487698 -12.013516 cd4-positive, alpha-beta memory t cell GLMN
|
737 |
+
4.454298 -11.55739 cd4-positive, alpha-beta memory t cell PIM1
|
738 |
+
4.507152 11.204158 cd4-positive, alpha-beta memory t cell UBXN1
|
739 |
+
-15.434786 5.569945 cd4-positive, alpha-beta memory t cell ZNF764
|
740 |
+
-5.563896 2.0840878 cd4-positive, alpha-beta memory t cell SORL1
|
741 |
+
-14.430358 0.67800415 cd4-positive, alpha-beta memory t cell EXOSC9
|
742 |
+
-16.891756 5.3343163 cd4-positive, alpha-beta memory t cell CD2
|
743 |
+
4.643944 -7.116024 cd4-positive, alpha-beta memory t cell NR4A2
|
744 |
+
4.445744 -12.217257 cd4-positive, alpha-beta memory t cell IGLC2
|
745 |
+
5.4790783 -4.5396004 cd4-positive, alpha-beta memory t cell RPS7
|
746 |
+
-0.4902288 13.343107 cd4-positive, alpha-beta memory t cell NINJ2
|
747 |
+
7.3329887 2.472539 cd4-positive, alpha-beta memory t cell FGFR1OP2
|
748 |
+
5.77975 -11.808479 cd4-positive, alpha-beta memory t cell KRR1
|
749 |
+
0.3684539 13.148618 cd4-positive, alpha-beta memory t cell MYH9
|
750 |
+
-14.633263 1.9206063 cd4-positive, alpha-beta memory t cell RBM48
|
751 |
+
1.9472184 -18.09331 cd4-positive, alpha-beta memory t cell AIRE
|
752 |
+
7.2222514 2.3613362 cd4-positive, alpha-beta memory t cell TRIM59
|
753 |
+
4.2654724 -12.446365 cd4-positive, alpha-beta memory t cell RBM39
|
754 |
+
-5.2064233 1.851806 cd4-positive, alpha-beta memory t cell GNAO1
|
755 |
+
-15.927369 6.416366 cd4-positive, alpha-beta memory t cell IL23A
|
756 |
+
-16.841608 5.55756 cd4-positive, alpha-beta memory t cell IGHM
|
757 |
+
1.1530902 -18.907497 cd4-positive, alpha-beta memory t cell SFXN1
|
758 |
+
4.5275908 -10.132783 cd4-positive, alpha-beta memory t cell POLR1E
|
759 |
+
7.541311 2.5396373 cd4-positive, alpha-beta memory t cell PHF1
|
760 |
+
-0.8286841 -0.6448181 cd4-positive, alpha-beta memory t cell IFNG
|
761 |
+
3.1177704 10.677675 cd4-positive, alpha-beta memory t cell CORO1A
|
762 |
+
-13.191092 1.0047816 cd4-positive, alpha-beta memory t cell UBTF
|
763 |
+
-5.311187 1.4016746 cd4-positive, alpha-beta memory t cell PTPRC
|
764 |
+
4.4664626 11.963018 cd4-positive, alpha-beta memory t cell HERC3
|
765 |
+
1.5991821 -19.01947 cd4-positive, alpha-beta memory t cell WDR76
|
766 |
+
0.18683673 -1.9252313 cd4-positive, alpha-beta memory t cell PHF19
|
767 |
+
-14.706984 1.0150031 cd4-positive, alpha-beta memory t cell NEFM
|
768 |
+
-0.14480017 -0.6519699 cd4-positive, alpha-beta memory t cell SINHCAF
|
769 |
+
-13.766707 1.4772135 cd4-positive, alpha-beta memory t cell XPC
|
770 |
+
4.689637 -7.848564 cd4-positive, alpha-beta memory t cell SPDYA
|
771 |
+
3.5442092 10.899345 cd4-positive, alpha-beta memory t cell IKZF5
|
772 |
+
4.032821 10.325756 cd4-positive, alpha-beta memory t cell RAB33B
|
773 |
+
-6.2436175 1.7440509 cd4-positive, alpha-beta memory t cell PHACTR2
|
774 |
+
-4.0148473 2.7458508 cd4-positive, alpha-beta memory t cell RAPGEF6
|
775 |
+
-4.5929184 2.1045399 cd4-positive, alpha-beta memory t cell RASAL3
|
776 |
+
-5.818414 1.6375813 cd4-positive, alpha-beta memory t cell ELK3
|
777 |
+
-16.639109 5.32556 cd4-positive, alpha-beta memory t cell TMEM120B
|
778 |
+
3.8484352 -4.971751 cd4-positive, alpha-beta memory t cell MLLT6
|
779 |
+
-0.09071898 13.366016 cd4-positive, alpha-beta memory t cell FMNL1
|
780 |
+
5.097742 -4.0804605 cd4-positive, alpha-beta memory t cell EID2B
|
781 |
+
-4.8059063 1.733841 cd4-positive, alpha-beta memory t cell ELMO2
|
782 |
+
-14.640099 1.8976058 cd4-positive, alpha-beta memory t cell RPS15
|
783 |
+
0.5693141 -18.479956 cd4-positive, alpha-beta memory t cell DCD
|
784 |
+
0.9567003 -18.683302 cd4-positive, alpha-beta memory t cell PPP1R10
|
785 |
+
-0.4902208 -1.3573629 cd4-positive, alpha-beta memory t cell PTPN6
|
786 |
+
-13.660041 -0.36213273 cd4-positive, alpha-beta memory t cell RNF126
|
787 |
+
0.42598692 13.152059 cd4-positive, alpha-beta memory t cell IL27RA
|
788 |
+
2.6599429 9.95113 cd4-positive, alpha-beta memory t cell RPL26
|
789 |
+
7.5606265 2.6597738 cd4-positive, alpha-beta memory t cell PPHLN1
|
790 |
+
-13.361545 -0.50600886 cd4-positive, alpha-beta memory t cell DDX18
|
791 |
+
5.77808 -10.704238 cd4-positive, alpha-beta memory t cell KMT2A
|
792 |
+
-4.103686 1.5557476 cd4-positive, alpha-beta memory t cell ITGAL
|
793 |
+
-13.527942 0.08996979 cd4-positive, alpha-beta memory t cell AKTIP
|
794 |
+
3.971373 -11.447833 cd4-positive, alpha-beta memory t cell PDE4B
|
795 |
+
4.0778356 -10.454324 cd4-positive, alpha-beta memory t cell CDK5R1
|
796 |
+
-4.312325 1.8149171 cd4-positive, alpha-beta memory t cell ZNF821
|
797 |
+
4.825363 -3.342226 cd4-positive, alpha-beta memory t cell DDB2
|
798 |
+
4.0902367 -12.449641 cd4-positive, alpha-beta memory t cell RPL39
|
799 |
+
4.490172 -11.56479 cd4-positive, alpha-beta memory t cell TSC22D3
|
800 |
+
7.3255 2.1635437 cd4-positive, alpha-beta memory t cell GINS4
|
801 |
+
3.8951564 -11.474086 cd4-positive, alpha-beta memory t cell PPP6R1
|
802 |
+
3.7231169 10.94784 cd4-positive, alpha-beta memory t cell SFMBT2
|
803 |
+
-12.8911705 8.438343 cd4-positive, alpha-beta memory t cell FYB1
|
804 |
+
-13.617658 8.259155 cd4-positive, alpha-beta memory t cell PDCD7
|
805 |
+
4.8623486 11.216177 cd4-positive, alpha-beta memory t cell BBC3
|
806 |
+
4.1568823 -11.508925 cd4-positive, alpha-beta memory t cell SEMA4D
|
807 |
+
0.8838119 -18.958366 cd4-positive, alpha-beta memory t cell CCDC85B
|
808 |
+
0.7155678 -18.750109 cd4-positive, alpha-beta memory t cell RUNX2
|
809 |
+
-3.9649923 1.5045768 cd4-positive, alpha-beta memory t cell FAM118A
|
810 |
+
-16.888514 5.3177066 cd4-positive, alpha-beta memory t cell RASA3
|
811 |
+
-0.1544289 -1.0298644 cd4-positive, alpha-beta memory t cell RPS27
|
812 |
+
5.7115984 -11.222673 cd4-positive, alpha-beta memory t cell CRIP1
|
813 |
+
4.4815073 -12.04202 cd4-positive, alpha-beta memory t cell LIN37
|
814 |
+
-15.14391 4.303303 cd4-positive, alpha-beta memory t cell CBX7
|
815 |
+
5.3313174 -11.813897 cd4-positive, alpha-beta memory t cell STAT3
|
816 |
+
4.1385517 11.117277 cd4-positive, alpha-beta memory t cell MAF
|
817 |
+
-16.293537 5.830906 cd4-positive, alpha-beta memory t cell ZNF609
|
818 |
+
4.494255 -11.943578 cd4-positive, alpha-beta memory t cell PASK
|
819 |
+
-0.010432209 -1.5528966 cd4-positive, alpha-beta memory t cell PARP1
|
820 |
+
4.5532346 -6.066667 cd4-positive, alpha-beta memory t cell CD40LG
|
821 |
+
-5.344916 1.3676467 cd4-positive, alpha-beta memory t cell DIABLO
|
822 |
+
4.004462 -10.985881 cd4-positive, alpha-beta memory t cell HNRNPDL
|
823 |
+
3.0357585 -4.4003916 cd4-positive, alpha-beta memory t cell GFI1
|
824 |
+
4.576117 -11.442556 cd4-positive, alpha-beta memory t cell RPL18
|
825 |
+
2.524551 9.51694 cd4-positive, alpha-beta memory t cell HRH4
|
826 |
+
4.319697 -10.727101 cd4-positive, alpha-beta memory t cell FAS
|
827 |
+
4.6726847 -9.86008 cd4-positive, alpha-beta memory t cell ZNF792
|
828 |
+
3.7021172 -10.609983 cd4-positive, alpha-beta memory t cell EIF3G
|
829 |
+
3.2546053 -5.067893 cd4-positive, alpha-beta memory t cell MRPL38
|
830 |
+
3.8716228 -11.411882 cd4-positive, alpha-beta memory t cell SH3KBP1
|
831 |
+
4.563161 11.69974 cd4-positive, alpha-beta memory t cell B3GAT2
|
832 |
+
3.6811147 -5.035162 cd4-positive, alpha-beta memory t cell SUZ12
|
833 |
+
-16.150717 5.9834285 cd4-positive, alpha-beta memory t cell SUPT3H
|
834 |
+
-4.964421 2.5053906 cd4-positive, alpha-beta memory t cell IL6ST
|
835 |
+
4.474048 -9.383127 cd4-positive, alpha-beta memory t cell WWP1
|
836 |
+
0.6732294 -18.916674 cd4-positive, alpha-beta memory t cell FXYD1
|
837 |
+
3.9888859 -12.150164 cd4-positive, alpha-beta memory t cell SUN2
|
838 |
+
3.744611 -10.25113 cd4-positive, alpha-beta memory t cell RPS28
|
839 |
+
2.9191911 11.463531 cd4-positive, alpha-beta memory t cell TTC32
|
840 |
+
1.6275784 -18.700502 cd4-positive, alpha-beta memory t cell RPL6
|
841 |
+
7.000828 1.0402163 cd4-positive, alpha-beta memory t cell EED
|
842 |
+
1.1093947 -18.905693 cd4-positive, alpha-beta memory t cell CD4
|
843 |
+
-0.38402277 13.569039 cd4-positive, alpha-beta memory t cell AKT3
|
844 |
+
-5.4564457 2.292818 cd4-positive, alpha-beta memory t cell ARRB2
|
845 |
+
3.8086731 -11.894108 cd4-positive, alpha-beta memory t cell EVI2A
|
846 |
+
-15.282122 5.464004 cd4-positive, alpha-beta memory t cell SYNE2
|
847 |
+
4.119876 -6.067079 cd4-positive, alpha-beta memory t cell RHOG
|
848 |
+
-3.4390273 1.0781776 cd4-positive, alpha-beta memory t cell ENO2
|
849 |
+
1.3943477 -19.050161 cd4-positive, alpha-beta memory t cell IRF3
|
850 |
+
3.064618 11.466822 cd4-positive, alpha-beta memory t cell PTPN22
|
851 |
+
5.6753254 -10.461293 cd4-positive, alpha-beta memory t cell RPA2
|
852 |
+
-14.596299 0.99705815 cd4-positive, alpha-beta memory t cell PDE3B
|
853 |
+
-16.989874 5.0973053 cd4-positive, alpha-beta memory t cell SLAMF1
|
854 |
+
1.7192029 -15.97977 cd4-positive, alpha-beta memory t cell SIAH2
|
855 |
+
0.5983802 -18.675919 cd4-positive, alpha-beta memory t cell SKAP1
|
856 |
+
1.1325132 12.424539 cd4-positive, alpha-beta memory t cell BCL2
|
857 |
+
1.6747239 -17.088726 cd4-positive, alpha-beta memory t cell WDR82
|
858 |
+
-14.381666 2.7439394 cd4-positive, alpha-beta memory t cell JAK1
|
859 |
+
-14.833062 1.9563626 cd4-positive, alpha-beta memory t cell SRP9P1
|
860 |
+
-2.7099862 0.39581534 cd4-positive, alpha-beta memory t cell KLF2
|
861 |
+
-3.6017127 1.7518535 cd4-positive, alpha-beta memory t cell ZGPAT
|
862 |
+
4.186732 -11.455584 cd4-positive, alpha-beta memory t cell ATP2A3
|
863 |
+
4.3560386 11.62722 cd4-positive, alpha-beta memory t cell MTERF4
|
864 |
+
-5.219248 1.5023715 cd4-positive, alpha-beta memory t cell RPL7
|
865 |
+
1.9402224 -18.280376 cd4-positive, alpha-beta memory t cell HIPK1
|
866 |
+
7.102026 1.788429 cd4-positive, alpha-beta memory t cell MPHOSPH8
|
867 |
+
0.6752643 -18.62824 cd4-positive, alpha-beta memory t cell STAMBPL1
|
868 |
+
4.3701653 -11.65656 cd4-positive, alpha-beta memory t cell NDC80
|
869 |
+
4.5691237 -11.179531 cd4-positive, alpha-beta memory t cell ZBP1
|
870 |
+
2.921141 10.488932 cd4-positive, alpha-beta memory t cell OBSCN
|
871 |
+
-4.682473 2.2017615 cd4-positive, alpha-beta memory t cell RPS29
|
872 |
+
0.6625921 12.808323 cd4-positive, alpha-beta memory t cell KMT2E
|
873 |
+
0.7349954 -18.924347 cd4-positive, alpha-beta memory t cell EZR
|
874 |
+
4.013841 -11.37475 cd4-positive, alpha-beta memory t cell IPCEF1
|
875 |
+
-15.880828 6.370472 cd4-positive, alpha-beta memory t cell ABT1
|
876 |
+
4.8297157 11.738792 cd4-positive, alpha-beta memory t cell CD44
|
877 |
+
0.32050171 -18.274002 cd4-positive, alpha-beta memory t cell RPL35A
|
878 |
+
1.849534 -18.213808 cd4-positive, alpha-beta memory t cell HBA2
|
879 |
+
7.571155 2.4684093 cd4-positive, alpha-beta memory t cell TOX2
|
880 |
+
4.5848246 -11.012781 cd4-positive, alpha-beta memory t cell PLEKHB1
|
881 |
+
-5.560787 1.1894728 cd4-positive, alpha-beta memory t cell TOB1
|
882 |
+
4.0927925 -12.74071 cd4-positive, alpha-beta memory t cell ZRSR2
|
883 |
+
4.7267714 11.932614 cd4-positive, alpha-beta memory t cell DOCK8
|
884 |
+
-15.144853 4.187664 cd4-positive, alpha-beta memory t cell PDZD4
|
885 |
+
-15.540673 5.9409375 cd4-positive, alpha-beta memory t cell THAP11
|
886 |
+
-13.4641285 8.789538 cd4-positive, alpha-beta memory t cell CD47
|
887 |
+
-14.008493 1.8457083 cd4-positive, alpha-beta memory t cell EEF1D
|
888 |
+
-4.675678 2.1614676 cd4-positive, alpha-beta memory t cell SPEF2
|
889 |
+
3.1438065 -4.545692 cd4-positive, alpha-beta memory t cell NCAPH
|
890 |
+
0.040726513 12.436365 cd4-positive, alpha-beta memory t cell CD6
|
891 |
+
3.9540792 -12.471325 cd4-positive, alpha-beta memory t cell PDCD4
|
892 |
+
4.8716326 -4.3225822 cd4-positive, alpha-beta memory t cell CSTF2T
|
893 |
+
-13.384409 -0.7458065 cd4-positive, alpha-beta memory t cell ELMO1
|
894 |
+
-5.253676 1.7022423 cd4-positive, alpha-beta memory t cell AREG
|
895 |
+
1.9888268 -17.692945 cd4-positive, alpha-beta memory t cell INPP4A
|
896 |
+
3.771372 -10.50095 cd4-positive, alpha-beta memory t cell ROPN1L
|
897 |
+
0.555152 13.212124 cd4-positive, alpha-beta memory t cell SLC9A3R1
|
898 |
+
-13.697331 8.348501 cd4-positive, alpha-beta memory t cell PCSK7
|
899 |
+
1.8702929 -18.373188 cd4-positive, alpha-beta memory t cell CAPN7
|
900 |
+
3.7714236 -11.042353 cd4-positive, alpha-beta memory t cell CD28
|
901 |
+
-14.040075 1.7638663 cd4-positive, alpha-beta memory t cell POC5
|
902 |
+
4.895166 -7.747181 cd4-positive, alpha-beta memory t cell HSPA8
|
903 |
+
-14.673941 2.784698 cd4-positive, alpha-beta memory t cell RPS9
|
904 |
+
1.6052917 -18.843693 cd4-positive, alpha-beta memory t cell LCP2
|
905 |
+
-14.6261 1.4236245 cd4-positive, alpha-beta memory t cell RCAN3
|
906 |
+
4.577303 -8.461455 cd4-positive, alpha-beta memory t cell PBX4
|
907 |
+
4.1560836 -4.1623197 cd4-positive, alpha-beta memory t cell CEP250
|
908 |
+
4.001566 -11.204984 cd4-positive, alpha-beta memory t cell ALOX5AP
|
909 |
+
-14.792297 3.2253091 cd4-positive, alpha-beta memory t cell HNRNPA0
|
910 |
+
5.424718 -11.607745 cd4-positive, alpha-beta memory t cell RRS1
|
911 |
+
4.2557707 -10.338771 cd4-positive, alpha-beta memory t cell ZBTB1
|
912 |
+
4.3520722 11.484663 cd4-positive, alpha-beta memory t cell MSL2
|
913 |
+
-14.252314 2.618466 cd4-positive, alpha-beta memory t cell CCNH
|
914 |
+
4.417181 -9.190617 cd4-positive, alpha-beta memory t cell ACTR6
|
915 |
+
-6.01671 2.0055919 cd4-positive, alpha-beta memory t cell RPS8
|
916 |
+
2.6274223 11.56305 cd4-positive, alpha-beta memory t cell PPP2R5C
|
917 |
+
3.9869478 -11.917284 cd4-positive, alpha-beta memory t cell ZNF837
|
918 |
+
4.629472 -10.167359 cd4-positive, alpha-beta memory t cell RGS19
|
919 |
+
0.82563925 -18.423752 cd4-positive, alpha-beta memory t cell OPTN
|
920 |
+
2.0327482 -18.261019 cd4-positive, alpha-beta memory t cell RPL27A
|
921 |
+
3.8846703 -11.534581 cd4-positive, alpha-beta memory t cell NSA2
|
922 |
+
4.309069 -10.528584 cd4-positive, alpha-beta memory t cell PBXIP1
|
923 |
+
4.4639564 10.829859 cd4-positive, alpha-beta memory t cell S100A4
|
924 |
+
-13.322404 8.642164 cd4-positive, alpha-beta memory t cell GPBP1
|
925 |
+
3.922892 10.579916 cd4-positive, alpha-beta memory t cell EDC4
|
926 |
+
-3.5868611 1.2896807 cd4-positive, alpha-beta memory t cell RASGRP2
|
927 |
+
4.60289 11.030365 cd4-positive, alpha-beta memory t cell TERF2IP
|
928 |
+
1.480477 -16.576551 cd4-positive, alpha-beta memory t cell IL21
|
929 |
+
0.57903594 -18.851877 cd4-positive, alpha-beta memory t cell SLA
|
930 |
+
5.144929 -4.1231484 cd4-positive, alpha-beta memory t cell KANSL1
|
931 |
+
3.2181487 -5.0969334 cd4-positive, alpha-beta memory t cell IKBKE
|
932 |
+
4.304683 -11.929482 cd4-positive, alpha-beta memory t cell DNMT1
|
933 |
+
3.2008193 10.339862 cd4-positive, alpha-beta memory t cell STX2
|
934 |
+
-13.484534 -0.29042968 cd4-positive, alpha-beta memory t cell TNFAIP8
|
935 |
+
4.6948957 -8.502489 cd4-positive, alpha-beta memory t cell RPL32
|
936 |
+
-5.3700976 2.320169 cd4-positive, alpha-beta memory t cell NIPAL3
|
937 |
+
3.1649654 -4.4689713 cd4-positive, alpha-beta memory t cell EVI2B
|
938 |
+
-0.11253825 13.48024 cd4-positive, alpha-beta memory t cell SLC38A1
|
939 |
+
-13.521819 8.384371 cd4-positive, alpha-beta memory t cell SYNGAP1
|
940 |
+
-16.628237 5.3431835 cd4-positive, alpha-beta memory t cell RPL21
|
941 |
+
5.286804 -4.640501 cd4-positive, alpha-beta memory t cell RPL14
|
942 |
+
1.5292392 -18.89564 cd4-positive, alpha-beta memory t cell HELQ
|
943 |
+
5.584614 -4.8502274 cd4-positive, alpha-beta memory t cell HERC5
|
944 |
+
4.430976 -10.054537 cd4-positive, alpha-beta memory t cell DUSP11
|
945 |
+
-3.966785 2.2946384 cd4-positive, alpha-beta memory t cell TBC1D4
|
946 |
+
-14.400592 2.9167643 cd4-positive, alpha-beta memory t cell XPO6
|
947 |
+
7.266301 1.8478383 cd4-positive, alpha-beta memory t cell ITGB7
|
948 |
+
-4.463423 3.167765 cd4-positive, alpha-beta memory t cell TNRC6C
|
949 |
+
7.3059893 1.2653277 cd4-positive, alpha-beta memory t cell MSL3
|
950 |
+
3.907277 -11.365505 cd4-positive, alpha-beta memory t cell IL10RA
|
951 |
+
0.85100156 13.0321865 cd4-positive, alpha-beta memory t cell GIMAP1
|
952 |
+
4.2927356 -5.7005663 cd4-positive, alpha-beta memory t cell RPS19
|
953 |
+
4.0280423 -12.3010845 cd4-positive, alpha-beta memory t cell SUV39H1
|
954 |
+
-4.8937864 1.4995329 cd4-positive, alpha-beta memory t cell IK
|
955 |
+
3.8129501 -11.202334 cd4-positive, alpha-beta memory t cell FAM169A
|
956 |
+
0.49385685 -18.679682 cd4-positive, alpha-beta memory t cell VAMP1
|
957 |
+
4.20638 -10.259272 cd4-positive, alpha-beta memory t cell IL2RG
|
958 |
+
0.3814733 -2.1168911 cd4-positive, alpha-beta memory t cell NDE1
|
959 |
+
7.2063823 1.2413434 cd4-positive, alpha-beta memory t cell GPRASP1
|
960 |
+
4.4244757 -11.134869 cd4-positive, alpha-beta memory t cell PLCB2
|
961 |
+
4.380229 -11.410971 cd4-positive, alpha-beta memory t cell WIPF1
|
962 |
+
1.5787776 -18.761257 cd4-positive, alpha-beta memory t cell GCC1
|
963 |
+
7.2256784 0.91318 cd4-positive, alpha-beta memory t cell IL2RB
|
964 |
+
0.46767545 13.156149 cd4-positive, alpha-beta memory t cell IQGAP2
|
965 |
+
-13.895393 0.1348652 cd4-positive, alpha-beta memory t cell TSEN54
|
966 |
+
0.33640513 -18.861357 cd4-positive, alpha-beta memory t cell ADSL
|
967 |
+
0.31434277 12.934521 cd4-positive, alpha-beta memory t cell CYTIP
|
968 |
+
-4.0043483 2.479126 cd4-positive, alpha-beta memory t cell UHRF2
|
969 |
+
1.1583627 -14.265976 cd4-positive, alpha-beta memory t cell POLM
|
970 |
+
5.270856 -4.071514 cd4-positive, alpha-beta memory t cell APBA3
|
971 |
+
-5.2937164 1.9568168 cd4-positive, alpha-beta memory t cell HMGB1
|
972 |
+
3.9717932 -12.246074 cd4-positive, alpha-beta memory t cell RPS16
|
973 |
+
3.7647846 -5.007925 cd4-positive, alpha-beta memory t cell TBCC
|
974 |
+
-4.901401 2.460363 cd4-positive, alpha-beta memory t cell CEP135
|
975 |
+
1.296876 -15.598488 cd4-positive, alpha-beta memory t cell HERC6
|
976 |
+
-13.990772 0.9690359 cd4-positive, alpha-beta memory t cell IL2RA
|
977 |
+
1.7389224 -17.69725 cd4-positive, alpha-beta memory t cell RELL2
|
978 |
+
-15.287959 5.2756257 cd4-positive, alpha-beta memory t cell RPS4X
|
979 |
+
-16.960657 5.4711742 cd4-positive, alpha-beta memory t cell HMGB2
|
980 |
+
3.9002404 10.863839 cd4-positive, alpha-beta memory t cell OFD1
|
981 |
+
1.7971598 -16.1066 cd4-positive, alpha-beta memory t cell BIN2
|
982 |
+
4.196668 -4.1683264 cd4-positive, alpha-beta memory t cell CABIN1
|
983 |
+
1.6158484 -3.9919174 cd4-positive, alpha-beta memory t cell DBF4
|
984 |
+
-15.043954 4.6882067 cd4-positive, alpha-beta memory t cell MALT1
|
985 |
+
0.6136637 -2.1905932 cd4-positive, alpha-beta memory t cell IL18RAP
|
986 |
+
-15.9779 6.4409094 cd4-positive, alpha-beta memory t cell GRK6
|
987 |
+
-12.951687 8.548886 cd4-positive, alpha-beta memory t cell CRYBG1
|
988 |
+
-5.1823254 1.7276685 cd4-positive, alpha-beta memory t cell NKTR
|
989 |
+
-13.389323 7.8720746 cd4-positive, alpha-beta memory t cell GIMAP5
|
990 |
+
4.217662 -7.8773293 cd4-positive, alpha-beta memory t cell TACC3
|
991 |
+
-14.350582 1.1029984 cd4-positive, alpha-beta memory t cell CHD2
|
992 |
+
3.6261842 -9.741005 cd4-positive, alpha-beta memory t cell IL6R
|
993 |
+
-0.14905708 12.914877 cd4-positive, alpha-beta memory t cell RPL41
|
994 |
+
3.9777243 -6.425154 cd4-positive, alpha-beta memory t cell POLR3GL
|
995 |
+
-15.923664 6.130274 cd4-positive, alpha-beta memory t cell STK26
|
996 |
+
5.0961185 -4.090535 cd4-positive, alpha-beta memory t cell HCN2
|
997 |
+
0.6433746 -18.491465 cd4-positive, alpha-beta memory t cell GRAP2
|
998 |
+
4.246982 -12.429853 cd4-positive, alpha-beta memory t cell PREX1
|
999 |
+
3.7671647 -4.605101 cd4-positive, alpha-beta memory t cell TNFRSF18
|
1000 |
+
-12.858473 8.673809 cd4-positive, alpha-beta memory t cell TMC8
|
1001 |
+
-13.290908 -0.49295604 cd4-positive, alpha-beta memory t cell SACS
|
1002 |
+
-4.5075946 2.259581 cd4-positive, alpha-beta memory t cell HAX1
|
1003 |
+
1.232198 -14.939079 cd4-positive, alpha-beta memory t cell SRSF7
|
1004 |
+
-12.930077 8.542779 cd4-positive, alpha-beta memory t cell PRIM1
|
1005 |
+
4.3256993 -12.045543 cd4-positive, alpha-beta memory t cell AIP
|
1006 |
+
-4.379166 1.7402582 cd4-positive, alpha-beta memory t cell SAMHD1
|
1007 |
+
0.257046 13.328686 cd4-positive, alpha-beta memory t cell UBE2D2
|
1008 |
+
-5.819002 1.6070035 cd4-positive, alpha-beta memory t cell DUSP4
|
1009 |
+
3.704874 -3.9864976 cd4-positive, alpha-beta memory t cell EEF1G
|
1010 |
+
7.551029 2.8620543 cd4-positive, alpha-beta memory t cell MECP2
|
1011 |
+
-6.13545 1.8567921 cd4-positive, alpha-beta memory t cell NEFL
|
1012 |
+
-13.40152 8.640878 cd4-positive, alpha-beta memory t cell MED10
|
1013 |
+
3.813526 -10.197466 cd4-positive, alpha-beta memory t cell NCK1
|
1014 |
+
3.897767 -11.304619 cd4-positive, alpha-beta memory t cell CCDC59
|
1015 |
+
3.9638624 -10.647736 cd4-positive, alpha-beta memory t cell CD48
|
1016 |
+
-4.343089 1.3416951 cd4-positive, alpha-beta memory t cell RBM23
|
1017 |
+
-16.276464 5.577844 cd4-positive, alpha-beta memory t cell RICTOR
|
1018 |
+
3.8839715 -10.200159 cd4-positive, alpha-beta memory t cell ARHGEF1
|
1019 |
+
-5.146704 2.3347404 cd4-positive, alpha-beta memory t cell IKZF1
|
1020 |
+
4.642099 11.37714 cd4-positive, alpha-beta memory t cell TBC1D31
|
1021 |
+
3.4550636 -4.1123147 cd4-positive, alpha-beta memory t cell CPNE1
|
1022 |
+
1.1016642 -3.6947603 cd4-positive, alpha-beta memory t cell SRSF5
|
1023 |
+
0.8106696 -18.52985 cd4-positive, alpha-beta memory t cell ANKRD44
|
1024 |
+
4.540581 -7.5363593 cd4-positive, alpha-beta memory t cell BATF
|
1025 |
+
1.0424516 -18.216408 cd4-positive, alpha-beta memory t cell TRIM62
|
1026 |
+
-14.218106 1.3230325 cd4-positive, alpha-beta memory t cell PATJ
|
1027 |
+
-14.990483 3.7112153 cd4-positive, alpha-beta memory t cell KMT5C
|
1028 |
+
-15.004521 3.5122526 cd4-positive, alpha-beta memory t cell CBLB
|
1029 |
+
1.3771544 -16.29902 cd4-positive, alpha-beta memory t cell FOXN2
|
1030 |
+
3.3078306 -4.336467 cd4-positive, alpha-beta memory t cell RPL22
|
1031 |
+
3.8982236 11.09406 cd4-positive, alpha-beta memory t cell TRAF1
|
1032 |
+
0.8738189 -18.41759 cd4-positive, alpha-beta memory t cell RPL30
|
1033 |
+
1.2369919 -18.885962 cd4-positive, alpha-beta memory t cell TSPAN18
|
1034 |
+
7.3548393 1.4960343 cd4-positive, alpha-beta memory t cell GPR25
|
1035 |
+
-13.107541 8.448091 cd4-positive, alpha-beta memory t cell ERP29
|
1036 |
+
1.9382302 11.5922165 cd4-positive, alpha-beta memory t cell CMTM3
|
1037 |
+
5.065502 -6.6896358 cd4-positive, alpha-beta memory t cell FRYL
|
1038 |
+
4.4061813 -8.644387 cd4-positive, alpha-beta memory t cell RAP1B
|
1039 |
+
3.7801464 -11.943203 cd4-positive, alpha-beta memory t cell TRADD
|
1040 |
+
-12.879069 8.68275 cd4-positive, alpha-beta memory t cell UBASH3A
|
1041 |
+
1.2107123 -17.825924 cd4-positive, alpha-beta memory t cell GLOD4
|
1042 |
+
3.6579144 -11.233891 cd4-positive, alpha-beta memory t cell ARHGEF6
|
1043 |
+
-13.774336 -0.09212817 cd4-positive, alpha-beta memory t cell MAP3K4
|
1044 |
+
4.59564 -11.635155 cd4-positive, alpha-beta memory t cell MBP
|
1045 |
+
0.80318034 -18.758104 cd4-positive, alpha-beta memory t cell GYPC
|
1046 |
+
1.0587914 -18.965694 cd4-positive, alpha-beta memory t cell PRR5
|
1047 |
+
-5.426562 1.69721 cd4-positive, alpha-beta memory t cell CASP8AP2
|
1048 |
+
4.6231894 -11.297495 cd4-positive, alpha-beta memory t cell KMT2B
|
1049 |
+
1.6196667 -17.781773 cd4-positive, alpha-beta memory t cell FAU
|
1050 |
+
3.9139452 -12.250371 cd4-positive, alpha-beta memory t cell RAP1GDS1
|
1051 |
+
-4.89661 2.40418 cd4-positive, alpha-beta memory t cell GZMA
|
1052 |
+
1.9173158 -18.076067 cd4-positive, alpha-beta memory t cell RIPK2
|
1053 |
+
-5.1584253 2.6280072 cd4-positive, alpha-beta memory t cell MOAP1
|
1054 |
+
1.2464197 -17.383732 cd4-positive, alpha-beta memory t cell EVL
|
1055 |
+
-4.8064094 2.663874 cd4-positive, alpha-beta memory t cell CXCR5
|
1056 |
+
3.3786201 10.506021 cd4-positive, alpha-beta memory t cell DDX24
|
1057 |
+
-12.826159 0.5236977 cd4-positive, alpha-beta memory t cell ANKRD55
|
1058 |
+
0.19985051 11.763811 cd4-positive, alpha-beta memory t cell NOP58
|
1059 |
+
5.0294023 -6.4356675 cd4-positive, alpha-beta memory t cell MIER1
|
1060 |
+
4.1962585 -10.598544 cd4-positive, alpha-beta memory t cell NOP2
|
1061 |
+
-14.994789 3.8153114 cd4-positive, alpha-beta memory t cell SLC16A7
|
1062 |
+
0.11318183 -2.1748154 cd4-positive, alpha-beta memory t cell TRAPPC6A
|
1063 |
+
4.229231 10.662209 cd4-positive, alpha-beta memory t cell VAV1
|
1064 |
+
-5.2036886 2.3195279 cd4-positive, alpha-beta memory t cell HSPA1L
|
1065 |
+
1.4542512 -17.84329 cd4-positive, alpha-beta memory t cell ARID5A
|
1066 |
+
-15.175674 5.1352344 cd4-positive, alpha-beta memory t cell PLAC8
|
1067 |
+
-3.3582063 1.5397445 cd4-positive, alpha-beta memory t cell STK4
|
1068 |
+
1.5366815 11.54088 cd4-positive, alpha-beta memory t cell CSNK1G2
|
data/cd4-positive_helper_t_cell_embeddings.csv
ADDED
@@ -0,0 +1,1273 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
11.839536 -8.200949 cd4-positive helper t cell SLA2
|
3 |
+
-3.196504 -17.428442 cd4-positive helper t cell RPL24
|
4 |
+
12.740078 -7.735068 cd4-positive helper t cell FOS
|
5 |
+
6.705189 -10.365776 cd4-positive helper t cell CYFIP2
|
6 |
+
-4.982529 -16.901548 cd4-positive helper t cell CUL9
|
7 |
+
16.018333 -4.4077754 cd4-positive helper t cell ESR2
|
8 |
+
-6.5845532 7.6622047 cd4-positive helper t cell RPL17
|
9 |
+
-3.9159517 5.6748023 cd4-positive helper t cell RACK1
|
10 |
+
3.857634 -11.61745 cd4-positive helper t cell ZNF784
|
11 |
+
-1.2499104 -17.83106 cd4-positive helper t cell PPP3CC
|
12 |
+
14.925963 -5.043137 cd4-positive helper t cell GTF3A
|
13 |
+
1.7431078 -17.911589 cd4-positive helper t cell SLC35C2
|
14 |
+
-4.5095506 5.2813406 cd4-positive helper t cell CREM
|
15 |
+
0.084746465 -18.041683 cd4-positive helper t cell NAF1
|
16 |
+
-3.2278342 5.925592 cd4-positive helper t cell SDK2
|
17 |
+
-5.8223863 -17.029293 cd4-positive helper t cell AP3M2
|
18 |
+
-3.764916 -17.253145 cd4-positive helper t cell RAB11FIP4
|
19 |
+
13.47925 -6.232699 cd4-positive helper t cell MSH2
|
20 |
+
-5.143758 -16.924807 cd4-positive helper t cell RBM43
|
21 |
+
1.1818103 -18.119278 cd4-positive helper t cell MYLIP
|
22 |
+
-0.76317525 -17.356876 cd4-positive helper t cell ASF1A
|
23 |
+
-4.452626 5.3634324 cd4-positive helper t cell FAM241B
|
24 |
+
4.63949 -11.268699 cd4-positive helper t cell ZFP90
|
25 |
+
-0.36052692 -18.045462 cd4-positive helper t cell LDB1
|
26 |
+
-0.5106666 -17.861713 cd4-positive helper t cell FUS
|
27 |
+
15.743763 -3.5632555 cd4-positive helper t cell NEMP1
|
28 |
+
3.641647 -11.3077 cd4-positive helper t cell SLC24A1
|
29 |
+
-3.571313 -17.405315 cd4-positive helper t cell HPCAL1
|
30 |
+
-0.051983148 -17.74668 cd4-positive helper t cell DGKA
|
31 |
+
15.929387 -4.376885 cd4-positive helper t cell PARD6A
|
32 |
+
9.728103 -8.276867 cd4-positive helper t cell NAP1L2
|
33 |
+
-3.4500942 13.159194 cd4-positive helper t cell DDHD1
|
34 |
+
-4.098682 -17.025984 cd4-positive helper t cell MAB21L2
|
35 |
+
-1.0552541 -16.469833 cd4-positive helper t cell PIK3R1
|
36 |
+
-3.3408275 -17.168575 cd4-positive helper t cell ELF1
|
37 |
+
-0.84964514 -17.660975 cd4-positive helper t cell TNFRSF25
|
38 |
+
-0.713388 -17.886267 cd4-positive helper t cell KCTD13
|
39 |
+
-6.2306395 7.383447 cd4-positive helper t cell BAHD1
|
40 |
+
-4.2108345 -16.796137 cd4-positive helper t cell KPNA5
|
41 |
+
-0.59764475 -18.17268 cd4-positive helper t cell KLF13
|
42 |
+
13.285711 -6.6605177 cd4-positive helper t cell TRAF3IP3
|
43 |
+
-3.654082 -17.047606 cd4-positive helper t cell JMJD7
|
44 |
+
-5.139545 -16.920822 cd4-positive helper t cell PITPNM1
|
45 |
+
-3.3448355 13.353938 cd4-positive helper t cell RGS10
|
46 |
+
12.520314 -7.9164476 cd4-positive helper t cell TDP1
|
47 |
+
15.513501 -3.8869069 cd4-positive helper t cell NOP53
|
48 |
+
-1.3025064 -16.854553 cd4-positive helper t cell PPM1K
|
49 |
+
-4.5599713 -16.808332 cd4-positive helper t cell RAB3A
|
50 |
+
14.1128 -5.5214834 cd4-positive helper t cell ISG20L2
|
51 |
+
-5.4483147 -16.77199 cd4-positive helper t cell RPLP0
|
52 |
+
-4.6590652 5.3267326 cd4-positive helper t cell GLS2
|
53 |
+
14.837849 -4.351636 cd4-positive helper t cell CCDC136
|
54 |
+
-4.0341625 -16.976631 cd4-positive helper t cell ORC2
|
55 |
+
-4.25562 -16.801525 cd4-positive helper t cell KIAA1328
|
56 |
+
-0.69108987 -16.775196 cd4-positive helper t cell SRSF2
|
57 |
+
1.5808698 -18.233679 cd4-positive helper t cell TEC
|
58 |
+
-0.09996519 -18.26182 cd4-positive helper t cell DGKE
|
59 |
+
-2.6126728 -17.355648 cd4-positive helper t cell MED15
|
60 |
+
-1.8882439 -17.824158 cd4-positive helper t cell CTLA4
|
61 |
+
-0.024914585 -17.708769 cd4-positive helper t cell RNF216
|
62 |
+
-3.5964525 4.3378687 cd4-positive helper t cell RAB33A
|
63 |
+
13.3119335 -6.62082 cd4-positive helper t cell RNF125
|
64 |
+
-0.16417515 -18.171898 cd4-positive helper t cell CCDC57
|
65 |
+
13.211505 -6.9505577 cd4-positive helper t cell ZNF852
|
66 |
+
11.270133 -8.607171 cd4-positive helper t cell RLN1
|
67 |
+
-4.952359 -16.864487 cd4-positive helper t cell ZNF23
|
68 |
+
-4.360364 5.0617843 cd4-positive helper t cell FAM156A
|
69 |
+
12.827929 -6.101187 cd4-positive helper t cell EPC2
|
70 |
+
-3.939383 -17.019644 cd4-positive helper t cell PEX1
|
71 |
+
-2.1162689 -17.481888 cd4-positive helper t cell GNB5
|
72 |
+
-0.75086343 -18.092243 cd4-positive helper t cell AGGF1
|
73 |
+
-5.3147745 -16.89864 cd4-positive helper t cell LIG1
|
74 |
+
-3.4938042 -17.286709 cd4-positive helper t cell CDC14A
|
75 |
+
12.908642 -7.0941668 cd4-positive helper t cell USP34
|
76 |
+
-2.9033282 -17.158764 cd4-positive helper t cell TSNARE1
|
77 |
+
-0.16474666 -18.067383 cd4-positive helper t cell PIK3CG
|
78 |
+
4.8906345 -11.169808 cd4-positive helper t cell ETS1
|
79 |
+
12.098137 -8.281846 cd4-positive helper t cell EEF1A1
|
80 |
+
14.150114 -5.626732 cd4-positive helper t cell KCNA3
|
81 |
+
-4.4945536 -16.96778 cd4-positive helper t cell EIF3H
|
82 |
+
-0.7399878 -17.596573 cd4-positive helper t cell BTG2
|
83 |
+
0.2790213 -17.987371 cd4-positive helper t cell HMOX2
|
84 |
+
-3.6068454 13.539256 cd4-positive helper t cell PTGER4
|
85 |
+
-4.21396 -17.10846 cd4-positive helper t cell MX1
|
86 |
+
9.115148 -8.540645 cd4-positive helper t cell RPL10
|
87 |
+
1.7488934 -18.112322 cd4-positive helper t cell SH2D1A
|
88 |
+
0.5596764 -17.922773 cd4-positive helper t cell RIPOR2
|
89 |
+
-5.6517587 -16.910124 cd4-positive helper t cell JMY
|
90 |
+
-2.585927 6.3046193 cd4-positive helper t cell ADAM22
|
91 |
+
-4.7161403 -16.888426 cd4-positive helper t cell EIF3L
|
92 |
+
8.835738 -8.487971 cd4-positive helper t cell RRP1B
|
93 |
+
8.330402 -7.757335 cd4-positive helper t cell PRKACB
|
94 |
+
11.078131 -8.33581 cd4-positive helper t cell THAP1
|
95 |
+
-0.57623976 -17.682194 cd4-positive helper t cell THOC3
|
96 |
+
10.704897 -8.906175 cd4-positive helper t cell EPB41
|
97 |
+
13.852643 -5.804927 cd4-positive helper t cell NR1D2
|
98 |
+
-4.115787 -17.266596 cd4-positive helper t cell PRKCQ
|
99 |
+
-1.242304 -17.836588 cd4-positive helper t cell ANKRD12
|
100 |
+
-6.171653 -17.028545 cd4-positive helper t cell LMTK2
|
101 |
+
-3.5582874 -17.024101 cd4-positive helper t cell LCK
|
102 |
+
-0.8224843 -17.042265 cd4-positive helper t cell CBL
|
103 |
+
-3.5836987 13.818203 cd4-positive helper t cell PRKN
|
104 |
+
-0.6901839 -17.2272 cd4-positive helper t cell ZNF398
|
105 |
+
-3.5463758 -17.017733 cd4-positive helper t cell CPNE7
|
106 |
+
0.44913045 -17.946838 cd4-positive helper t cell CUL1
|
107 |
+
-6.410761 -17.031643 cd4-positive helper t cell GABARAP
|
108 |
+
12.786738 -7.8335943 cd4-positive helper t cell MATK
|
109 |
+
-4.1338525 -17.108608 cd4-positive helper t cell ZC4H2
|
110 |
+
15.045149 -4.2783537 cd4-positive helper t cell DDX6
|
111 |
+
-0.50177884 -17.717552 cd4-positive helper t cell SETD1B
|
112 |
+
5.251454 -11.210273 cd4-positive helper t cell NPRL2
|
113 |
+
14.215751 -5.285203 cd4-positive helper t cell FERMT3
|
114 |
+
-3.569811 13.057387 cd4-positive helper t cell HABP4
|
115 |
+
-2.64828 -17.41028 cd4-positive helper t cell RNF44
|
116 |
+
11.967189 -8.455272 cd4-positive helper t cell ZNF276
|
117 |
+
-4.7654185 -16.869137 cd4-positive helper t cell MID2
|
118 |
+
-4.9790735 -16.8847 cd4-positive helper t cell ARID4B
|
119 |
+
-3.5206718 13.279162 cd4-positive helper t cell DOCK3
|
120 |
+
-6.5109344 7.1698422 cd4-positive helper t cell TMEM243
|
121 |
+
-3.1992595 -17.180595 cd4-positive helper t cell HAUS4
|
122 |
+
-1.7102389 -17.643883 cd4-positive helper t cell HERPUD2
|
123 |
+
-4.118431 -17.065237 cd4-positive helper t cell ZBTB25
|
124 |
+
11.829467 -8.350633 cd4-positive helper t cell ABTB1
|
125 |
+
15.909811 -4.355496 cd4-positive helper t cell CNTRL
|
126 |
+
-1.6797781 -17.540161 cd4-positive helper t cell SYNE1
|
127 |
+
-3.0426555 -17.593983 cd4-positive helper t cell ANP32B
|
128 |
+
-3.3886828 3.891459 cd4-positive helper t cell PLK3
|
129 |
+
16.086384 -4.348881 cd4-positive helper t cell PTK2B
|
130 |
+
-3.7768571 -17.123133 cd4-positive helper t cell FOXO1
|
131 |
+
-2.0354767 -17.746922 cd4-positive helper t cell TRIM39
|
132 |
+
-5.587304 7.486822 cd4-positive helper t cell ATXN7L1
|
133 |
+
-4.258383 -16.725864 cd4-positive helper t cell RBL1
|
134 |
+
-6.019537 7.384088 cd4-positive helper t cell IDS
|
135 |
+
12.709401 -7.6639996 cd4-positive helper t cell CCSER2
|
136 |
+
-5.686431 6.7491364 cd4-positive helper t cell PMCH
|
137 |
+
14.894463 -4.0305896 cd4-positive helper t cell PIK3CD
|
138 |
+
-3.4298234 4.8316875 cd4-positive helper t cell SNRPD2
|
139 |
+
-4.6876035 5.6686645 cd4-positive helper t cell SGSM2
|
140 |
+
14.655722 -4.6317105 cd4-positive helper t cell CD69
|
141 |
+
-1.1574627 -17.752647 cd4-positive helper t cell ZNF862
|
142 |
+
-5.8009543 7.1893945 cd4-positive helper t cell CD7
|
143 |
+
-4.0833898 4.7602215 cd4-positive helper t cell PLCXD2
|
144 |
+
-3.794059 -17.259539 cd4-positive helper t cell RESF1
|
145 |
+
-1.5452977 -17.498766 cd4-positive helper t cell RADX
|
146 |
+
-3.7538652 13.331173 cd4-positive helper t cell HNRNPLL
|
147 |
+
13.14126 -6.39997 cd4-positive helper t cell CMTM7
|
148 |
+
11.450135 -8.663667 cd4-positive helper t cell EPC1
|
149 |
+
-4.2579126 -16.548605 cd4-positive helper t cell ZAP70
|
150 |
+
0.64397246 -17.757284 cd4-positive helper t cell TNFRSF14
|
151 |
+
-4.164797 -16.69624 cd4-positive helper t cell BBS2
|
152 |
+
-6.238623 -17.27462 cd4-positive helper t cell LRRC7
|
153 |
+
-4.098834 -17.04132 cd4-positive helper t cell POLD1
|
154 |
+
9.381456 -8.998651 cd4-positive helper t cell CTCF
|
155 |
+
-2.004654 -17.519331 cd4-positive helper t cell CD37
|
156 |
+
12.972509 -5.894366 cd4-positive helper t cell S1PR1
|
157 |
+
15.592725 -3.0489624 cd4-positive helper t cell PI4KA
|
158 |
+
-5.6394124 -17.038027 cd4-positive helper t cell TBCE
|
159 |
+
-4.2152214 -16.893917 cd4-positive helper t cell VSIR
|
160 |
+
15.205094 -4.1737623 cd4-positive helper t cell VIPR1
|
161 |
+
-0.47411275 -16.66141 cd4-positive helper t cell RPLP1
|
162 |
+
-3.9270134 4.238389 cd4-positive helper t cell TSGA10
|
163 |
+
-2.5781226 -17.49448 cd4-positive helper t cell DIMT1
|
164 |
+
-4.687667 -16.92306 cd4-positive helper t cell CCR4
|
165 |
+
-1.2400103 -17.922546 cd4-positive helper t cell RIC3
|
166 |
+
-1.9092531 -17.667433 cd4-positive helper t cell ITGB2
|
167 |
+
-4.48295 -16.602526 cd4-positive helper t cell ADD3
|
168 |
+
-0.4480487 -17.67115 cd4-positive helper t cell LSM8
|
169 |
+
-3.7780566 -17.15751 cd4-positive helper t cell KLHL6
|
170 |
+
9.019207 -9.598514 cd4-positive helper t cell RPS4Y1
|
171 |
+
6.1311016 -10.6000395 cd4-positive helper t cell PRF1
|
172 |
+
-1.2610745 -17.753922 cd4-positive helper t cell CENPK
|
173 |
+
5.0810256 -10.96926 cd4-positive helper t cell SLC9A3
|
174 |
+
-0.6885176 -16.19613 cd4-positive helper t cell FBXO3
|
175 |
+
7.165378 -10.67654 cd4-positive helper t cell SERPINB9
|
176 |
+
15.985538 -4.340231 cd4-positive helper t cell RNF138
|
177 |
+
-5.7802043 -16.614912 cd4-positive helper t cell TAZ
|
178 |
+
0.6819797 -17.831993 cd4-positive helper t cell RPL37
|
179 |
+
-0.96918535 -17.286528 cd4-positive helper t cell SLAMF6
|
180 |
+
-2.5770683 -17.088333 cd4-positive helper t cell CD226
|
181 |
+
-2.7647126 -17.43374 cd4-positive helper t cell DTX1
|
182 |
+
-4.4450946 5.8990703 cd4-positive helper t cell THAP7
|
183 |
+
-3.347725 13.423171 cd4-positive helper t cell NEK1
|
184 |
+
13.166739 -6.7020035 cd4-positive helper t cell TNIK
|
185 |
+
-5.022918 7.258144 cd4-positive helper t cell MORN3
|
186 |
+
15.794509 -4.359207 cd4-positive helper t cell KCNJ1
|
187 |
+
3.7230906 -10.870842 cd4-positive helper t cell CXCR3
|
188 |
+
-2.2462761 -17.489544 cd4-positive helper t cell TRIM17
|
189 |
+
-4.341301 -16.526415 cd4-positive helper t cell UBAC2
|
190 |
+
12.072331 -8.206879 cd4-positive helper t cell BLOC1S4
|
191 |
+
-0.50269735 -16.439026 cd4-positive helper t cell PRIM2
|
192 |
+
-3.6765242 13.765314 cd4-positive helper t cell RPAP2
|
193 |
+
-6.5948615 -16.96924 cd4-positive helper t cell SFI1
|
194 |
+
13.774136 -6.402514 cd4-positive helper t cell PARP11
|
195 |
+
-4.5801597 -16.689802 cd4-positive helper t cell ADGRB1
|
196 |
+
-2.533077 -6.5279307 cd4-positive helper t cell RPL31
|
197 |
+
-4.509692 -16.831211 cd4-positive helper t cell TXK
|
198 |
+
10.965097 -8.495755 cd4-positive helper t cell MAL
|
199 |
+
-2.5602486 -17.391876 cd4-positive helper t cell MADD
|
200 |
+
-0.28817067 -18.048136 cd4-positive helper t cell CCDC91
|
201 |
+
-2.5744762 -17.060266 cd4-positive helper t cell ZNF384
|
202 |
+
-2.0127199 -17.568811 cd4-positive helper t cell BCL11B
|
203 |
+
11.18399 -8.751388 cd4-positive helper t cell CCNT1
|
204 |
+
-6.4478545 -17.148806 cd4-positive helper t cell TADA2B
|
205 |
+
-3.5342054 -17.30847 cd4-positive helper t cell HDAC4
|
206 |
+
0.9076927 -17.906923 cd4-positive helper t cell SAP130
|
207 |
+
15.712253 -3.984045 cd4-positive helper t cell RPS27A
|
208 |
+
-4.0659184 -16.793156 cd4-positive helper t cell PIK3CA
|
209 |
+
-3.4041955 -17.302113 cd4-positive helper t cell RNF166
|
210 |
+
-4.1351337 -16.771889 cd4-positive helper t cell ZCCHC12
|
211 |
+
-2.0186992 -17.275211 cd4-positive helper t cell SYNJ2
|
212 |
+
15.208498 -4.572005 cd4-positive helper t cell KCNQ1
|
213 |
+
-0.6159146 -17.797384 cd4-positive helper t cell MAML2
|
214 |
+
-3.773421 13.968136 cd4-positive helper t cell RPLP2
|
215 |
+
-0.9698383 -17.87405 cd4-positive helper t cell EXOC8
|
216 |
+
6.657152 -10.634384 cd4-positive helper t cell RNF32
|
217 |
+
0.54951274 -17.893528 cd4-positive helper t cell UBXN1
|
218 |
+
-1.3908715 -17.329308 cd4-positive helper t cell TRIM59
|
219 |
+
-6.4499726 -16.903088 cd4-positive helper t cell ZNF783
|
220 |
+
-1.1336063 -17.61102 cd4-positive helper t cell BICRA
|
221 |
+
12.862325 -7.1615386 cd4-positive helper t cell ZNF136
|
222 |
+
-2.5835462 -17.692854 cd4-positive helper t cell PHF1
|
223 |
+
2.1538434 -18.040693 cd4-positive helper t cell CORO1A
|
224 |
+
-1.1132092 -16.996765 cd4-positive helper t cell PTPRC
|
225 |
+
9.745499 -8.86478 cd4-positive helper t cell ETV3
|
226 |
+
-4.907432 6.516713 cd4-positive helper t cell KDM5A
|
227 |
+
12.605719 -7.334444 cd4-positive helper t cell TMEM120B
|
228 |
+
5.5374117 -10.961637 cd4-positive helper t cell DTNBP1
|
229 |
+
-3.4120862 13.767711 cd4-positive helper t cell LIN54
|
230 |
+
-3.4827144 13.516707 cd4-positive helper t cell RNF126
|
231 |
+
10.188546 -8.555274 cd4-positive helper t cell IL27RA
|
232 |
+
-6.591855 -17.054604 cd4-positive helper t cell DDX18
|
233 |
+
-3.4752882 12.831112 cd4-positive helper t cell PAGR1
|
234 |
+
4.810102 -11.521222 cd4-positive helper t cell ITGAL
|
235 |
+
7.6107388 -10.323573 cd4-positive helper t cell ZNF76
|
236 |
+
-2.349354 -7.9068303 cd4-positive helper t cell TSC22D3
|
237 |
+
-3.0229597 4.4735 cd4-positive helper t cell GATAD2B
|
238 |
+
8.543158 -8.317159 cd4-positive helper t cell FYB1
|
239 |
+
2.0295153 -18.034151 cd4-positive helper t cell FAM118A
|
240 |
+
-2.5545607 5.4776897 cd4-positive helper t cell SLC25A38
|
241 |
+
-4.348066 -16.7109 cd4-positive helper t cell NME2
|
242 |
+
-2.5228586 5.316146 cd4-positive helper t cell ZNF792
|
243 |
+
1.5164857 -18.250511 cd4-positive helper t cell STMN3
|
244 |
+
-0.70625126 -17.192686 cd4-positive helper t cell MRPL38
|
245 |
+
-0.9030131 -17.698 cd4-positive helper t cell PPIH
|
246 |
+
0.59890914 -17.92296 cd4-positive helper t cell SUZ12
|
247 |
+
5.130497 -11.423408 cd4-positive helper t cell FOXK1
|
248 |
+
-3.3702111 13.425825 cd4-positive helper t cell RBM19
|
249 |
+
-1.403332 -17.599924 cd4-positive helper t cell ENO2
|
250 |
+
13.25682 -6.2095776 cd4-positive helper t cell AKT3
|
251 |
+
-3.5275824 -17.487957 cd4-positive helper t cell IRF3
|
252 |
+
-3.4547071 13.99226 cd4-positive helper t cell PTPN22
|
253 |
+
1.8814385 -18.037766 cd4-positive helper t cell PDE3B
|
254 |
+
-0.6605278 -17.595497 cd4-positive helper t cell PHC1
|
255 |
+
-0.039277583 -17.84395 cd4-positive helper t cell SKAP1
|
256 |
+
-3.6269033 4.040465 cd4-positive helper t cell WDR82
|
257 |
+
-0.52007234 -17.276688 cd4-positive helper t cell TRPC1
|
258 |
+
-5.4709945 7.622092 cd4-positive helper t cell MPHOSPH8
|
259 |
+
-2.2630742 -17.250769 cd4-positive helper t cell CD44
|
260 |
+
10.746424 -8.878271 cd4-positive helper t cell PLEKHB1
|
261 |
+
-4.578093 -16.749798 cd4-positive helper t cell EEF1D
|
262 |
+
0.35138756 -17.765642 cd4-positive helper t cell ERCC5
|
263 |
+
-3.8436182 -17.169395 cd4-positive helper t cell TOP3B
|
264 |
+
-2.3491297 -17.427242 cd4-positive helper t cell RELCH
|
265 |
+
-2.9893913 -17.040392 cd4-positive helper t cell ZNF490
|
266 |
+
-4.863798 -16.979872 cd4-positive helper t cell CD28
|
267 |
+
13.511974 -6.4062467 cd4-positive helper t cell TFAP4
|
268 |
+
-3.155371 -17.521372 cd4-positive helper t cell CREBZF
|
269 |
+
-1.0870229 -17.730684 cd4-positive helper t cell CREBRF
|
270 |
+
-1.9258521 -18.084446 cd4-positive helper t cell PBXIP1
|
271 |
+
-3.8366013 -17.019432 cd4-positive helper t cell S100A4
|
272 |
+
1.7873857 -18.01788 cd4-positive helper t cell IKBKE
|
273 |
+
-0.5640331 -18.000988 cd4-positive helper t cell NIPAL3
|
274 |
+
4.3790402 -11.246928 cd4-positive helper t cell EVI2B
|
275 |
+
-1.5083165 -17.79208 cd4-positive helper t cell SLC38A1
|
276 |
+
-0.3048245 -17.781954 cd4-positive helper t cell TTC3
|
277 |
+
-1.0253605 -17.46272 cd4-positive helper t cell RPL14
|
278 |
+
-3.5443602 5.1231217 cd4-positive helper t cell IL10RA
|
279 |
+
5.179237 -11.148639 cd4-positive helper t cell SUV39H1
|
280 |
+
-1.4189316 -17.754992 cd4-positive helper t cell PRRT1
|
281 |
+
0.36578348 -17.746532 cd4-positive helper t cell GCC1
|
282 |
+
11.401467 -8.751112 cd4-positive helper t cell IL2RB
|
283 |
+
13.014266 -7.0628138 cd4-positive helper t cell WIPF1
|
284 |
+
-6.6200843 7.271673 cd4-positive helper t cell BEST1
|
285 |
+
-3.8083322 4.276649 cd4-positive helper t cell CYTIP
|
286 |
+
-4.8905916 -16.740496 cd4-positive helper t cell PRR3
|
287 |
+
8.902291 -8.278913 cd4-positive helper t cell CABIN1
|
288 |
+
-4.632612 -17.003944 cd4-positive helper t cell DBF4
|
289 |
+
-3.176743 13.206641 cd4-positive helper t cell BIN2
|
290 |
+
-5.9929686 -17.012728 cd4-positive helper t cell PDS5A
|
291 |
+
1.860548 -18.150288 cd4-positive helper t cell TCF20
|
292 |
+
12.236929 -7.933695 cd4-positive helper t cell MGA
|
293 |
+
-3.065511 -17.319927 cd4-positive helper t cell ABT1
|
294 |
+
-1.6600715 -17.7228 cd4-positive helper t cell ATXN7L2
|
295 |
+
-4.3659835 -17.142893 cd4-positive helper t cell HCN2
|
296 |
+
-6.0510592 7.244931 cd4-positive helper t cell HAX1
|
297 |
+
-0.39223728 -18.135796 cd4-positive helper t cell PRIM1
|
298 |
+
14.947891 -4.8353086 cd4-positive helper t cell IKZF1
|
299 |
+
-0.87301314 -17.691511 cd4-positive helper t cell BATF
|
300 |
+
-3.3573022 13.415655 cd4-positive helper t cell ZNF346
|
301 |
+
-1.5733296 -17.866852 cd4-positive helper t cell FOXN2
|
302 |
+
1.1718627 -18.030487 cd4-positive helper t cell ARNTL
|
303 |
+
-3.2152812 13.557665 cd4-positive helper t cell TRAF1
|
304 |
+
-0.804662 -17.751379 cd4-positive helper t cell ZSWIM3
|
305 |
+
14.904972 -5.1581473 cd4-positive helper t cell CRTC2
|
306 |
+
-3.789116 -16.968464 cd4-positive helper t cell TRADD
|
307 |
+
-2.2784405 -17.613695 cd4-positive helper t cell LLGL1
|
308 |
+
-2.3678052 -17.027323 cd4-positive helper t cell PLPP6
|
309 |
+
-2.236175 -7.631867 cd4-positive helper t cell KMT2B
|
310 |
+
-2.9290588 -17.26273 cd4-positive helper t cell FAU
|
311 |
+
-2.4943066 -7.6423235 cd4-positive helper t cell RAP1GDS1
|
312 |
+
9.542648 -8.636674 cd4-positive helper t cell MOAP1
|
313 |
+
-3.3948975 13.734012 cd4-positive helper t cell NOL4L
|
314 |
+
-4.5877733 -16.82263 cd4-positive helper t cell GIMAP6
|
315 |
+
-1.9929801 -17.526087 cd4-positive helper t cell NOP2
|
316 |
+
10.209782 -8.292781 cd4-positive helper t cell GSTK1
|
317 |
+
-3.2759113 12.337483 cd4-positive helper t cell CSK
|
318 |
+
15.581601 -4.208838 cd4-positive helper t cell KCNAB2
|
319 |
+
-0.2187586 -17.918732 cd4-positive helper t cell LTF
|
320 |
+
-0.49109522 -16.990978 cd4-positive helper t cell STAT5B
|
321 |
+
-0.91607726 -17.785252 cd4-positive helper t cell ITGA4
|
322 |
+
11.251525 -8.616321 cd4-positive helper t cell KIF5C
|
323 |
+
-5.7358766 -16.950077 cd4-positive helper t cell LY9
|
324 |
+
-5.8151846 7.3166075 cd4-positive helper t cell RNF4
|
325 |
+
-6.023477 7.2058964 cd4-positive helper t cell RFFL
|
326 |
+
-4.168467 5.817824 cd4-positive helper t cell ANK3
|
327 |
+
7.4953785 -9.665068 cd4-positive helper t cell FAM117B
|
328 |
+
-0.77754444 -16.891716 cd4-positive helper t cell DOK2
|
329 |
+
12.734034 -6.1919036 cd4-positive helper t cell ITK
|
330 |
+
-2.5654657 -7.3834176 cd4-positive helper t cell SIT1
|
331 |
+
12.860849 -6.2792587 cd4-positive helper t cell CSGALNACT1
|
332 |
+
-1.6460255 -17.91309 cd4-positive helper t cell TXNIP
|
333 |
+
-3.858799 5.133809 cd4-positive helper t cell DIP2A
|
334 |
+
-4.262368 -16.950169 cd4-positive helper t cell SH2B1
|
335 |
+
14.1212225 -5.2060843 cd4-positive helper t cell WAPL
|
336 |
+
-4.345335 -17.191252 cd4-positive helper t cell GRIP1
|
337 |
+
12.998859 -6.7252345 cd4-positive helper t cell CEP128
|
338 |
+
13.093627 -6.440835 cd4-positive helper t cell RANBP6
|
339 |
+
-0.2701882 -17.977701 cd4-positive helper t cell DDIT4
|
340 |
+
-2.4367726 -17.61722 cd4-positive helper t cell RPS25
|
341 |
+
13.316444 -6.645479 cd4-positive helper t cell PSMB10
|
342 |
+
9.804942 -8.409911 cd4-positive helper t cell NLRP1
|
343 |
+
13.123427 -6.4901047 cd4-positive helper t cell SNX20
|
344 |
+
15.910666 -4.399624 cd4-positive helper t cell LBR
|
345 |
+
0.63834435 -18.077606 cd4-positive helper t cell SH2D2A
|
346 |
+
-5.98114 7.008509 cd4-positive helper t cell RPS23
|
347 |
+
-2.5088072 -17.288916 cd4-positive helper t cell ACAP1
|
348 |
+
-3.3646348 -17.281563 cd4-positive helper t cell RASGRP1
|
349 |
+
-3.3137007 -17.504915 cd4-positive helper t cell KLF3
|
350 |
+
13.839412 -5.946304 cd4-positive helper t cell ACD
|
351 |
+
-4.3820276 -17.003185 cd4-positive helper t cell PRPF8
|
352 |
+
-0.6672251 -16.705751 cd4-positive helper t cell GRAMD1A
|
353 |
+
-3.838598 -17.209667 cd4-positive helper t cell GPS2
|
354 |
+
-6.4222536 -16.841263 cd4-positive helper t cell ITM2A
|
355 |
+
-2.985557 -17.433008 cd4-positive helper t cell ZNF354C
|
356 |
+
0.70355445 -18.120691 cd4-positive helper t cell CWF19L2
|
357 |
+
-1.5363415 -17.600254 cd4-positive helper t cell ZNF669
|
358 |
+
-2.8417013 12.749992 cd4-positive helper t cell NHLRC4
|
359 |
+
0.16189945 -17.97854 cd4-positive helper t cell OXT
|
360 |
+
-3.9740083 -16.791073 cd4-positive helper t cell CDK5RAP3
|
361 |
+
-3.5372024 3.0279255 cd4-positive helper t cell SATB1
|
362 |
+
-3.3189192 -17.482933 cd4-positive helper t cell MYB
|
363 |
+
-0.6778416 -17.801163 cd4-positive helper t cell LMBR1
|
364 |
+
13.54765 -5.9055576 cd4-positive helper t cell PLCL1
|
365 |
+
-3.2564616 12.748602 cd4-positive helper t cell DDX50
|
366 |
+
-1.4884607 -17.688791 cd4-positive helper t cell CXCR4
|
367 |
+
14.909344 -4.255986 cd4-positive helper t cell CARD11
|
368 |
+
-2.148963 -17.516304 cd4-positive helper t cell SGF29
|
369 |
+
-1.693994 -17.765915 cd4-positive helper t cell ZNF329
|
370 |
+
-0.6279732 -17.377085 cd4-positive helper t cell ARHGAP45
|
371 |
+
-3.2095048 -17.227314 cd4-positive helper t cell NUDT16L1
|
372 |
+
14.315554 -5.4432926 cd4-positive helper t cell GRIK1
|
373 |
+
-0.6192945 -17.803238 cd4-positive helper t cell SF1
|
374 |
+
-6.772509 7.6331015 cd4-positive helper t cell GET4
|
375 |
+
-0.61793876 -16.89063 cd4-positive helper t cell ERAP1
|
376 |
+
-6.3521914 -16.845112 cd4-positive helper t cell CAMK2G
|
377 |
+
15.460057 -4.2729774 cd4-positive helper t cell NAP1L1
|
378 |
+
13.600651 -7.090863 cd4-positive helper t cell UXT
|
379 |
+
-5.528422 -16.983143 cd4-positive helper t cell SRGN
|
380 |
+
-0.840914 -17.959446 cd4-positive helper t cell TNFRSF10A
|
381 |
+
-1.7167252 -17.67632 cd4-positive helper t cell ADARB1
|
382 |
+
12.114304 -7.732154 cd4-positive helper t cell BEX2
|
383 |
+
-3.603593 14.006722 cd4-positive helper t cell BICRAL
|
384 |
+
-4.4408355 -17.075548 cd4-positive helper t cell CAMK4
|
385 |
+
-4.7644253 -16.954365 cd4-positive helper t cell CDK11A
|
386 |
+
-3.0299141 13.172525 cd4-positive helper t cell ARHGEF3
|
387 |
+
0.86546767 -17.885082 cd4-positive helper t cell RASSF3
|
388 |
+
-1.8808979 -18.037832 cd4-positive helper t cell CYTH1
|
389 |
+
-4.1491838 -17.020462 cd4-positive helper t cell FBXO32
|
390 |
+
-3.4346306 5.4344516 cd4-positive helper t cell SF3A1
|
391 |
+
13.235705 -7.1135445 cd4-positive helper t cell MCM3AP
|
392 |
+
-2.3827386 -17.296926 cd4-positive helper t cell RPL9
|
393 |
+
-0.08071022 -17.5563 cd4-positive helper t cell KAT6B
|
394 |
+
-3.8613555 -17.01226 cd4-positive helper t cell GMCL1
|
395 |
+
-6.3616533 7.371543 cd4-positive helper t cell APBB1
|
396 |
+
-2.8694847 -17.432322 cd4-positive helper t cell UBE2O
|
397 |
+
10.775656 -8.677813 cd4-positive helper t cell DDX20
|
398 |
+
-3.6347003 -17.134352 cd4-positive helper t cell ATM
|
399 |
+
-1.4000913 -17.43436 cd4-positive helper t cell RUNX3
|
400 |
+
-2.469207 -17.352972 cd4-positive helper t cell KIF3A
|
401 |
+
11.231517 -8.682782 cd4-positive helper t cell TDRKH
|
402 |
+
-0.53414905 -15.733564 cd4-positive helper t cell CDKN1B
|
403 |
+
-4.6548343 -16.838541 cd4-positive helper t cell MTM1
|
404 |
+
-4.3044186 -16.973787 cd4-positive helper t cell MAPRE2
|
405 |
+
15.468363 -3.6107938 cd4-positive helper t cell ASB3
|
406 |
+
6.527678 -10.253092 cd4-positive helper t cell SUSD3
|
407 |
+
-0.93119913 -17.844069 cd4-positive helper t cell NAPA
|
408 |
+
-2.2537699 -17.556229 cd4-positive helper t cell RBM11
|
409 |
+
-0.7623942 -17.738058 cd4-positive helper t cell CHD3
|
410 |
+
-2.0415769 -17.53761 cd4-positive helper t cell WBP1
|
411 |
+
12.74665 -7.639049 cd4-positive helper t cell LCP1
|
412 |
+
10.644805 -8.580409 cd4-positive helper t cell LDHB
|
413 |
+
-3.6009133 -16.864315 cd4-positive helper t cell MAP3K14
|
414 |
+
-5.3924475 7.507756 cd4-positive helper t cell RPIA
|
415 |
+
-3.9213073 -17.20814 cd4-positive helper t cell TIAM1
|
416 |
+
-0.037873592 -18.145199 cd4-positive helper t cell ZNF345
|
417 |
+
-3.17428 -17.481201 cd4-positive helper t cell EIF3E
|
418 |
+
15.046155 -4.6279397 cd4-positive helper t cell TXNDC12
|
419 |
+
-4.0633664 -16.78481 cd4-positive helper t cell PAQR8
|
420 |
+
6.2728143 -10.960007 cd4-positive helper t cell BACH2
|
421 |
+
15.767425 -4.3744187 cd4-positive helper t cell DEF6
|
422 |
+
-0.16257022 -17.953844 cd4-positive helper t cell HEXD
|
423 |
+
4.5603127 -11.192196 cd4-positive helper t cell OGT
|
424 |
+
-0.964451 -17.036972 cd4-positive helper t cell NAP1L4
|
425 |
+
-0.0654302 -18.003069 cd4-positive helper t cell METTL17
|
426 |
+
12.905121 -7.306336 cd4-positive helper t cell RASSF5
|
427 |
+
-1.7929984 -17.56532 cd4-positive helper t cell CORO2A
|
428 |
+
-0.60553426 -17.40336 cd4-positive helper t cell MBNL1
|
429 |
+
-3.136438 -17.383146 cd4-positive helper t cell DTX3
|
430 |
+
-2.7529676 -16.919075 cd4-positive helper t cell NGRN
|
431 |
+
-3.298362 5.4111924 cd4-positive helper t cell PTPN4
|
432 |
+
-1.166459 -17.04795 cd4-positive helper t cell ATG16L1
|
433 |
+
-3.728977 12.914724 cd4-positive helper t cell PSMB9
|
434 |
+
-2.2240489 5.3036137 cd4-positive helper t cell RUBCN
|
435 |
+
-3.0908883 13.502376 cd4-positive helper t cell SKIV2L
|
436 |
+
0.008070575 -17.092964 cd4-positive helper t cell DMBT1
|
437 |
+
13.140419 -6.134038 cd4-positive helper t cell ZBTB14
|
438 |
+
-5.153715 -16.887228 cd4-positive helper t cell PCNX1
|
439 |
+
-0.24150229 -18.038795 cd4-positive helper t cell SETD1A
|
440 |
+
-0.44178423 -17.23398 cd4-positive helper t cell MTMR1
|
441 |
+
-4.309167 6.033166 cd4-positive helper t cell ERN1
|
442 |
+
-2.0371346 6.1898623 cd4-positive helper t cell ASXL1
|
443 |
+
10.350681 -8.994159 cd4-positive helper t cell SELL
|
444 |
+
-4.7349315 -16.806606 cd4-positive helper t cell USP11
|
445 |
+
-2.6415324 -6.5773826 cd4-positive helper t cell HAUS6
|
446 |
+
14.73238 -4.4518056 cd4-positive helper t cell MAML1
|
447 |
+
-3.5761588 -17.208933 cd4-positive helper t cell ATP1A3
|
448 |
+
-2.924324 -17.264292 cd4-positive helper t cell CRLS1
|
449 |
+
10.473996 -9.007562 cd4-positive helper t cell SCYL3
|
450 |
+
-0.2498628 -17.913246 cd4-positive helper t cell NSG1
|
451 |
+
-3.9430408 -17.066391 cd4-positive helper t cell KLF12
|
452 |
+
-2.8942606 -17.473373 cd4-positive helper t cell CCAR2
|
453 |
+
8.965712 -8.888562 cd4-positive helper t cell PEX6
|
454 |
+
15.689199 -2.859787 cd4-positive helper t cell TGFBR2
|
455 |
+
-0.39303422 -18.246668 cd4-positive helper t cell GMIP
|
456 |
+
-3.7388186 -17.28757 cd4-positive helper t cell PRKCH
|
457 |
+
0.10777598 -17.959396 cd4-positive helper t cell HNRNPA1
|
458 |
+
-2.513601 5.2619967 cd4-positive helper t cell ORMDL3
|
459 |
+
2.0685046 -18.090727 cd4-positive helper t cell ZBTB10
|
460 |
+
-1.4390299 -17.867476 cd4-positive helper t cell MAP4K2
|
461 |
+
-1.054509 -18.034489 cd4-positive helper t cell DGKZ
|
462 |
+
-0.5092927 -16.98609 cd4-positive helper t cell PRB3
|
463 |
+
13.760009 -6.3355823 cd4-positive helper t cell RPL11
|
464 |
+
-4.4931755 -16.817848 cd4-positive helper t cell MED30
|
465 |
+
-3.7256932 -17.067303 cd4-positive helper t cell ZNF48
|
466 |
+
-0.32229286 -17.233438 cd4-positive helper t cell TASOR
|
467 |
+
-2.2422907 -17.668499 cd4-positive helper t cell EIF3F
|
468 |
+
-6.501511 7.283939 cd4-positive helper t cell OSM
|
469 |
+
-1.0312295 -17.755732 cd4-positive helper t cell LNPEP
|
470 |
+
-0.09681939 -18.165121 cd4-positive helper t cell FOXP1
|
471 |
+
-4.250084 -16.835371 cd4-positive helper t cell ZC3HAV1
|
472 |
+
-0.4653808 -17.03874 cd4-positive helper t cell PIANP
|
473 |
+
1.2235911 -18.058615 cd4-positive helper t cell PRDM1
|
474 |
+
15.621462 -3.5781312 cd4-positive helper t cell BCKDHA
|
475 |
+
8.762108 -8.388561 cd4-positive helper t cell R3HDM2
|
476 |
+
-2.5779862 -17.353174 cd4-positive helper t cell SCAI
|
477 |
+
14.893348 -4.55097 cd4-positive helper t cell NEPRO
|
478 |
+
11.949624 -7.916783 cd4-positive helper t cell SAE1
|
479 |
+
-1.4374896 -17.673136 cd4-positive helper t cell TTC12
|
480 |
+
-1.8790265 -17.469893 cd4-positive helper t cell ATXN2L
|
481 |
+
-0.60670817 -17.778717 cd4-positive helper t cell CEP72
|
482 |
+
-3.707064 -16.567747 cd4-positive helper t cell PHF10
|
483 |
+
-5.518704 -16.961535 cd4-positive helper t cell KAT6A
|
484 |
+
0.43558833 -18.00405 cd4-positive helper t cell RPL18A
|
485 |
+
-5.157167 6.8542056 cd4-positive helper t cell GSTM1
|
486 |
+
0.3409059 -17.909683 cd4-positive helper t cell TCP11L2
|
487 |
+
-4.06677 -17.102 cd4-positive helper t cell PWP2
|
488 |
+
-4.755172 5.9752245 cd4-positive helper t cell FBXO44
|
489 |
+
-2.0587285 -18.046087 cd4-positive helper t cell IL7R
|
490 |
+
-2.7739563 -17.358175 cd4-positive helper t cell AEN
|
491 |
+
-3.5312622 12.852248 cd4-positive helper t cell CELSR3
|
492 |
+
-3.9769766 -17.272408 cd4-positive helper t cell HEMGN
|
493 |
+
-5.0477796 -16.623323 cd4-positive helper t cell STAT4
|
494 |
+
15.523339 -4.019719 cd4-positive helper t cell PIK3R5
|
495 |
+
-0.25721535 -17.572153 cd4-positive helper t cell RPS26
|
496 |
+
-3.0730243 -17.33524 cd4-positive helper t cell SLC4A5
|
497 |
+
-4.869634 -16.558071 cd4-positive helper t cell TBC1D2B
|
498 |
+
-0.56715417 -16.890902 cd4-positive helper t cell NFATC2
|
499 |
+
-3.1049163 5.7838783 cd4-positive helper t cell HPCAL4
|
500 |
+
-0.38773957 -17.446795 cd4-positive helper t cell HLA-E
|
501 |
+
-5.735432 7.6486025 cd4-positive helper t cell CCNG1
|
502 |
+
-4.7650657 -16.996342 cd4-positive helper t cell EPM2AIP1
|
503 |
+
14.048266 -5.5660896 cd4-positive helper t cell TMEM63A
|
504 |
+
1.8684969 -18.112988 cd4-positive helper t cell ZNF773
|
505 |
+
-4.3719134 -16.930462 cd4-positive helper t cell RPS15A
|
506 |
+
-1.1202453 -16.931149 cd4-positive helper t cell TMEM65
|
507 |
+
-6.094135 7.248212 cd4-positive helper t cell BDH1
|
508 |
+
-1.9109228 -17.97203 cd4-positive helper t cell ZDHHC18
|
509 |
+
15.318234 -4.2943873 cd4-positive helper t cell TUBA4A
|
510 |
+
13.031415 -6.97056 cd4-positive helper t cell ZNF394
|
511 |
+
-1.9782194 -17.963913 cd4-positive helper t cell HCLS1
|
512 |
+
-4.3495827 -17.02617 cd4-positive helper t cell FNBP4
|
513 |
+
-0.6153595 -17.922258 cd4-positive helper t cell KLRB1
|
514 |
+
-0.009330555 -18.078312 cd4-positive helper t cell PTPN7
|
515 |
+
5.201045 -11.077224 cd4-positive helper t cell SIMC1
|
516 |
+
-4.302191 -16.93406 cd4-positive helper t cell CD2
|
517 |
+
-5.68478 7.5285926 cd4-positive helper t cell MYH9
|
518 |
+
-6.308203 7.6890993 cd4-positive helper t cell SFXN1
|
519 |
+
-2.9500427 -17.394741 cd4-positive helper t cell NEFM
|
520 |
+
5.8651977 -11.021946 cd4-positive helper t cell SINHCAF
|
521 |
+
-4.2124124 -16.776283 cd4-positive helper t cell SPDYA
|
522 |
+
-3.9486558 4.681523 cd4-positive helper t cell PSMA6
|
523 |
+
12.256779 -8.206183 cd4-positive helper t cell C2CD2L
|
524 |
+
-1.3334649 -17.559608 cd4-positive helper t cell PDK1
|
525 |
+
-4.8168154 -16.9836 cd4-positive helper t cell CDK13
|
526 |
+
0.29073521 -17.993288 cd4-positive helper t cell CCDC141
|
527 |
+
-4.2665606 -17.033264 cd4-positive helper t cell MAPK8IP3
|
528 |
+
0.017174413 -17.76056 cd4-positive helper t cell BBC3
|
529 |
+
-3.229871 5.649485 cd4-positive helper t cell SEMA4D
|
530 |
+
13.191904 -6.949932 cd4-positive helper t cell PRKD2
|
531 |
+
-2.8245456 -17.645275 cd4-positive helper t cell CBX7
|
532 |
+
0.5621746 -17.903212 cd4-positive helper t cell NEK9
|
533 |
+
-3.2549233 13.596713 cd4-positive helper t cell ZNF407
|
534 |
+
14.658882 -5.440208 cd4-positive helper t cell CHRNG
|
535 |
+
-0.4480922 -17.12233 cd4-positive helper t cell GTPBP3
|
536 |
+
9.34393 -8.503019 cd4-positive helper t cell WWP1
|
537 |
+
14.112713 -5.7874875 cd4-positive helper t cell RPS28
|
538 |
+
-0.28009 -17.972897 cd4-positive helper t cell ARRB2
|
539 |
+
-4.3345675 6.1575775 cd4-positive helper t cell BCL2
|
540 |
+
10.042909 -8.2666645 cd4-positive helper t cell JAK1
|
541 |
+
-5.198003 7.479123 cd4-positive helper t cell KLF2
|
542 |
+
13.996552 -5.341972 cd4-positive helper t cell STAMBPL1
|
543 |
+
-0.10395376 -18.158596 cd4-positive helper t cell ABRAXAS1
|
544 |
+
-4.883109 7.433385 cd4-positive helper t cell IPCEF1
|
545 |
+
14.9066105 -5.0599484 cd4-positive helper t cell TOB1
|
546 |
+
-1.0270833 -18.155306 cd4-positive helper t cell DOCK8
|
547 |
+
-2.4766762 6.4644094 cd4-positive helper t cell ZZEF1
|
548 |
+
14.091699 -5.81824 cd4-positive helper t cell KCNJ13
|
549 |
+
-3.7697206 -17.05815 cd4-positive helper t cell PDCD4
|
550 |
+
-0.40358213 -17.588285 cd4-positive helper t cell ILF3
|
551 |
+
-3.9740996 -17.10006 cd4-positive helper t cell ZNF592
|
552 |
+
-3.939276 -17.169163 cd4-positive helper t cell PBX4
|
553 |
+
-0.15780266 -17.957191 cd4-positive helper t cell PATZ1
|
554 |
+
-3.3615468 -17.299582 cd4-positive helper t cell PRMT7
|
555 |
+
-4.12034 -17.156445 cd4-positive helper t cell TNFAIP8
|
556 |
+
3.784397 -10.95648 cd4-positive helper t cell SYNGAP1
|
557 |
+
-0.038190585 -17.87968 cd4-positive helper t cell HELQ
|
558 |
+
-4.515218 -17.009163 cd4-positive helper t cell TBC1D4
|
559 |
+
-3.4806511 13.82694 cd4-positive helper t cell SRRT
|
560 |
+
-1.0924456 -17.682535 cd4-positive helper t cell GIMAP1
|
561 |
+
3.5758162 -10.798032 cd4-positive helper t cell RPS19
|
562 |
+
-3.4569874 13.639424 cd4-positive helper t cell CBX4
|
563 |
+
-3.2269626 -17.232204 cd4-positive helper t cell HEATR1
|
564 |
+
-0.7126257 -18.133942 cd4-positive helper t cell ADSL
|
565 |
+
-6.61479 -16.749811 cd4-positive helper t cell UHRF2
|
566 |
+
13.251949 -6.6056542 cd4-positive helper t cell GSTM2
|
567 |
+
-1.67378 -17.546007 cd4-positive helper t cell POLM
|
568 |
+
0.2286894 -18.079603 cd4-positive helper t cell TBCC
|
569 |
+
-3.5017676 5.2315 cd4-positive helper t cell IL2RA
|
570 |
+
-6.6495113 -16.739752 cd4-positive helper t cell EP400
|
571 |
+
-6.3386903 -16.995447 cd4-positive helper t cell LHFPL5
|
572 |
+
7.11531 -9.986903 cd4-positive helper t cell OFD1
|
573 |
+
-1.4821662 -17.694199 cd4-positive helper t cell MALT1
|
574 |
+
-2.796981 -17.51758 cd4-positive helper t cell NKTR
|
575 |
+
14.009051 -5.712717 cd4-positive helper t cell NDOR1
|
576 |
+
-3.88376 -17.02923 cd4-positive helper t cell SEZ6
|
577 |
+
-4.043168 5.9286566 cd4-positive helper t cell GIMAP5
|
578 |
+
15.376831 -4.3361998 cd4-positive helper t cell PREX1
|
579 |
+
12.982163 -6.973532 cd4-positive helper t cell AIP
|
580 |
+
-4.515252 -17.11638 cd4-positive helper t cell GLG1
|
581 |
+
14.777012 -4.3889465 cd4-positive helper t cell EEF1G
|
582 |
+
1.0549544 -17.974762 cd4-positive helper t cell NEFL
|
583 |
+
-2.9640563 -17.487637 cd4-positive helper t cell SRSF5
|
584 |
+
-2.0167837 -17.633718 cd4-positive helper t cell RAVER1
|
585 |
+
-0.3295953 -17.16324 cd4-positive helper t cell GPR25
|
586 |
+
10.612938 -8.6020355 cd4-positive helper t cell NOMO2
|
587 |
+
-0.4680735 -17.95438 cd4-positive helper t cell DMTF1
|
588 |
+
-2.2466102 -17.027498 cd4-positive helper t cell RAP1B
|
589 |
+
-5.8711166 7.354725 cd4-positive helper t cell FBXO41
|
590 |
+
9.048247 -8.7187 cd4-positive helper t cell GYPC
|
591 |
+
13.173837 -6.7967057 cd4-positive helper t cell SLC7A6OS
|
592 |
+
-6.0345182 -17.0931 cd4-positive helper t cell AEBP2
|
593 |
+
-6.573632 -16.779676 cd4-positive helper t cell FLYWCH1
|
594 |
+
9.039006 -8.519572 cd4-positive helper t cell RIPK2
|
595 |
+
-2.9194288 5.8495317 cd4-positive helper t cell ISYNA1
|
596 |
+
1.640996 -18.094496 cd4-positive helper t cell SLC16A7
|
597 |
+
-6.0772333 7.4958014 cd4-positive helper t cell CTDSPL2
|
598 |
+
-1.6698811 -17.962334 cd4-positive helper t cell CCND3
|
599 |
+
0.08052723 -17.35724 cd4-positive helper t cell DDX5
|
600 |
+
-3.760363 14.174063 cd4-positive helper t cell ATR
|
601 |
+
-3.6062758 13.870748 cd4-positive helper t cell RPS5
|
602 |
+
10.40064 -8.259903 cd4-positive helper t cell RPS3A
|
603 |
+
-6.51446 -17.097874 cd4-positive helper t cell SETD2
|
604 |
+
6.5440235 -10.171543 cd4-positive helper t cell EDAR
|
605 |
+
-0.43570593 -18.008795 cd4-positive helper t cell AMIGO1
|
606 |
+
-3.2367263 -17.501472 cd4-positive helper t cell BIN1
|
607 |
+
1.2399341 -17.94917 cd4-positive helper t cell MAP3K1
|
608 |
+
15.633661 -2.7888675 cd4-positive helper t cell NPM1
|
609 |
+
10.210828 -8.961869 cd4-positive helper t cell OGFOD2
|
610 |
+
11.397885 -8.380345 cd4-positive helper t cell C9orf78
|
611 |
+
-0.35977155 -17.953447 cd4-positive helper t cell RPL36AL
|
612 |
+
-1.0444685 -17.58382 cd4-positive helper t cell RBL2
|
613 |
+
-3.8425047 -17.288328 cd4-positive helper t cell EEF1B2
|
614 |
+
14.261753 -5.5218387 cd4-positive helper t cell GOLGA7B
|
615 |
+
-3.8255196 13.7704935 cd4-positive helper t cell STK38
|
616 |
+
-0.04438421 -18.057907 cd4-positive helper t cell RPS18
|
617 |
+
-0.4191748 -16.805582 cd4-positive helper t cell DDX11
|
618 |
+
-4.9188585 -16.720476 cd4-positive helper t cell RPS2
|
619 |
+
-2.834654 -17.552975 cd4-positive helper t cell B2M
|
620 |
+
5.981496 -11.079918 cd4-positive helper t cell ZNF138
|
621 |
+
-0.29226187 -17.767176 cd4-positive helper t cell PLCH2
|
622 |
+
-2.516529 -6.968597 cd4-positive helper t cell KLHL3
|
623 |
+
-5.0110693 5.797972 cd4-positive helper t cell ZNFX1
|
624 |
+
-1.4538178 -17.729044 cd4-positive helper t cell BTG1
|
625 |
+
-0.9280106 -17.94884 cd4-positive helper t cell MRPS24
|
626 |
+
6.8520193 -10.219795 cd4-positive helper t cell IFFO1
|
627 |
+
-3.191791 -17.223778 cd4-positive helper t cell LEPROTL1
|
628 |
+
-2.431575 -7.7546334 cd4-positive helper t cell ZNF410
|
629 |
+
11.724127 -8.132501 cd4-positive helper t cell TNFAIP3
|
630 |
+
1.9253032 -17.795067 cd4-positive helper t cell NACA
|
631 |
+
7.7247877 -9.8464985 cd4-positive helper t cell BCAS2
|
632 |
+
12.59847 -8.046178 cd4-positive helper t cell MAD1L1
|
633 |
+
-1.6314688 5.9224405 cd4-positive helper t cell YPEL3
|
634 |
+
-3.5182762 3.8481848 cd4-positive helper t cell KLHL22
|
635 |
+
-4.6977735 5.3898306 cd4-positive helper t cell ICAM3
|
636 |
+
14.45802 -5.246771 cd4-positive helper t cell MTG1
|
637 |
+
13.254456 -6.8867946 cd4-positive helper t cell NAP1L3
|
638 |
+
12.477567 -8.07736 cd4-positive helper t cell MRFAP1L1
|
639 |
+
-1.3018229 -17.458364 cd4-positive helper t cell KRTAP12-3
|
640 |
+
12.520458 -7.8928638 cd4-positive helper t cell COL10A1
|
641 |
+
1.3253883 -17.853138 cd4-positive helper t cell LGALS14
|
642 |
+
-5.003484 5.9412017 cd4-positive helper t cell MYCBP2
|
643 |
+
13.642487 -6.0643396 cd4-positive helper t cell CD27
|
644 |
+
-2.0332632 -17.60309 cd4-positive helper t cell C12orf66
|
645 |
+
10.038972 -8.957389 cd4-positive helper t cell CRBN
|
646 |
+
7.1147466 -9.888096 cd4-positive helper t cell CDC37L1
|
647 |
+
-4.9811063 -16.743116 cd4-positive helper t cell MX2
|
648 |
+
-0.27631092 -17.340105 cd4-positive helper t cell PRAG1
|
649 |
+
15.19824 -4.376089 cd4-positive helper t cell SP2
|
650 |
+
7.934302 -9.498436 cd4-positive helper t cell RPL5
|
651 |
+
15.23324 -4.635651 cd4-positive helper t cell PSD
|
652 |
+
-0.6993561 -16.780905 cd4-positive helper t cell SPG7
|
653 |
+
-4.001517 -17.256912 cd4-positive helper t cell PDCD1
|
654 |
+
-2.2582061 -17.385153 cd4-positive helper t cell PNMA3
|
655 |
+
14.247564 -5.407176 cd4-positive helper t cell IL18R1
|
656 |
+
-5.214963 -16.894545 cd4-positive helper t cell SNX32
|
657 |
+
-0.27903646 -17.626804 cd4-positive helper t cell JUNB
|
658 |
+
-2.0316541 -17.366764 cd4-positive helper t cell TSPYL4
|
659 |
+
-4.4751887 -16.716982 cd4-positive helper t cell ZFYVE27
|
660 |
+
8.0175 -9.518633 cd4-positive helper t cell C1orf50
|
661 |
+
-3.6718657 -17.035887 cd4-positive helper t cell RNF144A
|
662 |
+
-1.9602127 -17.74782 cd4-positive helper t cell RPL29
|
663 |
+
16.025354 -4.3003507 cd4-positive helper t cell IL21R
|
664 |
+
-3.6831954 13.160012 cd4-positive helper t cell PPIL2
|
665 |
+
-1.8377042 -17.56586 cd4-positive helper t cell SF3B1
|
666 |
+
-6.3522654 7.370947 cd4-positive helper t cell RPS6
|
667 |
+
-4.8462787 -16.906666 cd4-positive helper t cell ARHGAP9
|
668 |
+
14.569798 -5.3491187 cd4-positive helper t cell ERICH1
|
669 |
+
-1.4473333 -17.675926 cd4-positive helper t cell NOSIP
|
670 |
+
11.979515 -8.348282 cd4-positive helper t cell ZMAT1
|
671 |
+
-3.7307827 -17.216665 cd4-positive helper t cell SCML1
|
672 |
+
15.705712 -3.1174755 cd4-positive helper t cell LPXN
|
673 |
+
-6.5751653 -17.059736 cd4-positive helper t cell RNF149
|
674 |
+
12.347262 -5.5672617 cd4-positive helper t cell PNMA5
|
675 |
+
9.958449 -8.730636 cd4-positive helper t cell UBASH3B
|
676 |
+
-3.5276606 3.5210218 cd4-positive helper t cell CNKSR2
|
677 |
+
0.11014186 -17.566347 cd4-positive helper t cell PSTPIP1
|
678 |
+
-0.07184169 -18.088053 cd4-positive helper t cell TLE4
|
679 |
+
10.067256 -8.591267 cd4-positive helper t cell MAP3K5
|
680 |
+
-2.6952474 -17.144005 cd4-positive helper t cell STK24
|
681 |
+
-1.3546596 -17.88176 cd4-positive helper t cell GRK2
|
682 |
+
15.568094 -3.2999992 cd4-positive helper t cell CTBP1
|
683 |
+
-6.1930914 7.1784663 cd4-positive helper t cell LMBR1L
|
684 |
+
-2.0684094 -7.6243806 cd4-positive helper t cell INPP5D
|
685 |
+
8.1549635 -10.032687 cd4-positive helper t cell TNFRSF4
|
686 |
+
-4.770831 -16.835966 cd4-positive helper t cell SNRNP200
|
687 |
+
-1.564373 -17.811502 cd4-positive helper t cell LEF1
|
688 |
+
-5.4239435 -16.80839 cd4-positive helper t cell NAP1L5
|
689 |
+
-5.384153 -17.04875 cd4-positive helper t cell FOXP3
|
690 |
+
11.192546 -8.629738 cd4-positive helper t cell ZBTB24
|
691 |
+
9.899708 -8.373942 cd4-positive helper t cell U2AF2
|
692 |
+
-5.5393143 -16.874367 cd4-positive helper t cell CASK
|
693 |
+
-0.17823462 -17.58643 cd4-positive helper t cell TSPYL1
|
694 |
+
-0.13875777 -17.99339 cd4-positive helper t cell SBF1
|
695 |
+
-1.9170365 -17.306273 cd4-positive helper t cell CEP57
|
696 |
+
-5.2147074 -16.978527 cd4-positive helper t cell RGS1
|
697 |
+
-3.8065841 -16.99994 cd4-positive helper t cell FIGNL1
|
698 |
+
-1.5709141 -17.960243 cd4-positive helper t cell LIPE
|
699 |
+
15.872487 -3.1097524 cd4-positive helper t cell DXO
|
700 |
+
12.337642 -8.331088 cd4-positive helper t cell RPS13
|
701 |
+
-3.536623 -17.268833 cd4-positive helper t cell AP1G2
|
702 |
+
-6.288345 7.2574 cd4-positive helper t cell PRB4
|
703 |
+
-3.033053 -17.031134 cd4-positive helper t cell FYN
|
704 |
+
-1.4353577 -17.876581 cd4-positive helper t cell MMP17
|
705 |
+
-5.545541 6.473815 cd4-positive helper t cell ZNF420
|
706 |
+
-4.37109 -16.755943 cd4-positive helper t cell SP110
|
707 |
+
15.719442 -4.1872206 cd4-positive helper t cell PIBF1
|
708 |
+
-1.3924236 -17.804895 cd4-positive helper t cell SNX9
|
709 |
+
-5.750032 7.00663 cd4-positive helper t cell GGT7
|
710 |
+
-2.867582 -17.482754 cd4-positive helper t cell KCNC1
|
711 |
+
-6.5214124 -17.197815 cd4-positive helper t cell LATS1
|
712 |
+
-3.7383997 -17.133844 cd4-positive helper t cell MED17
|
713 |
+
-3.581231 -17.03211 cd4-positive helper t cell BTBD9
|
714 |
+
-4.6995564 5.6591988 cd4-positive helper t cell DPP4
|
715 |
+
-2.0221808 -17.54112 cd4-positive helper t cell MORC2
|
716 |
+
14.823076 -4.235267 cd4-positive helper t cell CYTH4
|
717 |
+
12.5571 -5.303447 cd4-positive helper t cell IL12RB1
|
718 |
+
-0.8379826 -17.750671 cd4-positive helper t cell RGS14
|
719 |
+
-2.3370028 -17.47504 cd4-positive helper t cell AQP3
|
720 |
+
14.4184885 -3.83084 cd4-positive helper t cell ESYT2
|
721 |
+
-4.5382466 -16.925705 cd4-positive helper t cell ELK4
|
722 |
+
12.770205 -7.818766 cd4-positive helper t cell CLN3
|
723 |
+
-1.4906403 -17.72679 cd4-positive helper t cell OLFM2
|
724 |
+
-4.8868027 -16.911137 cd4-positive helper t cell BUB3
|
725 |
+
13.010825 -6.904925 cd4-positive helper t cell PARP16
|
726 |
+
12.974257 -7.4149513 cd4-positive helper t cell GALT
|
727 |
+
-6.297362 7.375627 cd4-positive helper t cell B3GAT1
|
728 |
+
-5.6460986 7.875961 cd4-positive helper t cell SP4
|
729 |
+
-3.5212545 -17.128538 cd4-positive helper t cell IL2
|
730 |
+
-2.6554635 -7.415596 cd4-positive helper t cell DOCK2
|
731 |
+
-0.7890242 -17.142326 cd4-positive helper t cell RHOH
|
732 |
+
-3.9702644 -17.03258 cd4-positive helper t cell IFITM1
|
733 |
+
0.9838423 -18.018867 cd4-positive helper t cell RASA1
|
734 |
+
14.232102 -5.311064 cd4-positive helper t cell SLAIN1
|
735 |
+
9.989799 -8.66448 cd4-positive helper t cell CD3D
|
736 |
+
4.620042 -10.949296 cd4-positive helper t cell GRAPL
|
737 |
+
-4.5464497 -16.980684 cd4-positive helper t cell HOOK2
|
738 |
+
-6.518983 -16.990067 cd4-positive helper t cell IRF4
|
739 |
+
-2.9241326 4.9304805 cd4-positive helper t cell DCP2
|
740 |
+
-3.4935682 6.1556635 cd4-positive helper t cell KRT2
|
741 |
+
-0.42883143 -17.725595 cd4-positive helper t cell PHF3
|
742 |
+
15.518779 -4.10258 cd4-positive helper t cell NPAT
|
743 |
+
-1.1262213 -17.900293 cd4-positive helper t cell JADE1
|
744 |
+
-3.7224746 -17.344027 cd4-positive helper t cell ZNF639
|
745 |
+
-2.1545544 -17.421381 cd4-positive helper t cell IL16
|
746 |
+
-4.638331 -16.626453 cd4-positive helper t cell PKIA
|
747 |
+
12.378042 -8.267707 cd4-positive helper t cell GMFG
|
748 |
+
-0.6614482 -17.078585 cd4-positive helper t cell ANKRD36
|
749 |
+
-6.4872923 -16.982409 cd4-positive helper t cell URI1
|
750 |
+
-0.37494162 -18.038445 cd4-positive helper t cell MDM1
|
751 |
+
14.310606 -5.81086 cd4-positive helper t cell PNMA1
|
752 |
+
-6.1301866 7.0575895 cd4-positive helper t cell ADTRP
|
753 |
+
-0.3509389 -18.142962 cd4-positive helper t cell MAX
|
754 |
+
-0.57069874 -17.155268 cd4-positive helper t cell APBB1IP
|
755 |
+
14.6010065 -3.8817787 cd4-positive helper t cell FBF1
|
756 |
+
16.171396 -4.5507565 cd4-positive helper t cell SEC14L2
|
757 |
+
-1.2075601 -17.466715 cd4-positive helper t cell CNOT7
|
758 |
+
-4.7658978 -16.917452 cd4-positive helper t cell PDE6B
|
759 |
+
-3.4065614 4.261725 cd4-positive helper t cell GRIN2C
|
760 |
+
15.761152 -4.43061 cd4-positive helper t cell ZNF18
|
761 |
+
-4.846717 5.7377787 cd4-positive helper t cell RPL4
|
762 |
+
-0.73042315 -15.589109 cd4-positive helper t cell GPSM3
|
763 |
+
7.3063297 -9.887935 cd4-positive helper t cell RHOT2
|
764 |
+
4.947197 -11.358811 cd4-positive helper t cell TRAF5
|
765 |
+
-3.0506725 -17.408718 cd4-positive helper t cell RPL28
|
766 |
+
-0.7973782 -17.86937 cd4-positive helper t cell XRN1
|
767 |
+
14.825051 -4.606468 cd4-positive helper t cell RPS3
|
768 |
+
0.11120988 -17.630424 cd4-positive helper t cell TOX
|
769 |
+
-3.4143603 13.125026 cd4-positive helper t cell NHEJ1
|
770 |
+
-4.4712567 -16.910616 cd4-positive helper t cell ATF7IP
|
771 |
+
-3.101546 5.550098 cd4-positive helper t cell MZT2B
|
772 |
+
-6.6853075 -16.824347 cd4-positive helper t cell ADD2
|
773 |
+
0.8968694 -17.898046 cd4-positive helper t cell TESMIN
|
774 |
+
-4.578704 -17.102034 cd4-positive helper t cell ABHD16A
|
775 |
+
13.606933 -6.1243563 cd4-positive helper t cell ZNF266
|
776 |
+
-3.2228012 -17.041077 cd4-positive helper t cell ITPKB
|
777 |
+
-4.239269 -16.858215 cd4-positive helper t cell ADCY7
|
778 |
+
12.84821 -7.0476627 cd4-positive helper t cell FNBP1
|
779 |
+
-3.639129 13.842181 cd4-positive helper t cell MUTYH
|
780 |
+
-5.4876547 7.692 cd4-positive helper t cell CITED2
|
781 |
+
-0.1250837 -17.546818 cd4-positive helper t cell ZBTB4
|
782 |
+
-5.5836763 -16.935246 cd4-positive helper t cell JAK3
|
783 |
+
1.7940454 -18.15519 cd4-positive helper t cell CXCL13
|
784 |
+
12.824149 -7.7944617 cd4-positive helper t cell PPWD1
|
785 |
+
-0.40184554 -17.907774 cd4-positive helper t cell ATAD5
|
786 |
+
-1.9451073 -17.43254 cd4-positive helper t cell ERCC3
|
787 |
+
-2.5430171 -7.7249393 cd4-positive helper t cell CD247
|
788 |
+
-4.3238096 -17.043251 cd4-positive helper t cell PRRC2B
|
789 |
+
12.913077 -7.022389 cd4-positive helper t cell NUCB2
|
790 |
+
-5.766495 7.715793 cd4-positive helper t cell TNK2
|
791 |
+
-1.5385538 -17.699732 cd4-positive helper t cell RPL13A
|
792 |
+
12.093021 -8.014315 cd4-positive helper t cell BTLA
|
793 |
+
-3.0414033 5.5879297 cd4-positive helper t cell STX1B
|
794 |
+
14.667045 -5.413668 cd4-positive helper t cell ABCC1
|
795 |
+
-5.983409 7.2713623 cd4-positive helper t cell SYNRG
|
796 |
+
-3.4829628 13.594485 cd4-positive helper t cell FKBP5
|
797 |
+
-2.434442 -7.1278667 cd4-positive helper t cell CASP6
|
798 |
+
12.589091 -5.695327 cd4-positive helper t cell SIGIRR
|
799 |
+
15.753336 -4.438775 cd4-positive helper t cell AXIN1
|
800 |
+
-3.2510295 13.344675 cd4-positive helper t cell ZNF439
|
801 |
+
-6.491585 -17.082756 cd4-positive helper t cell CHIC2
|
802 |
+
13.331365 -6.8719544 cd4-positive helper t cell ZNF512B
|
803 |
+
5.6272197 -11.143788 cd4-positive helper t cell EPOR
|
804 |
+
-3.2480385 4.2830486 cd4-positive helper t cell CD53
|
805 |
+
15.302742 -4.0149417 cd4-positive helper t cell PPP1R2
|
806 |
+
-3.2296252 4.977115 cd4-positive helper t cell ANAPC1
|
807 |
+
10.932773 -8.508637 cd4-positive helper t cell RPTOR
|
808 |
+
15.0852995 -4.406147 cd4-positive helper t cell LAT
|
809 |
+
15.332146 -4.3328214 cd4-positive helper t cell SLC10A1
|
810 |
+
-6.226205 7.126195 cd4-positive helper t cell TENT5C
|
811 |
+
15.346385 -4.318348 cd4-positive helper t cell VRK1
|
812 |
+
-1.7500435 -17.893572 cd4-positive helper t cell MPHOSPH9
|
813 |
+
2.094596 -17.847757 cd4-positive helper t cell LAX1
|
814 |
+
0.8984133 -18.046585 cd4-positive helper t cell ZNF497
|
815 |
+
-3.8297539 -17.047762 cd4-positive helper t cell LRBA
|
816 |
+
4.512241e-05 -17.944004 cd4-positive helper t cell LTA
|
817 |
+
-0.7241974 -17.270796 cd4-positive helper t cell MAP2K6
|
818 |
+
-0.6336909 6.314068 cd4-positive helper t cell ZNF80
|
819 |
+
1.383241 -18.253952 cd4-positive helper t cell ZEB1
|
820 |
+
-6.0602508 -16.699005 cd4-positive helper t cell CLEC2D
|
821 |
+
1.926183 -17.916407 cd4-positive helper t cell ZNF441
|
822 |
+
-3.5350342 12.7327385 cd4-positive helper t cell ZNF107
|
823 |
+
-3.9643574 -17.19657 cd4-positive helper t cell ZNF549
|
824 |
+
13.342843 -6.585043 cd4-positive helper t cell TSC22D4
|
825 |
+
6.9474096 -10.601625 cd4-positive helper t cell PABPC1
|
826 |
+
3.852951 -11.075001 cd4-positive helper t cell ANKRD36B
|
827 |
+
-4.731853 -16.783583 cd4-positive helper t cell PIM1
|
828 |
+
-6.4673796 -17.072582 cd4-positive helper t cell RPS7
|
829 |
+
13.723987 -6.2832646 cd4-positive helper t cell GNAO1
|
830 |
+
-1.9287169 -17.49762 cd4-positive helper t cell SPRTN
|
831 |
+
-3.2065134 13.788751 cd4-positive helper t cell IL23A
|
832 |
+
-2.4529698 -17.419 cd4-positive helper t cell POLR1E
|
833 |
+
0.5561225 -18.19599 cd4-positive helper t cell HERC3
|
834 |
+
-0.04081465 -17.993448 cd4-positive helper t cell MLLT6
|
835 |
+
-0.1870557 -17.90251 cd4-positive helper t cell EID2B
|
836 |
+
7.0569067 -10.132385 cd4-positive helper t cell PPP1R10
|
837 |
+
-0.5195858 -17.94488 cd4-positive helper t cell PTPN6
|
838 |
+
-2.006698 -17.417566 cd4-positive helper t cell MTMR8
|
839 |
+
-3.470351 13.400096 cd4-positive helper t cell KMT2A
|
840 |
+
-1.7055211 -17.673933 cd4-positive helper t cell PDE4B
|
841 |
+
10.805438 -8.742209 cd4-positive helper t cell N4BP2L2
|
842 |
+
-4.91645 -16.552729 cd4-positive helper t cell GINS4
|
843 |
+
15.456751 -4.1577663 cd4-positive helper t cell SFMBT2
|
844 |
+
15.633037 -3.466435 cd4-positive helper t cell RPS27
|
845 |
+
-0.34930182 -17.078842 cd4-positive helper t cell RASA3
|
846 |
+
10.734409 -8.750729 cd4-positive helper t cell LIN37
|
847 |
+
-3.389659 3.902577 cd4-positive helper t cell STAT3
|
848 |
+
-6.554067 -17.097435 cd4-positive helper t cell PASK
|
849 |
+
-1.2801566 -17.717598 cd4-positive helper t cell ZNF131
|
850 |
+
-3.7510316 -17.15375 cd4-positive helper t cell EIF3G
|
851 |
+
-2.8700135 -17.410925 cd4-positive helper t cell SH3KBP1
|
852 |
+
-4.953032 -16.597662 cd4-positive helper t cell SUPT3H
|
853 |
+
-3.576223 -16.9208 cd4-positive helper t cell IL6ST
|
854 |
+
-3.1343791 4.822688 cd4-positive helper t cell PRR4
|
855 |
+
8.276092 -8.907869 cd4-positive helper t cell SUN2
|
856 |
+
-3.7766676 13.735122 cd4-positive helper t cell TRRAP
|
857 |
+
-3.3174539 13.633418 cd4-positive helper t cell TTC32
|
858 |
+
-6.3851767 7.448298 cd4-positive helper t cell CHTF8
|
859 |
+
-5.7971535 7.6700587 cd4-positive helper t cell CD4
|
860 |
+
-0.51228625 -16.858784 cd4-positive helper t cell EVI2A
|
861 |
+
-1.5501558 -17.60664 cd4-positive helper t cell ALDH5A1
|
862 |
+
-2.7516465 5.8047776 cd4-positive helper t cell ZGPAT
|
863 |
+
-3.5933585 6.307738 cd4-positive helper t cell ZNF564
|
864 |
+
-3.5578823 13.7942705 cd4-positive helper t cell DCAF5
|
865 |
+
13.4822855 -6.922537 cd4-positive helper t cell OBSCN
|
866 |
+
15.22416 -4.4923778 cd4-positive helper t cell EXOC2
|
867 |
+
9.042197 -8.798316 cd4-positive helper t cell ZRSR2
|
868 |
+
-2.817136 6.186246 cd4-positive helper t cell TECR
|
869 |
+
5.681169 -11.081545 cd4-positive helper t cell CD6
|
870 |
+
0.27016193 -18.08593 cd4-positive helper t cell ELMO1
|
871 |
+
-2.3953726 -17.211454 cd4-positive helper t cell CERK
|
872 |
+
-6.3090205 7.501411 cd4-positive helper t cell PCSK7
|
873 |
+
13.676318 -6.365378 cd4-positive helper t cell RCAN3
|
874 |
+
9.984913 -8.452021 cd4-positive helper t cell HNRNPA0
|
875 |
+
-6.0793314 -16.9715 cd4-positive helper t cell ZNF460
|
876 |
+
14.768338 -4.2627563 cd4-positive helper t cell CCNH
|
877 |
+
-3.04904 4.828665 cd4-positive helper t cell RPS8
|
878 |
+
-5.333068 7.579077 cd4-positive helper t cell PPP2R5C
|
879 |
+
-2.1684227 -17.158695 cd4-positive helper t cell C7orf31
|
880 |
+
-5.9146714 6.789427 cd4-positive helper t cell EDC4
|
881 |
+
-0.24167499 -17.870932 cd4-positive helper t cell RNF38
|
882 |
+
-1.7099075 -17.480986 cd4-positive helper t cell DNMT1
|
883 |
+
-6.536898 -16.53193 cd4-positive helper t cell RPL32
|
884 |
+
8.545668 -9.293105 cd4-positive helper t cell FBXL14
|
885 |
+
-0.5569241 -17.674732 cd4-positive helper t cell RPL21
|
886 |
+
-0.6841835 -17.80489 cd4-positive helper t cell HERC5
|
887 |
+
-1.1669966 -17.68195 cd4-positive helper t cell DUSP11
|
888 |
+
-2.828762 5.173497 cd4-positive helper t cell ITGB7
|
889 |
+
-2.7541037 5.2266965 cd4-positive helper t cell ARHGAP33
|
890 |
+
13.049826 -6.963851 cd4-positive helper t cell TNRC6C
|
891 |
+
4.091123 -11.486225 cd4-positive helper t cell ZBTB12
|
892 |
+
-6.6182165 7.567834 cd4-positive helper t cell TMIE
|
893 |
+
-0.5006496 -17.677446 cd4-positive helper t cell PLCB2
|
894 |
+
-2.2357361 5.2983656 cd4-positive helper t cell APBA3
|
895 |
+
-4.5060983 -17.125948 cd4-positive helper t cell ICA1L
|
896 |
+
0.34145024 -18.001759 cd4-positive helper t cell QRICH1
|
897 |
+
-2.8124297 -17.433998 cd4-positive helper t cell RPS16
|
898 |
+
-6.5895824 7.5263987 cd4-positive helper t cell ZCCHC7
|
899 |
+
-3.0756433 5.070289 cd4-positive helper t cell SFSWAP
|
900 |
+
13.822347 -6.0844526 cd4-positive helper t cell LDLRAP1
|
901 |
+
-4.4463997 -17.088072 cd4-positive helper t cell RELL2
|
902 |
+
0.028710289 -18.043736 cd4-positive helper t cell RPS4X
|
903 |
+
15.267177 -3.8958156 cd4-positive helper t cell CRYBG1
|
904 |
+
0.374642 -17.953623 cd4-positive helper t cell TACC3
|
905 |
+
-4.348417 -16.924564 cd4-positive helper t cell LIMD2
|
906 |
+
-0.5866012 -17.88595 cd4-positive helper t cell IL6R
|
907 |
+
-6.6167583 -17.028872 cd4-positive helper t cell SACS
|
908 |
+
-3.3650026 13.332006 cd4-positive helper t cell RPL41
|
909 |
+
12.215824 -7.878112 cd4-positive helper t cell STK26
|
910 |
+
12.547025 -7.430122 cd4-positive helper t cell GRAP2
|
911 |
+
-6.2926645 -17.054823 cd4-positive helper t cell SRSF7
|
912 |
+
15.877889 -4.4422 cd4-positive helper t cell ATRIP
|
913 |
+
-2.5814786 5.462367 cd4-positive helper t cell SAMHD1
|
914 |
+
15.303315 -4.271973 cd4-positive helper t cell E2F4
|
915 |
+
-1.5769325 -17.702478 cd4-positive helper t cell MECP2
|
916 |
+
-0.52077013 -17.34874 cd4-positive helper t cell ARHGEF1
|
917 |
+
-1.7124109 -17.419304 cd4-positive helper t cell TBC1D31
|
918 |
+
-1.3591131 -17.259998 cd4-positive helper t cell PKN1
|
919 |
+
-2.5289843 -17.608932 cd4-positive helper t cell ITFG2
|
920 |
+
-3.9912956 -17.27091 cd4-positive helper t cell PATJ
|
921 |
+
-2.6951928 5.989241 cd4-positive helper t cell TSPAN18
|
922 |
+
-3.3543713 4.1021347 cd4-positive helper t cell ERP29
|
923 |
+
5.0404353 -11.222029 cd4-positive helper t cell EMD
|
924 |
+
-0.50902635 -18.000864 cd4-positive helper t cell UBASH3A
|
925 |
+
-0.72780097 -16.174372 cd4-positive helper t cell ARHGEF6
|
926 |
+
-2.8166847 -17.573261 cd4-positive helper t cell MYBBP1A
|
927 |
+
-0.08451419 -17.930136 cd4-positive helper t cell TSHZ2
|
928 |
+
10.295534 -8.993172 cd4-positive helper t cell SRGAP3
|
929 |
+
-1.5971563 -17.42613 cd4-positive helper t cell ANKRD55
|
930 |
+
15.676511 -3.643681 cd4-positive helper t cell TTN
|
931 |
+
7.4773498 -10.560545 cd4-positive helper t cell NOP58
|
932 |
+
8.686233 -8.285631 cd4-positive helper t cell RSRP1
|
933 |
+
5.724101 -10.932367 cd4-positive helper t cell ARID5A
|
934 |
+
-3.0472524 -17.312452 cd4-positive helper t cell OXCT1
|
935 |
+
-5.4700537 -16.97253 cd4-positive helper t cell STK4
|
936 |
+
10.886882 -8.563126 cd4-positive helper t cell USP20
|
937 |
+
13.042009 -7.1696835 cd4-positive helper t cell SIN3A
|
938 |
+
-6.5504208 -16.755552 cd4-positive helper t cell TRAT1
|
939 |
+
-0.10636325 -18.333405 cd4-positive helper t cell CIRBP
|
940 |
+
-0.5601834 -17.931269 cd4-positive helper t cell LAPTM5
|
941 |
+
8.834192 -8.67632 cd4-positive helper t cell FHIT
|
942 |
+
-5.4080067 6.9428644 cd4-positive helper t cell VMAC
|
943 |
+
-2.9240773 5.433194 cd4-positive helper t cell ZBTB38
|
944 |
+
-4.581008 -16.969421 cd4-positive helper t cell PDE7A
|
945 |
+
-2.9101653 4.0981784 cd4-positive helper t cell CENPT
|
946 |
+
-3.5244796 -16.962252 cd4-positive helper t cell HDAC1
|
947 |
+
-0.5083205 -18.167253 cd4-positive helper t cell STMN1
|
948 |
+
-1.257552 -17.602613 cd4-positive helper t cell TRDMT1
|
949 |
+
-3.2832453 13.723794 cd4-positive helper t cell MAD2L1
|
950 |
+
-3.3947222 13.859029 cd4-positive helper t cell GRAP
|
951 |
+
0.26415384 -17.990278 cd4-positive helper t cell PRMT2
|
952 |
+
-3.4509127 13.517449 cd4-positive helper t cell TBP
|
953 |
+
-4.619379 -17.113419 cd4-positive helper t cell TFIP11
|
954 |
+
12.886759 -7.2838993 cd4-positive helper t cell TTC19
|
955 |
+
15.566014 -4.2514067 cd4-positive helper t cell PIP
|
956 |
+
5.4545736 -11.079667 cd4-positive helper t cell SPNS1
|
957 |
+
-0.53596276 -18.032215 cd4-positive helper t cell ZNF26
|
958 |
+
-6.1089034 -16.974834 cd4-positive helper t cell GATA3
|
959 |
+
-0.29697162 -18.08734 cd4-positive helper t cell TAF4B
|
960 |
+
-3.199953 5.8670444 cd4-positive helper t cell AKAP7
|
961 |
+
-0.9480304 -17.823112 cd4-positive helper t cell PCNX4
|
962 |
+
14.384126 -5.588922 cd4-positive helper t cell ARHGAP4
|
963 |
+
15.467094 -4.2738905 cd4-positive helper t cell TBX21
|
964 |
+
2.0080562 -17.856497 cd4-positive helper t cell RPS20
|
965 |
+
15.607047 -3.6898923 cd4-positive helper t cell HAUS3
|
966 |
+
-3.587081 -17.149477 cd4-positive helper t cell ATP6V0C
|
967 |
+
-4.032365 -16.93818 cd4-positive helper t cell CCDC88B
|
968 |
+
13.416277 -6.234318 cd4-positive helper t cell TRIM35
|
969 |
+
14.821832 -4.7631226 cd4-positive helper t cell HKDC1
|
970 |
+
13.987941 -5.772759 cd4-positive helper t cell SELPLG
|
971 |
+
12.602269 -7.535864 cd4-positive helper t cell LTB
|
972 |
+
-2.8212988 -17.63187 cd4-positive helper t cell TIGIT
|
973 |
+
3.8032446 -11.557093 cd4-positive helper t cell PRKRIP1
|
974 |
+
12.830027 -6.5432267 cd4-positive helper t cell SUPT20H
|
975 |
+
1.9736642 -18.074926 cd4-positive helper t cell HLA-F
|
976 |
+
-3.8187416 3.4941282 cd4-positive helper t cell CASP8
|
977 |
+
-4.8477073 -16.902008 cd4-positive helper t cell AGAP2
|
978 |
+
-1.9454603 -18.189175 cd4-positive helper t cell MTA2
|
979 |
+
-2.2315013 5.384775 cd4-positive helper t cell SNURF
|
980 |
+
-2.2161198 -17.726234 cd4-positive helper t cell PNRC1
|
981 |
+
12.072392 -7.7994127 cd4-positive helper t cell FAM117A
|
982 |
+
-3.6302185 -17.061758 cd4-positive helper t cell TAF15
|
983 |
+
-6.330475 -17.037865 cd4-positive helper t cell TMEM229B
|
984 |
+
-5.3265734 6.8115215 cd4-positive helper t cell GPC2
|
985 |
+
14.647524 -4.1653013 cd4-positive helper t cell EIF4B
|
986 |
+
-0.115190275 -17.873539 cd4-positive helper t cell SHQ1
|
987 |
+
-3.6609213 3.7366352 cd4-positive helper t cell CHST11
|
988 |
+
-5.7317643 -16.934172 cd4-positive helper t cell LIME1
|
989 |
+
-5.3084707 7.0915213 cd4-positive helper t cell ASNS
|
990 |
+
-5.713647 7.495191 cd4-positive helper t cell CEP68
|
991 |
+
0.25508595 -17.93039 cd4-positive helper t cell DNAJB1
|
992 |
+
7.513662 -10.336743 cd4-positive helper t cell FAM102A
|
993 |
+
-6.1648436 -16.948833 cd4-positive helper t cell BRWD1
|
994 |
+
-2.5385985 -17.316608 cd4-positive helper t cell ASXL2
|
995 |
+
0.08498263 -18.030006 cd4-positive helper t cell DYRK2
|
996 |
+
14.610907 -4.5670247 cd4-positive helper t cell POLD4
|
997 |
+
15.704669 -3.0579722 cd4-positive helper t cell RPS6KA3
|
998 |
+
-3.1480286 -17.346937 cd4-positive helper t cell PLCG1
|
999 |
+
14.9971895 -4.6372375 cd4-positive helper t cell CNNM3
|
1000 |
+
-3.0247557 -17.270802 cd4-positive helper t cell NRF1
|
1001 |
+
-2.0090656 -17.529968 cd4-positive helper t cell KAT7
|
1002 |
+
-2.6572583 5.440234 cd4-positive helper t cell UBIAD1
|
1003 |
+
-1.6156987 -17.39714 cd4-positive helper t cell DCK
|
1004 |
+
-6.588637 -16.88522 cd4-positive helper t cell ZNF696
|
1005 |
+
8.670697 -8.124922 cd4-positive helper t cell PRKCB
|
1006 |
+
-1.7935688 -17.550838 cd4-positive helper t cell CNOT11
|
1007 |
+
-5.3782105 -16.873598 cd4-positive helper t cell USP15
|
1008 |
+
-2.0305367 -17.907997 cd4-positive helper t cell CD8B
|
1009 |
+
-2.0258973 -17.50034 cd4-positive helper t cell TRIM14
|
1010 |
+
10.150347 -8.543304 cd4-positive helper t cell RPS6KA5
|
1011 |
+
-4.370689 -17.024881 cd4-positive helper t cell PAG1
|
1012 |
+
12.471092 -7.5092444 cd4-positive helper t cell RPL36
|
1013 |
+
13.433043 -6.7388625 cd4-positive helper t cell DDX39A
|
1014 |
+
-2.9252298 -17.079939 cd4-positive helper t cell FCHO1
|
1015 |
+
0.4313468 -17.980474 cd4-positive helper t cell CHD1L
|
1016 |
+
5.3558207 -10.770899 cd4-positive helper t cell AMBRA1
|
1017 |
+
1.634225 -18.053894 cd4-positive helper t cell RPL27
|
1018 |
+
12.890504 -7.4211416 cd4-positive helper t cell CD3G
|
1019 |
+
-1.4622153 -17.631693 cd4-positive helper t cell CD5
|
1020 |
+
-1.7033777 -17.596756 cd4-positive helper t cell PIM2
|
1021 |
+
-3.8433895 3.8495553 cd4-positive helper t cell DNMT3A
|
1022 |
+
0.4318503 -18.118277 cd4-positive helper t cell GPA33
|
1023 |
+
-2.3322551 5.316704 cd4-positive helper t cell F2RL2
|
1024 |
+
-4.871168 6.042314 cd4-positive helper t cell RPS21
|
1025 |
+
-2.2551425 -17.203695 cd4-positive helper t cell TCF7
|
1026 |
+
-0.50037986 -18.160992 cd4-positive helper t cell NFATC3
|
1027 |
+
-3.518703 5.530578 cd4-positive helper t cell EGLN2
|
1028 |
+
13.157127 -7.26904 cd4-positive helper t cell IKZF2
|
1029 |
+
3.8259094 -11.5719185 cd4-positive helper t cell LMNB1
|
1030 |
+
-3.075494 -17.633741 cd4-positive helper t cell AXIN2
|
1031 |
+
-4.625544 -17.116678 cd4-positive helper t cell SAP25
|
1032 |
+
-2.0196152 -7.5178666 cd4-positive helper t cell SGTB
|
1033 |
+
-3.04103 -17.25578 cd4-positive helper t cell LSM14A
|
1034 |
+
-2.6042678 5.43142 cd4-positive helper t cell G2E3
|
1035 |
+
-0.35269746 -18.084143 cd4-positive helper t cell RPL34
|
1036 |
+
-6.224666 7.150839 cd4-positive helper t cell HLA-C
|
1037 |
+
8.710145 -8.652461 cd4-positive helper t cell RECK
|
1038 |
+
-4.7272167 -16.602383 cd4-positive helper t cell BIRC3
|
1039 |
+
-0.23841171 -17.831055 cd4-positive helper t cell PLSCR3
|
1040 |
+
-2.7483678 -6.487269 cd4-positive helper t cell TNF
|
1041 |
+
-3.5714145 -17.20937 cd4-positive helper t cell NSD3
|
1042 |
+
-3.1229196 -17.521982 cd4-positive helper t cell CRLF3
|
1043 |
+
0.7779865 -17.970043 cd4-positive helper t cell ABHD17A
|
1044 |
+
-0.8483985 -16.90873 cd4-positive helper t cell ATG9A
|
1045 |
+
-2.7529552 -17.298563 cd4-positive helper t cell TASP1
|
1046 |
+
-2.0855672 -18.14881 cd4-positive helper t cell ZNF575
|
1047 |
+
-0.8263474 6.0431433 cd4-positive helper t cell MDM4
|
1048 |
+
-4.5307355 5.675731 cd4-positive helper t cell NR3C1
|
1049 |
+
-2.555644 -6.2425084 cd4-positive helper t cell CENPC
|
1050 |
+
-1.7127566 -17.896578 cd4-positive helper t cell ARID4A
|
1051 |
+
-4.726059 -17.128387 cd4-positive helper t cell OPRM1
|
1052 |
+
0.9739054 -17.792624 cd4-positive helper t cell MCM6
|
1053 |
+
-1.3753728 -17.703012 cd4-positive helper t cell MRPL46
|
1054 |
+
-4.1356063 -16.993736 cd4-positive helper t cell HAUS5
|
1055 |
+
13.301348 -6.42918 cd4-positive helper t cell HSF5
|
1056 |
+
-2.941866 -17.124666 cd4-positive helper t cell PRKCA
|
1057 |
+
-4.0960307 -16.838045 cd4-positive helper t cell DUSP5
|
1058 |
+
11.801653 -8.5827875 cd4-positive helper t cell CFP
|
1059 |
+
0.55181 -17.82547 cd4-positive helper t cell HTR6
|
1060 |
+
12.16665 -7.6339507 cd4-positive helper t cell RPS12
|
1061 |
+
-3.456521 12.896193 cd4-positive helper t cell DISC1
|
1062 |
+
-3.6214602 5.9762044 cd4-positive helper t cell ORC5
|
1063 |
+
-6.1418476 7.171554 cd4-positive helper t cell PRKAR1B
|
1064 |
+
-0.33809546 -17.549925 cd4-positive helper t cell LDHAL6A
|
1065 |
+
-0.59682006 -17.934448 cd4-positive helper t cell GNG2
|
1066 |
+
-3.3962994 5.215667 cd4-positive helper t cell RORA
|
1067 |
+
14.804334 -4.426907 cd4-positive helper t cell PLEKHG4
|
1068 |
+
3.8658557 -11.239514 cd4-positive helper t cell CD84
|
1069 |
+
-4.853404 -17.040298 cd4-positive helper t cell NMT2
|
1070 |
+
15.809838 -3.370898 cd4-positive helper t cell JAML
|
1071 |
+
-4.3117566 -16.691982 cd4-positive helper t cell FRAT1
|
1072 |
+
14.358286 -5.4537296 cd4-positive helper t cell L3MBTL3
|
1073 |
+
-2.2882128 -7.763023 cd4-positive helper t cell CD3E
|
1074 |
+
13.476994 -7.0606174 cd4-positive helper t cell ANXA6
|
1075 |
+
4.2886863 -11.51212 cd4-positive helper t cell ARHGDIB
|
1076 |
+
5.9054627 -10.572443 cd4-positive helper t cell IL23R
|
1077 |
+
-1.7902936 -17.495163 cd4-positive helper t cell RPL3
|
1078 |
+
4.298581 -11.515781 cd4-positive helper t cell PPP1R16B
|
1079 |
+
-2.530986 -7.5609236 cd4-positive helper t cell FLT4
|
1080 |
+
-0.16650514 -18.029957 cd4-positive helper t cell PRB1
|
1081 |
+
1.287303 -18.116493 cd4-positive helper t cell FBL
|
1082 |
+
-4.710845 -16.906334 cd4-positive helper t cell SF3A2
|
1083 |
+
-2.8080564 -6.53566 cd4-positive helper t cell APBA2
|
1084 |
+
-5.2708907 -16.896955 cd4-positive helper t cell POLR2D
|
1085 |
+
-2.2171762 4.5960665 cd4-positive helper t cell RPS14
|
1086 |
+
-1.0073813 -17.920784 cd4-positive helper t cell TNRC6B
|
1087 |
+
13.180103 -7.0365243 cd4-positive helper t cell EXOSC6
|
1088 |
+
-3.3449023 -17.310282 cd4-positive helper t cell PHC3
|
1089 |
+
-5.7488246 7.865416 cd4-positive helper t cell RPL19
|
1090 |
+
-2.504761 -16.96542 cd4-positive helper t cell TKTL1
|
1091 |
+
-0.3728232 -18.14803 cd4-positive helper t cell PPP4R3A
|
1092 |
+
-0.120872535 -17.64921 cd4-positive helper t cell RNF113A
|
1093 |
+
1.4371115 -18.23333 cd4-positive helper t cell SMARCA2
|
1094 |
+
-0.36832958 -17.594364 cd4-positive helper t cell CRACR2A
|
1095 |
+
14.750229 -5.1363015 cd4-positive helper t cell HTN1
|
1096 |
+
-4.8695908 -16.708784 cd4-positive helper t cell SUMO4
|
1097 |
+
-2.2189012 5.548885 cd4-positive helper t cell PPP1R3F
|
1098 |
+
-3.999559 -16.768879 cd4-positive helper t cell IL24
|
1099 |
+
-5.1966944 -17.126965 cd4-positive helper t cell RPL10A
|
1100 |
+
-4.4393244 -16.993576 cd4-positive helper t cell WAS
|
1101 |
+
-3.4740534 3.86457 cd4-positive helper t cell RPL13
|
1102 |
+
-3.995093 -16.649677 cd4-positive helper t cell NCK2
|
1103 |
+
4.8249664 -11.502982 cd4-positive helper t cell TUBA1A
|
1104 |
+
-1.5364059 -17.8036 cd4-positive helper t cell CCDC184
|
1105 |
+
-0.40742373 -17.676208 cd4-positive helper t cell TGS1
|
1106 |
+
-4.049315 -17.110323 cd4-positive helper t cell RBMX
|
1107 |
+
-2.964257 -17.520254 cd4-positive helper t cell SP100
|
1108 |
+
-4.8708587 -16.808006 cd4-positive helper t cell NIN
|
1109 |
+
14.1756735 -5.796644 cd4-positive helper t cell TMEM123
|
1110 |
+
0.5891039 -18.067799 cd4-positive helper t cell HCST
|
1111 |
+
-2.2644005 -16.744108 cd4-positive helper t cell CDC25B
|
1112 |
+
-0.30267626 -17.85998 cd4-positive helper t cell MAP4K1
|
1113 |
+
0.28012905 -17.890612 cd4-positive helper t cell DYRK1A
|
1114 |
+
-0.6260147 -17.866407 cd4-positive helper t cell TRERF1
|
1115 |
+
12.957907 -7.2487874 cd4-positive helper t cell RPL36A
|
1116 |
+
-3.4558005 13.461517 cd4-positive helper t cell KIF2A
|
1117 |
+
0.7684158 -17.953243 cd4-positive helper t cell PITPNM2
|
1118 |
+
-4.232988 -17.054855 cd4-positive helper t cell LENG1
|
1119 |
+
-0.8445561 -17.642265 cd4-positive helper t cell ZNF250
|
1120 |
+
12.93068 -7.3410287 cd4-positive helper t cell STAT5A
|
1121 |
+
8.437349 -9.078892 cd4-positive helper t cell CNOT6L
|
1122 |
+
1.2631793 -18.077408 cd4-positive helper t cell RPL38
|
1123 |
+
-3.8148901 -17.132105 cd4-positive helper t cell SCAPER
|
1124 |
+
1.467662 -18.12394 cd4-positive helper t cell TAF3
|
1125 |
+
-1.2516171 -17.568897 cd4-positive helper t cell TNFSF4
|
1126 |
+
-0.36703622 -17.866297 cd4-positive helper t cell RAC2
|
1127 |
+
-0.051512595 -17.8544 cd4-positive helper t cell IKZF3
|
1128 |
+
-4.4954214 -16.761326 cd4-positive helper t cell ZNF829
|
1129 |
+
-3.4045336 3.8911436 cd4-positive helper t cell PLXDC1
|
1130 |
+
7.2955823 -10.61489 cd4-positive helper t cell MAGEE1
|
1131 |
+
7.4379325 -10.379097 cd4-positive helper t cell RPSA
|
1132 |
+
-1.8873229 -17.883358 cd4-positive helper t cell ICAM2
|
1133 |
+
-1.5044235 -17.957972 cd4-positive helper t cell PTPRCAP
|
1134 |
+
-1.4418364 -17.725014 cd4-positive helper t cell ZSCAN32
|
1135 |
+
-1.0458815 -17.650055 cd4-positive helper t cell KLHDC7B
|
1136 |
+
-2.2377446 -7.6711454 cd4-positive helper t cell TBC1D10A
|
1137 |
+
9.518853 -8.790054 cd4-positive helper t cell ADAR
|
1138 |
+
-4.3527703 -17.046154 cd4-positive helper t cell SFMBT1
|
1139 |
+
-3.915649 -17.010706 cd4-positive helper t cell MPP7
|
1140 |
+
-0.49745667 -17.358643 cd4-positive helper t cell EIF2S3
|
1141 |
+
-0.803149 -17.152117 cd4-positive helper t cell RNF19A
|
1142 |
+
15.5865965 -2.8470852 cd4-positive helper t cell LHX4
|
1143 |
+
-0.44441178 -17.517586 cd4-positive helper t cell PSD4
|
1144 |
+
-4.6320395 -16.98815 cd4-positive helper t cell TCEANC
|
1145 |
+
-2.7149682 -17.482908 cd4-positive helper t cell SPTAN1
|
1146 |
+
-2.8232672 -17.42841 cd4-positive helper t cell KLRG1
|
1147 |
+
4.107042 -11.449714 cd4-positive helper t cell PRPF3
|
1148 |
+
-4.9062395 -16.837837 cd4-positive helper t cell CD200R1
|
1149 |
+
-4.4972444 -17.146202 cd4-positive helper t cell CFAP20
|
1150 |
+
-0.2850236 -17.897522 cd4-positive helper t cell PHF12
|
1151 |
+
-2.5581744 -7.1094294 cd4-positive helper t cell ZNF596
|
1152 |
+
-3.3988333 -17.36681 cd4-positive helper t cell REST
|
1153 |
+
-0.26171112 -17.825 cd4-positive helper t cell YPEL5
|
1154 |
+
0.46613988 -18.057976 cd4-positive helper t cell CD8A
|
1155 |
+
8.794931 -8.057187 cd4-positive helper t cell ZNF483
|
1156 |
+
14.56626 -5.173968 cd4-positive helper t cell MDFIC
|
1157 |
+
6.7480483 -10.159393 cd4-positive helper t cell SRCAP
|
1158 |
+
2.0812025 -18.070066 cd4-positive helper t cell PRKX
|
1159 |
+
15.850562 -4.370661 cd4-positive helper t cell CYLD
|
1160 |
+
10.209503 -9.086603 cd4-positive helper t cell TSPYL2
|
1161 |
+
1.6209502 -18.152029 cd4-positive helper t cell TLK1
|
1162 |
+
-1.6038163 -17.773287 cd4-positive helper t cell MYL12A
|
1163 |
+
-3.9421034 4.9060125 cd4-positive helper t cell SIRPG
|
1164 |
+
-4.2524114 -17.098417 cd4-positive helper t cell TMPO
|
1165 |
+
-4.8235164 -16.740124 cd4-positive helper t cell NFATC1
|
1166 |
+
15.926803 -4.7452674 cd4-positive helper t cell RAD50
|
1167 |
+
-0.27632162 -17.485268 cd4-positive helper t cell TAP1
|
1168 |
+
-6.1614943 -16.95332 cd4-positive helper t cell PRPS1
|
1169 |
+
-2.5616412 5.1423063 cd4-positive helper t cell JADE2
|
1170 |
+
0.061015088 -18.20826 cd4-positive helper t cell PFDN5
|
1171 |
+
-1.2615825 -17.857985 cd4-positive helper t cell USP36
|
1172 |
+
-0.6553983 -17.81105 cd4-positive helper t cell XPO4
|
1173 |
+
-5.470009 7.47602 cd4-positive helper t cell MLLT3
|
1174 |
+
-3.806839 -17.166658 cd4-positive helper t cell CLK1
|
1175 |
+
3.5957766 -11.574259 cd4-positive helper t cell ZNF830
|
1176 |
+
7.1708856 -10.382956 cd4-positive helper t cell ZNF764
|
1177 |
+
1.0626326 -17.842987 cd4-positive helper t cell MAP3K12
|
1178 |
+
-1.0643018 -17.723167 cd4-positive helper t cell SORL1
|
1179 |
+
-3.6583765 12.968103 cd4-positive helper t cell RBM48
|
1180 |
+
0.3050716 -17.621447 cd4-positive helper t cell TMSB10
|
1181 |
+
-0.31280935 -17.749136 cd4-positive helper t cell ABLIM1
|
1182 |
+
-6.463295 -17.075073 cd4-positive helper t cell UBTF
|
1183 |
+
-6.3884864 -17.088854 cd4-positive helper t cell TNK1
|
1184 |
+
-4.810388 -16.865923 cd4-positive helper t cell IKZF5
|
1185 |
+
15.395498 -4.585837 cd4-positive helper t cell RASAL3
|
1186 |
+
10.952056 -8.798956 cd4-positive helper t cell RAB33B
|
1187 |
+
7.3319716 -9.948843 cd4-positive helper t cell ELK3
|
1188 |
+
-3.6530447 -17.185097 cd4-positive helper t cell ALDOA
|
1189 |
+
-0.18683916 -17.967737 cd4-positive helper t cell RPS15
|
1190 |
+
-3.8802586 -16.921122 cd4-positive helper t cell SZT2
|
1191 |
+
0.18134308 -17.768341 cd4-positive helper t cell WDR33
|
1192 |
+
-4.5619264 6.1673193 cd4-positive helper t cell PPHLN1
|
1193 |
+
12.882917 -6.6470566 cd4-positive helper t cell AKTIP
|
1194 |
+
-0.6274571 -17.034002 cd4-positive helper t cell CDK5R1
|
1195 |
+
-0.058280677 -18.150505 cd4-positive helper t cell RPL39
|
1196 |
+
-3.6084025 5.4046097 cd4-positive helper t cell DOK6
|
1197 |
+
-2.644573 -17.7496 cd4-positive helper t cell MRI1
|
1198 |
+
-1.066243 -17.692356 cd4-positive helper t cell RUNX2
|
1199 |
+
-4.379687 -17.106482 cd4-positive helper t cell ZNF609
|
1200 |
+
14.939032 -4.7778583 cd4-positive helper t cell HNRNPDL
|
1201 |
+
-4.784039 -16.696823 cd4-positive helper t cell RPL18
|
1202 |
+
-2.797017 -17.515076 cd4-positive helper t cell BORA
|
1203 |
+
0.49042127 -17.668375 cd4-positive helper t cell EEF2
|
1204 |
+
-3.1118844 -17.400566 cd4-positive helper t cell GLCCI1
|
1205 |
+
-2.8482594 -17.21781 cd4-positive helper t cell SYNE2
|
1206 |
+
-4.567134 5.997628 cd4-positive helper t cell CTH
|
1207 |
+
-0.98447794 -17.945265 cd4-positive helper t cell ZNF623
|
1208 |
+
-6.3922725 7.233748 cd4-positive helper t cell MMS22L
|
1209 |
+
15.521548 -4.1391883 cd4-positive helper t cell SLAMF1
|
1210 |
+
-3.3758872 13.144891 cd4-positive helper t cell SIAH2
|
1211 |
+
-3.8881857 -17.155704 cd4-positive helper t cell FBXO33
|
1212 |
+
-2.14676 5.2276773 cd4-positive helper t cell CTDP1
|
1213 |
+
-3.2980566 5.139548 cd4-positive helper t cell MTERF4
|
1214 |
+
2.090941 -17.710558 cd4-positive helper t cell ZNF230
|
1215 |
+
-2.102718 -17.25324 cd4-positive helper t cell ZG16B
|
1216 |
+
-5.3029127 -16.916191 cd4-positive helper t cell RPS29
|
1217 |
+
15.547535 -4.048331 cd4-positive helper t cell RPL35A
|
1218 |
+
-5.0675955 -17.135004 cd4-positive helper t cell RFC4
|
1219 |
+
-4.0574145 -16.89349 cd4-positive helper t cell ZNF101
|
1220 |
+
-6.2229977 -17.038363 cd4-positive helper t cell THAP11
|
1221 |
+
15.707972 -4.3962975 cd4-positive helper t cell CD47
|
1222 |
+
-3.4548786 14.026586 cd4-positive helper t cell ZBTB9
|
1223 |
+
-5.0279474 6.902609 cd4-positive helper t cell AREG
|
1224 |
+
-4.7638497 -16.584896 cd4-positive helper t cell INPP4A
|
1225 |
+
-0.86702424 -17.656168 cd4-positive helper t cell SLC9A3R1
|
1226 |
+
15.76836 -4.6189647 cd4-positive helper t cell MDC1
|
1227 |
+
15.760742 -3.8851593 cd4-positive helper t cell CAPN7
|
1228 |
+
-5.7577763 7.602317 cd4-positive helper t cell LCP2
|
1229 |
+
-1.9746834 5.6567607 cd4-positive helper t cell CEP250
|
1230 |
+
-4.293457 -16.773373 cd4-positive helper t cell RAD51B
|
1231 |
+
-3.5025818 13.962089 cd4-positive helper t cell ZBTB1
|
1232 |
+
-3.2539225 11.95828 cd4-positive helper t cell ZNF79
|
1233 |
+
-2.6258578 -17.546164 cd4-positive helper t cell SLA
|
1234 |
+
13.374196 -7.173053 cd4-positive helper t cell STX2
|
1235 |
+
-2.5390692 5.3344603 cd4-positive helper t cell KRI1
|
1236 |
+
-3.6926813 -17.109701 cd4-positive helper t cell KIZ
|
1237 |
+
-5.8950396 7.124937 cd4-positive helper t cell FAM169A
|
1238 |
+
-2.6785276 -17.447245 cd4-positive helper t cell IL2RG
|
1239 |
+
-1.7682773 -17.748568 cd4-positive helper t cell GPRASP1
|
1240 |
+
15.460773 -2.829091 cd4-positive helper t cell NDE1
|
1241 |
+
-2.1223512 -17.26849 cd4-positive helper t cell KDM2B
|
1242 |
+
-0.630892 6.2422757 cd4-positive helper t cell IQGAP2
|
1243 |
+
0.69225276 -18.068504 cd4-positive helper t cell TSEN54
|
1244 |
+
-0.90473866 -17.705633 cd4-positive helper t cell TAS2R64P
|
1245 |
+
-3.0856328 -17.344511 cd4-positive helper t cell CLK2
|
1246 |
+
-3.6618912 3.8538074 cd4-positive helper t cell CEP135
|
1247 |
+
0.77027607 -17.949614 cd4-positive helper t cell HERC6
|
1248 |
+
0.5859053 -18.049149 cd4-positive helper t cell ZSCAN16
|
1249 |
+
-3.0005956 -17.615294 cd4-positive helper t cell GRK6
|
1250 |
+
-2.6421096 5.4839416 cd4-positive helper t cell TMC8
|
1251 |
+
-1.0820351 -17.699984 cd4-positive helper t cell CHD2
|
1252 |
+
-2.3597867 -17.550797 cd4-positive helper t cell ING5
|
1253 |
+
-4.265043 -16.950924 cd4-positive helper t cell BSCL2
|
1254 |
+
-0.5297168 -17.749142 cd4-positive helper t cell UBE2D2
|
1255 |
+
0.46921012 -17.954765 cd4-positive helper t cell CD48
|
1256 |
+
13.892059 -6.2502046 cd4-positive helper t cell RICTOR
|
1257 |
+
8.992511 -9.526798 cd4-positive helper t cell TRIM62
|
1258 |
+
-0.12227525 -17.785994 cd4-positive helper t cell CBLB
|
1259 |
+
-5.3101883 6.5210185 cd4-positive helper t cell PIP4K2A
|
1260 |
+
-5.003883 -16.743752 cd4-positive helper t cell RPL30
|
1261 |
+
-1.7313408 -17.845278 cd4-positive helper t cell CMTM3
|
1262 |
+
-1.5538675 -17.691648 cd4-positive helper t cell GTPBP10
|
1263 |
+
8.466595 -8.599685 cd4-positive helper t cell MAP3K4
|
1264 |
+
-4.862305 5.4572926 cd4-positive helper t cell MBP
|
1265 |
+
-3.4479377 3.7849746 cd4-positive helper t cell CASP8AP2
|
1266 |
+
-3.8444388 -17.03477 cd4-positive helper t cell HNRNPL
|
1267 |
+
-1.922804 -17.455606 cd4-positive helper t cell BORCS8-MEF2B
|
1268 |
+
-3.4983747 -17.112478 cd4-positive helper t cell EVL
|
1269 |
+
-0.35848522 -17.384193 cd4-positive helper t cell CXCR5
|
1270 |
+
-4.5242953 -16.935349 cd4-positive helper t cell DDX24
|
1271 |
+
15.837198 -3.1046424 cd4-positive helper t cell POM121
|
1272 |
+
-2.7044451 -17.59569 cd4-positive helper t cell VAV1
|
1273 |
+
-0.5047847 -18.083286 cd4-positive helper t cell PLAC8
|
data/cd8-positive,_alpha-beta_cytokine_secreting_effector_t_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/cd8-positive,_alpha-beta_cytotoxic_t_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/cell_of_skeletal_muscle_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/ciliary_body_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/ciliated_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/ciliated_epithelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/classical_monocyte_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/club_cell_embeddings.csv
ADDED
@@ -0,0 +1,2141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
-6.2884145 3.508118 club cell NCOA7
|
3 |
+
-7.410126 3.983674 club cell RAB14
|
4 |
+
-8.0350275 3.5750015 club cell RPL24
|
5 |
+
-7.4010487 4.5417395 club cell YAP1
|
6 |
+
-8.254176 3.4050846 club cell ERG28
|
7 |
+
-5.6639423 3.179141 club cell CMTM4
|
8 |
+
-7.663356 3.0023227 club cell ZNF391
|
9 |
+
-7.138425 4.6382794 club cell RBM26
|
10 |
+
-8.615377 3.0099282 club cell GPLD1
|
11 |
+
-7.4714527 3.3797848 club cell POLR1D
|
12 |
+
-7.640353 4.256617 club cell ERH
|
13 |
+
-6.733392 3.7183845 club cell FDPS
|
14 |
+
-9.095159 4.3802843 club cell OLIG1
|
15 |
+
-7.22065 3.2558358 club cell ARHGEF5
|
16 |
+
-6.6204033 3.5184913 club cell WTIP
|
17 |
+
-7.2965145 3.7706625 club cell FXYD3
|
18 |
+
-5.301887 2.1461759 club cell LRRC4
|
19 |
+
-6.872612 3.577312 club cell WDR61
|
20 |
+
-8.689366 3.6592805 club cell TENT5A
|
21 |
+
-7.0908785 5.0178185 club cell RAB27B
|
22 |
+
-6.644363 3.2481892 club cell RSKR
|
23 |
+
-7.060982 4.1941295 club cell EEF2K
|
24 |
+
-6.9780684 4.391004 club cell TRAF3IP1
|
25 |
+
-7.2533164 2.9180427 club cell IGSF1
|
26 |
+
-6.5400257 3.9267335 club cell GAR1
|
27 |
+
-7.9262543 4.9147763 club cell GFPT1
|
28 |
+
-8.629569 3.3510818 club cell PLS1
|
29 |
+
-7.8115983 3.1849198 club cell USP54
|
30 |
+
-7.240091 4.6394567 club cell CRB3
|
31 |
+
-8.620212 3.0337133 club cell HNRNPH2
|
32 |
+
-7.918542 5.1425085 club cell TRIP6
|
33 |
+
-7.1297474 4.599045 club cell GPRC5C
|
34 |
+
-7.1142535 5.071916 club cell ZNF629
|
35 |
+
-6.508371 3.953762 club cell ARL3
|
36 |
+
-6.990634 4.1135616 club cell ZNF784
|
37 |
+
-9.267638 7.8042374 club cell PER3
|
38 |
+
-6.0897274 3.0252025 club cell MRPL50
|
39 |
+
-7.2394104 4.401633 club cell ABHD11
|
40 |
+
-7.942325 3.7457972 club cell MAST4
|
41 |
+
-7.4332523 2.9744911 club cell MCEE
|
42 |
+
-7.0530815 2.983682 club cell TAF6L
|
43 |
+
-6.7567215 3.1053813 club cell GPSM2
|
44 |
+
-6.4915066 4.162974 club cell CERS4
|
45 |
+
-7.072543 4.108046 club cell RAB11FIP4
|
46 |
+
-6.0909915 3.7470052 club cell TRIM8
|
47 |
+
-7.79265 3.5008485 club cell SEC14L4
|
48 |
+
-7.4123473 4.9130983 club cell NDFIP2
|
49 |
+
-7.642928 5.3474894 club cell PIGP
|
50 |
+
-7.2832065 3.8516006 club cell ASF1A
|
51 |
+
-7.7574797 4.97677 club cell SHPRH
|
52 |
+
-7.0510936 3.274764 club cell FAM241B
|
53 |
+
-7.128928 4.920233 club cell KIAA0408
|
54 |
+
-7.4152393 2.5908115 club cell CLCN5
|
55 |
+
-7.464691 4.4902763 club cell YAE1
|
56 |
+
-8.094099 4.7986364 club cell ZXDC
|
57 |
+
-8.554995 4.718234 club cell EDC3
|
58 |
+
-8.281184 3.7355053 club cell TIMP1
|
59 |
+
-7.2208166 3.824568 club cell RYR1
|
60 |
+
-7.1831884 4.26494 club cell RPAIN
|
61 |
+
-7.443671 5.022925 club cell FBXL4
|
62 |
+
-6.464656 3.3786023 club cell UFM1
|
63 |
+
-6.9277086 3.545163 club cell DSP
|
64 |
+
-7.04957 1.302966 club cell MORN2
|
65 |
+
-6.8515635 3.9945955 club cell SERTAD4
|
66 |
+
-6.541119 3.0567794 club cell DMTN
|
67 |
+
-7.3350773 5.111706 club cell SYNE4
|
68 |
+
-7.1298018 4.083269 club cell DAGLA
|
69 |
+
-7.945314 4.736584 club cell SELENBP1
|
70 |
+
-7.4462814 4.4055376 club cell TGFA
|
71 |
+
-7.7868896 4.803061 club cell WDR90
|
72 |
+
-8.095695 5.6108994 club cell MST1R
|
73 |
+
-8.303713 4.9108205 club cell GEMIN6
|
74 |
+
-7.2433558 3.2887278 club cell CDCA7L
|
75 |
+
-7.5941052 3.8674345 club cell CFH
|
76 |
+
-8.660851 3.7162898 club cell ZFHX3
|
77 |
+
-6.957316 4.792052 club cell ROBO2
|
78 |
+
-6.998224 3.1407294 club cell CX3CL1
|
79 |
+
-7.817691 5.342387 club cell PON2
|
80 |
+
-7.4433136 4.7695107 club cell ARFIP2
|
81 |
+
-7.734903 3.0922973 club cell IPO9
|
82 |
+
-7.1410384 3.107994 club cell CLDN4
|
83 |
+
-6.0592513 2.7765298 club cell RHBDF1
|
84 |
+
-7.765599 4.6456213 club cell MAP3K21
|
85 |
+
-7.154924 4.9537916 club cell MTERF2
|
86 |
+
-9.073864 4.171654 club cell COBLL1
|
87 |
+
-7.775651 5.3164473 club cell NOP53
|
88 |
+
-8.055613 5.5389805 club cell PRX
|
89 |
+
-7.406986 4.6961017 club cell PPIG
|
90 |
+
-9.041993 3.1414404 club cell NPC1
|
91 |
+
-6.072837 3.4205768 club cell METAP2
|
92 |
+
-7.338694 3.8171072 club cell TIA1
|
93 |
+
-7.836428 5.421194 club cell ANKRD13A
|
94 |
+
-8.582042 3.3174706 club cell CST6
|
95 |
+
-6.761455 4.570387 club cell ACVR1B
|
96 |
+
-7.8435006 5.334924 club cell KIAA1328
|
97 |
+
-7.2200747 4.424796 club cell ASB7
|
98 |
+
-10.211059 5.576288 club cell SLC11A2
|
99 |
+
-7.180355 5.4593005 club cell RAB31
|
100 |
+
-7.55215 4.730206 club cell C5
|
101 |
+
-7.620228 3.6814744 club cell PPP1R13L
|
102 |
+
-6.3100348 3.043252 club cell CBY1
|
103 |
+
-8.655086 3.7715452 club cell GOLGB1
|
104 |
+
-9.246913 7.5184593 club cell ZNF747
|
105 |
+
-10.381206 5.8986073 club cell STAP2
|
106 |
+
-6.3309054 2.9741588 club cell ATP5MC1
|
107 |
+
-7.713274 4.79331 club cell WNT5A
|
108 |
+
-6.853463 4.0584974 club cell RGL3
|
109 |
+
-7.5340753 4.360896 club cell MED11
|
110 |
+
-7.3684855 4.52893 club cell ERLIN2
|
111 |
+
-6.7831287 3.7906463 club cell USP49
|
112 |
+
-6.926813 2.967509 club cell RABGAP1L
|
113 |
+
-8.198097 3.310962 club cell PLEKHS1
|
114 |
+
-9.62008 4.4631014 club cell CCDC57
|
115 |
+
-8.301971 3.0724635 club cell TRIM2
|
116 |
+
-6.874243 4.531155 club cell BBS4
|
117 |
+
-7.6125684 4.927182 club cell SNRPD3
|
118 |
+
-6.7500286 3.9140546 club cell SMAD1
|
119 |
+
-6.936814 3.722737 club cell NDUFA12
|
120 |
+
-8.084307 3.2607427 club cell AKT1
|
121 |
+
-6.053323 3.5519595 club cell CENPV
|
122 |
+
-6.7829256 3.902392 club cell S100A2
|
123 |
+
-8.866377 4.355048 club cell EFNB2
|
124 |
+
-7.666851 5.123626 club cell FNDC3A
|
125 |
+
-7.329762 4.884368 club cell MIB1
|
126 |
+
-6.9728136 3.857066 club cell GSTA1
|
127 |
+
-6.528373 3.768764 club cell MREG
|
128 |
+
-6.5588064 4.027343 club cell XPNPEP3
|
129 |
+
-8.506564 3.5487812 club cell SLC9A3R2
|
130 |
+
-7.2999916 4.6759014 club cell HPSE
|
131 |
+
-7.9180803 4.9879913 club cell FCGRT
|
132 |
+
-7.249484 3.1424012 club cell WDR25
|
133 |
+
-6.2606697 3.9816608 club cell LIMD1
|
134 |
+
-7.1218996 3.0491977 club cell RANBP9
|
135 |
+
-10.213814 5.67277 club cell IL13RA1
|
136 |
+
-8.490217 4.5332274 club cell RHBDD2
|
137 |
+
-7.5112457 4.236221 club cell RASGRF1
|
138 |
+
-6.903444 3.4464872 club cell PIGF
|
139 |
+
-7.083138 4.3604817 club cell KLF15
|
140 |
+
-5.9232574 3.8381941 club cell VPS37B
|
141 |
+
-7.541291 4.436578 club cell EYA1
|
142 |
+
-7.8461037 5.2415733 club cell FBXO34
|
143 |
+
-7.1439924 4.479062 club cell CTDSP2
|
144 |
+
-7.354234 4.487004 club cell CLU
|
145 |
+
-9.256229 4.4450765 club cell KIAA0232
|
146 |
+
-7.0797076 4.465671 club cell ARHGAP32
|
147 |
+
-6.3890514 4.1325707 club cell NR1D2
|
148 |
+
-7.0463605 3.49759 club cell OSMR
|
149 |
+
-7.0912952 3.859233 club cell SNX4
|
150 |
+
-7.7044587 5.325349 club cell ZNF444
|
151 |
+
-7.231454 4.223226 club cell CCND1
|
152 |
+
-7.047352 3.5496168 club cell ZNF83
|
153 |
+
-7.058843 4.1276913 club cell SHTN1
|
154 |
+
-7.992769 4.749961 club cell MVP
|
155 |
+
-7.687042 4.680612 club cell MLPH
|
156 |
+
-6.5338006 3.8373537 club cell MRE11
|
157 |
+
-6.818708 3.9517658 club cell LAMTOR3
|
158 |
+
-7.3427997 3.8326778 club cell SLC16A10
|
159 |
+
-6.7433157 2.7820804 club cell LMTK2
|
160 |
+
-7.90201 5.103659 club cell PPP2CB
|
161 |
+
-7.0369887 4.6401153 club cell MYL12B
|
162 |
+
-7.3042088 4.1187286 club cell SCGB3A2
|
163 |
+
-5.38606 3.220961 club cell C5orf15
|
164 |
+
-6.638379 4.345673 club cell CISH
|
165 |
+
-5.832403 3.657965 club cell EPAS1
|
166 |
+
-7.3658924 3.826249 club cell ZNF768
|
167 |
+
-6.8346176 2.8900778 club cell SCAF8
|
168 |
+
-6.4929953 4.2224245 club cell TBL1XR1
|
169 |
+
-7.7209883 4.8963346 club cell FLNB
|
170 |
+
-5.985466 3.8881226 club cell EDF1
|
171 |
+
-8.129826 3.393474 club cell AMOTL2
|
172 |
+
-7.64252 2.9645698 club cell TRIM13
|
173 |
+
-6.6481276 3.3874357 club cell CNTN4
|
174 |
+
-7.240862 5.0507326 club cell MALL
|
175 |
+
-7.3616333 3.032137 club cell BMF
|
176 |
+
-7.01713 4.427926 club cell MAP3K9
|
177 |
+
-6.3069477 3.1703842 club cell TEFM
|
178 |
+
-7.839392 4.8951635 club cell POLK
|
179 |
+
-7.6704917 4.82722 club cell TOM1L1
|
180 |
+
-9.620304 4.5733356 club cell DNTTIP1
|
181 |
+
-7.349566 3.9711478 club cell LRP6
|
182 |
+
-6.242503 3.5190403 club cell ALDH3B1
|
183 |
+
-7.5899596 4.7002115 club cell SYNJ2BP
|
184 |
+
-7.2654076 3.585854 club cell FOXP4
|
185 |
+
-7.7783136 5.143791 club cell CISD1
|
186 |
+
-5.5577426 3.8011122 club cell BNIP3
|
187 |
+
-7.667762 4.007589 club cell MRPS26
|
188 |
+
-6.433367 4.2891526 club cell CHP1
|
189 |
+
-5.816453 3.5206616 club cell VGLL4
|
190 |
+
-7.1894803 4.6919484 club cell BEX3
|
191 |
+
-7.3834443 4.5236387 club cell SLC44A3
|
192 |
+
-6.987213 4.3863525 club cell RDX
|
193 |
+
-6.2117167 3.4374678 club cell TMEM87A
|
194 |
+
-6.7806144 3.356553 club cell ERBB2
|
195 |
+
-7.3709 5.391477 club cell CNIH4
|
196 |
+
-7.0963206 5.090458 club cell CDC42BPG
|
197 |
+
-7.7190323 5.0951285 club cell SC5D
|
198 |
+
-7.9492016 2.887435 club cell WDR11
|
199 |
+
-8.284199 4.576737 club cell SHC4
|
200 |
+
-7.7782736 3.838477 club cell EFEMP2
|
201 |
+
-7.684774 5.184495 club cell GOLGA2
|
202 |
+
-7.706667 5.0611687 club cell LAMB3
|
203 |
+
-9.795495 4.6910596 club cell ACAT2
|
204 |
+
-7.267504 3.1852586 club cell PRKAB1
|
205 |
+
-8.498416 3.3636775 club cell ZMYM3
|
206 |
+
-6.631269 3.9217024 club cell SYNE1
|
207 |
+
-8.580418 3.164237 club cell SYTL5
|
208 |
+
-6.6499104 3.9127188 club cell PAIP1
|
209 |
+
-9.2174225 2.9873376 club cell ICMT
|
210 |
+
-6.9596825 3.4969788 club cell TUSC3
|
211 |
+
-7.7139645 4.56743 club cell ERBB3
|
212 |
+
-6.68788 4.4379306 club cell ABO
|
213 |
+
-6.839264 3.580754 club cell MRPS18B
|
214 |
+
-7.7935143 4.818025 club cell GAPVD1
|
215 |
+
-7.433451 4.0234246 club cell RSF1
|
216 |
+
-6.7381296 4.359458 club cell SFTPB
|
217 |
+
-7.813578 3.3564816 club cell PLK2
|
218 |
+
-7.3286467 4.9021406 club cell ACOX1
|
219 |
+
-7.969233 4.861993 club cell SIRT4
|
220 |
+
-6.147225 3.0078635 club cell OTULINL
|
221 |
+
-6.674701 3.3667505 club cell ZNF566
|
222 |
+
-7.68704 4.664526 club cell KLF5
|
223 |
+
-6.0783257 3.9700234 club cell CXCL16
|
224 |
+
-9.106852 2.8971248 club cell SGSM2
|
225 |
+
-6.673876 4.1562343 club cell CDK1
|
226 |
+
-7.6854234 3.3265326 club cell MAGI2
|
227 |
+
-6.9008093 4.173159 club cell BRD8
|
228 |
+
-9.158211 8.1352825 club cell ALDH6A1
|
229 |
+
-7.5153675 5.5198426 club cell CNPY2
|
230 |
+
-7.3831267 2.771881 club cell HMGN5
|
231 |
+
-8.871804 6.7298555 club cell PEX2
|
232 |
+
-7.8572946 4.911631 club cell C6orf226
|
233 |
+
-7.0700197 4.446147 club cell SDR16C5
|
234 |
+
-8.150577 2.8825927 club cell MAP3K13
|
235 |
+
-7.368286 4.232582 club cell MYO5B
|
236 |
+
-10.142331 9.987063 club cell RRBP1
|
237 |
+
-7.616474 2.6927664 club cell SPIRE1
|
238 |
+
-9.343142 4.230684 club cell CHD6
|
239 |
+
-7.108468 4.4819794 club cell BNIP3L
|
240 |
+
-7.830409 3.7923772 club cell ID3
|
241 |
+
-7.409428 3.0303593 club cell SPSB2
|
242 |
+
-10.728882 5.6042147 club cell ZNF620
|
243 |
+
-7.8092837 3.3228028 club cell RBM4
|
244 |
+
-9.782531 4.560277 club cell VAPA
|
245 |
+
-6.816022 3.982835 club cell TLE2
|
246 |
+
-7.795727 3.3919182 club cell BBS2
|
247 |
+
-7.3906074 3.064185 club cell PEX11G
|
248 |
+
-7.869807 5.450836 club cell FEM1B
|
249 |
+
-9.260858 3.028798 club cell VAMP5
|
250 |
+
-7.4849844 4.9848714 club cell ZCCHC14
|
251 |
+
-7.0491066 4.714525 club cell NFIA
|
252 |
+
-6.967386 2.7896419 club cell DAG1
|
253 |
+
-6.1893425 3.0869322 club cell KIAA1671
|
254 |
+
-5.9957814 3.2889338 club cell RTL8A
|
255 |
+
-7.489245 4.8998756 club cell SCD
|
256 |
+
-8.393409 3.109165 club cell MC1R
|
257 |
+
-6.9465175 3.8806064 club cell POLD1
|
258 |
+
-8.049955 5.5815063 club cell DHX57
|
259 |
+
-6.8469987 3.28926 club cell WSB1
|
260 |
+
-7.2796926 4.520078 club cell TRIB3
|
261 |
+
-9.950487 9.231371 club cell POLR2L
|
262 |
+
-7.0969877 4.8652134 club cell RFX2
|
263 |
+
-7.2224417 4.047749 club cell OTUD7B
|
264 |
+
-6.9157696 4.0302672 club cell TRIM6
|
265 |
+
-7.5750237 5.019532 club cell PRSS8
|
266 |
+
-9.991769 9.592281 club cell IFIT5
|
267 |
+
-7.007546 3.6886265 club cell NRDE2
|
268 |
+
-10.045606 4.526839 club cell AGK
|
269 |
+
-6.609075 4.432566 club cell POGZ
|
270 |
+
-5.7321587 2.8001523 club cell WDFY3
|
271 |
+
-7.969149 4.716453 club cell VIPR1
|
272 |
+
-6.2090454 3.55216 club cell GCAT
|
273 |
+
-7.7389474 2.994812 club cell TRIM68
|
274 |
+
-7.7748938 3.5014699 club cell ZBTB44
|
275 |
+
-7.1091604 3.4204807 club cell ATN1
|
276 |
+
-10.262822 5.4511466 club cell DGCR6
|
277 |
+
-10.762859 5.633946 club cell PYGO1
|
278 |
+
-7.42475 4.9822054 club cell INSR
|
279 |
+
-7.8774004 4.5530167 club cell TCEAL2
|
280 |
+
-6.6829386 4.1063557 club cell RIC3
|
281 |
+
-6.0077453 3.4898922 club cell RAB11B
|
282 |
+
-6.877529 4.3952436 club cell DCTN1
|
283 |
+
-6.61924 4.588986 club cell HYI
|
284 |
+
-6.9605894 4.57634 club cell ENKD1
|
285 |
+
-7.7155585 5.088531 club cell AP1M2
|
286 |
+
-5.582275 3.1405857 club cell MAPK13
|
287 |
+
-6.7640114 3.7087824 club cell AP1G1
|
288 |
+
-7.930704 3.2430508 club cell TAF1B
|
289 |
+
-6.3995547 3.633425 club cell NCOR2
|
290 |
+
-6.33758 3.6898735 club cell ALDH1A1
|
291 |
+
-10.154667 5.2217336 club cell PTPRK
|
292 |
+
-7.330306 3.4816992 club cell MECOM
|
293 |
+
-7.8860354 5.1110587 club cell TMEM41B
|
294 |
+
-8.788095 3.113816 club cell SOWAHC
|
295 |
+
-6.8887167 3.8353424 club cell NTN1
|
296 |
+
-7.9854474 4.9060063 club cell VPS13C
|
297 |
+
-6.5138993 3.44034 club cell TXNDC15
|
298 |
+
-7.790836 5.2228103 club cell ZRANB2
|
299 |
+
-7.091587 4.2934127 club cell EBP
|
300 |
+
-10.050036 5.3209534 club cell ZNF512
|
301 |
+
-6.8962483 3.2514064 club cell BMPR1A
|
302 |
+
-6.8635697 4.565805 club cell MISP
|
303 |
+
-7.5110154 2.9892879 club cell ARMC7
|
304 |
+
-6.766772 4.625682 club cell MMP7
|
305 |
+
-7.2440634 4.8109055 club cell TNIK
|
306 |
+
-7.466024 5.079802 club cell GSN
|
307 |
+
-6.228519 3.564938 club cell MRPL55
|
308 |
+
-6.659899 3.7748759 club cell CALM2
|
309 |
+
-7.9398465 5.0437813 club cell PRKRA
|
310 |
+
-4.639526 3.4993558 club cell ENAH
|
311 |
+
-7.7090087 4.266688 club cell TRIM17
|
312 |
+
-6.4394517 3.1994288 club cell ZNF641
|
313 |
+
-7.377549 3.3468912 club cell PRKAR2B
|
314 |
+
-6.5504923 4.2135863 club cell PLCH1
|
315 |
+
-7.276137 4.5839553 club cell PHLDA3
|
316 |
+
-7.4558644 4.485689 club cell NR2F2
|
317 |
+
-8.787383 4.241152 club cell MRPL27
|
318 |
+
-7.438189 3.0187943 club cell ZSCAN9
|
319 |
+
-5.9454794 3.544491 club cell HSD17B13
|
320 |
+
-7.215959 4.3741856 club cell FAM13A
|
321 |
+
-9.212786 4.334642 club cell PMF1
|
322 |
+
-9.072272 4.512594 club cell TAF1
|
323 |
+
-6.383291 3.442669 club cell SH2D3A
|
324 |
+
-8.152108 4.7173805 club cell CAPN2
|
325 |
+
-7.045633 4.9919977 club cell SNTB1
|
326 |
+
-10.507656 5.326446 club cell SIX4
|
327 |
+
-7.2551146 3.8920574 club cell SLC4A8
|
328 |
+
-7.1886244 4.695121 club cell RCHY1
|
329 |
+
-6.799751 3.2960708 club cell TTC8
|
330 |
+
-9.355837 4.7016983 club cell SPTSSA
|
331 |
+
-10.0686245 5.2232056 club cell IL1RL1
|
332 |
+
-7.2891526 3.5739403 club cell ATXN2
|
333 |
+
-8.317841 3.9167814 club cell ANOS1
|
334 |
+
-6.7877865 4.036713 club cell CNTROB
|
335 |
+
-6.673187 4.293378 club cell MGST1
|
336 |
+
-7.560907 4.653472 club cell KCNQ1
|
337 |
+
-7.1642513 4.6626563 club cell USP40
|
338 |
+
-6.0000033 3.3369226 club cell SEC31A
|
339 |
+
-7.7845645 5.2732534 club cell MAML2
|
340 |
+
-7.2412543 4.3979573 club cell TCAF1
|
341 |
+
-7.662026 4.872545 club cell RASD1
|
342 |
+
-6.134275 3.4242818 club cell TMEM101
|
343 |
+
-6.8923397 5.1051188 club cell BNIPL
|
344 |
+
-6.3324227 4.1418533 club cell RHOBTB2
|
345 |
+
-7.809538 4.9219203 club cell TMED4
|
346 |
+
-7.197964 4.2788653 club cell RNF32
|
347 |
+
-6.373847 3.4770656 club cell SNX5
|
348 |
+
-5.547651 3.241761 club cell AGR2
|
349 |
+
-8.726339 4.313344 club cell NDUFAF3
|
350 |
+
-7.8232894 4.901726 club cell ARL2
|
351 |
+
-8.084286 3.3041658 club cell UBN2
|
352 |
+
-7.536234 5.2564664 club cell LLGL2
|
353 |
+
-7.572344 4.682517 club cell NMB
|
354 |
+
-7.75673 5.1365385 club cell GOLGA4
|
355 |
+
-6.9963045 4.957244 club cell NINJ2
|
356 |
+
-7.1246443 5.1114187 club cell LSR
|
357 |
+
-7.8868437 5.6105914 club cell ADNP
|
358 |
+
-7.867489 5.2112703 club cell KRR1
|
359 |
+
-6.4428396 3.5948405 club cell ATP7A
|
360 |
+
-6.387996 4.226075 club cell TMEM45B
|
361 |
+
-7.6745954 4.0915127 club cell EFS
|
362 |
+
-9.691051 4.67847 club cell CPNE2
|
363 |
+
-7.0995817 3.8319662 club cell TIMM10B
|
364 |
+
-7.0967607 3.804342 club cell KCNJ15
|
365 |
+
-7.8216214 4.8260794 club cell UVSSA
|
366 |
+
-6.5982604 4.3680844 club cell TCEAL9
|
367 |
+
-6.857121 4.421666 club cell STXBP1
|
368 |
+
-7.834852 5.449922 club cell MFSD6
|
369 |
+
-8.486616 3.0326576 club cell MID1
|
370 |
+
-7.951082 5.18507 club cell TMEM120B
|
371 |
+
-7.2918663 3.3246145 club cell ZNF264
|
372 |
+
-7.1593695 4.3762827 club cell ZFYVE21
|
373 |
+
-7.3526025 4.977413 club cell SLC25A5
|
374 |
+
-6.690429 3.3602154 club cell MALSU1
|
375 |
+
-7.1496105 4.729594 club cell EPB41L1
|
376 |
+
-6.811439 3.815646 club cell EGFL7
|
377 |
+
-6.4920335 2.9557984 club cell PRDM16
|
378 |
+
-7.621881 5.3951955 club cell ZSCAN26
|
379 |
+
-8.399413 4.3377614 club cell TCTN2
|
380 |
+
-7.5923085 4.1211734 club cell DUSP23
|
381 |
+
-7.42203 4.0428634 club cell XK
|
382 |
+
-10.227925 5.579533 club cell SEC22A
|
383 |
+
-8.113181 4.0300827 club cell INO80D
|
384 |
+
-8.132481 3.191168 club cell EVPL
|
385 |
+
-7.038714 3.731062 club cell LMO3
|
386 |
+
-7.629393 4.887864 club cell B4GALT1
|
387 |
+
-7.9643164 4.5660043 club cell PKN2
|
388 |
+
-6.866633 4.230585 club cell GALNT11
|
389 |
+
-7.4704866 4.8204255 club cell ADRB1
|
390 |
+
-7.8579025 3.5859263 club cell NME7
|
391 |
+
-6.1414948 3.0088556 club cell USP1
|
392 |
+
-7.405559 5.3457327 club cell MAPK10
|
393 |
+
-6.5739045 4.1799088 club cell CCDC115
|
394 |
+
-6.7987456 3.5798776 club cell LSM5
|
395 |
+
-7.336176 4.174066 club cell DTX2
|
396 |
+
-7.1912293 3.8015988 club cell FABP5
|
397 |
+
-6.93202 4.7731957 club cell RANBP1
|
398 |
+
-5.5098763 4.457213 club cell LRP5
|
399 |
+
-10.031121 9.72685 club cell PPA2
|
400 |
+
-7.51669 3.1845598 club cell ARRB1
|
401 |
+
-6.873667 4.509268 club cell HSD17B8
|
402 |
+
-6.1729584 3.5467682 club cell MTUS1
|
403 |
+
-7.189373 4.6872306 club cell PPIH
|
404 |
+
-7.619337 5.0800014 club cell DSG2
|
405 |
+
-7.0903673 4.4655476 club cell RALY
|
406 |
+
-9.394022 7.6966596 club cell NUP155
|
407 |
+
-7.7614493 5.2829103 club cell TMEM208
|
408 |
+
-8.445892 3.0925596 club cell PAX9
|
409 |
+
-7.4673615 5.072367 club cell BRD3
|
410 |
+
-6.182282 3.71943 club cell GTF3C2
|
411 |
+
-7.3236556 3.902967 club cell NDRG1
|
412 |
+
-7.398724 5.33087 club cell EPS8L2
|
413 |
+
-8.4617 3.1978424 club cell OCLN
|
414 |
+
-6.7505507 4.0966268 club cell ENPP4
|
415 |
+
-7.450655 4.6438556 club cell FAM71F2
|
416 |
+
-8.254818 5.1307445 club cell RBFOX2
|
417 |
+
-7.1001334 4.640787 club cell PDZD2
|
418 |
+
-7.462757 4.534744 club cell ZNF557
|
419 |
+
-7.5504084 3.1090095 club cell LY6E
|
420 |
+
-6.63332 3.574944 club cell PIK3C2A
|
421 |
+
-7.732773 5.1658893 club cell PIK3C2B
|
422 |
+
-7.5500655 4.866807 club cell SP1
|
423 |
+
-7.6268167 3.7537463 club cell DUSP16
|
424 |
+
-6.8155174 4.5695367 club cell AADAC
|
425 |
+
-7.9426527 3.8156285 club cell SMURF2
|
426 |
+
-7.2335176 4.5088573 club cell ITPRID2
|
427 |
+
-6.9608755 4.3776717 club cell PIAS3
|
428 |
+
-8.433172 3.0733585 club cell DUOX2
|
429 |
+
-7.572458 3.8242989 club cell SOCS2
|
430 |
+
-8.08999 4.8291984 club cell GUCY1A1
|
431 |
+
-7.598266 5.406074 club cell EZR
|
432 |
+
-8.910676 3.2579198 club cell SLC12A2
|
433 |
+
-5.609512 3.420658 club cell VKORC1L1
|
434 |
+
-6.163794 3.6619036 club cell ITGB6
|
435 |
+
-7.9821634 4.949334 club cell RIPK4
|
436 |
+
-8.192069 3.3704362 club cell ZNF827
|
437 |
+
-8.072658 4.811138 club cell MGP
|
438 |
+
-7.460782 4.089134 club cell GRAMD1C
|
439 |
+
-7.424535 4.315923 club cell YIPF6
|
440 |
+
-8.245426 4.6918902 club cell MMUT
|
441 |
+
-6.760532 3.8197212 club cell RABGAP1
|
442 |
+
-7.0757933 3.125785 club cell ARF5
|
443 |
+
-7.168976 3.3931968 club cell LANCL2
|
444 |
+
-7.8261175 4.677644 club cell WFDC2
|
445 |
+
-8.475923 3.4379256 club cell BAG1
|
446 |
+
-7.686092 3.343437 club cell PDCD10
|
447 |
+
-7.088021 3.6647696 club cell KANK2
|
448 |
+
-7.797196 3.3837287 club cell CEACAM6
|
449 |
+
-7.831498 3.4660616 club cell MFSD14C
|
450 |
+
-7.4223723 4.8872304 club cell RAB11FIP1
|
451 |
+
-8.448184 3.9220085 club cell PMM1
|
452 |
+
-10.529667 5.5706396 club cell ZNF148
|
453 |
+
-6.5504513 3.6268258 club cell RHOU
|
454 |
+
-6.6822124 4.224517 club cell NAB2
|
455 |
+
-7.146409 3.7068346 club cell ZNF451
|
456 |
+
-7.01338 4.790116 club cell TRIM46
|
457 |
+
-6.0641828 3.2347746 club cell DNAJC30
|
458 |
+
-10.324566 4.8723917 club cell ZNF837
|
459 |
+
-7.345712 3.2685068 club cell DUT
|
460 |
+
-7.104497 4.2759604 club cell DAPK1
|
461 |
+
-8.190572 3.2531044 club cell CLOCK
|
462 |
+
-7.7078958 4.5514517 club cell ZNF277
|
463 |
+
-8.724076 4.2888207 club cell UXS1
|
464 |
+
-7.7038136 3.1702313 club cell KANSL1
|
465 |
+
-5.558743 3.6285458 club cell SH3BP4
|
466 |
+
-8.635023 3.5256662 club cell POLR2H
|
467 |
+
-9.418261 8.48784 club cell HECW2
|
468 |
+
-5.8898396 3.5915732 club cell NIPAL3
|
469 |
+
-7.007478 4.136937 club cell MAP9
|
470 |
+
-7.15885 4.6434946 club cell MAGI1
|
471 |
+
-6.4988346 4.043992 club cell ARFIP1
|
472 |
+
-7.2024813 4.586443 club cell PREPL
|
473 |
+
-7.312099 4.5643024 club cell TTC3
|
474 |
+
-6.19105 3.2194955 club cell NDUFA2
|
475 |
+
-6.559051 3.8256285 club cell SPCS2
|
476 |
+
-7.8321886 5.0519085 club cell UBE2W
|
477 |
+
-9.435063 2.8235178 club cell TMEM218
|
478 |
+
-7.32331 3.7729158 club cell MARCO
|
479 |
+
-6.638284 3.331075 club cell NTN4
|
480 |
+
-6.3868194 4.052498 club cell CD151
|
481 |
+
-7.020232 4.2241344 club cell AFDN
|
482 |
+
-7.1794896 3.1106849 club cell ZNF714
|
483 |
+
-7.3826857 4.648779 club cell SHB
|
484 |
+
-7.558879 3.9175847 club cell C4orf19
|
485 |
+
-6.348595 3.6909966 club cell CCNF
|
486 |
+
-7.3621306 4.1983404 club cell C1orf35
|
487 |
+
-6.7669697 3.3127067 club cell HID1
|
488 |
+
-7.648255 4.8392854 club cell SUMO1
|
489 |
+
-7.1347795 4.58428 club cell NUMA1
|
490 |
+
-7.203556 4.753964 club cell PDS5A
|
491 |
+
-7.448734 4.5852394 club cell ARHGEF28
|
492 |
+
-8.649689 4.2851086 club cell SCYL2
|
493 |
+
-6.417545 3.4879458 club cell NIPSNAP2
|
494 |
+
-6.3830156 3.56714 club cell SOX2
|
495 |
+
-7.000903 3.0706902 club cell MGA
|
496 |
+
-6.1133084 3.384392 club cell TMBIM4
|
497 |
+
-7.9304204 4.2339325 club cell PARP9
|
498 |
+
-6.345272 4.1806827 club cell ABT1
|
499 |
+
-9.213109 2.5786252 club cell ADRA2A
|
500 |
+
-6.7206 4.2646623 club cell CCL18
|
501 |
+
-10.3935175 5.479704 club cell PLA2G1B
|
502 |
+
-8.108865 4.729883 club cell NUP160
|
503 |
+
-8.117884 3.1281679 club cell RBBP4
|
504 |
+
-7.378438 3.4271836 club cell F11R
|
505 |
+
-7.510866 2.4025733 club cell SRI
|
506 |
+
-7.0752115 4.664769 club cell RAB9A
|
507 |
+
-8.448824 3.1101952 club cell C1orf21
|
508 |
+
-8.043411 3.4715629 club cell GJA1
|
509 |
+
-5.435976 2.8816833 club cell CEP290
|
510 |
+
-7.7372937 4.948938 club cell EFEMP1
|
511 |
+
-7.6600957 5.239777 club cell SFTPA2
|
512 |
+
-7.4575047 4.0266633 club cell ARNTL
|
513 |
+
-6.435178 3.85191 club cell UPF3A
|
514 |
+
-6.9473705 3.4054654 club cell EVA1A
|
515 |
+
-7.3252525 3.1458304 club cell TM4SF1
|
516 |
+
-7.2709394 5.030802 club cell MAP7
|
517 |
+
-8.686884 3.366687 club cell SPAG6
|
518 |
+
-8.530983 3.25335 club cell ACOT11
|
519 |
+
-7.6722465 3.3540053 club cell IFT20
|
520 |
+
-7.6539564 4.6827908 club cell BANF1
|
521 |
+
-7.186236 4.6011376 club cell RGCC
|
522 |
+
-7.4941144 4.59632 club cell L3MBTL4
|
523 |
+
-7.537432 4.366237 club cell PER2
|
524 |
+
-7.959211 5.094532 club cell CDH1
|
525 |
+
-6.5786176 3.7960882 club cell MOAP1
|
526 |
+
-8.033458 5.4122667 club cell ALKBH7
|
527 |
+
-7.7853866 5.083085 club cell FOXJ1
|
528 |
+
-5.602684 3.9642432 club cell ARHGAP5
|
529 |
+
-8.660351 7.0836563 club cell PEG10
|
530 |
+
-6.706296 3.2139287 club cell EGR2
|
531 |
+
-6.9731054 4.115335 club cell GOLGA6L9
|
532 |
+
-7.735216 3.1673524 club cell PTPRG
|
533 |
+
-7.9632545 4.624278 club cell LSM3
|
534 |
+
-7.1739507 4.2101026 club cell GIPC1
|
535 |
+
-6.702375 4.209134 club cell AFF3
|
536 |
+
-7.7583675 4.949896 club cell ZCWPW2
|
537 |
+
-6.415191 4.193995 club cell SKA2
|
538 |
+
-7.591617 4.929176 club cell DHCR24
|
539 |
+
-7.0862355 4.83386 club cell FKBP1B
|
540 |
+
-6.7326884 3.7961514 club cell IDH1
|
541 |
+
-7.121029 3.6044657 club cell MED21
|
542 |
+
-8.128562 3.8256407 club cell GAN
|
543 |
+
-7.697717 3.962664 club cell ROS1
|
544 |
+
-6.554834 3.6905882 club cell USP6NL
|
545 |
+
-7.926541 5.4857903 club cell FBXO4
|
546 |
+
-7.1240563 4.7732105 club cell ERBB4
|
547 |
+
-7.343212 4.434027 club cell SKP1
|
548 |
+
-6.9930124 4.420902 club cell ENTPD3
|
549 |
+
-6.7457166 4.017466 club cell TCEAL1
|
550 |
+
-7.856067 4.473264 club cell ALPG
|
551 |
+
-7.195645 4.3295565 club cell ARHGAP12
|
552 |
+
-6.475364 3.5730944 club cell AJUBA
|
553 |
+
-8.233899 2.8064435 club cell PGAP2
|
554 |
+
-7.25291 3.7843275 club cell BMPR1B
|
555 |
+
-6.956943 4.312552 club cell WDR73
|
556 |
+
-7.9391847 5.3437214 club cell CKS1B
|
557 |
+
-7.234789 5.2036743 club cell PRMT8
|
558 |
+
-7.515988 3.1821046 club cell PKP4
|
559 |
+
-7.892689 3.7256324 club cell OGFOD3
|
560 |
+
-6.92164 4.922569 club cell ARV1
|
561 |
+
-7.7279553 3.3708065 club cell ANK3
|
562 |
+
-7.922246 5.345769 club cell CUTA
|
563 |
+
-7.413765 4.5715337 club cell WWTR1
|
564 |
+
-7.30716 4.903568 club cell FGFR3
|
565 |
+
-9.126718 4.5552793 club cell PAK6
|
566 |
+
-7.6963925 3.2827854 club cell VGLL1
|
567 |
+
-6.6084704 4.1993685 club cell ATP6V1G1
|
568 |
+
-7.1112423 2.979997 club cell GALNT3
|
569 |
+
-7.3105507 4.0293136 club cell ARRDC3
|
570 |
+
-7.353374 4.525249 club cell PLA2G12A
|
571 |
+
-7.2352376 4.847855 club cell SACM1L
|
572 |
+
-7.664629 3.2898731 club cell ZNF302
|
573 |
+
-5.531298 2.7928488 club cell RANBP6
|
574 |
+
-5.9120398 3.7551112 club cell SAT1
|
575 |
+
-7.9384294 3.1074805 club cell EIF6
|
576 |
+
-9.357349 2.807017 club cell IPP
|
577 |
+
-7.928744 5.051696 club cell SHROOM3
|
578 |
+
-6.987912 4.8025084 club cell RAB5B
|
579 |
+
-7.007118 3.2514446 club cell TCF7L2
|
580 |
+
-7.3944435 4.423444 club cell ERBIN
|
581 |
+
-6.271963 3.4617374 club cell CAV2
|
582 |
+
-6.851617 4.807247 club cell PRKCZ
|
583 |
+
-8.0163355 3.1655889 club cell F8
|
584 |
+
-6.531583 3.4464138 club cell OSBPL1A
|
585 |
+
-7.6920333 5.4901986 club cell RYK
|
586 |
+
-8.460065 2.9085197 club cell ZNF655
|
587 |
+
-9.813872 4.600188 club cell MAP4K3
|
588 |
+
-6.6147976 4.3515215 club cell ALS2CL
|
589 |
+
-10.379455 5.605873 club cell SERINC2
|
590 |
+
-7.910814 3.3016646 club cell TEAD1
|
591 |
+
-7.43104 4.7952 club cell PCNA
|
592 |
+
-7.453756 4.3582067 club cell CAV1
|
593 |
+
-6.2275925 3.6438828 club cell RBM5
|
594 |
+
-7.7652836 5.1985993 club cell ARHGAP21
|
595 |
+
-7.214367 4.2816515 club cell ANXA11
|
596 |
+
-7.689216 4.9608545 club cell C4BPA
|
597 |
+
-7.2169633 4.9830213 club cell PIN4
|
598 |
+
-7.306994 4.0790644 club cell CHMP3
|
599 |
+
-6.8913465 3.297405 club cell SLC35B1
|
600 |
+
-7.6051283 3.0123103 club cell SLC39A6
|
601 |
+
-5.868736 3.101675 club cell SLCO1A2
|
602 |
+
-6.728313 3.1132925 club cell RAB7B
|
603 |
+
-7.673272 4.754717 club cell TMEM205
|
604 |
+
-10.365433 5.38257 club cell IFT80
|
605 |
+
-6.1079617 3.9039316 club cell CTF1
|
606 |
+
-7.8360157 3.0322351 club cell PRPF8
|
607 |
+
-7.59421 4.2954707 club cell SEMA3B
|
608 |
+
-8.651255 4.086715 club cell PRR5L
|
609 |
+
-6.748577 4.097067 club cell CDON
|
610 |
+
-7.639432 2.9612365 club cell ZNF518A
|
611 |
+
-7.238687 4.6191254 club cell HLCS
|
612 |
+
-7.153417 4.9617467 club cell HPN
|
613 |
+
-6.8418694 4.600984 club cell ZNF354C
|
614 |
+
-7.4747195 3.26329 club cell SEC61B
|
615 |
+
-7.242365 4.1134496 club cell SRP9
|
616 |
+
-7.9563594 5.057403 club cell SOS1
|
617 |
+
-7.7276645 4.997255 club cell ERRFI1
|
618 |
+
-10.045747 4.97609 club cell TMEM17
|
619 |
+
-7.8458295 2.8829665 club cell SEC24D
|
620 |
+
-8.014455 3.3544114 club cell TMEM190
|
621 |
+
-7.099686 5.4681315 club cell FOXA2
|
622 |
+
-7.2455 4.314328 club cell SNRPC
|
623 |
+
-5.9893956 3.2118914 club cell TAB3
|
624 |
+
-7.2798557 5.3450894 club cell RHOB
|
625 |
+
-6.251894 3.1241717 club cell ERP27
|
626 |
+
-7.0397954 5.1316233 club cell NPC2
|
627 |
+
-6.8147645 4.013206 club cell NOXA1
|
628 |
+
-7.102308 3.742034 club cell STOX1
|
629 |
+
-7.126407 2.8657343 club cell OXT
|
630 |
+
-6.75647 3.345785 club cell PLCL1
|
631 |
+
-7.015299 4.7743707 club cell IP6K2
|
632 |
+
-6.568613 3.7357388 club cell CCNY
|
633 |
+
-6.6327057 3.2721 club cell COG6
|
634 |
+
-10.084389 9.602969 club cell PHOSPHO2
|
635 |
+
-5.92497 2.8200665 club cell CDS1
|
636 |
+
-7.6744394 3.3723354 club cell TFF3
|
637 |
+
-7.0363965 4.9130154 club cell TBC1D2
|
638 |
+
-7.0037 5.294431 club cell ADH1C
|
639 |
+
-6.9000607 3.9528913 club cell AHR
|
640 |
+
-6.8365755 3.6982293 club cell FBXO21
|
641 |
+
-6.5699835 4.4210334 club cell NEBL
|
642 |
+
-7.2291603 4.2877927 club cell NUDT5
|
643 |
+
-8.630718 3.2998967 club cell ZBTB8A
|
644 |
+
-6.703403 2.9724069 club cell APOC1
|
645 |
+
-6.819348 3.4398642 club cell SLC29A2
|
646 |
+
-8.944943 4.005565 club cell KDM5B
|
647 |
+
-7.5939627 3.2447789 club cell SULT1A1
|
648 |
+
-7.814031 5.0141997 club cell PFN2
|
649 |
+
-5.6742415 3.1096866 club cell ADGRL1
|
650 |
+
-7.6027613 4.3955393 club cell SERPINA1
|
651 |
+
-8.621243 3.847442 club cell EPB41L5
|
652 |
+
-5.3321176 2.4477832 club cell BEX2
|
653 |
+
-7.825457 3.3370128 club cell SERPINF2
|
654 |
+
-6.055569 3.3602781 club cell CDC16
|
655 |
+
-7.454392 4.4365997 club cell CENPS
|
656 |
+
-6.6548476 2.9667516 club cell ATP2C1
|
657 |
+
-7.6727166 5.051409 club cell TRPC6
|
658 |
+
-7.2145996 4.270079 club cell TMEM30B
|
659 |
+
-7.7477045 5.0670953 club cell GSTA4
|
660 |
+
-7.7424884 4.983118 club cell CD46
|
661 |
+
-7.116489 4.6708164 club cell BCL2L1
|
662 |
+
-6.8380055 3.88291 club cell FBXO2
|
663 |
+
-6.903686 3.6722038 club cell TRAM1
|
664 |
+
-6.548343 4.5761147 club cell DCBLD2
|
665 |
+
-6.997086 4.391084 club cell RASSF9
|
666 |
+
-7.5104747 3.2500067 club cell CYP4B1
|
667 |
+
-7.058971 4.0589447 club cell KAT6B
|
668 |
+
-7.081623 3.617922 club cell GMCL1
|
669 |
+
-7.139733 2.9527366 club cell CTNNA1
|
670 |
+
-6.148463 4.1272244 club cell AHCYL1
|
671 |
+
-6.8740187 3.3000486 club cell KRT4
|
672 |
+
-6.7905083 3.723425 club cell SLC39A9
|
673 |
+
-9.342265 4.3882136 club cell SNX18
|
674 |
+
-7.7524347 3.372869 club cell CSTF3
|
675 |
+
-6.901892 3.1394405 club cell CREB3L1
|
676 |
+
0.6713591 1.4137051 club cell FAM83A
|
677 |
+
-7.718997 2.9323397 club cell MBTPS2
|
678 |
+
-7.486269 4.4054503 club cell C1QC
|
679 |
+
-8.106571 4.045773 club cell CAMK2D
|
680 |
+
-7.158429 5.3561716 club cell DHX15
|
681 |
+
-7.1607084 1.8836311 club cell HACD2
|
682 |
+
-9.144212 4.1142044 club cell HNMT
|
683 |
+
-7.7879148 4.9926844 club cell KIF3A
|
684 |
+
-7.318018 4.7087994 club cell PCGF2
|
685 |
+
-7.2613716 1.6599957 club cell TDRKH
|
686 |
+
-6.5529013 3.6107504 club cell MBTD1
|
687 |
+
-7.4653573 4.865398 club cell LATS2
|
688 |
+
-7.2312303 3.2874017 club cell ENSA
|
689 |
+
-6.6727495 4.3154874 club cell HMGN3
|
690 |
+
-6.8856745 4.447066 club cell TDRD3
|
691 |
+
-6.999916 3.279221 club cell LMNTD2
|
692 |
+
-6.688801 4.242288 club cell POLH
|
693 |
+
-8.468209 3.1083777 club cell HSD17B1
|
694 |
+
-8.09373 3.2032416 club cell CD81
|
695 |
+
-5.6915436 3.4893277 club cell SRF
|
696 |
+
-7.4169774 4.8063626 club cell LARP4B
|
697 |
+
-7.290144 3.0931697 club cell UQCC3
|
698 |
+
-7.0295253 4.809299 club cell PRDX6
|
699 |
+
-7.5826874 4.334994 club cell TAF4
|
700 |
+
-7.5255094 3.0974011 club cell KDF1
|
701 |
+
-7.24979 3.826454 club cell RBM11
|
702 |
+
-8.2730665 3.1613846 club cell COA3
|
703 |
+
-7.7828927 5.259695 club cell CHD3
|
704 |
+
-7.938006 4.9514985 club cell STT3B
|
705 |
+
-6.7007546 5.1924562 club cell ZNF462
|
706 |
+
-7.1803074 4.754629 club cell MIS18A
|
707 |
+
-6.729947 3.5424259 club cell EXD2
|
708 |
+
-6.613112 4.163281 club cell SMARCA4
|
709 |
+
-8.700692 3.7403913 club cell KIAA1958
|
710 |
+
-6.114929 3.168612 club cell FASN
|
711 |
+
-9.879284 5.370026 club cell CTSF
|
712 |
+
-7.840825 4.4393806 club cell LDHB
|
713 |
+
-6.893239 4.730337 club cell PWWP2B
|
714 |
+
-6.3874803 3.3109584 club cell TRIM5
|
715 |
+
-6.873574 4.8280106 club cell NYNRIN
|
716 |
+
-7.720963 4.4928546 club cell RPIA
|
717 |
+
-6.198636 3.5187688 club cell NRP2
|
718 |
+
-6.5671473 3.7817273 club cell GIGYF1
|
719 |
+
-10.006078 9.522005 club cell ZNF345
|
720 |
+
-7.4355993 4.47735 club cell VAMP8
|
721 |
+
-7.6808724 4.9953732 club cell DYNLT1
|
722 |
+
-6.430377 3.697487 club cell SLC16A5
|
723 |
+
-7.7501297 4.850408 club cell ACP5
|
724 |
+
-6.851501 4.4491787 club cell HEXD
|
725 |
+
-5.681226 3.2138083 club cell MVK
|
726 |
+
-7.3278747 3.0182862 club cell PMVK
|
727 |
+
-7.4967456 4.716733 club cell ORAI1
|
728 |
+
-6.763303 4.549034 club cell ZDHHC16
|
729 |
+
-7.143771 3.7292676 club cell OVOL2
|
730 |
+
-6.933115 3.7867389 club cell SSBP1
|
731 |
+
-5.906546 3.9546013 club cell PROSER2
|
732 |
+
-7.146665 3.9378607 club cell DPM2
|
733 |
+
-7.096216 4.432779 club cell TMEM147
|
734 |
+
-7.5955567 3.131172 club cell TP53TG1
|
735 |
+
-7.4271374 2.975225 club cell CORO2A
|
736 |
+
-7.8632035 3.7977955 club cell TENT5B
|
737 |
+
-8.727242 3.8088162 club cell PLAGL1
|
738 |
+
-6.3819532 3.3562253 club cell NECAB3
|
739 |
+
-9.934734 9.900705 club cell PRDX2
|
740 |
+
-7.198392 5.085893 club cell MYO9A
|
741 |
+
-4.471849 3.7643507 club cell NAV2
|
742 |
+
-6.5896816 3.7742412 club cell ARHGEF17
|
743 |
+
-8.311935 3.3936877 club cell HMGN1
|
744 |
+
-6.9286475 3.4758108 club cell RAB27A
|
745 |
+
-5.592563 3.4387777 club cell RB1CC1
|
746 |
+
-4.5423274 1.0809283 club cell LGALS3BP
|
747 |
+
-9.833056 5.0795064 club cell DTX3
|
748 |
+
-6.8237014 3.6077492 club cell AKAP13
|
749 |
+
-6.9782906 3.357894 club cell NOD1
|
750 |
+
-5.9657116 3.8641596 club cell DCAF6
|
751 |
+
-9.7649975 4.9746428 club cell UBL3
|
752 |
+
-7.0273533 3.2997782 club cell REEP6
|
753 |
+
-7.447709 4.504105 club cell RAB3D
|
754 |
+
-6.8356085 4.6991034 club cell SCAMP1
|
755 |
+
-6.6883836 3.9608915 club cell C12orf60
|
756 |
+
-7.4464183 2.692538 club cell ARPC1A
|
757 |
+
-8.593118 3.6524105 club cell GTF2H5
|
758 |
+
-7.671289 4.2946806 club cell NBEA
|
759 |
+
-9.303748 4.792911 club cell HSDL2
|
760 |
+
-10.182492 5.1034904 club cell DMBT1
|
761 |
+
-7.0395937 4.9852138 club cell CAVIN2
|
762 |
+
-7.2225 4.3139954 club cell PCBD1
|
763 |
+
-7.6876955 4.2552137 club cell CTBP2
|
764 |
+
-7.3283806 3.44175 club cell GRAMD2B
|
765 |
+
-7.689608 3.264818 club cell TRIM24
|
766 |
+
-6.654382 4.3066187 club cell POP5
|
767 |
+
-7.2784386 4.781736 club cell EI24
|
768 |
+
-6.4037485 3.4824555 club cell MPP5
|
769 |
+
-6.360929 3.4679902 club cell BPIFA1
|
770 |
+
-10.252147 5.721673 club cell C1D
|
771 |
+
-6.0776687 3.3597867 club cell TM7SF2
|
772 |
+
-7.930849 5.111799 club cell C3
|
773 |
+
-7.112544 4.7458925 club cell HMGCR
|
774 |
+
-7.9301696 5.0839515 club cell GRHL2
|
775 |
+
-7.31789 2.938041 club cell PKP3
|
776 |
+
-7.6432376 3.5477738 club cell SENP2
|
777 |
+
-7.163281 2.9443324 club cell CNKSR1
|
778 |
+
-6.371532 2.9754324 club cell XBP1
|
779 |
+
-6.728406 3.31894 club cell NFATC4
|
780 |
+
-6.674164 4.215957 club cell SFN
|
781 |
+
-7.693442 4.624951 club cell B3GNT7
|
782 |
+
-6.5011845 3.8765395 club cell CHCHD10
|
783 |
+
-6.563637 3.4447575 club cell SCYL3
|
784 |
+
-7.765 3.0124063 club cell PARD3B
|
785 |
+
-7.244613 3.5060027 club cell SLC6A4
|
786 |
+
-7.767986 4.0777597 club cell DET1
|
787 |
+
-4.079669 0.92520255 club cell MVB12B
|
788 |
+
-7.5563035 3.7255225 club cell FEM1A
|
789 |
+
-5.8841057 3.3960097 club cell PARP3
|
790 |
+
-6.839906 5.1263967 club cell EMC6
|
791 |
+
-8.837051 3.710263 club cell PTTG1IP
|
792 |
+
5.77548 4.445452 club cell ARHGAP29
|
793 |
+
-5.9816 3.1058562 club cell PI4K2B
|
794 |
+
-7.6514773 4.4381213 club cell AKAP9
|
795 |
+
-7.1564803 4.5179834 club cell SCARB2
|
796 |
+
-6.7942533 2.7517762 club cell ORMDL3
|
797 |
+
-8.074267 3.6761072 club cell MRPL33
|
798 |
+
-7.011827 4.4757547 club cell IFT46
|
799 |
+
-8.352718 2.975083 club cell C22orf39
|
800 |
+
-7.45836 3.7606535 club cell DGCR2
|
801 |
+
-10.166935 4.769895 club cell ZCRB1
|
802 |
+
-7.5169287 4.9170175 club cell SMARCA1
|
803 |
+
-6.6136994 3.0113494 club cell SPINT1
|
804 |
+
-7.6128755 5.074282 club cell TCEAL8
|
805 |
+
-6.7406874 2.8260036 club cell FMR1
|
806 |
+
-7.824972 4.4218407 club cell CD59
|
807 |
+
-8.184998 3.8257313 club cell RPL11
|
808 |
+
-7.7801156 5.273423 club cell LZTFL1
|
809 |
+
-8.407691 3.318381 club cell PLEKHA7
|
810 |
+
-6.9698195 4.645432 club cell PTMS
|
811 |
+
-8.445598 3.8545766 club cell PDCD5
|
812 |
+
-7.9403462 5.2904067 club cell VEZT
|
813 |
+
-8.860948 4.123423 club cell RARG
|
814 |
+
-6.1006203 3.9431162 club cell SLC34A2
|
815 |
+
-7.535406 3.364572 club cell SCP2
|
816 |
+
-10.638137 5.892333 club cell HYAL2
|
817 |
+
-7.261246 4.6767015 club cell SRSF8
|
818 |
+
-7.3461137 5.2083178 club cell MYL6B
|
819 |
+
-8.02115 4.972651 club cell PLAGL2
|
820 |
+
-8.365244 3.4868207 club cell RTF1
|
821 |
+
-7.594375 4.8269486 club cell FNBP1L
|
822 |
+
-6.130954 3.7666774 club cell CARF
|
823 |
+
-8.26708 2.9913497 club cell ACTL6A
|
824 |
+
-8.03198 5.051667 club cell FOXP1
|
825 |
+
-6.7580094 3.668963 club cell HLA-DMA
|
826 |
+
-8.089754 5.581265 club cell RAPH1
|
827 |
+
-7.0972095 4.077565 club cell CSRP1
|
828 |
+
-6.3220663 3.6570013 club cell CSNK1E
|
829 |
+
-7.3101373 5.1982307 club cell NEDD4L
|
830 |
+
-7.509124 4.98921 club cell RERE
|
831 |
+
-6.9500575 3.8753774 club cell TES
|
832 |
+
-8.752279 3.535231 club cell ZKSCAN3
|
833 |
+
-7.660228 4.9098306 club cell TLR3
|
834 |
+
-7.084195 4.8658023 club cell EID1
|
835 |
+
-7.3080235 3.2180898 club cell SCAI
|
836 |
+
-9.932558 5.043295 club cell LMNA
|
837 |
+
-6.699745 3.582206 club cell S100A11
|
838 |
+
-7.508243 4.8518486 club cell NDUFC1
|
839 |
+
-6.934319 5.1103406 club cell MRPL14
|
840 |
+
-6.977185 4.7264924 club cell ANXA3
|
841 |
+
-6.8468947 4.3650827 club cell SH3RF1
|
842 |
+
-7.3657875 3.6453602 club cell ASAH1
|
843 |
+
-7.2025943 4.928771 club cell RASSF7
|
844 |
+
-6.3056464 4.089675 club cell ARHGAP8
|
845 |
+
-7.453576 4.0157495 club cell TSPAN12
|
846 |
+
-6.911612 2.8055518 club cell SMARCA5
|
847 |
+
-10.438766 5.6828456 club cell PTK7
|
848 |
+
-10.691236 5.8207583 club cell MSLN
|
849 |
+
-6.6438675 3.368101 club cell S100A3
|
850 |
+
-6.997946 4.0135956 club cell DMD
|
851 |
+
-7.472068 4.190639 club cell PTPRR
|
852 |
+
-8.042579 4.9315467 club cell NEDD8
|
853 |
+
-7.450117 4.3908477 club cell HIGD1A
|
854 |
+
-7.3662896 4.22236 club cell CYB5A
|
855 |
+
-7.1423564 3.3514345 club cell COX6C
|
856 |
+
-7.188056 2.8910682 club cell SLC19A1
|
857 |
+
-6.671696 3.4914641 club cell KLC4
|
858 |
+
-6.9609656 4.983581 club cell CGN
|
859 |
+
-6.457365 3.9210641 club cell RRM2B
|
860 |
+
-6.8740034 4.1595025 club cell ASB4
|
861 |
+
-7.928145 5.1401467 club cell TAF8
|
862 |
+
-9.861007 5.096861 club cell CD300LG
|
863 |
+
-7.258587 4.3907394 club cell AGR3
|
864 |
+
-6.6095576 4.493846 club cell ANKS6
|
865 |
+
-5.5707235 2.5149965 club cell PSMB5
|
866 |
+
-7.749403 4.8601694 club cell LAPTM4B
|
867 |
+
-7.2340593 4.5717864 club cell REPS2
|
868 |
+
-7.3223033 2.825277 club cell REEP1
|
869 |
+
-6.349539 3.3038557 club cell MDM2
|
870 |
+
-6.2563996 3.6062276 club cell DUOX1
|
871 |
+
-6.0733 4.5681896 club cell ZNF552
|
872 |
+
-6.27568 3.3842337 club cell ARMCX5
|
873 |
+
-7.53217 2.8709376 club cell RPS26
|
874 |
+
-5.7218385 3.0162032 club cell POU2F3
|
875 |
+
-6.5090046 4.011326 club cell KIAA0753
|
876 |
+
-7.550419 2.9684727 club cell WWC3
|
877 |
+
-6.8528214 4.817743 club cell VEGFA
|
878 |
+
-7.5015583 4.4846 club cell SLC4A5
|
879 |
+
-5.874185 2.8381379 club cell SVIL
|
880 |
+
-7.835923 4.9166684 club cell UTRN
|
881 |
+
-8.4776125 3.4068222 club cell ARHGEF16
|
882 |
+
-7.5327134 3.1896272 club cell STAM2
|
883 |
+
-6.783089 3.6546307 club cell UQCR10
|
884 |
+
-6.0192924 3.3434012 club cell PPL
|
885 |
+
-7.0913277 4.413571 club cell CANX
|
886 |
+
-7.3845105 4.948305 club cell CACFD1
|
887 |
+
-6.5865383 4.517865 club cell KIFC3
|
888 |
+
-7.352766 3.0670192 club cell SQLE
|
889 |
+
-7.485009 5.17364 club cell IRF2BPL
|
890 |
+
-8.765973 4.3393173 club cell TMEM54
|
891 |
+
-7.5451374 4.8772736 club cell IFT27
|
892 |
+
-7.2861567 4.541462 club cell LRRFIP2
|
893 |
+
-7.126181 4.5283804 club cell ERGIC3
|
894 |
+
-9.184661 4.415665 club cell CCDC28A
|
895 |
+
-7.9980655 4.9088707 club cell EPM2AIP1
|
896 |
+
-7.0675235 4.281056 club cell EPN2
|
897 |
+
-7.6270623 4.382138 club cell GMNN
|
898 |
+
-6.7592053 3.3887734 club cell HOPX
|
899 |
+
-7.61894 3.92687 club cell TOMM20
|
900 |
+
-6.630964 3.4942508 club cell ARRDC1
|
901 |
+
-7.422002 4.570757 club cell ATP8A1
|
902 |
+
-6.8485136 4.706572 club cell C19orf18
|
903 |
+
-8.72072 4.195475 club cell TMED3
|
904 |
+
-7.68431 3.5741105 club cell NR2C1
|
905 |
+
-6.044134 2.9584806 club cell INAVA
|
906 |
+
-7.539321 5.235234 club cell DAAM1
|
907 |
+
-7.669722 4.6416698 club cell NET1
|
908 |
+
-7.299477 4.932221 club cell TMEM106B
|
909 |
+
-7.5303416 4.9880576 club cell RAB2B
|
910 |
+
-7.2794147 4.3785663 club cell GORASP2
|
911 |
+
-7.636741 4.7206616 club cell CFTR
|
912 |
+
-7.638891 2.9794958 club cell LRAT
|
913 |
+
-7.666727 4.954948 club cell GNA11
|
914 |
+
-7.579789 3.036592 club cell FAM221A
|
915 |
+
-6.475127 2.62005 club cell SDHC
|
916 |
+
-6.8340816 4.094399 club cell SDC1
|
917 |
+
-5.880957 3.2041216 club cell IGFBP2
|
918 |
+
-5.8468795 2.6690845 club cell ACTN4
|
919 |
+
-7.899098 3.133524 club cell NOS1AP
|
920 |
+
-6.6862783 3.6460528 club cell ADI1
|
921 |
+
-7.7586837 2.9539826 club cell MRPL22
|
922 |
+
-6.618844 3.2612789 club cell TP53
|
923 |
+
-7.8695083 5.541348 club cell RBPMS
|
924 |
+
-7.5476236 4.437458 club cell CFAP410
|
925 |
+
-7.8391438 5.5200677 club cell TJP1
|
926 |
+
-7.203789 4.7185287 club cell EPHX1
|
927 |
+
-6.770757 3.0238087 club cell SMIM14
|
928 |
+
-8.889263 4.145519 club cell COMMD4
|
929 |
+
-7.2068515 4.5806613 club cell TMEM97
|
930 |
+
-8.630346 3.7731717 club cell YBEY
|
931 |
+
-7.34002 4.5273304 club cell DDB2
|
932 |
+
-7.2746615 4.646146 club cell CD2AP
|
933 |
+
-7.316393 3.9374537 club cell ZNF644
|
934 |
+
-7.735153 4.9550557 club cell SENP8
|
935 |
+
-6.9766564 3.0187068 club cell RNF39
|
936 |
+
-6.5906625 3.5278077 club cell CECR2
|
937 |
+
-7.602459 5.0710707 club cell APBA1
|
938 |
+
-7.0502205 4.1659484 club cell TSPAN4
|
939 |
+
-7.7254715 5.0940266 club cell HLA-DPB1
|
940 |
+
-6.644334 3.9958825 club cell MRPS31
|
941 |
+
-7.243103 4.773052 club cell EID2
|
942 |
+
-6.9117975 4.503044 club cell HDAC8
|
943 |
+
-9.677935 4.314261 club cell SIPA1L3
|
944 |
+
-7.7328196 4.4040914 club cell MIPOL1
|
945 |
+
-8.159015 3.5287254 club cell ZNF785
|
946 |
+
-7.4867187 3.1368818 club cell CLEC11A
|
947 |
+
-6.857987 3.7371426 club cell STARD13
|
948 |
+
-7.1200914 3.5885298 club cell ZNF251
|
949 |
+
-7.166843 1.6614523 club cell SSR4
|
950 |
+
-7.4704514 5.330359 club cell SMAD9
|
951 |
+
-7.778386 3.1803935 club cell CTNND1
|
952 |
+
-6.630633 4.451609 club cell TSC22D1
|
953 |
+
-6.766608 4.0054383 club cell ADCY9
|
954 |
+
-7.748404 4.6342125 club cell PAM
|
955 |
+
-7.56476 4.2914243 club cell TRAF4
|
956 |
+
-7.074169 2.678839 club cell ZNRF1
|
957 |
+
-7.8186626 5.092129 club cell AAMDC
|
958 |
+
-6.850033 3.3598375 club cell ZNF503
|
959 |
+
-8.743418 3.5016115 club cell RBBP8
|
960 |
+
-7.5473175 3.3193824 club cell ZNF362
|
961 |
+
-9.709256 8.837582 club cell INCA1
|
962 |
+
-7.6894064 3.6685245 club cell PARD6B
|
963 |
+
-7.088375 4.3812976 club cell SMIM1
|
964 |
+
-9.472673 5.050035 club cell C1GALT1C1
|
965 |
+
-5.799826 2.6310256 club cell FHOD1
|
966 |
+
-7.3126674 4.737053 club cell TMEM50B
|
967 |
+
-7.447327 3.1669312 club cell PCMTD2
|
968 |
+
-7.059658 3.6047359 club cell FAM161A
|
969 |
+
-8.394306 3.4352095 club cell BCL9
|
970 |
+
-6.584742 3.8862634 club cell SUOX
|
971 |
+
-6.876668 3.103 club cell APPBP2
|
972 |
+
-7.482895 3.9319558 club cell TOB1
|
973 |
+
-6.895663 4.8282323 club cell SHH
|
974 |
+
-7.56441 4.3186736 club cell SREK1
|
975 |
+
-9.14511 3.125781 club cell ECHDC1
|
976 |
+
-6.8203497 3.6768138 club cell ALDH3A2
|
977 |
+
-7.246376 4.7336164 club cell FOXA1
|
978 |
+
-5.7560015 4.333727 club cell KIT
|
979 |
+
-7.231354 3.566073 club cell SHANK2
|
980 |
+
-10.028853 4.79158 club cell CHMP4C
|
981 |
+
-7.2355804 4.8255444 club cell DLG3
|
982 |
+
-7.3318825 3.184611 club cell RPL23
|
983 |
+
-7.495219 5.609024 club cell PTPRF
|
984 |
+
-8.330245 3.1494265 club cell SCGB3A1
|
985 |
+
-7.7446737 5.208563 club cell ECHDC2
|
986 |
+
-7.2726264 3.7726936 club cell PTGS2
|
987 |
+
-7.27214 2.941825 club cell ZYG11B
|
988 |
+
-7.0186076 2.7118616 club cell SMARCC1
|
989 |
+
-6.8047976 4.07668 club cell LUC7L3
|
990 |
+
-8.049152 4.844995 club cell SCGB1A1
|
991 |
+
-6.8705645 4.7871156 club cell KLHL35
|
992 |
+
-6.626073 4.9849334 club cell CD302
|
993 |
+
-6.893882 4.589915 club cell MED23
|
994 |
+
-7.8083262 4.641419 club cell GSTA2
|
995 |
+
-9.259354 3.025475 club cell CLDN7
|
996 |
+
-8.151405 3.2230542 club cell BIVM
|
997 |
+
-7.6404634 4.8199253 club cell PATZ1
|
998 |
+
-7.4727163 4.7791934 club cell CCP110
|
999 |
+
-7.851874 5.2930627 club cell ELOVL7
|
1000 |
+
-6.5390415 3.8626397 club cell RAC3
|
1001 |
+
-10.483371 5.461022 club cell ZNF750
|
1002 |
+
-4.57037 3.5075014 club cell MAP6
|
1003 |
+
-8.060724 2.9908264 club cell PBX2
|
1004 |
+
-7.3265634 4.748443 club cell KRT18
|
1005 |
+
-6.0077977 2.8431203 club cell CCDC6
|
1006 |
+
-8.038204 4.841898 club cell IFI27
|
1007 |
+
-7.8378353 5.119517 club cell TAB2
|
1008 |
+
-9.733192 4.3752604 club cell SEL1L3
|
1009 |
+
-10.054134 5.020666 club cell WASF3
|
1010 |
+
-8.785412 7.154338 club cell UNKL
|
1011 |
+
-7.5912724 3.1886945 club cell TIMM17B
|
1012 |
+
-7.8713174 4.825367 club cell NDUFB4
|
1013 |
+
-8.882091 4.2835937 club cell RPS19
|
1014 |
+
-6.917544 4.16725 club cell TRAM1L1
|
1015 |
+
-6.2214913 3.043483 club cell GSTO2
|
1016 |
+
-7.950132 3.7998462 club cell SNRNP35
|
1017 |
+
-6.652856 3.4046378 club cell XIST
|
1018 |
+
-7.324713 5.220648 club cell SREBF2
|
1019 |
+
-9.961308 9.476207 club cell BLVRA
|
1020 |
+
-6.5966578 4.461528 club cell ID4
|
1021 |
+
-4.197467 1.3858422 club cell ZNF587
|
1022 |
+
-9.321145 2.8584614 club cell GPRIN2
|
1023 |
+
-6.987354 4.5211134 club cell KLK13
|
1024 |
+
-7.2085214 3.2898533 club cell PXMP2
|
1025 |
+
-7.6496162 3.3419862 club cell CLPX
|
1026 |
+
-7.8497443 4.9770956 club cell MANBAL
|
1027 |
+
-7.129909 4.2815437 club cell COMT
|
1028 |
+
-7.764527 4.547226 club cell ALDH7A1
|
1029 |
+
-7.6622143 4.4703093 club cell OFD1
|
1030 |
+
-8.486698 3.4254012 club cell PHIP
|
1031 |
+
-7.3829784 3.619609 club cell CCDC112
|
1032 |
+
-6.7598577 4.422158 club cell DDX42
|
1033 |
+
-8.455524 3.4797966 club cell SYNCRIP
|
1034 |
+
-8.140943 5.314009 club cell APOD
|
1035 |
+
-7.9801917 4.676021 club cell CIPC
|
1036 |
+
-7.0419054 3.5431867 club cell SLC15A2
|
1037 |
+
-10.300153 5.354888 club cell ORC4
|
1038 |
+
-7.022058 2.976308 club cell PPP2R3A
|
1039 |
+
-6.828499 4.257614 club cell CRTAC1
|
1040 |
+
-7.603614 4.115263 club cell FZD3
|
1041 |
+
-8.226282 3.397356 club cell CAND1
|
1042 |
+
-6.650336 4.0764976 club cell NINL
|
1043 |
+
-7.42519 3.5999844 club cell ZNF599
|
1044 |
+
-7.090291 4.484689 club cell BTG3
|
1045 |
+
-5.035777 1.9191833 club cell SHC3
|
1046 |
+
-7.3613796 2.887994 club cell BACE2
|
1047 |
+
-5.8798814 3.142162 club cell SRSF5
|
1048 |
+
-7.082323 4.3789983 club cell PPIB
|
1049 |
+
-7.053842 2.531006 club cell SEPHS1
|
1050 |
+
-6.341556 3.353173 club cell COMMD2
|
1051 |
+
-5.6082973 3.9720814 club cell ABI2
|
1052 |
+
-8.005221 4.8669095 club cell MED20
|
1053 |
+
-6.811995 3.2596169 club cell RBBP8NL
|
1054 |
+
-6.7513394 3.617265 club cell BRAF
|
1055 |
+
-7.111312 4.004481 club cell RIMS1
|
1056 |
+
-6.999848 4.8755045 club cell TAGLN2
|
1057 |
+
-6.864744 4.4937615 club cell SLC39A7
|
1058 |
+
-7.1098433 4.3487473 club cell SH3YL1
|
1059 |
+
-7.7128215 4.781798 club cell AEBP2
|
1060 |
+
-7.5296407 4.0695906 club cell HLA-DPA1
|
1061 |
+
-7.353513 4.0696306 club cell C11orf1
|
1062 |
+
-6.5917115 3.3211615 club cell LAPTM4A
|
1063 |
+
-7.6492777 5.0600467 club cell NCKAP1
|
1064 |
+
-7.1311636 4.414565 club cell EPN3
|
1065 |
+
-8.378757 3.5024638 club cell TRAPPC6A
|
1066 |
+
-6.6389127 3.7606003 club cell CTDSPL2
|
1067 |
+
-7.3844566 5.02556 club cell SLC1A1
|
1068 |
+
-7.6301723 4.717531 club cell BFAR
|
1069 |
+
-7.5537887 4.366638 club cell ANAPC11
|
1070 |
+
-10.428556 5.6690865 club cell USP44
|
1071 |
+
-10.014115 5.083843 club cell PLXNA1
|
1072 |
+
-5.9586396 3.426349 club cell CCDC120
|
1073 |
+
-10.599833 5.705095 club cell NOSTRIN
|
1074 |
+
-6.8972273 5.164616 club cell SFTPC
|
1075 |
+
-6.7659955 2.7542624 club cell FBXL3
|
1076 |
+
-5.831389 3.256086 club cell NRSN2
|
1077 |
+
-7.2577367 4.202241 club cell EDEM1
|
1078 |
+
-6.820115 4.210304 club cell RABAC1
|
1079 |
+
-7.32914 4.0958233 club cell ARNT2
|
1080 |
+
-7.3197503 4.7296553 club cell CFLAR
|
1081 |
+
-7.1748495 3.1179144 club cell RCN2
|
1082 |
+
-7.4724236 4.832615 club cell RPS5
|
1083 |
+
-5.571163 3.466918 club cell MRTFB
|
1084 |
+
-9.891456 4.4356203 club cell PYM1
|
1085 |
+
-6.8429456 4.1900425 club cell PPARGC1A
|
1086 |
+
-8.263226 3.6075442 club cell LSS
|
1087 |
+
-8.386591 7.038541 club cell EIF2B5
|
1088 |
+
-7.652581 3.6261265 club cell CHAMP1
|
1089 |
+
-7.066711 3.350199 club cell MMAA
|
1090 |
+
-8.847037 3.5027685 club cell TSPAN6
|
1091 |
+
-7.327799 5.237759 club cell HSBP1
|
1092 |
+
-6.486788 4.1982317 club cell DNAJC4
|
1093 |
+
-6.814717 4.7984843 club cell SMAD2
|
1094 |
+
-7.2147317 4.6237226 club cell SPCS1
|
1095 |
+
-7.736661 4.8224034 club cell SLC25A4
|
1096 |
+
-7.163019 3.0913756 club cell VIRMA
|
1097 |
+
-6.857977 3.4398985 club cell CDC42BPA
|
1098 |
+
-6.819297 3.6507494 club cell MMP28
|
1099 |
+
-7.7100153 4.7248755 club cell FAM214A
|
1100 |
+
-6.950843 4.883059 club cell GOLGA7B
|
1101 |
+
-6.36901 3.7281756 club cell EIF1AX
|
1102 |
+
-8.451668 4.346751 club cell KRT81
|
1103 |
+
-7.4448566 2.7872827 club cell ATP6V1C2
|
1104 |
+
-6.7976775 4.916613 club cell KLHDC2
|
1105 |
+
-8.695244 4.312521 club cell CDK2AP1
|
1106 |
+
-8.3640995 3.7860954 club cell SH3BGRL2
|
1107 |
+
-7.9663343 3.115801 club cell ZFPM1
|
1108 |
+
-6.908773 3.6473968 club cell ANAPC16
|
1109 |
+
-7.900715 5.2574067 club cell FTO
|
1110 |
+
-7.249304 5.317711 club cell P2RY2
|
1111 |
+
-6.441097 4.609589 club cell COPS7B
|
1112 |
+
-7.0012884 3.5624576 club cell COL4A4
|
1113 |
+
-7.455664 4.757147 club cell PIH1D2
|
1114 |
+
-7.0627885 3.5497751 club cell PDHX
|
1115 |
+
-7.5187464 4.90528 club cell SYT8
|
1116 |
+
-6.600422 2.9663603 club cell PPA1
|
1117 |
+
-7.0215106 5.0987883 club cell CLIC3
|
1118 |
+
-9.885324 5.1128654 club cell RAB17
|
1119 |
+
-6.587505 3.749604 club cell ANKHD1-EIF4EBP3
|
1120 |
+
-8.50233 3.7224665 club cell EPCAM
|
1121 |
+
-6.274535 3.788319 club cell UNC13B
|
1122 |
+
-7.6034265 5.3785133 club cell EVI5
|
1123 |
+
-7.420746 4.9076533 club cell SGPL1
|
1124 |
+
-7.530509 4.621532 club cell EPDR1
|
1125 |
+
-8.878302 4.2326927 club cell CLDN8
|
1126 |
+
-7.33662 4.7094336 club cell TMBIM6
|
1127 |
+
-7.4369035 3.8889003 club cell ADRB2
|
1128 |
+
-8.972801 3.011539 club cell TM2D1
|
1129 |
+
-7.2277684 4.1849656 club cell RPS27L
|
1130 |
+
-7.2945113 3.828429 club cell GLIS3
|
1131 |
+
-7.167319 4.6750536 club cell LRP2BP
|
1132 |
+
-7.5165024 2.8233802 club cell CYBRD1
|
1133 |
+
-6.932322 4.908758 club cell YPEL3
|
1134 |
+
-7.9595375 4.6824093 club cell TTC21A
|
1135 |
+
-6.0948224 4.3570547 club cell MRPL57
|
1136 |
+
-7.329466 4.6312814 club cell THOC2
|
1137 |
+
-7.7160406 2.990585 club cell NEDD9
|
1138 |
+
-7.4434266 3.8443716 club cell RAD9A
|
1139 |
+
-8.636916 2.995758 club cell RSPH3
|
1140 |
+
-7.4358053 4.479103 club cell SLPI
|
1141 |
+
-6.7320523 3.8881335 club cell NDUFB7
|
1142 |
+
-7.7013927 3.0151231 club cell MRFAP1L1
|
1143 |
+
-7.0059595 3.554301 club cell SPRED2
|
1144 |
+
-8.711025 3.187733 club cell CCDC92
|
1145 |
+
-9.086783 4.4289937 club cell ZBTB7C
|
1146 |
+
-9.326611 7.922056 club cell TMED2
|
1147 |
+
-9.626561 8.702586 club cell NECTIN3
|
1148 |
+
-6.2379355 4.283108 club cell LIMK2
|
1149 |
+
-7.7318416 4.9463806 club cell SLC25A23
|
1150 |
+
-8.946107 4.7195907 club cell WWC2
|
1151 |
+
-7.28482 4.727985 club cell TMEM30A
|
1152 |
+
-6.279914 4.1827245 club cell HSD17B11
|
1153 |
+
-9.319045 4.5730214 club cell RHOV
|
1154 |
+
-7.5704465 4.4341683 club cell IQUB
|
1155 |
+
-6.93059 3.66137 club cell CETN3
|
1156 |
+
-10.180884 5.505708 club cell SPG7
|
1157 |
+
-7.8582172 5.4336677 club cell SELENOM
|
1158 |
+
-7.3654275 4.725072 club cell FYB2
|
1159 |
+
-7.109071 4.9791427 club cell PVR
|
1160 |
+
-6.9006114 4.5101233 club cell TFAP2C
|
1161 |
+
-7.1983438 2.5776894 club cell BARD1
|
1162 |
+
-7.065094 4.4105043 club cell RXRA
|
1163 |
+
-6.9885983 3.829405 club cell UPK2
|
1164 |
+
-7.3115687 4.307873 club cell THAP6
|
1165 |
+
-7.4224405 6.144776 club cell RFC1
|
1166 |
+
-6.7446933 4.1376796 club cell CD55
|
1167 |
+
-7.5039773 3.2910872 club cell MGST2
|
1168 |
+
-6.3975725 4.248087 club cell HSBP1L1
|
1169 |
+
-6.71631 3.8276405 club cell TMEM100
|
1170 |
+
-6.602367 3.7585294 club cell CD9
|
1171 |
+
-9.679391 8.784572 club cell CLTA
|
1172 |
+
-7.2113705 3.8242726 club cell FBXO16
|
1173 |
+
-6.5501127 3.2894146 club cell FXR2
|
1174 |
+
-7.1290364 4.7894244 club cell ERLEC1
|
1175 |
+
-7.584158 5.352454 club cell MPC2
|
1176 |
+
-7.1703014 4.825571 club cell MBD3
|
1177 |
+
-6.816577 4.029907 club cell LCA5
|
1178 |
+
-6.1896596 3.9678626 club cell ZC2HC1C
|
1179 |
+
-6.6316566 4.887486 club cell SOSTDC1
|
1180 |
+
-7.4480805 4.392674 club cell CRIPT
|
1181 |
+
-6.5546284 3.4293509 club cell CGNL1
|
1182 |
+
-5.5822077 3.3192568 club cell CCDC186
|
1183 |
+
-6.7223883 3.4557724 club cell SVIP
|
1184 |
+
-6.5929008 2.753767 club cell CTNNBIP1
|
1185 |
+
-7.720514 3.4517925 club cell BMS1P1
|
1186 |
+
-4.809151 3.556374 club cell MEAF6
|
1187 |
+
-7.1252365 3.66397 club cell ACP6
|
1188 |
+
-6.63487 4.4314175 club cell LCN2
|
1189 |
+
-10.04425 5.320955 club cell NDUFB11
|
1190 |
+
-7.677861 3.9317617 club cell IER3IP1
|
1191 |
+
-7.2131996 4.8845606 club cell PABPN1
|
1192 |
+
-7.51348 5.346318 club cell RPS6
|
1193 |
+
-7.445839 3.5616274 club cell SPTBN1
|
1194 |
+
-6.2638836 4.058585 club cell ASPH
|
1195 |
+
-7.881819 4.5267115 club cell PAWR
|
1196 |
+
-7.379243 4.1598063 club cell AKAP6
|
1197 |
+
-6.9852996 3.5880342 club cell LAMA5
|
1198 |
+
-7.771057 2.8528268 club cell ZMAT1
|
1199 |
+
-7.708255 5.0275364 club cell SOX4
|
1200 |
+
-6.061824 4.0475483 club cell LARP4
|
1201 |
+
-6.9174495 3.583947 club cell PCDH9
|
1202 |
+
-7.097647 4.997487 club cell TNS1
|
1203 |
+
-8.254309 3.5145512 club cell CNKSR2
|
1204 |
+
-8.87537 4.2393146 club cell IKZF4
|
1205 |
+
-7.269098 4.389156 club cell PLPP2
|
1206 |
+
-7.315792 3.7665763 club cell VEPH1
|
1207 |
+
-7.3937454 4.9019856 club cell EMP2
|
1208 |
+
-7.1066375 2.7690163 club cell MAGEH1
|
1209 |
+
-3.5388765 0.94975305 club cell DOCK1
|
1210 |
+
-7.3572483 4.8476553 club cell TRIM33
|
1211 |
+
-6.644774 4.468559 club cell CIT
|
1212 |
+
-7.368286 3.1629205 club cell SOD3
|
1213 |
+
-6.171157 3.0697641 club cell PPIC
|
1214 |
+
-7.724473 4.864068 club cell STX19
|
1215 |
+
-7.229733 5.043616 club cell DDR1
|
1216 |
+
-7.2190614 1.8532565 club cell STX17
|
1217 |
+
-9.276776 4.38048 club cell AK1
|
1218 |
+
-7.7976317 5.1001506 club cell RPS11
|
1219 |
+
-7.3844595 4.4335375 club cell MRPL45
|
1220 |
+
-6.860321 3.2284002 club cell CDK2AP2
|
1221 |
+
-7.773496 3.5529468 club cell CEP70
|
1222 |
+
-8.204754 4.815077 club cell TSPYL1
|
1223 |
+
-7.374292 3.3011956 club cell COMMD3
|
1224 |
+
-7.666208 4.893661 club cell ZNF777
|
1225 |
+
-7.8668795 3.3970563 club cell SEC24C
|
1226 |
+
-6.886806 5.0677032 club cell GTF2H2
|
1227 |
+
-7.4132547 2.7950616 club cell CHCHD5
|
1228 |
+
-6.5146985 4.6668844 club cell NBPF11
|
1229 |
+
-7.0105963 3.754527 club cell APOE
|
1230 |
+
-7.147871 4.693021 club cell CNTN3
|
1231 |
+
-7.8323116 5.3368397 club cell MYO1C
|
1232 |
+
-7.92691 4.526961 club cell SNX24
|
1233 |
+
-6.598978 2.6383414 club cell ST7
|
1234 |
+
-6.4433722 3.2490823 club cell IRX2
|
1235 |
+
-8.210562 3.546029 club cell PIGA
|
1236 |
+
-7.6536174 3.8988426 club cell FBXL20
|
1237 |
+
-7.6696653 4.509521 club cell MDK
|
1238 |
+
-7.8275867 3.4354935 club cell DPYSL2
|
1239 |
+
-6.8940754 4.067934 club cell RAD51C
|
1240 |
+
-9.197584 7.8189583 club cell ING4
|
1241 |
+
-6.7715235 2.8008914 club cell RAD21
|
1242 |
+
-7.6323547 4.989565 club cell FOXC1
|
1243 |
+
-9.011782 4.513744 club cell PIBF1
|
1244 |
+
-7.32762 4.876295 club cell PLD3
|
1245 |
+
-7.0548005 4.881457 club cell GGT7
|
1246 |
+
-7.128493 4.8851748 club cell KIF22
|
1247 |
+
-6.8824806 3.8581057 club cell SFTPD
|
1248 |
+
-7.6504583 4.9962964 club cell DUSP8
|
1249 |
+
-7.4503794 4.044499 club cell ALCAM
|
1250 |
+
-10.536524 5.8016987 club cell AKR1C3
|
1251 |
+
-8.64019 3.4935427 club cell AQP3
|
1252 |
+
-7.289607 4.1119184 club cell APP
|
1253 |
+
-8.278566 3.7008755 club cell PGM3
|
1254 |
+
-7.762297 5.077046 club cell PLEKHG1
|
1255 |
+
-7.4585032 4.571152 club cell SEC63
|
1256 |
+
-7.113993 4.1559176 club cell KHDRBS2
|
1257 |
+
-7.724364 4.7125926 club cell ELK4
|
1258 |
+
-7.595638 3.076249 club cell ELOA
|
1259 |
+
-6.51481 3.2718031 club cell MBIP
|
1260 |
+
-10.311436 5.629588 club cell MPP6
|
1261 |
+
-7.5473037 5.29732 club cell C8orf34
|
1262 |
+
-7.1097546 3.12513 club cell CEBPD
|
1263 |
+
-7.494857 4.962027 club cell ZMYND11
|
1264 |
+
-7.848179 3.456414 club cell ZMYND8
|
1265 |
+
-7.881174 4.8774652 club cell RIN2
|
1266 |
+
-8.444199 3.2178974 club cell NDUFA11
|
1267 |
+
-5.83227 3.2158754 club cell ALG2
|
1268 |
+
-6.589416 3.9486823 club cell APLP2
|
1269 |
+
-6.99109 3.1069915 club cell RNF43
|
1270 |
+
-7.6959925 3.0141914 club cell MAPK8
|
1271 |
+
-9.066693 8.113695 club cell CUEDC1
|
1272 |
+
-7.9911933 3.72316 club cell GRB7
|
1273 |
+
-6.8178825 3.6050317 club cell SP4
|
1274 |
+
-7.1703467 4.186495 club cell ANAPC10
|
1275 |
+
-7.3711114 5.241882 club cell LEMD1
|
1276 |
+
-7.62373 4.287973 club cell INHBB
|
1277 |
+
-6.076277 3.6695764 club cell LAMB2
|
1278 |
+
-7.3608236 3.3443851 club cell CDH5
|
1279 |
+
-9.601548 8.384966 club cell SRSF9
|
1280 |
+
-6.1324196 3.7077868 club cell ZNF330
|
1281 |
+
-7.668264 4.376495 club cell PLA2G10
|
1282 |
+
-8.033625 4.9357758 club cell LCAT
|
1283 |
+
-8.760959 3.7405846 club cell IFITM3
|
1284 |
+
-6.4347873 3.20605 club cell BCL6
|
1285 |
+
-8.94743 3.0683293 club cell PLS3
|
1286 |
+
-7.2132773 4.525932 club cell SLAIN1
|
1287 |
+
-6.150756 2.6233275 club cell ACADSB
|
1288 |
+
-8.083936 3.5430362 club cell ICA1
|
1289 |
+
-6.998336 3.733016 club cell ATP6V0A2
|
1290 |
+
-7.7099934 4.941737 club cell HOOK2
|
1291 |
+
-7.618124 4.1536756 club cell NFIB
|
1292 |
+
-9.151104 8.030339 club cell SORBS2
|
1293 |
+
-7.2635665 4.0804024 club cell ZSCAN30
|
1294 |
+
-7.4799714 4.283703 club cell SPATA18
|
1295 |
+
-6.9686213 4.382451 club cell FRS2
|
1296 |
+
-9.807667 9.06197 club cell NEIL1
|
1297 |
+
-6.8932567 2.9712317 club cell ALPP
|
1298 |
+
-7.971549 3.570329 club cell ZNF185
|
1299 |
+
-7.4304695 4.0076685 club cell FAM135A
|
1300 |
+
-10.264443 5.26157 club cell MRPL20
|
1301 |
+
-5.9214244 2.8973398 club cell IRAK1BP1
|
1302 |
+
-6.4780364 3.7767892 club cell DTX3L
|
1303 |
+
-7.850402 4.9637537 club cell PEMT
|
1304 |
+
-7.00726 3.7792528 club cell TJP3
|
1305 |
+
-7.1366534 3.9852703 club cell PTPN3
|
1306 |
+
-8.260102 3.2174256 club cell RNF170
|
1307 |
+
-9.30349 8.455103 club cell LGALS8
|
1308 |
+
-4.7299805 3.4763455 club cell CEP170B
|
1309 |
+
-7.8926654 4.304943 club cell EMP1
|
1310 |
+
-6.523432 3.3985534 club cell PBRM1
|
1311 |
+
-7.632539 5.038066 club cell WASL
|
1312 |
+
-7.7792478 4.662301 club cell MRPL18
|
1313 |
+
-7.093775 3.5272083 club cell APH1A
|
1314 |
+
-7.390195 4.179334 club cell SYNPO
|
1315 |
+
-6.536491 4.412087 club cell GPX4
|
1316 |
+
-8.308059 2.975868 club cell FANCM
|
1317 |
+
-7.1475773 4.5263205 club cell LIFR
|
1318 |
+
-7.6365576 4.192221 club cell NR0B2
|
1319 |
+
-7.77601 5.006181 club cell PACSIN3
|
1320 |
+
-5.810044 3.2726536 club cell ZBTB22
|
1321 |
+
-7.8460636 4.2502394 club cell C11orf49
|
1322 |
+
-8.006005 4.7947865 club cell EXPH5
|
1323 |
+
-9.766919 9.186025 club cell CACNB1
|
1324 |
+
-7.4760303 4.2282476 club cell CNOT7
|
1325 |
+
-8.055197 4.9035826 club cell PDE6B
|
1326 |
+
-6.8848853 2.6175478 club cell PTGR2
|
1327 |
+
-6.973903 3.6577868 club cell ZC3H7A
|
1328 |
+
-6.8890862 4.498091 club cell HOOK1
|
1329 |
+
-7.606756 3.4447312 club cell ACSS1
|
1330 |
+
-7.5866327 5.1785727 club cell ACBD3
|
1331 |
+
-6.910627 4.2032127 club cell MPST
|
1332 |
+
-5.761928 2.815392 club cell ACAD10
|
1333 |
+
-7.204683 3.965555 club cell ZNF24
|
1334 |
+
-7.7010717 4.9227486 club cell BCL2L12
|
1335 |
+
-5.7843924 3.4915912 club cell CABLES1
|
1336 |
+
-8.840658 4.45752 club cell DNALI1
|
1337 |
+
-6.6284976 3.5810459 club cell FBXO8
|
1338 |
+
-6.4309125 4.101969 club cell RNF128
|
1339 |
+
-8.017392 3.7991357 club cell VEZF1
|
1340 |
+
-7.251035 4.196419 club cell NEDD4
|
1341 |
+
-7.1233325 5.238387 club cell SRP14
|
1342 |
+
-6.978382 3.3416986 club cell RAB13
|
1343 |
+
-8.508742 3.4793952 club cell PRDX3
|
1344 |
+
-7.266622 4.4795594 club cell HMGCS1
|
1345 |
+
-7.322635 3.1339943 club cell RNPC3
|
1346 |
+
-10.503257 5.7957134 club cell ACACA
|
1347 |
+
-5.870544 3.0556407 club cell WNT4
|
1348 |
+
-7.6331744 3.1825511 club cell FGD6
|
1349 |
+
-9.899118 4.6353474 club cell NDUFA5
|
1350 |
+
-7.2459292 3.8652062 club cell GOLT1A
|
1351 |
+
-7.188803 4.9718394 club cell MZT2B
|
1352 |
+
-9.324131 8.276001 club cell CLUAP1
|
1353 |
+
-7.077274 3.4722157 club cell EXOC3-AS1
|
1354 |
+
-6.8391695 3.5020053 club cell CUBN
|
1355 |
+
-6.209143 4.015752 club cell FZD6
|
1356 |
+
-7.3388 3.994907 club cell POLR3H
|
1357 |
+
-6.989188 4.0738096 club cell MAGED1
|
1358 |
+
-7.214257 4.484472 club cell MYH14
|
1359 |
+
-7.370139 4.2958975 club cell LRIG1
|
1360 |
+
-6.694898 3.5158932 club cell NFIX
|
1361 |
+
-5.69684 3.7823071 club cell PTPRU
|
1362 |
+
-6.709337 4.4289527 club cell BEND7
|
1363 |
+
-7.04723 5.121903 club cell ZBTB4
|
1364 |
+
-6.793041 4.172609 club cell TXNDC11
|
1365 |
+
-10.22642 5.164343 club cell RAB3IP
|
1366 |
+
-7.2593117 4.697779 club cell WWC1
|
1367 |
+
-7.60429 2.7829752 club cell RNF144B
|
1368 |
+
-7.4765787 4.7880564 club cell CDK14
|
1369 |
+
-8.192029 3.2094607 club cell GOLGA5
|
1370 |
+
-7.347933 2.6965008 club cell SERPINF1
|
1371 |
+
-7.2073746 3.8034227 club cell ERCC3
|
1372 |
+
-7.6314144 3.365395 club cell DHCR7
|
1373 |
+
-6.8262873 3.7183206 club cell AQR
|
1374 |
+
-8.046737 4.8304825 club cell NUCB2
|
1375 |
+
-7.6148205 4.834566 club cell SMIM19
|
1376 |
+
-7.1339793 5.0961103 club cell DYNLRB1
|
1377 |
+
-8.549195 2.976603 club cell ZNF69
|
1378 |
+
-10.311605 5.655272 club cell RPL13A
|
1379 |
+
-7.410886 3.249709 club cell DZIP3
|
1380 |
+
-6.7444344 3.465543 club cell TPD52
|
1381 |
+
-6.774677 4.025497 club cell RDH10
|
1382 |
+
-7.8755608 4.410043 club cell ALDH2
|
1383 |
+
-7.066756 4.476162 club cell RMDN2
|
1384 |
+
-7.247021 5.1678295 club cell CMTM8
|
1385 |
+
-8.098567 5.014028 club cell PURB
|
1386 |
+
-7.869226 5.1919885 club cell SYNGR2
|
1387 |
+
-7.399983 5.1285505 club cell DCBLD1
|
1388 |
+
-6.716779 3.4463432 club cell ZNF439
|
1389 |
+
-7.0298443 5.1038837 club cell CHD9
|
1390 |
+
-7.832682 3.4274611 club cell EGR1
|
1391 |
+
-7.423632 4.523916 club cell ZNF512B
|
1392 |
+
-7.779877 3.379106 club cell SEMA4B
|
1393 |
+
-6.540346 3.1747127 club cell SEC11C
|
1394 |
+
-7.499866 5.6501284 club cell NEO1
|
1395 |
+
-5.392386 2.837201 club cell COX7A2L
|
1396 |
+
-9.896089 9.331631 club cell CAMSAP3
|
1397 |
+
-7.458602 4.1209145 club cell PRKCI
|
1398 |
+
-7.7419796 4.6300383 club cell JUP
|
1399 |
+
-7.1542892 4.1097465 club cell TMEM14C
|
1400 |
+
-7.026028 4.149411 club cell TMEM267
|
1401 |
+
-7.2602983 4.486592 club cell DCDC2
|
1402 |
+
-6.88552 3.7219663 club cell TENT5C
|
1403 |
+
-7.8672957 4.6669035 club cell TLCD1
|
1404 |
+
-6.371588 3.4849274 club cell UBTD1
|
1405 |
+
-7.403196 4.561466 club cell MAGI3
|
1406 |
+
-10.1958685 5.4852037 club cell RAB38
|
1407 |
+
-6.9198456 3.0998394 club cell CCDC25
|
1408 |
+
-7.2827096 3.06885 club cell ACTR10
|
1409 |
+
-6.23445 3.9774816 club cell KRT15
|
1410 |
+
-7.983992 5.0732737 club cell ZBED5
|
1411 |
+
-7.71107 5.463803 club cell LRRFIP1
|
1412 |
+
-7.027856 3.8354309 club cell AGRN
|
1413 |
+
-8.868895 3.9146733 club cell BCL7A
|
1414 |
+
-6.3345833 3.5490956 club cell PGRMC1
|
1415 |
+
-8.0118475 3.6525886 club cell PAEP
|
1416 |
+
-8.036677 4.860159 club cell HELZ
|
1417 |
+
-6.6499834 4.5873904 club cell RPS24
|
1418 |
+
-8.132664 2.9252028 club cell RETREG3
|
1419 |
+
-6.7495213 3.929506 club cell SOCS7
|
1420 |
+
-7.6594415 4.976228 club cell KHDC1
|
1421 |
+
-7.244138 3.6634731 club cell BMP2
|
1422 |
+
-7.399615 3.8915653 club cell PFKFB2
|
1423 |
+
-5.543865 3.1990757 club cell SPIN1
|
1424 |
+
-6.9463677 4.525995 club cell PDE8B
|
1425 |
+
-10.5478115 5.8246946 club cell COIL
|
1426 |
+
-7.07711 3.8001673 club cell OBSL1
|
1427 |
+
-6.9851494 4.5851364 club cell SMAD4
|
1428 |
+
-5.1563554 4.289811 club cell DDX17
|
1429 |
+
-6.0961127 3.8219976 club cell PALMD
|
1430 |
+
-6.494143 3.5311458 club cell WFIKKN1
|
1431 |
+
-7.4474187 4.646804 club cell PODXL
|
1432 |
+
-6.837456 3.557079 club cell PLEKHA5
|
1433 |
+
-6.571567 3.3054552 club cell FAM160A1
|
1434 |
+
-6.9757094 4.301633 club cell EBPL
|
1435 |
+
-6.158016 3.608879 club cell B4GALT5
|
1436 |
+
-9.851708 9.776178 club cell KHDRBS3
|
1437 |
+
-5.8744636 3.1422403 club cell PDXDC1
|
1438 |
+
-6.918276 4.2589226 club cell PPIL6
|
1439 |
+
-9.908936 4.724163 club cell OSBPL9
|
1440 |
+
-8.863209 7.586947 club cell CTNNB1
|
1441 |
+
-9.000564 7.308777 club cell PLCE1
|
1442 |
+
-7.203389 3.730925 club cell ACSF2
|
1443 |
+
-8.494469 3.2422705 club cell PIGL
|
1444 |
+
-7.4761214 4.541387 club cell CBWD1
|
1445 |
+
-5.833086 3.4530566 club cell ABCD3
|
1446 |
+
-7.6729145 4.842975 club cell MLLT6
|
1447 |
+
-7.5422497 5.030392 club cell FABP4
|
1448 |
+
-7.8677125 2.6615345 club cell RAB2A
|
1449 |
+
-5.677647 3.04352 club cell EPHA7
|
1450 |
+
-7.7117105 4.4328423 club cell SEM1
|
1451 |
+
-6.5497355 3.372817 club cell EGFR
|
1452 |
+
-7.0674305 4.475722 club cell VPS25
|
1453 |
+
-7.3776627 4.994013 club cell AGO3
|
1454 |
+
-10.458599 5.6948 club cell EHD4
|
1455 |
+
-6.8292065 4.994904 club cell EML2
|
1456 |
+
-7.054625 4.8675575 club cell TMEM248
|
1457 |
+
-6.777207 3.2808614 club cell PPP1R26
|
1458 |
+
-6.791884 4.4152946 club cell N4BP2L2
|
1459 |
+
-8.199288 4.3248916 club cell AHDC1
|
1460 |
+
-7.790549 5.288977 club cell TBC1D30
|
1461 |
+
-6.9426928 4.4992647 club cell PACRGL
|
1462 |
+
-7.06562 4.7486606 club cell IFT88
|
1463 |
+
-8.202085 3.2838547 club cell CRY2
|
1464 |
+
-7.237542 5.1453075 club cell TNKS1BP1
|
1465 |
+
-7.1576695 4.1687074 club cell STAT3
|
1466 |
+
-7.342574 4.2800355 club cell PDIA3
|
1467 |
+
-7.2406664 4.4886656 club cell ZNF397
|
1468 |
+
-7.0867543 4.959192 club cell CLIC5
|
1469 |
+
-6.694592 4.537431 club cell NRXN3
|
1470 |
+
-6.504403 3.9436328 club cell ZDHHC7
|
1471 |
+
-7.4629264 5.039901 club cell GALNT12
|
1472 |
+
-6.2773156 4.162151 club cell XIAP
|
1473 |
+
-6.164635 3.3241146 club cell CHMP2A
|
1474 |
+
-8.004231 5.166388 club cell HOOK3
|
1475 |
+
-7.998971 5.3045263 club cell TMEM128
|
1476 |
+
-7.466759 5.052133 club cell ARHGEF12
|
1477 |
+
-10.152338 5.793296 club cell CADPS2
|
1478 |
+
-6.4504027 3.2807345 club cell IL6ST
|
1479 |
+
-6.771836 3.9304984 club cell SELENOP
|
1480 |
+
-6.3537946 4.38096 club cell HIF1AN
|
1481 |
+
-7.37944 4.2952466 club cell TTC32
|
1482 |
+
-7.5971675 2.776491 club cell JPH1
|
1483 |
+
-7.0689797 4.577932 club cell ZNF19
|
1484 |
+
-6.339027 3.1636193 club cell MVD
|
1485 |
+
-7.5447044 2.7301576 club cell MRPS25
|
1486 |
+
-7.308515 4.0907373 club cell HOMER1
|
1487 |
+
-5.6451907 2.3478026 club cell GSTP1
|
1488 |
+
-6.7524962 4.0957446 club cell PRKAA2
|
1489 |
+
-7.4109626 5.291241 club cell FTL
|
1490 |
+
-8.148208 5.747738 club cell ZNF446
|
1491 |
+
-7.950894 3.5084274 club cell PLEKHA1
|
1492 |
+
-7.034257 3.869419 club cell ZNF839
|
1493 |
+
-7.440512 4.3461413 club cell ALDH5A1
|
1494 |
+
-10.480593 5.492599 club cell ACSL5
|
1495 |
+
-7.377616 3.1678405 club cell RUNX1
|
1496 |
+
-7.821431 3.546124 club cell BCR
|
1497 |
+
-7.6567197 3.838425 club cell OCIAD1
|
1498 |
+
-8.029769 4.1961255 club cell PIAS1
|
1499 |
+
-6.24663 3.1610262 club cell MYL9
|
1500 |
+
-6.7808313 3.5300853 club cell OBSCN
|
1501 |
+
-7.297447 4.47707 club cell BRI3
|
1502 |
+
-8.337335 3.0873806 club cell PDGFA
|
1503 |
+
-7.0491357 3.9847057 club cell CHIA
|
1504 |
+
-7.2469583 4.497078 club cell PARD3
|
1505 |
+
-8.653495 3.3052173 club cell SRSF6
|
1506 |
+
-7.5997415 2.6715388 club cell AKR1C1
|
1507 |
+
-8.437834 2.90427 club cell FAF2
|
1508 |
+
-7.8244433 5.2293024 club cell FZD5
|
1509 |
+
-7.778774 3.7664912 club cell CCDC14
|
1510 |
+
-7.6915684 4.8724623 club cell TECR
|
1511 |
+
-8.202727 4.9674253 club cell ITGA9
|
1512 |
+
-5.737844 2.731701 club cell CETN2
|
1513 |
+
-6.9827304 3.7284687 club cell TXN
|
1514 |
+
-9.113489 4.430251 club cell PHKB
|
1515 |
+
-6.185864 3.2884815 club cell CACNA1D
|
1516 |
+
-7.099066 4.338117 club cell CHMP4B
|
1517 |
+
-6.653849 4.2105494 club cell NPAS2
|
1518 |
+
-7.7810845 5.2221007 club cell HECTD1
|
1519 |
+
-6.6742387 3.3347316 club cell SPRYD7
|
1520 |
+
-10.038484 9.884994 club cell SPRY2
|
1521 |
+
-6.77471 2.7664828 club cell CA4
|
1522 |
+
-6.7933884 3.308309 club cell GOLM1
|
1523 |
+
-7.9482493 5.352368 club cell DNAL4
|
1524 |
+
-7.8362303 5.195213 club cell ZFYVE9
|
1525 |
+
-7.4913545 3.3480551 club cell CRIP2
|
1526 |
+
-8.331833 3.8919911 club cell HIP1
|
1527 |
+
-7.3707128 5.3301063 club cell RPL27A
|
1528 |
+
-10.008098 4.7000394 club cell MRPL42
|
1529 |
+
-8.529454 4.0376983 club cell RNF38
|
1530 |
+
-10.4610405 5.924146 club cell GGT6
|
1531 |
+
-7.244881 4.3988066 club cell YTHDF1
|
1532 |
+
-8.693939 3.4898217 club cell IVL
|
1533 |
+
-5.8738494 3.3771129 club cell PCSK4
|
1534 |
+
-7.678092 3.015297 club cell NECTIN4
|
1535 |
+
-6.7294135 4.444322 club cell MGST3
|
1536 |
+
-6.9587746 4.714649 club cell SMAD5
|
1537 |
+
-6.281737 3.4635062 club cell MSMO1
|
1538 |
+
6.2283764 4.4710493 club cell CLIC2
|
1539 |
+
-6.6913047 3.927084 club cell CTSH
|
1540 |
+
-8.060489 3.3809876 club cell AQP4
|
1541 |
+
-7.289172 5.086024 club cell KLHL20
|
1542 |
+
-7.9064336 3.4959717 club cell ID1
|
1543 |
+
-6.6753197 3.570135 club cell ATP1B1
|
1544 |
+
-10.134393 5.206468 club cell ZNHIT1
|
1545 |
+
-7.4382973 5.101482 club cell CNOT8
|
1546 |
+
-7.6042104 3.3159175 club cell GNA14
|
1547 |
+
-7.986882 3.368729 club cell SCOC
|
1548 |
+
-8.393533 3.3697493 club cell RPS16
|
1549 |
+
-5.4989257 3.8035545 club cell C1orf116
|
1550 |
+
-7.4819994 4.7368493 club cell HOMER2
|
1551 |
+
-7.715145 5.5097632 club cell HSD17B4
|
1552 |
+
-7.5251074 4.697843 club cell RPS4X
|
1553 |
+
-5.99184 3.324247 club cell FBXO25
|
1554 |
+
-7.6057525 2.9351654 club cell CYHR1
|
1555 |
+
-9.140478 2.771547 club cell ZNF580
|
1556 |
+
-6.0777307 3.1347742 club cell GPC4
|
1557 |
+
-7.1120534 4.667754 club cell CSTB
|
1558 |
+
-5.9989753 3.7707698 club cell INTS14
|
1559 |
+
-5.173096 2.6197453 club cell IL6R
|
1560 |
+
-8.304645 3.4845061 club cell SLC39A11
|
1561 |
+
-7.8622403 4.87752 club cell NDUFC2
|
1562 |
+
-7.224904 4.153885 club cell SLC4A4
|
1563 |
+
-6.0762725 4.277153 club cell GSAP
|
1564 |
+
-7.4633584 3.3306828 club cell ATP5PF
|
1565 |
+
-6.0363812 3.2627704 club cell LURAP1L
|
1566 |
+
-10.581231 5.6640673 club cell TANC1
|
1567 |
+
-7.3390217 4.0023 club cell FAM160A2
|
1568 |
+
-7.390577 3.1037567 club cell TMEM14B
|
1569 |
+
-8.441567 3.6307569 club cell ARNT
|
1570 |
+
-7.256147 5.00298 club cell ZFP41
|
1571 |
+
-6.76316 4.7402234 club cell PRUNE1
|
1572 |
+
-6.387041 3.8225386 club cell SLC35G1
|
1573 |
+
-10.273705 5.675121 club cell PATJ
|
1574 |
+
-8.589096 4.011748 club cell KBTBD7
|
1575 |
+
-7.8029866 4.140661 club cell PPP2R5E
|
1576 |
+
-6.633447 3.1043084 club cell DAB2IP
|
1577 |
+
-7.785606 3.8233654 club cell PTCH1
|
1578 |
+
-6.754415 4.440763 club cell RAB40C
|
1579 |
+
-6.7673645 4.714873 club cell PACS2
|
1580 |
+
-7.55886 4.793746 club cell ITPR3
|
1581 |
+
-7.5195036 3.0425174 club cell KRT8
|
1582 |
+
-6.867359 3.7019088 club cell FDFT1
|
1583 |
+
-7.678437 3.1903465 club cell RPS6KA2
|
1584 |
+
-6.4919205 4.2967463 club cell ZNF618
|
1585 |
+
-6.200249 3.6444488 club cell MKS1
|
1586 |
+
-8.218279 3.0090806 club cell HNF1B
|
1587 |
+
-8.465298 3.661207 club cell USP13
|
1588 |
+
-7.381958 2.9843428 club cell RNF208
|
1589 |
+
-7.136812 3.7805085 club cell SOX5
|
1590 |
+
-8.199315 3.5351033 club cell ARID1B
|
1591 |
+
-7.5386367 4.566245 club cell INPPL1
|
1592 |
+
-7.4108095 3.9804754 club cell SRGAP3
|
1593 |
+
-7.5556498 4.278585 club cell YIPF2
|
1594 |
+
-7.407339 4.4687324 club cell UHMK1
|
1595 |
+
-7.8317313 3.3728569 club cell NUDT9
|
1596 |
+
-6.5658765 3.6095297 club cell TMEM14A
|
1597 |
+
-7.084203 4.1361794 club cell RPRD2
|
1598 |
+
-7.0770516 3.5915284 club cell METTL14
|
1599 |
+
-8.412052 3.6017635 club cell ELF3
|
1600 |
+
-7.5503297 5.269207 club cell MYO6
|
1601 |
+
-8.195108 3.2937233 club cell IFT22
|
1602 |
+
-6.7259936 3.560192 club cell MRPL23
|
1603 |
+
-8.717659 3.8213317 club cell LTBR
|
1604 |
+
-6.772605 2.850822 club cell C2orf68
|
1605 |
+
-7.5312424 4.3107233 club cell CIRBP
|
1606 |
+
-7.797045 5.02468 club cell FHIT
|
1607 |
+
-7.587812 4.2506337 club cell TMPRSS3
|
1608 |
+
-6.0511055 3.245953 club cell LRRC1
|
1609 |
+
-6.5926685 3.4328663 club cell TEAD3
|
1610 |
+
-6.334229 3.450005 club cell PDE7A
|
1611 |
+
-7.381552 4.1919203 club cell FAIM
|
1612 |
+
-7.388861 3.1785598 club cell SOCS6
|
1613 |
+
-7.1655426 4.23506 club cell CD74
|
1614 |
+
-8.234103 2.7737217 club cell TJP2
|
1615 |
+
-8.386653 3.6466043 club cell SLC22A23
|
1616 |
+
-7.358633 4.299406 club cell BDKRB2
|
1617 |
+
-7.8494477 5.0010724 club cell RUFY2
|
1618 |
+
-8.079576 4.8722105 club cell SENP6
|
1619 |
+
-7.185966 3.107556 club cell TCEAL4
|
1620 |
+
-7.1457615 4.2035923 club cell SULT1A2
|
1621 |
+
-6.488762 3.482247 club cell POMGNT1
|
1622 |
+
-7.3563423 4.601718 club cell SIVA1
|
1623 |
+
-10.456028 5.852367 club cell THSD7A
|
1624 |
+
-8.4206085 4.242129 club cell EFNA1
|
1625 |
+
-7.868226 3.7162435 club cell DYNC1LI2
|
1626 |
+
-9.435645 8.4630995 club cell USP8
|
1627 |
+
-7.349823 4.4884696 club cell SIRT3
|
1628 |
+
-8.164154 3.2851422 club cell TTC19
|
1629 |
+
-7.7440925 3.7222862 club cell PRDX1
|
1630 |
+
-6.6188493 3.3443344 club cell BTC
|
1631 |
+
-6.9708323 4.3198223 club cell XAB2
|
1632 |
+
-6.940796 4.0179133 club cell PNMA2
|
1633 |
+
-7.106351 1.7752929 club cell RCC2
|
1634 |
+
-7.5342035 4.139547 club cell IFI6
|
1635 |
+
-6.5253205 3.240585 club cell LRP12
|
1636 |
+
-7.4613743 3.8197994 club cell S100A6
|
1637 |
+
-6.7397466 4.2494745 club cell IFT57
|
1638 |
+
-7.2415576 4.997703 club cell PTPN14
|
1639 |
+
-7.301991 5.401764 club cell F3
|
1640 |
+
-7.7751923 3.3192637 club cell ATP1A1
|
1641 |
+
-6.8957367 3.4019701 club cell ATP5IF1
|
1642 |
+
-7.305568 3.4913898 club cell OSBPL6
|
1643 |
+
-6.8544445 4.3109636 club cell RPS20
|
1644 |
+
-10.148812 5.335045 club cell YWHAE
|
1645 |
+
-6.8639665 4.0879164 club cell BOLA1
|
1646 |
+
-7.251009 4.540234 club cell SCARA3
|
1647 |
+
-7.1684065 4.4802284 club cell FAM83H
|
1648 |
+
-7.847704 2.862322 club cell PELI2
|
1649 |
+
-7.8710604 4.512588 club cell SNX13
|
1650 |
+
-8.538732 4.6549253 club cell DESI2
|
1651 |
+
-7.6542773 4.7871523 club cell BCAM
|
1652 |
+
-6.813802 4.1943593 club cell OAT
|
1653 |
+
-7.305638 4.4040956 club cell TMEM179B
|
1654 |
+
-7.157499 3.8894331 club cell WDR6
|
1655 |
+
-7.670675 5.224688 club cell EPS8
|
1656 |
+
-7.7303 4.1499906 club cell PAK4
|
1657 |
+
-6.808696 2.911238 club cell RAB34
|
1658 |
+
-7.168301 5.0580473 club cell HDGFL3
|
1659 |
+
-6.4963417 3.3284526 club cell SMURF1
|
1660 |
+
-5.7225666 3.361747 club cell PTK2
|
1661 |
+
-7.012299 4.4383636 club cell SLC27A2
|
1662 |
+
-8.6321945 3.6622515 club cell NFIC
|
1663 |
+
-9.825991 9.582683 club cell TMEM33
|
1664 |
+
-9.323105 2.9071362 club cell CBX5
|
1665 |
+
-6.946052 4.7132826 club cell POLI
|
1666 |
+
-6.952062 4.2022033 club cell CD63
|
1667 |
+
-6.1773934 3.5367904 club cell ANXA2
|
1668 |
+
-9.520583 8.495629 club cell ZNF232
|
1669 |
+
-6.849877 4.3345356 club cell PRDM5
|
1670 |
+
-10.125946 5.105283 club cell TUBGCP4
|
1671 |
+
-8.788169 3.9967852 club cell ATXN7
|
1672 |
+
-6.972158 4.3704023 club cell LPP
|
1673 |
+
-7.78149 5.0837317 club cell PIK3C3
|
1674 |
+
-10.668514 5.643913 club cell FAM167A
|
1675 |
+
-6.6516905 2.939974 club cell ZNF664
|
1676 |
+
-7.0180507 4.4128885 club cell PDE4DIP
|
1677 |
+
-7.2549267 4.3477983 club cell MAL2
|
1678 |
+
-6.923318 4.2785077 club cell CAAP1
|
1679 |
+
-7.1078725 3.8084054 club cell BAIAP2L1
|
1680 |
+
-6.310294 3.09863 club cell NDUFA4
|
1681 |
+
-5.956597 3.5438168 club cell KCNK1
|
1682 |
+
-7.0012584 4.139255 club cell PLLP
|
1683 |
+
-6.8739095 4.303748 club cell TFG
|
1684 |
+
-7.306308 4.6175213 club cell IMPA2
|
1685 |
+
-7.309326 4.3098903 club cell MUC4
|
1686 |
+
-7.4763374 4.847357 club cell SYMPK
|
1687 |
+
-8.302754 3.9446068 club cell DYRK1B
|
1688 |
+
-7.6121798 3.676995 club cell RHPN1
|
1689 |
+
-10.084199 10.076335 club cell MYO1B
|
1690 |
+
-7.4216185 5.1777267 club cell ZNF175
|
1691 |
+
-7.2248917 3.355346 club cell NT5DC2
|
1692 |
+
-7.3713365 5.055155 club cell TMEM9
|
1693 |
+
-7.2810435 4.5034556 club cell PIK3R4
|
1694 |
+
-7.071612 4.654728 club cell MFAP1
|
1695 |
+
-7.4391856 3.9658 club cell DPY30
|
1696 |
+
-6.3838716 4.762046 club cell EPHA2
|
1697 |
+
-8.047294 3.6721137 club cell POLR2F
|
1698 |
+
-6.5668736 3.7921922 club cell BRWD1
|
1699 |
+
4.380243 9.512112 club cell PPP1R13B
|
1700 |
+
-7.0367513 4.7144794 club cell GSE1
|
1701 |
+
-7.9902487 5.4791355 club cell ZMYM4
|
1702 |
+
-5.79087 2.8107674 club cell RPS6KA3
|
1703 |
+
-6.67033 3.2762012 club cell EFCAB6
|
1704 |
+
-5.145479 3.3877122 club cell CAMSAP2
|
1705 |
+
-6.7847075 4.176822 club cell SBK1
|
1706 |
+
-7.571575 4.948217 club cell KAT7
|
1707 |
+
-7.992075 3.7226827 club cell EBAG9
|
1708 |
+
-7.927795 3.896107 club cell TSPAN15
|
1709 |
+
-6.8046207 4.477081 club cell GNAQ
|
1710 |
+
-6.2805047 3.911723 club cell NAA38
|
1711 |
+
-7.398497 3.1268208 club cell TNFRSF19
|
1712 |
+
-7.8909082 3.1460845 club cell SAR1B
|
1713 |
+
-7.596338 3.820512 club cell GLIS2
|
1714 |
+
-8.297337 3.3103244 club cell MYCL
|
1715 |
+
-6.9734683 3.893598 club cell BCAT2
|
1716 |
+
-7.1723223 4.6648474 club cell RAD1
|
1717 |
+
-7.3282733 3.2885268 club cell KIAA1522
|
1718 |
+
-8.228696 3.0326319 club cell ACVR1
|
1719 |
+
-7.592212 3.1770527 club cell MYO10
|
1720 |
+
-7.3265567 4.8455315 club cell MAGOH
|
1721 |
+
-7.3238897 4.6990223 club cell ZNF608
|
1722 |
+
-7.209232 3.9342215 club cell DOCK4
|
1723 |
+
-7.0236793 3.1971986 club cell CIB1
|
1724 |
+
-7.651305 4.576209 club cell MRPS18A
|
1725 |
+
-7.2435207 4.678834 club cell CFAP44
|
1726 |
+
-6.0264235 3.7588882 club cell LCA5L
|
1727 |
+
-7.79144 3.3776894 club cell UNC93B1
|
1728 |
+
-6.7660537 3.3636084 club cell LCOR
|
1729 |
+
-6.425113 3.458713 club cell ZNF85
|
1730 |
+
-6.2455416 3.4736974 club cell NCAPH2
|
1731 |
+
-7.505092 3.720401 club cell SF3B6
|
1732 |
+
-7.7181754 5.2342324 club cell ZMYND12
|
1733 |
+
-6.7900457 3.0470781 club cell FUBP3
|
1734 |
+
-8.595155 3.9894538 club cell KIAA1217
|
1735 |
+
-7.172772 4.513037 club cell FAM189A2
|
1736 |
+
-7.541519 4.7565465 club cell RFXAP
|
1737 |
+
-7.967756 3.2778282 club cell PHKG2
|
1738 |
+
-7.647733 3.3497467 club cell PDE4D
|
1739 |
+
-7.03201 4.148904 club cell TM9SF2
|
1740 |
+
-10.467359 5.88344 club cell FAM174A
|
1741 |
+
-6.7155952 3.3862536 club cell ARHGEF19
|
1742 |
+
-9.048496 4.189219 club cell PDIK1L
|
1743 |
+
-6.555628 3.4890358 club cell FAT1
|
1744 |
+
-6.1787295 3.1034062 club cell NFATC3
|
1745 |
+
-7.193391 2.3948584 club cell IKZF2
|
1746 |
+
-7.6888804 3.9161398 club cell BCL2L2
|
1747 |
+
-7.168012 3.4588156 club cell METTL27
|
1748 |
+
-6.856712 3.3421822 club cell MPRIP
|
1749 |
+
-6.04332 3.4610493 club cell AXIN2
|
1750 |
+
-6.968251 3.3157606 club cell NAT14
|
1751 |
+
-9.007151 3.1739202 club cell MRPS23
|
1752 |
+
-7.059694 4.5486546 club cell RBPJ
|
1753 |
+
-9.286744 7.9686236 club cell CACHD1
|
1754 |
+
-6.200793 2.9402964 club cell CP
|
1755 |
+
-7.6374617 5.160678 club cell LPCAT1
|
1756 |
+
-6.1098614 3.213927 club cell CAMK1D
|
1757 |
+
-6.4707475 3.345194 club cell PRRG2
|
1758 |
+
-7.3438272 3.679492 club cell TSG101
|
1759 |
+
-8.494192 4.2210274 club cell NAT1
|
1760 |
+
-7.8219705 5.014089 club cell SDC4
|
1761 |
+
-6.9992886 3.7642033 club cell RPH3AL
|
1762 |
+
-7.2630796 3.9006824 club cell SOCS3
|
1763 |
+
-9.168667 4.659022 club cell PGGT1B
|
1764 |
+
-7.8627634 3.6302524 club cell MUC1
|
1765 |
+
-6.879822 3.3028939 club cell SMYD3
|
1766 |
+
-7.4166207 2.2363968 club cell IRF2BP1
|
1767 |
+
-7.893552 5.396147 club cell DAPK2
|
1768 |
+
-8.5779705 3.0996487 club cell MED13L
|
1769 |
+
-6.428093 4.1558585 club cell PEBP1
|
1770 |
+
-6.969244 3.4232445 club cell MDM4
|
1771 |
+
-8.03828 5.070612 club cell HACD3
|
1772 |
+
-5.3776536 2.8264773 club cell CCDC24
|
1773 |
+
-5.9275174 3.336563 club cell LIN9
|
1774 |
+
-7.0288243 2.9408233 club cell GPM6B
|
1775 |
+
-7.4119825 4.42115 club cell CIR1
|
1776 |
+
-6.9405794 3.4308832 club cell ATP2A2
|
1777 |
+
-6.8760657 4.345072 club cell UBE3A
|
1778 |
+
-9.001118 2.888954 club cell ATP2C2
|
1779 |
+
-7.4387236 4.5689964 club cell WEE1
|
1780 |
+
-8.51018 4.0061855 club cell FUT8
|
1781 |
+
-6.939742 3.0199897 club cell DCAF11
|
1782 |
+
-8.469609 2.9079535 club cell AGAP1
|
1783 |
+
-8.100984 3.6990688 club cell PIM3
|
1784 |
+
-7.0960293 4.827396 club cell SLC41A2
|
1785 |
+
-9.795243 4.6990004 club cell PDS5B
|
1786 |
+
-7.156655 3.8172796 club cell IFT172
|
1787 |
+
-7.821196 4.79902 club cell POLR2K
|
1788 |
+
-7.154036 4.5931377 club cell GUCY2D
|
1789 |
+
-7.233032 4.0311723 club cell EAPP
|
1790 |
+
-8.332927 4.7953095 club cell RGS16
|
1791 |
+
-5.742325 3.7839112 club cell RRAS2
|
1792 |
+
-8.274549 4.738228 club cell SECISBP2
|
1793 |
+
-7.3781786 4.087617 club cell ECI2
|
1794 |
+
-7.0466075 3.9581988 club cell FAM120A
|
1795 |
+
-7.0793705 4.155761 club cell ZNF205
|
1796 |
+
-7.135373 4.4228415 club cell KCNK5
|
1797 |
+
-6.008695 3.4366453 club cell AKAP1
|
1798 |
+
-9.702907 9.025771 club cell MBTPS1
|
1799 |
+
-7.596775 4.377955 club cell KIF9
|
1800 |
+
7.7504807 7.1254873 club cell RNF13
|
1801 |
+
-6.6926665 4.1339226 club cell MT1E
|
1802 |
+
-7.882185 4.5170135 club cell MED4
|
1803 |
+
-7.519162 4.8315697 club cell KDELR1
|
1804 |
+
-8.242536 2.924309 club cell MFN1
|
1805 |
+
-7.4813657 5.1526685 club cell YIF1A
|
1806 |
+
-6.5247283 4.059146 club cell SERPINB3
|
1807 |
+
-7.800574 3.0122714 club cell RCOR3
|
1808 |
+
-7.010367 3.002526 club cell PEBP4
|
1809 |
+
-7.681614 5.098574 club cell ZDHHC21
|
1810 |
+
-7.1564054 2.894227 club cell NCALD
|
1811 |
+
-8.002312 4.6403656 club cell FIS1
|
1812 |
+
-7.5815396 4.1657176 club cell IFT74
|
1813 |
+
-7.058035 4.3255105 club cell LRIG3
|
1814 |
+
-6.050371 3.2133222 club cell TBC1D13
|
1815 |
+
-7.049031 4.2536097 club cell GATA6
|
1816 |
+
-7.103401 3.2287662 club cell BUD23
|
1817 |
+
-7.200742 5.049479 club cell GXYLT1
|
1818 |
+
-6.7325435 3.847605 club cell BTNL9
|
1819 |
+
-7.0369325 3.2421618 club cell PSMD5
|
1820 |
+
-7.0310354 3.8344452 club cell TFAP2A
|
1821 |
+
-7.047655 3.6361213 club cell AARD
|
1822 |
+
-6.84908 4.1783986 club cell MED7
|
1823 |
+
-8.086657 3.0777543 club cell PUM1
|
1824 |
+
-7.300794 4.1101456 club cell RBX1
|
1825 |
+
-7.571055 4.7172194 club cell FBP1
|
1826 |
+
-7.3938456 3.8164494 club cell NME3
|
1827 |
+
-6.990046 3.690067 club cell TOR1AIP2
|
1828 |
+
-6.718514 3.406342 club cell LRRK2
|
1829 |
+
-6.7809286 3.8214426 club cell TMEM141
|
1830 |
+
-6.701124 3.2285688 club cell AP1S1
|
1831 |
+
-6.9189916 4.8088107 club cell RAB40B
|
1832 |
+
-6.7562084 3.7020473 club cell EXOSC7
|
1833 |
+
-7.163 4.067222 club cell FRK
|
1834 |
+
-9.396676 4.4608536 club cell PRKCD
|
1835 |
+
-7.8351974 4.6687865 club cell BEX5
|
1836 |
+
-7.846122 4.9458213 club cell SFTPA1
|
1837 |
+
-7.395643 4.348253 club cell RPS14
|
1838 |
+
7.6261744 7.6937637 club cell GTF3C4
|
1839 |
+
-8.053127 5.1641006 club cell SREBF1
|
1840 |
+
-6.7180176 3.516772 club cell NDUFB10
|
1841 |
+
-7.5815477 5.110884 club cell INSIG2
|
1842 |
+
-9.559459 4.7199903 club cell CLDN5
|
1843 |
+
-7.836364 5.515071 club cell PHC3
|
1844 |
+
-7.4203863 3.5696416 club cell ISCA2
|
1845 |
+
-7.16152 4.378105 club cell MFSD4B
|
1846 |
+
-7.319178 4.0899005 club cell RNF26
|
1847 |
+
-9.051639 3.1291752 club cell VKORC1
|
1848 |
+
-7.121685 4.4352794 club cell CALCOCO1
|
1849 |
+
-7.9782057 5.2570524 club cell MTURN
|
1850 |
+
-5.8670883 3.1568 club cell EHF
|
1851 |
+
-6.847057 4.695289 club cell C1QA
|
1852 |
+
-6.740708 3.5494082 club cell RILP
|
1853 |
+
-6.265155 3.1785002 club cell PIGQ
|
1854 |
+
-8.14317 3.2137043 club cell UBXN6
|
1855 |
+
-7.8201966 4.811532 club cell UBE2J2
|
1856 |
+
-6.771167 4.047986 club cell TMEM98
|
1857 |
+
-6.6603117 4.2587647 club cell RPL10A
|
1858 |
+
-8.139851 3.4104648 club cell PDXK
|
1859 |
+
-6.2777762 3.5306604 club cell CCDC68
|
1860 |
+
-6.4021935 4.380638 club cell MYOF
|
1861 |
+
4.6637597 4.053071 club cell ZSCAN29
|
1862 |
+
-6.6553288 2.9911256 club cell ZFP36L1
|
1863 |
+
-6.543317 4.3819165 club cell DTNB
|
1864 |
+
-7.6523952 4.678193 club cell LANCL1
|
1865 |
+
-6.631256 3.5820198 club cell TTPA
|
1866 |
+
-8.588655 3.8248289 club cell MSI2
|
1867 |
+
-6.8843036 4.5974326 club cell MYO5C
|
1868 |
+
-7.100576 4.151654 club cell ZADH2
|
1869 |
+
-8.451571 3.5924666 club cell PYROXD2
|
1870 |
+
-7.588371 4.1118 club cell DYNC2LI1
|
1871 |
+
-9.256998 4.4007063 club cell UFL1
|
1872 |
+
-7.764204 5.496631 club cell TXNDC17
|
1873 |
+
-7.8007565 3.8763824 club cell TMED10
|
1874 |
+
-6.905601 3.933148 club cell BAIAP2
|
1875 |
+
-6.5678263 3.891496 club cell DYRK1A
|
1876 |
+
-7.553212 4.563232 club cell KITLG
|
1877 |
+
-8.544797 2.9696178 club cell TP53INP1
|
1878 |
+
-7.1170406 5.2545795 club cell TFDP2
|
1879 |
+
-7.966968 3.9812553 club cell ADRA1B
|
1880 |
+
-7.8052225 5.3932414 club cell DLC1
|
1881 |
+
-6.864548 4.4207883 club cell VWF
|
1882 |
+
-7.3102875 3.1460018 club cell STK3
|
1883 |
+
-6.5822845 4.19439 club cell ETS2
|
1884 |
+
-7.535879 4.448884 club cell TMEM258
|
1885 |
+
-7.4617496 4.1744967 club cell EDA2R
|
1886 |
+
-9.790261 9.189476 club cell NUCKS1
|
1887 |
+
-8.721091 3.2164047 club cell PITPNM2
|
1888 |
+
-7.6009493 5.4598436 club cell RAB25
|
1889 |
+
-6.9735866 5.0743175 club cell CA8
|
1890 |
+
-7.0709977 4.330248 club cell NF1
|
1891 |
+
-7.7622404 5.4216385 club cell LGALS3
|
1892 |
+
-6.7084494 3.2444174 club cell SPAG16
|
1893 |
+
-7.520116 3.2514105 club cell PPP2R5A
|
1894 |
+
-7.614037 3.5933008 club cell CBR4
|
1895 |
+
-7.3117194 3.2573578 club cell LRRC8E
|
1896 |
+
-6.7363234 3.9163384 club cell U2SURP
|
1897 |
+
-7.396752 4.354145 club cell KLHL24
|
1898 |
+
-7.2008796 4.4989753 club cell TMPRSS2
|
1899 |
+
-6.6951866 3.950037 club cell AQP1
|
1900 |
+
-7.584588 4.9836755 club cell ARID5B
|
1901 |
+
-6.091173 3.2402446 club cell ARID1A
|
1902 |
+
-9.00155 3.7446654 club cell STOX2
|
1903 |
+
-7.6674438 4.7871675 club cell MTA3
|
1904 |
+
-7.752115 4.768234 club cell SWSAP1
|
1905 |
+
-7.2491636 4.7250657 club cell PLXNB1
|
1906 |
+
-10.158455 5.382093 club cell BEX4
|
1907 |
+
-6.574185 3.4516697 club cell EMC2
|
1908 |
+
-6.345576 3.6370678 club cell RHOBTB3
|
1909 |
+
-7.1248417 3.8635745 club cell CHMP5
|
1910 |
+
-7.2711644 4.776927 club cell PARN
|
1911 |
+
-6.1792145 3.4563046 club cell FUNDC1
|
1912 |
+
-6.2152925 3.5354927 club cell CYB561
|
1913 |
+
-7.5715904 4.902162 club cell NXT2
|
1914 |
+
-8.403179 3.8345838 club cell BMI1
|
1915 |
+
-6.305731 4.3690267 club cell CCNB1IP1
|
1916 |
+
-7.4882517 4.73051 club cell RPSA
|
1917 |
+
-7.995543 4.652847 club cell TOM1L2
|
1918 |
+
-7.8725824 2.9164424 club cell CFI
|
1919 |
+
-10.386712 5.7515035 club cell SCMH1
|
1920 |
+
-7.802998 4.107527 club cell CDC5L
|
1921 |
+
-7.4036436 5.0392904 club cell XAGE2
|
1922 |
+
-6.948741 3.496565 club cell CTTN
|
1923 |
+
-8.219207 3.1140015 club cell UBAP2
|
1924 |
+
-7.1640186 3.2393324 club cell GEMIN4
|
1925 |
+
-6.0453224 2.917129 club cell KDR
|
1926 |
+
-7.0735407 4.719186 club cell MRPL13
|
1927 |
+
-7.314497 3.1799757 club cell C2
|
1928 |
+
-8.19644 3.4264605 club cell MPP7
|
1929 |
+
-6.8972673 4.333806 club cell NECTIN2
|
1930 |
+
-7.242123 2.337753 club cell GPR37
|
1931 |
+
-6.3530326 3.4290056 club cell PDLIM1
|
1932 |
+
-7.828203 4.9642563 club cell RBAK
|
1933 |
+
-5.3784757 2.3983767 club cell FAM177A1
|
1934 |
+
-7.501062 2.3817573 club cell RAMP1
|
1935 |
+
-6.4539332 3.6252878 club cell GEMIN8
|
1936 |
+
-7.6827946 4.8316073 club cell TNS3
|
1937 |
+
-6.8753057 3.5713634 club cell ATP6V0E2
|
1938 |
+
-7.734002 4.9167128 club cell ANKRD50
|
1939 |
+
-7.1915436 3.9497187 club cell MRPL40
|
1940 |
+
-6.821502 4.5663314 club cell PTPN1
|
1941 |
+
-8.388231 3.3448656 club cell ZNF483
|
1942 |
+
-7.331396 4.1994066 club cell SUMO2
|
1943 |
+
-8.672535 3.480333 club cell PLXNB2
|
1944 |
+
-6.6502614 3.9075167 club cell RCOR1
|
1945 |
+
-6.4834723 3.49297 club cell KCNQ3
|
1946 |
+
-7.826005 3.1021369 club cell CST3
|
1947 |
+
-5.9545975 3.5881832 club cell RPA3
|
1948 |
+
-6.9129653 3.037972 club cell N4BP2
|
1949 |
+
-8.812735 3.7097929 club cell NPHP4
|
1950 |
+
-7.585948 5.0810404 club cell LYZ
|
1951 |
+
-7.1743736 3.827184 club cell PRPF40B
|
1952 |
+
-8.117947 4.66084 club cell TMEM245
|
1953 |
+
-7.163329 4.501268 club cell RBM3
|
1954 |
+
-7.9442024 5.017779 club cell INPP5J
|
1955 |
+
-5.6573844 3.5960057 club cell CDH3
|
1956 |
+
-7.96861 2.9513693 club cell TPBG
|
1957 |
+
-6.6154757 3.4009564 club cell AHI1
|
1958 |
+
-8.355143 3.6609786 club cell MAP1LC3A
|
1959 |
+
-10.314053 5.5889707 club cell ANAPC15
|
1960 |
+
-8.164846 3.5890572 club cell TEX9
|
1961 |
+
-8.551082 3.4917111 club cell SERP1
|
1962 |
+
-7.3447957 3.5750055 club cell MLLT3
|
1963 |
+
-7.4911823 4.7042227 club cell PBX1
|
1964 |
+
-8.17263 3.1348934 club cell LENG8
|
1965 |
+
-6.6992517 4.188958 club cell SLC35A5
|
1966 |
+
-7.496404 4.7564874 club cell DRAM1
|
1967 |
+
-7.327339 5.2465744 club cell SAMD4B
|
1968 |
+
-7.014678 3.2808213 club cell SLC7A8
|
1969 |
+
-7.9205785 3.4222226 club cell ADORA2B
|
1970 |
+
-6.574922 4.212492 club cell TMEM159
|
1971 |
+
-6.4953766 3.6522844 club cell SHISA6
|
1972 |
+
-7.792632 5.101778 club cell INTS5
|
1973 |
+
-6.985116 3.1283972 club cell INPP5K
|
1974 |
+
-7.4698505 4.8019624 club cell DSTN
|
1975 |
+
-6.7982216 3.7294075 club cell YIPF3
|
1976 |
+
-7.9380035 4.6186957 club cell ALG5
|
1977 |
+
-6.811759 3.6417184 club cell POLR2I
|
1978 |
+
-7.5999064 4.072658 club cell ARHGAP35
|
1979 |
+
-7.8737445 3.174449 club cell FLRT3
|
1980 |
+
-7.4921064 3.1947796 club cell LAMP1
|
1981 |
+
-7.796295 4.7642198 club cell SULT2B1
|
1982 |
+
-7.815865 2.8295877 club cell TMEM8B
|
1983 |
+
-6.9598246 4.782169 club cell BAZ2B
|
1984 |
+
-8.217242 3.2889347 club cell RNF181
|
1985 |
+
-7.173456 4.6308384 club cell BAD
|
1986 |
+
-7.162809 3.9650557 club cell NPHP1
|
1987 |
+
-8.497048 3.4730084 club cell SPRED1
|
1988 |
+
-8.669128 4.0443063 club cell KRT19
|
1989 |
+
-6.975497 4.424735 club cell PRDX5
|
1990 |
+
-7.149098 4.67078 club cell NOTCH3
|
1991 |
+
-5.771706 3.636419 club cell CCNO
|
1992 |
+
-10.024737 5.2921505 club cell AKTIP
|
1993 |
+
-7.5006576 4.5541925 club cell CUL5
|
1994 |
+
-7.6196017 4.634766 club cell AVPI1
|
1995 |
+
-7.9202 4.9202266 club cell ZNF268
|
1996 |
+
-8.568341 2.7685738 club cell SLC35A1
|
1997 |
+
-8.140161 3.6973827 club cell NKX2-1
|
1998 |
+
-7.0797896 3.9734979 club cell RPRD1B
|
1999 |
+
-7.873389 3.5196593 club cell PDZK1IP1
|
2000 |
+
-7.828032 3.3937352 club cell VANGL2
|
2001 |
+
-7.9764495 4.6305313 club cell CLDN3
|
2002 |
+
-7.319596 4.041949 club cell PIAS2
|
2003 |
+
-5.791087 3.5194318 club cell KAT14
|
2004 |
+
-7.2064624 3.7408543 club cell DBT
|
2005 |
+
-6.43065 3.974308 club cell RFC3
|
2006 |
+
-7.5257487 5.2261724 club cell MRI1
|
2007 |
+
-7.4292793 4.1832995 club cell BMPR2
|
2008 |
+
-7.1744814 4.2851276 club cell RUNX2
|
2009 |
+
-6.876188 5.23947 club cell E4F1
|
2010 |
+
-6.958472 4.3258557 club cell ATP13A4
|
2011 |
+
-7.214703 4.3071647 club cell GCSH
|
2012 |
+
-10.090706 4.8298683 club cell ADGRG1
|
2013 |
+
-6.967805 4.22545 club cell CUX1
|
2014 |
+
-5.852992 3.087306 club cell ZSCAN18
|
2015 |
+
-7.8194523 3.9973998 club cell RPL18
|
2016 |
+
-7.180867 4.489246 club cell PRKAR1A
|
2017 |
+
-7.318972 4.922611 club cell SEC23IP
|
2018 |
+
-8.018399 5.1876454 club cell ZNF428
|
2019 |
+
-6.504539 4.114147 club cell ZDHHC15
|
2020 |
+
-7.0046425 3.6323788 club cell ANKRD6
|
2021 |
+
-7.5271444 4.0953584 club cell MAOA
|
2022 |
+
-7.0678544 2.7069633 club cell TMOD3
|
2023 |
+
-7.575826 3.2757065 club cell MZF1
|
2024 |
+
-6.536777 3.4174132 club cell FBXW4
|
2025 |
+
-7.1983376 4.549556 club cell HES4
|
2026 |
+
-7.9661098 5.0751677 club cell PUM2
|
2027 |
+
-7.275887 4.7512197 club cell UNC50
|
2028 |
+
-7.12871 4.460284 club cell SESTD1
|
2029 |
+
-7.8022037 5.3177295 club cell GLCCI1
|
2030 |
+
-5.3424664 2.5590925 club cell SYNE2
|
2031 |
+
-7.90523 4.0141644 club cell JUN
|
2032 |
+
-7.410017 4.181044 club cell YIPF4
|
2033 |
+
-8.380183 4.583881 club cell B9D2
|
2034 |
+
-7.240019 4.3017564 club cell NR4A1
|
2035 |
+
-7.41582 4.960674 club cell TLR2
|
2036 |
+
-6.4485197 4.348952 club cell ST14
|
2037 |
+
-10.19787 5.162048 club cell AGO4
|
2038 |
+
-7.059189 3.4915993 club cell CC2D2A
|
2039 |
+
-7.6667695 3.123579 club cell ITGA3
|
2040 |
+
-7.330188 4.709246 club cell CTSD
|
2041 |
+
-6.596963 3.933561 club cell VMP1
|
2042 |
+
-5.6476655 3.2413363 club cell HES1
|
2043 |
+
-7.5023246 4.293565 club cell ZNF121
|
2044 |
+
-7.072659 4.497071 club cell MRPL51
|
2045 |
+
-8.439227 3.2725406 club cell MTA1
|
2046 |
+
-6.6351523 4.1211424 club cell C1QB
|
2047 |
+
-6.6279054 3.3036864 club cell OAZ3
|
2048 |
+
-7.3542194 5.2055764 club cell RGS17
|
2049 |
+
-7.19061 4.5170383 club cell IGF1R
|
2050 |
+
-6.3980103 3.6576474 club cell ZC3H12C
|
2051 |
+
-6.867039 4.5610094 club cell PDE8A
|
2052 |
+
-7.0054307 4.5536656 club cell CBR1
|
2053 |
+
-6.6546082 4.6949015 club cell BAG5
|
2054 |
+
-7.1104264 4.1619487 club cell KIAA1109
|
2055 |
+
-5.0463457 2.1641297 club cell KIF1C
|
2056 |
+
-7.049883 3.6649485 club cell ATRAID
|
2057 |
+
-7.522103 3.4952424 club cell CCN2
|
2058 |
+
-6.9638324 4.8892965 club cell NR2F6
|
2059 |
+
-6.8084025 3.959958 club cell PDIA6
|
2060 |
+
-6.849581 2.929852 club cell FUCA1
|
2061 |
+
-6.8751903 3.5182753 club cell PPP4R1
|
2062 |
+
-7.3696465 3.3338957 club cell CD47
|
2063 |
+
-6.8514953 4.1808543 club cell ANKRD29
|
2064 |
+
-8.116628 5.3317676 club cell FAF1
|
2065 |
+
-7.14963 4.4204464 club cell VWA2
|
2066 |
+
-7.9545765 4.936519 club cell AREG
|
2067 |
+
-6.948385 1.5916287 club cell GAB1
|
2068 |
+
-7.773138 3.3061142 club cell CAPN7
|
2069 |
+
-7.2383666 4.939362 club cell EDN1
|
2070 |
+
-3.9563916 3.5314975 club cell RPS9
|
2071 |
+
-7.1651263 4.569099 club cell ARL1
|
2072 |
+
-8.31637 3.3946812 club cell RAD51B
|
2073 |
+
-7.1845202 5.367037 club cell ACVR2B
|
2074 |
+
-7.542126 3.5891063 club cell CLPTM1L
|
2075 |
+
-7.4991274 4.428454 club cell IRF2BP2
|
2076 |
+
-7.3089457 5.178874 club cell DOCK9
|
2077 |
+
-6.3565116 3.9753962 club cell PURA
|
2078 |
+
-5.486042 2.579752 club cell BEND5
|
2079 |
+
-6.1863666 3.10207 club cell EYA2
|
2080 |
+
-7.0156646 3.7115011 club cell ZNF280D
|
2081 |
+
-5.333665 3.8142343 club cell HYKK
|
2082 |
+
-7.3060493 4.7330637 club cell GADD45G
|
2083 |
+
-9.098296 3.1463387 club cell CLDN1
|
2084 |
+
-7.2707386 2.9168992 club cell SYCE1L
|
2085 |
+
-7.398679 3.2741134 club cell DCAF12
|
2086 |
+
-8.396263 3.189393 club cell FAM184A
|
2087 |
+
-7.2834663 4.803343 club cell ACADS
|
2088 |
+
-6.978071 4.0217624 club cell RGMA
|
2089 |
+
-6.897945 4.7462974 club cell STOM
|
2090 |
+
-7.092481 4.5383625 club cell CYTH2
|
2091 |
+
-6.6890097 3.572829 club cell KRT7
|
2092 |
+
-7.850884 5.598956 club cell TMEM139
|
2093 |
+
-7.951107 3.6518807 club cell EFHC1
|
2094 |
+
-6.9703846 4.2551045 club cell INIP
|
2095 |
+
-7.967692 3.294036 club cell RAP1GAP
|
2096 |
+
-8.198754 4.7030625 club cell HADH
|
2097 |
+
-7.1875906 4.5224996 club cell PIK3R3
|
2098 |
+
-7.516817 4.669986 club cell COL4A3
|
2099 |
+
-7.1457005 3.5832229 club cell ZSCAN16
|
2100 |
+
-7.77954 3.0919375 club cell NT5E
|
2101 |
+
-6.783986 3.7732525 club cell MRPS36
|
2102 |
+
-7.868254 3.0802858 club cell SEC61G
|
2103 |
+
-10.401071 5.574786 club cell SIX1
|
2104 |
+
-7.22329 4.327507 club cell TRIP11
|
2105 |
+
-7.125663 3.8936074 club cell PLXNA2
|
2106 |
+
-7.930968 3.0037637 club cell ICAM1
|
2107 |
+
-10.419228 5.8017445 club cell MAPKAPK5
|
2108 |
+
4.7127943 3.990328 club cell SCNN1G
|
2109 |
+
-7.6710973 4.941924 club cell RAD18
|
2110 |
+
-9.755151 9.857251 club cell TAF9B
|
2111 |
+
-6.729187 3.107624 club cell NLK
|
2112 |
+
-8.602338 3.5811186 club cell HLA-DRA
|
2113 |
+
-6.8463244 4.0162888 club cell ERVW-1
|
2114 |
+
-8.862295 3.1049526 club cell SLC40A1
|
2115 |
+
-7.284721 4.0005755 club cell IQCN
|
2116 |
+
-7.752216 3.3675349 club cell SNHG29
|
2117 |
+
-5.643981 3.0244906 club cell HINT1
|
2118 |
+
-8.770959 4.0302157 club cell GAS8
|
2119 |
+
-6.0187798 4.505571 club cell MYO1D
|
2120 |
+
-6.9778967 4.0153546 club cell CLINT1
|
2121 |
+
-7.488966 4.475614 club cell PFDN6
|
2122 |
+
-6.7111263 3.7200584 club cell ACSS2
|
2123 |
+
-7.548584 4.660889 club cell PTRH1
|
2124 |
+
-7.612567 4.8407645 club cell POLR2J
|
2125 |
+
-8.100314 4.6584115 club cell BCKDHB
|
2126 |
+
-8.72683 3.4368658 club cell ZNF626
|
2127 |
+
-7.982361 3.5080569 club cell PPME1
|
2128 |
+
-7.481 4.1611834 club cell CYP2F1
|
2129 |
+
-8.305108 2.966355 club cell LMO7
|
2130 |
+
-8.450984 4.0367727 club cell GTPBP10
|
2131 |
+
-7.517523 2.8802395 club cell ZNF587B
|
2132 |
+
-7.432782 4.7223887 club cell CDC14B
|
2133 |
+
-7.205253 4.2784977 club cell LDLR
|
2134 |
+
-7.9234924 3.311717 club cell PRKCE
|
2135 |
+
-7.438685 3.605756 club cell MIEF2
|
2136 |
+
-7.6163697 4.6930904 club cell IFT81
|
2137 |
+
-7.1156235 3.374343 club cell CDCP1
|
2138 |
+
-8.327327 3.6341963 club cell CNOT6
|
2139 |
+
-6.690263 2.4854481 club cell MRPL54
|
2140 |
+
-7.6710577 2.8988967 club cell XPA
|
2141 |
+
-7.674993 3.2104645 club cell FGFR2
|
data/club_cell_of_prostate_epithelium_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/conjunctival_epithelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/connective_tissue_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/corneal_epithelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/corneal_keratocyte_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/dendritic_cell_embeddings.csv
ADDED
@@ -0,0 +1,2049 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
10.942345 10.602454 dendritic cell SLA2
|
3 |
+
-0.9258397 -1.5635304 dendritic cell RPL24
|
4 |
+
-3.772037 6.5965853 dendritic cell PSMD13
|
5 |
+
-2.2482133 2.4932027 dendritic cell ACTR3
|
6 |
+
-1.6069138 7.5838275 dendritic cell DCTN5
|
7 |
+
-7.954756 9.590686 dendritic cell CALM1
|
8 |
+
-0.85085696 -2.2294977 dendritic cell SPNS3
|
9 |
+
-1.9370892 1.2461314 dendritic cell FDPS
|
10 |
+
-7.928492 8.852452 dendritic cell PARVB
|
11 |
+
-0.96534246 -7.6173306 dendritic cell ZPR1
|
12 |
+
-0.42589954 -5.9254937 dendritic cell LMO2
|
13 |
+
-2.3305783 11.390512 dendritic cell CCDC22
|
14 |
+
-0.6722598 -3.5340548 dendritic cell COPS5
|
15 |
+
-0.5924535 -6.9170403 dendritic cell FEN1
|
16 |
+
-0.8126265 -3.6449442 dendritic cell GCSAM
|
17 |
+
-0.79075235 -1.2573644 dendritic cell PSMD7
|
18 |
+
-0.70720416 -3.6817143 dendritic cell RSKR
|
19 |
+
-0.671989 -7.290679 dendritic cell PAPOLA
|
20 |
+
-1.2260622 0.5715533 dendritic cell F8A1
|
21 |
+
9.950036 10.436698 dendritic cell EIF3D
|
22 |
+
-1.1995937 -3.7906375 dendritic cell HLA-A
|
23 |
+
5.9053555 9.48907 dendritic cell PRCP
|
24 |
+
6.761877 9.7396965 dendritic cell GNB4
|
25 |
+
-1.0920118 -4.1672726 dendritic cell MAP3K11
|
26 |
+
-1.0929285 -2.9291246 dendritic cell ENPP1
|
27 |
+
-4.3282127 8.485194 dendritic cell IL15
|
28 |
+
-0.8327183 -1.469731 dendritic cell HNRNPH2
|
29 |
+
-6.633764 10.164448 dendritic cell RACK1
|
30 |
+
-0.7789724 -3.4551582 dendritic cell MFSD12
|
31 |
+
-1.1997153 0.6796914 dendritic cell KLRC4
|
32 |
+
-4.073108 5.560457 dendritic cell PLCL2
|
33 |
+
7.49746 3.5291011 dendritic cell TRIM36
|
34 |
+
-0.62206507 -1.8594335 dendritic cell EGR3
|
35 |
+
-0.29446554 -3.836374 dendritic cell POC1A
|
36 |
+
-2.0162582 1.1956388 dendritic cell MRC1
|
37 |
+
-2.6954598 4.8526936 dendritic cell GTF3A
|
38 |
+
-0.29974788 -3.6971154 dendritic cell CREM
|
39 |
+
-2.0017614 1.887195 dendritic cell CHCHD2
|
40 |
+
-1.0205635 -3.1934755 dendritic cell CAPN10
|
41 |
+
-0.6398688 -4.7379856 dendritic cell ZMIZ1
|
42 |
+
-4.5832562 11.204606 dendritic cell RAB11FIP4
|
43 |
+
8.302782 10.038475 dendritic cell MIER2
|
44 |
+
-0.57487565 -5.097539 dendritic cell NLRC4
|
45 |
+
-3.1705046 5.770785 dendritic cell PPP1CA
|
46 |
+
-3.9880276 8.006346 dendritic cell PYHIN1
|
47 |
+
-1.0241917 -3.6855812 dendritic cell SPIB
|
48 |
+
0.38264132 -2.1385925 dendritic cell MTDH
|
49 |
+
-6.294931 10.347573 dendritic cell USP4
|
50 |
+
-0.52373844 -4.799435 dendritic cell KIR2DL3
|
51 |
+
5.8441057 10.25821 dendritic cell JAK2
|
52 |
+
-3.5087807 10.535399 dendritic cell GNPTAB
|
53 |
+
-4.8963685 9.105467 dendritic cell PARVG
|
54 |
+
-0.45458362 -5.622043 dendritic cell ATP5F1E
|
55 |
+
-2.9068444 8.449536 dendritic cell CLDND2
|
56 |
+
-0.95452636 -3.5957298 dendritic cell CLCN5
|
57 |
+
-6.8566475 9.928321 dendritic cell GDI2
|
58 |
+
10.198097 10.368874 dendritic cell NKG7
|
59 |
+
7.3714013 4.4065714 dendritic cell CDC42
|
60 |
+
-2.9999573 4.7587237 dendritic cell PKMYT1
|
61 |
+
-0.05537353 -5.3564143 dendritic cell SGO2
|
62 |
+
9.899326 10.187087 dendritic cell CCL5
|
63 |
+
9.620736 10.257049 dendritic cell UTP6
|
64 |
+
-0.7026369 -3.3577917 dendritic cell MYO1F
|
65 |
+
-0.7650342 -4.242398 dendritic cell TIMP1
|
66 |
+
-0.5333553 -5.1079764 dendritic cell RNF7
|
67 |
+
-3.7981849 7.5562596 dendritic cell DDHD1
|
68 |
+
-1.1308488 8.207116 dendritic cell RYR1
|
69 |
+
8.261979 10.112375 dendritic cell PLIN3
|
70 |
+
-0.68618155 -4.5730577 dendritic cell UBE2L3
|
71 |
+
-0.42197463 -2.2227046 dendritic cell AP2S1
|
72 |
+
-0.60063535 -3.0932264 dendritic cell SHCBP1
|
73 |
+
-0.40711847 -4.0667963 dendritic cell ELF1
|
74 |
+
-0.12624235 -3.6160333 dendritic cell MAPRE1
|
75 |
+
-0.5294679 -5.5376334 dendritic cell POGLUT1
|
76 |
+
-1.1969656 0.9205922 dendritic cell TGFA
|
77 |
+
-0.8245004 -3.125984 dendritic cell TLN1
|
78 |
+
-0.64408576 -5.924721 dendritic cell FLNA
|
79 |
+
-3.4101517 6.2858925 dendritic cell STX8
|
80 |
+
-1.8892362 1.5996113 dendritic cell MBD2
|
81 |
+
-0.552682 -4.1876965 dendritic cell BLOC1S2
|
82 |
+
-4.0741043 7.9779315 dendritic cell S100Z
|
83 |
+
-0.8410292 -0.5578206 dendritic cell PPIF
|
84 |
+
10.766674 9.857248 dendritic cell TRAF3IP3
|
85 |
+
-7.2417526 9.457854 dendritic cell DYNLL1
|
86 |
+
-0.88624614 -7.520536 dendritic cell DUSP10
|
87 |
+
-3.4818132 6.228533 dendritic cell PON2
|
88 |
+
-0.6269618 -6.201108 dendritic cell PITPNM1
|
89 |
+
-4.7308164 8.47143 dendritic cell PIMREG
|
90 |
+
-3.5283825 7.4335093 dendritic cell UBA52
|
91 |
+
-1.0612829 -7.1039457 dendritic cell RGS10
|
92 |
+
-0.9569727 -2.0198336 dendritic cell PLEKHO1
|
93 |
+
-0.6686053 -3.901187 dendritic cell PPP2R2B
|
94 |
+
-0.53295517 -3.370291 dendritic cell TDP1
|
95 |
+
-1.0654448 -3.8200517 dendritic cell VAC14
|
96 |
+
1.28583 8.317881 dendritic cell CD300C
|
97 |
+
-0.06110153 -4.992549 dendritic cell RAB3A
|
98 |
+
-1.9411865 2.1894302 dendritic cell BHLHE40
|
99 |
+
-0.95663434 -3.3748746 dendritic cell ATP5PB
|
100 |
+
-1.5487168 1.3365005 dendritic cell TLR7
|
101 |
+
-0.35408562 -3.691818 dendritic cell TTF2
|
102 |
+
-0.92483103 -3.5677557 dendritic cell GRAMD4
|
103 |
+
-3.4689684 6.148855 dendritic cell ERCC1
|
104 |
+
-0.6466763 -2.2296715 dendritic cell SRSF2
|
105 |
+
-1.4116454 -3.2489238 dendritic cell RIN3
|
106 |
+
-0.55620766 -0.5414043 dendritic cell RAMACL
|
107 |
+
-1.0918713 -0.07440283 dendritic cell KIF4A
|
108 |
+
-0.8921706 -3.3572886 dendritic cell LYL1
|
109 |
+
10.8288 10.606702 dendritic cell MAN2C1
|
110 |
+
-0.9186644 0.30099207 dendritic cell THOC7
|
111 |
+
-3.8335707 6.7039714 dendritic cell EIF2AK2
|
112 |
+
-0.83998466 -3.7232792 dendritic cell ZNF707
|
113 |
+
-7.832353 8.829946 dendritic cell CTLA4
|
114 |
+
-4.3950295 8.75241 dendritic cell MED11
|
115 |
+
-2.9581428 5.159686 dendritic cell MT-ND4
|
116 |
+
-1.3587333 -3.3457975 dendritic cell EEF1A1P5
|
117 |
+
-1.8765979 0.82675016 dendritic cell POLR2G
|
118 |
+
-4.036965 8.344932 dendritic cell GABARAPL2
|
119 |
+
11.003226 10.502686 dendritic cell RAB33A
|
120 |
+
-2.21019 2.2327685 dendritic cell LRR1
|
121 |
+
-3.880425 7.368112 dendritic cell RNF125
|
122 |
+
-0.7099785 -2.6686518 dendritic cell CCDC57
|
123 |
+
-3.0784307 5.007804 dendritic cell SNRPD3
|
124 |
+
-1.3700199 0.19942954 dendritic cell MTHFR
|
125 |
+
1.9951328 8.576886 dendritic cell SCLT1
|
126 |
+
5.96121 10.217499 dendritic cell NDUFA12
|
127 |
+
-0.6666093 -2.953443 dendritic cell AKT1
|
128 |
+
-1.1306087 -3.2399132 dendritic cell PIK3CG
|
129 |
+
-0.942348 -3.7931666 dendritic cell CD68
|
130 |
+
-0.96372956 -3.4725063 dendritic cell EEF1A1
|
131 |
+
1.6289397 2.1731486 dendritic cell EIF2AK4
|
132 |
+
-4.24755 10.320527 dendritic cell EIF3H
|
133 |
+
-1.0289209 -0.91776264 dendritic cell CCSER1
|
134 |
+
-0.64111525 -5.762984 dendritic cell PTGER4
|
135 |
+
-0.7456222 -5.9876037 dendritic cell MX1
|
136 |
+
-0.39620492 -4.0394464 dendritic cell RPL10
|
137 |
+
-2.5808575 10.192568 dendritic cell SH2D1A
|
138 |
+
-8.31809 9.606345 dendritic cell AP1B1
|
139 |
+
-3.5200117 6.725105 dendritic cell FCGRT
|
140 |
+
-1.2575879 -1.3810749 dendritic cell VPS41
|
141 |
+
-6.274346 10.348367 dendritic cell LIMD1
|
142 |
+
-0.52304083 -2.6891966 dendritic cell THRAP3
|
143 |
+
-5.868152 9.407246 dendritic cell FKBP1A
|
144 |
+
-0.6786547 -4.2023644 dendritic cell IL13RA1
|
145 |
+
-4.2936907 9.31381 dendritic cell HPRT1
|
146 |
+
-1.8271487 1.7527945 dendritic cell ASCC2
|
147 |
+
-0.2233387 -5.147197 dendritic cell PRKACB
|
148 |
+
-0.9433797 -1.8500147 dendritic cell FBXO34
|
149 |
+
-5.311814 10.916382 dendritic cell SMC4
|
150 |
+
10.147495 9.639896 dendritic cell PTPN9
|
151 |
+
-1.7141372 0.57734126 dendritic cell ATP6V0E1
|
152 |
+
-1.0730424 -3.180668 dendritic cell ITPR2
|
153 |
+
-1.7557335 1.6828434 dendritic cell VPS33A
|
154 |
+
-1.218992 -2.5512588 dendritic cell ADRB3
|
155 |
+
-0.037246626 -5.1463933 dendritic cell RBM47
|
156 |
+
-3.0903966 7.419808 dendritic cell CHAF1A
|
157 |
+
-0.5686984 -5.871473 dendritic cell SHTN1
|
158 |
+
10.641265 10.015993 dendritic cell PHF11
|
159 |
+
-2.588753 5.1307445 dendritic cell ATP5F1C
|
160 |
+
-3.716619 8.559274 dendritic cell ANKRD12
|
161 |
+
-3.0837297 5.8266544 dendritic cell MRE11
|
162 |
+
-1.2294983 -3.5775638 dendritic cell KDM2A
|
163 |
+
-0.9379138 -1.3418893 dendritic cell SLC30A4
|
164 |
+
-0.6459819 -4.6749754 dendritic cell LRRC14
|
165 |
+
7.9982166 10.101197 dendritic cell SLC16A10
|
166 |
+
6.6956367 3.1840382 dendritic cell PPP1R11
|
167 |
+
-0.6017853 -4.4379044 dendritic cell CHCHD3
|
168 |
+
10.87077 10.594324 dendritic cell EIPR1
|
169 |
+
-3.786641 7.832304 dendritic cell NREP
|
170 |
+
-1.0836872 -1.8639088 dendritic cell MYL12B
|
171 |
+
-6.5046544 7.955994 dendritic cell CBX6
|
172 |
+
-1.2001865 0.5529396 dendritic cell DGKD
|
173 |
+
-0.9871096 -4.287826 dendritic cell SDF2L1
|
174 |
+
-0.5539436 -2.7784865 dendritic cell ODF3B
|
175 |
+
-0.42800713 -4.1503186 dendritic cell RREB1
|
176 |
+
-4.2462907 8.57116 dendritic cell CISH
|
177 |
+
-8.040846 9.529331 dendritic cell EDF1
|
178 |
+
-2.472639 4.5261827 dendritic cell CBL
|
179 |
+
7.274699 4.7066984 dendritic cell DTYMK
|
180 |
+
-2.5287666 3.5004704 dendritic cell LSP1
|
181 |
+
-0.52039087 -3.3263185 dendritic cell BMF
|
182 |
+
-3.115293 9.740496 dendritic cell PNISR
|
183 |
+
-4.2776494 5.766887 dendritic cell ADAM28
|
184 |
+
-3.2446404 6.467067 dendritic cell NEU3
|
185 |
+
-1.7607332 11.702881 dendritic cell AIMP2
|
186 |
+
-0.38317212 -5.6211348 dendritic cell RNF19B
|
187 |
+
-0.6759526 -1.8493063 dendritic cell DNTTIP1
|
188 |
+
-1.0620669 -0.39808995 dendritic cell CDCA5
|
189 |
+
-2.092443 2.3635905 dendritic cell ID2
|
190 |
+
-0.8520468 -2.3958578 dendritic cell MATK
|
191 |
+
-0.5188674 -4.2482457 dendritic cell LIMK1
|
192 |
+
-0.92893004 -1.5903289 dendritic cell PDP1
|
193 |
+
10.26608 9.752059 dendritic cell UBE2E2
|
194 |
+
8.605013 10.004304 dendritic cell RASA2
|
195 |
+
-3.873419 8.0458 dendritic cell VRK2
|
196 |
+
-0.39819494 -4.522194 dendritic cell FCGR2B
|
197 |
+
-4.2517066 6.4087973 dendritic cell LRMDA
|
198 |
+
-1.8248253 2.1311808 dendritic cell PPP1R14A
|
199 |
+
-0.914816 -3.2690876 dendritic cell NUDT3
|
200 |
+
-0.52172977 -7.4558163 dendritic cell TMEM160
|
201 |
+
-1.2381679 -3.6312323 dendritic cell HERC1
|
202 |
+
-1.1816429 0.20919307 dendritic cell ZNF276
|
203 |
+
10.599075 9.952978 dendritic cell OXNAD1
|
204 |
+
-0.84478074 -1.346846 dendritic cell SPINT2
|
205 |
+
-1.2344494 -1.9457887 dendritic cell CNN2
|
206 |
+
-2.9561453 5.502972 dendritic cell SELENOK
|
207 |
+
-8.119711 9.792248 dendritic cell PEA15
|
208 |
+
-4.064423 6.843534 dendritic cell CHCHD7
|
209 |
+
10.327546 10.245244 dendritic cell TBC1D5
|
210 |
+
11.239672 10.626982 dendritic cell SNX17
|
211 |
+
-2.950481 4.8608866 dendritic cell ACAT2
|
212 |
+
-1.0430318 -7.537371 dendritic cell TPM3
|
213 |
+
-0.4038618 -5.397954 dendritic cell CNTRL
|
214 |
+
-0.83152574 -1.9671268 dendritic cell IDI1
|
215 |
+
-0.41166848 -3.553859 dendritic cell ANP32B
|
216 |
+
-0.94151306 -7.4852324 dendritic cell BCL2A1
|
217 |
+
-0.90510166 -3.3009515 dendritic cell TREM2
|
218 |
+
-1.9618423 2.4618523 dendritic cell TPI1
|
219 |
+
-0.7609347 -2.628535 dendritic cell PLK3
|
220 |
+
-1.2179427 -4.0986147 dendritic cell PTK2B
|
221 |
+
-0.62702596 -4.249311 dendritic cell ARID3B
|
222 |
+
-0.7232154 -5.418506 dendritic cell LSM6
|
223 |
+
8.8186245 10.194695 dendritic cell LAMTOR1
|
224 |
+
10.307526 10.112895 dendritic cell TFPT
|
225 |
+
-7.3568687 8.696096 dendritic cell GAA
|
226 |
+
-0.14772391 -5.374342 dendritic cell CSF1R
|
227 |
+
-0.6494446 -4.2592645 dendritic cell PLXNC1
|
228 |
+
-0.60206306 -3.7915072 dendritic cell IDS
|
229 |
+
7.0150957 4.0961394 dendritic cell UFC1
|
230 |
+
-0.7685864 -4.2143135 dendritic cell CCSER2
|
231 |
+
-3.3952646 6.8027015 dendritic cell SFTPB
|
232 |
+
7.3395185 9.918684 dendritic cell GPR108
|
233 |
+
-0.87439877 -0.6937248 dendritic cell OTULINL
|
234 |
+
-0.33383942 -4.8899083 dendritic cell PIK3CD
|
235 |
+
-1.1702567 -3.3845596 dendritic cell RNFT1
|
236 |
+
-3.4073274 8.919261 dendritic cell POLR2E
|
237 |
+
-1.6709429 0.09499177 dendritic cell RSRC1
|
238 |
+
-0.41021797 -1.4921069 dendritic cell TAF12
|
239 |
+
-0.47464454 -4.178921 dendritic cell COMMD8
|
240 |
+
6.6103806 10.015031 dendritic cell C15orf39
|
241 |
+
-0.41503218 -3.5796025 dendritic cell ITPA
|
242 |
+
-0.6648617 -2.8067718 dendritic cell RIOK1
|
243 |
+
10.654478 10.650249 dendritic cell CXCL16
|
244 |
+
-0.5988797 -5.998554 dendritic cell RPN2
|
245 |
+
8.335083 9.996667 dendritic cell NFAM1
|
246 |
+
-4.0690613 8.406479 dendritic cell CDK1
|
247 |
+
-2.4500916 3.9501402 dendritic cell EIF1AD
|
248 |
+
-0.5651805 -3.8002915 dendritic cell CD69
|
249 |
+
-4.0723186 9.043155 dendritic cell CXCL9
|
250 |
+
-1.668359 1.7206844 dendritic cell HERPUD1
|
251 |
+
-3.2590814 5.9921293 dendritic cell COMMD9
|
252 |
+
10.170049 9.9231825 dendritic cell CBFB
|
253 |
+
-0.5743735 -1.1683614 dendritic cell CD7
|
254 |
+
-0.8886238 -2.565794 dendritic cell AKIRIN2
|
255 |
+
-4.1123033 5.4987226 dendritic cell DTNA
|
256 |
+
-1.1058196 -2.0872734 dendritic cell PILRA
|
257 |
+
-0.52692485 -4.8832135 dendritic cell PSMA7
|
258 |
+
-0.9154033 -5.631329 dendritic cell M6PR
|
259 |
+
-4.4533324 5.4714427 dendritic cell HNRNPLL
|
260 |
+
-0.32069662 -5.3575063 dendritic cell MRPL58
|
261 |
+
-7.0642767 8.384761 dendritic cell CMTM7
|
262 |
+
-3.8886867 8.77826 dendritic cell CHD6
|
263 |
+
-0.9675471 -3.6052063 dendritic cell SMAD7
|
264 |
+
-1.679581 1.6154485 dendritic cell CHMP4A
|
265 |
+
-3.9332402 7.257599 dendritic cell TINF2
|
266 |
+
-1.0354469 -2.1214325 dendritic cell C1QBP
|
267 |
+
-0.9604055 -2.2829838 dendritic cell UBE2A
|
268 |
+
10.43292 10.139703 dendritic cell PPP2R3C
|
269 |
+
-2.8728921 4.8518524 dendritic cell SH3BP2
|
270 |
+
-1.1305945 -3.1404295 dendritic cell UPP1
|
271 |
+
-0.19985776 -5.892845 dendritic cell GNGT2
|
272 |
+
-1.2484407 -0.51780415 dendritic cell SKIL
|
273 |
+
-6.441118 10.001984 dendritic cell SRGAP1
|
274 |
+
-1.0266509 -3.5371773 dendritic cell NFKBIE
|
275 |
+
-0.9720131 -3.3364794 dendritic cell RASGEF1B
|
276 |
+
-0.90483123 -7.4358954 dendritic cell POLD1
|
277 |
+
-2.6786144 4.229034 dendritic cell B3GALT4
|
278 |
+
-0.45736516 -2.379106 dendritic cell PLSCR1
|
279 |
+
-0.8242979 -7.4440093 dendritic cell VDAC2
|
280 |
+
7.0080523 4.769608 dendritic cell SIGLEC7
|
281 |
+
-0.3794253 -6.0913224 dendritic cell CD37
|
282 |
+
-1.0910614 -5.0704117 dendritic cell GAS6
|
283 |
+
9.926824 10.772726 dendritic cell DOCK5
|
284 |
+
-1.1288178 -5.162142 dendritic cell GNA15
|
285 |
+
-3.1867304 6.1006594 dendritic cell SMPD3
|
286 |
+
-2.7807066 3.6131213 dendritic cell ASGR1
|
287 |
+
-0.6978325 -3.0261898 dendritic cell TOMM22
|
288 |
+
-0.6411929 -5.358363 dendritic cell VSIR
|
289 |
+
-3.5830479 8.205736 dendritic cell ARPC1B
|
290 |
+
-1.0777664 -1.593449 dendritic cell PPIA
|
291 |
+
10.93704 10.56158 dendritic cell PI4K2A
|
292 |
+
10.635087 10.363118 dendritic cell CPVL
|
293 |
+
10.892843 10.574431 dendritic cell PSMA1
|
294 |
+
-0.7621205 -2.0932786 dendritic cell SRGAP2
|
295 |
+
7.752742 9.987068 dendritic cell RPLP1
|
296 |
+
-4.0970073 8.7706175 dendritic cell RIMS3
|
297 |
+
-0.884366 -3.345404 dendritic cell SPECC1
|
298 |
+
-2.1258256 1.7614483 dendritic cell LAGE3
|
299 |
+
-1.6510575 0.7012747 dendritic cell PTPN2
|
300 |
+
7.866448 9.965394 dendritic cell IFNAR2
|
301 |
+
-3.175443 5.258927 dendritic cell REEP5
|
302 |
+
-0.5592972 -1.4375907 dendritic cell FCER1A
|
303 |
+
-0.53779197 -4.966858 dendritic cell SCAF11
|
304 |
+
-3.3838925 10.369001 dendritic cell ITGB2
|
305 |
+
-0.6468627 -3.7919092 dendritic cell CCL4L2
|
306 |
+
-0.44559774 -2.5764558 dendritic cell FLAD1
|
307 |
+
-1.1181186 -3.137083 dendritic cell CTSZ
|
308 |
+
-0.72522324 -1.6520439 dendritic cell TOMM34
|
309 |
+
-0.45057756 -5.382311 dendritic cell KLHL6
|
310 |
+
-7.7866154 9.352845 dendritic cell NCOR2
|
311 |
+
-0.6389996 -4.6669474 dendritic cell PRF1
|
312 |
+
-0.6907622 -7.565479 dendritic cell PANK2
|
313 |
+
-1.6963549 1.8789514 dendritic cell SERPINB9
|
314 |
+
-0.8271472 -6.925653 dendritic cell TAZ
|
315 |
+
-0.2748743 -4.470322 dendritic cell BAZ1A
|
316 |
+
-1.6833348 -3.056589 dendritic cell PTAFR
|
317 |
+
-0.97118145 0.12730926 dendritic cell CD226
|
318 |
+
-0.5362265 -5.0093293 dendritic cell EBP
|
319 |
+
-0.9017707 -4.764489 dendritic cell SAP30
|
320 |
+
-0.80421686 1.7703397 dendritic cell MILR1
|
321 |
+
-0.7441429 -2.6876493 dendritic cell GSN
|
322 |
+
-0.24101578 -4.5282483 dendritic cell RILPL2
|
323 |
+
-0.18577766 -4.2839074 dendritic cell SKAP2
|
324 |
+
-3.3710685 10.363483 dendritic cell MRPL55
|
325 |
+
-0.78468674 -0.28145713 dendritic cell CALM2
|
326 |
+
-1.6941378 1.9355998 dendritic cell MBOAT7
|
327 |
+
7.2357993 10.222169 dendritic cell F13A1
|
328 |
+
-8.074592 9.464581 dendritic cell CXCR3
|
329 |
+
-1.0267092 -4.192344 dendritic cell ZNF641
|
330 |
+
-3.5715325 6.2318697 dendritic cell ATP6AP1
|
331 |
+
-1.6416348 1.0228589 dendritic cell LY96
|
332 |
+
-0.9975021 -2.0406544 dendritic cell SF3B5
|
333 |
+
-0.38778353 -2.8564785 dendritic cell PRKAR2B
|
334 |
+
-3.2029252 10.650669 dendritic cell RNF130
|
335 |
+
-0.80117464 -6.147916 dendritic cell UBAC2
|
336 |
+
-0.75624126 -5.1128454 dendritic cell EIF2B1
|
337 |
+
-1.3066137 -3.6679933 dendritic cell MIS18BP1
|
338 |
+
-0.53879195 -3.4966502 dendritic cell PPIL3
|
339 |
+
-0.5266436 -3.2431493 dendritic cell PTGS1
|
340 |
+
-0.3099693 -5.050217 dendritic cell PRIM2
|
341 |
+
-0.9418661 -7.4081774 dendritic cell ZSCAN9
|
342 |
+
-2.0037074 2.0120378 dendritic cell FCGR3A
|
343 |
+
-2.2637663 3.760158 dendritic cell PMF1
|
344 |
+
-0.7794202 -7.506578 dendritic cell NUB1
|
345 |
+
-1.1197686 -1.8085953 dendritic cell NCF2
|
346 |
+
-0.8476078 -1.5705752 dendritic cell LPAR3
|
347 |
+
-0.7882178 -4.5607157 dendritic cell TXK
|
348 |
+
-0.68891734 -3.7619836 dendritic cell LGALS1
|
349 |
+
-1.5773987 1.167237 dendritic cell MADD
|
350 |
+
-0.64543056 -4.2756047 dendritic cell G3BP2
|
351 |
+
-0.11266193 -3.9583702 dendritic cell PAK2
|
352 |
+
10.2060175 10.388167 dendritic cell SARAF
|
353 |
+
-1.0895007 -3.8767376 dendritic cell CCDC91
|
354 |
+
-0.56387866 -6.169719 dendritic cell CD1D
|
355 |
+
-0.6350584 -4.004205 dendritic cell SAMSN1
|
356 |
+
-1.9546489 2.632149 dendritic cell RPS27A
|
357 |
+
-0.42977056 -2.869296 dendritic cell C4orf33
|
358 |
+
-1.1426088 1.4557177 dendritic cell RNF166
|
359 |
+
-0.6186317 -4.7417097 dendritic cell THG1L
|
360 |
+
-0.9742106 -7.4736977 dendritic cell FGR
|
361 |
+
-2.8317535 4.4211416 dendritic cell MRPS12
|
362 |
+
-3.661527 6.0927715 dendritic cell KCNQ1
|
363 |
+
10.341465 10.095452 dendritic cell DUSP2
|
364 |
+
-0.96687925 -0.64041364 dendritic cell SNX5
|
365 |
+
-0.27128762 -4.7547793 dendritic cell PTPRE
|
366 |
+
-2.9481857 8.945964 dendritic cell VPS26A
|
367 |
+
-0.51978654 -4.586434 dendritic cell CIITA
|
368 |
+
-0.8608981 -3.735405 dendritic cell WDR1
|
369 |
+
-2.927981 6.7474313 dendritic cell UBXN1
|
370 |
+
-2.1297212 2.9346757 dendritic cell PSMB1
|
371 |
+
-0.23337494 -4.656027 dendritic cell ERO1A
|
372 |
+
-2.375135 4.1601605 dendritic cell GZF1
|
373 |
+
-0.44585127 -3.6470575 dendritic cell BICRA
|
374 |
+
8.150362 10.303962 dendritic cell CLASRP
|
375 |
+
-2.1715007 2.986972 dendritic cell MS4A7
|
376 |
+
-0.5576393 -4.9677925 dendritic cell CORO1A
|
377 |
+
-0.3121645 -3.966181 dendritic cell PTPRC
|
378 |
+
-0.70393187 -1.835614 dendritic cell MKI67
|
379 |
+
-0.719582 -1.565122 dendritic cell ACY3
|
380 |
+
-2.0427206 1.5227256 dendritic cell RASGRP3
|
381 |
+
-0.99371004 -2.9488862 dendritic cell TMEM120B
|
382 |
+
-1.0393858 -0.8971914 dendritic cell SLC18A2
|
383 |
+
-2.4751327 11.492158 dendritic cell SLC25A5
|
384 |
+
-4.2146306 8.715361 dendritic cell DUSP23
|
385 |
+
-0.8780504 -1.1369754 dendritic cell DTNBP1
|
386 |
+
-0.919351 -0.4917926 dendritic cell IL27RA
|
387 |
+
-0.57243794 -4.30936 dendritic cell ITGAL
|
388 |
+
10.85301 10.47643 dendritic cell PHETA1
|
389 |
+
-3.6737916 8.155304 dendritic cell GNA12
|
390 |
+
-0.2462723 -3.6665964 dendritic cell HAVCR2
|
391 |
+
-0.13751742 -5.129272 dendritic cell RGS18
|
392 |
+
-0.73997134 -3.3159578 dendritic cell B4GALT1
|
393 |
+
-0.68869466 -4.309894 dendritic cell FYB1
|
394 |
+
-3.500231 5.4011803 dendritic cell ADAMTSL4
|
395 |
+
-0.63959765 -4.7950683 dendritic cell KLF4
|
396 |
+
-3.0831165 8.803164 dendritic cell FAM118A
|
397 |
+
-0.8899132 -1.6465958 dendritic cell CRIP1
|
398 |
+
-0.59295356 -4.7619805 dendritic cell LSM5
|
399 |
+
-1.0470762 -6.86278 dendritic cell CCDC115
|
400 |
+
-0.5056105 -3.8591654 dendritic cell COPS3
|
401 |
+
-7.8721447 9.9255905 dendritic cell FABP5
|
402 |
+
7.4335074 9.701666 dendritic cell RANBP1
|
403 |
+
-0.8304132 -7.4100327 dendritic cell PARP1
|
404 |
+
-0.623023 -7.488162 dendritic cell CLNS1A
|
405 |
+
-1.1513978 -0.14683439 dendritic cell C7orf50
|
406 |
+
-1.6759627 7.7259 dendritic cell IFNGR1
|
407 |
+
-0.36725467 -3.977819 dendritic cell SDCBP
|
408 |
+
-7.550377 9.703425 dendritic cell MTMR14
|
409 |
+
-0.6084615 -1.1982924 dendritic cell ARRB1
|
410 |
+
9.239422 10.359379 dendritic cell CD300LF
|
411 |
+
-7.2636447 9.754301 dendritic cell IRAK2
|
412 |
+
-0.75714564 -6.029726 dendritic cell PPIH
|
413 |
+
-0.77422154 -2.3735921 dendritic cell SERTAD3
|
414 |
+
-2.1867373 2.9560535 dendritic cell SUZ12
|
415 |
+
-0.42369914 -5.6943464 dendritic cell PSMD8
|
416 |
+
-0.8074503 -4.0463977 dendritic cell RALY
|
417 |
+
-1.3430767 -0.030544968 dendritic cell IRF3
|
418 |
+
-0.51083297 -2.3990405 dendritic cell PTPN22
|
419 |
+
-0.81070393 -7.6623125 dendritic cell NXT1
|
420 |
+
10.860897 10.28887 dendritic cell ATP5MG
|
421 |
+
-0.5828065 7.83823 dendritic cell SGK1
|
422 |
+
-0.2214077 -4.0419164 dendritic cell RAPGEF4
|
423 |
+
-3.4685535 8.228193 dendritic cell CD300LB
|
424 |
+
10.442871 10.534699 dendritic cell SKAP1
|
425 |
+
-0.72604525 -5.0223427 dendritic cell LY6E
|
426 |
+
-0.5224939 -5.380909 dendritic cell LAP3
|
427 |
+
-0.46694875 -3.332044 dendritic cell CD300E
|
428 |
+
-1.108551 -3.6504805 dendritic cell PPM1G
|
429 |
+
-2.7598698 4.1527133 dendritic cell MCL1
|
430 |
+
-0.9463737 -0.82124996 dendritic cell ENPP2
|
431 |
+
-0.9085261 -4.6602654 dendritic cell YWHAB
|
432 |
+
-0.79327995 -0.26225793 dendritic cell ARPC3
|
433 |
+
-0.5196988 -1.4360124 dendritic cell EZR
|
434 |
+
-5.9879413 10.593998 dendritic cell UBAC1
|
435 |
+
-3.3298612 7.421365 dendritic cell CD44
|
436 |
+
-1.1122513 -3.1887517 dendritic cell ASAP1
|
437 |
+
-1.3479974 1.0380166 dendritic cell ZNF710
|
438 |
+
-6.5867324 9.915605 dendritic cell PECAM1
|
439 |
+
-0.6470997 -1.6095791 dendritic cell PHLDA1
|
440 |
+
-0.09996713 -5.4037943 dendritic cell SYK
|
441 |
+
-1.3461074 -3.7214499 dendritic cell ARF5
|
442 |
+
-2.438078 11.147574 dendritic cell MXD1
|
443 |
+
-0.9444851 0.015609707 dendritic cell TLR8
|
444 |
+
-0.74331486 -3.309215 dendritic cell TET2
|
445 |
+
-0.6243413 -4.5726085 dendritic cell ZNF490
|
446 |
+
-0.49082774 -5.453293 dendritic cell HLA-DQA1
|
447 |
+
-0.707954 -3.8580356 dendritic cell RAB11FIP1
|
448 |
+
-2.6193435 11.194844 dendritic cell MT-ND3
|
449 |
+
-4.742418 6.9414415 dendritic cell ACTR2
|
450 |
+
-3.0274131 3.2471673 dendritic cell HEXB
|
451 |
+
-1.0648247 0.01532791 dendritic cell DUSP12
|
452 |
+
-2.1921408 11.324537 dendritic cell HBEGF
|
453 |
+
-3.1549602 8.085168 dendritic cell KCNMB1
|
454 |
+
9.07304 9.882467 dendritic cell NAB2
|
455 |
+
-2.9398842 3.726114 dendritic cell UBE2I
|
456 |
+
-2.7876284 8.990844 dendritic cell ERP44
|
457 |
+
-3.4670882 9.33647 dendritic cell CELF2
|
458 |
+
6.7115765 9.478297 dendritic cell SCARF1
|
459 |
+
-0.83224815 -2.6813672 dendritic cell RGS19
|
460 |
+
-0.7610789 -5.014517 dendritic cell DAPK1
|
461 |
+
-1.0456661 -2.2526076 dendritic cell S100A4
|
462 |
+
-1.6973543 1.750049 dendritic cell P2RX7
|
463 |
+
-1.0711571 -3.1208534 dendritic cell ZNF277
|
464 |
+
11.04595 10.515196 dendritic cell BABAM1
|
465 |
+
-0.93139863 -4.360451 dendritic cell UBE2F
|
466 |
+
-0.82444656 -1.1977662 dendritic cell ZEB2
|
467 |
+
-0.3721325 -5.343552 dendritic cell SH3BP4
|
468 |
+
-0.58524054 -4.53914 dendritic cell CATIP
|
469 |
+
-4.2774 7.2489724 dendritic cell TAPBP
|
470 |
+
-3.7592745 6.532603 dendritic cell EVI2B
|
471 |
+
-8.044435 9.329961 dendritic cell SLC38A1
|
472 |
+
10.743022 10.57049 dendritic cell P2RY6
|
473 |
+
-3.0627828 8.746596 dendritic cell RPL14
|
474 |
+
-7.658828 8.856334 dendritic cell ZNF331
|
475 |
+
-0.6080836 -2.0021431 dendritic cell ATG4B
|
476 |
+
10.411874 9.978417 dendritic cell FCGR1A
|
477 |
+
-0.54291224 -5.4091587 dendritic cell NDEL1
|
478 |
+
-1.5856951 1.4500641 dendritic cell UBE2W
|
479 |
+
-4.359993 5.524344 dendritic cell MMP9
|
480 |
+
-4.33643 9.0661955 dendritic cell IL10RA
|
481 |
+
10.577839 10.840467 dendritic cell CYBB
|
482 |
+
-0.9516667 -2.5493417 dendritic cell MAT2A
|
483 |
+
-1.1877677 -3.3700564 dendritic cell UQCRH
|
484 |
+
-6.7759686 9.341346 dendritic cell WIPF1
|
485 |
+
6.525714 9.966206 dendritic cell IL2RB
|
486 |
+
-0.8895973 -1.3447094 dendritic cell AFDN
|
487 |
+
-2.535982 2.8406389 dendritic cell CYTIP
|
488 |
+
-1.0633161 -3.7002425 dendritic cell HSPA6
|
489 |
+
-1.1467296 -3.7988124 dendritic cell RBCK1
|
490 |
+
-3.3811383 7.7959247 dendritic cell PRR3
|
491 |
+
-4.584052 8.05224 dendritic cell C1orf35
|
492 |
+
10.813661 10.219424 dendritic cell PSMG2
|
493 |
+
-0.78327924 -4.366146 dendritic cell TREM1
|
494 |
+
-0.8556638 -6.0476294 dendritic cell BIN2
|
495 |
+
-7.057246 8.516956 dendritic cell SUMO1
|
496 |
+
-0.8455593 -4.4857063 dendritic cell NUP210
|
497 |
+
10.774594 10.353247 dendritic cell SCGB1D1
|
498 |
+
-3.3626142 6.414166 dendritic cell ANKRD11
|
499 |
+
-0.56256825 -2.962002 dendritic cell COX8A
|
500 |
+
-0.58632046 -7.19285 dendritic cell TMBIM4
|
501 |
+
-3.298483 8.721149 dendritic cell PARP9
|
502 |
+
-0.39296946 -3.6058228 dendritic cell ABT1
|
503 |
+
-2.6209524 5.490737 dendritic cell MTF2
|
504 |
+
-0.8646001 9.577651 dendritic cell M1AP
|
505 |
+
0.057877902 -2.4934542 dendritic cell HAX1
|
506 |
+
10.985246 10.699212 dendritic cell SRI
|
507 |
+
-6.680004 9.421505 dendritic cell SSU72
|
508 |
+
-0.12355712 -5.108546 dendritic cell ROBO3
|
509 |
+
-0.85544527 0.4098032 dendritic cell DUSP4
|
510 |
+
7.0240602 4.1571803 dendritic cell CYBC1
|
511 |
+
0.00090551574 -4.5916395 dendritic cell TAP2
|
512 |
+
-2.837125 3.7300506 dendritic cell IKZF1
|
513 |
+
-1.8307906 8.005006 dendritic cell UHRF1
|
514 |
+
9.616443 10.389633 dendritic cell PSTPIP2
|
515 |
+
-7.814731 8.867694 dendritic cell SFTPA2
|
516 |
+
10.872954 10.662586 dendritic cell TRAF1
|
517 |
+
11.020656 10.929171 dendritic cell TRADD
|
518 |
+
9.741659 10.290262 dendritic cell CD14
|
519 |
+
-1.8520185 -3.4894223 dendritic cell EFTUD2
|
520 |
+
-0.74086505 -2.9407973 dendritic cell TIMELESS
|
521 |
+
-0.6206269 -5.87635 dendritic cell TNFRSF11A
|
522 |
+
-0.0025778688 -5.561876 dendritic cell IFT20
|
523 |
+
8.699967 10.291863 dendritic cell BANF1
|
524 |
+
-1.2769035 0.77179587 dendritic cell RGCC
|
525 |
+
-3.3424704 6.832325 dendritic cell CA2
|
526 |
+
-0.91329783 -1.8108747 dendritic cell FAU
|
527 |
+
-0.83835775 -2.0805445 dendritic cell RAP1GDS1
|
528 |
+
-0.9193327 -1.3786103 dendritic cell TRIR
|
529 |
+
-2.6798708 3.6083488 dendritic cell GPX1
|
530 |
+
-1.0963849 -0.11531294 dendritic cell GRB2
|
531 |
+
-0.4856435 -4.245933 dendritic cell LACTB
|
532 |
+
-2.1242082 2.7822022 dendritic cell CDCA3
|
533 |
+
-0.6838208 -3.6064806 dendritic cell EGR2
|
534 |
+
-0.70510626 -1.7066832 dendritic cell ATP6V0B
|
535 |
+
-1.0829344 -6.3170943 dendritic cell DNAJC7
|
536 |
+
-0.43941772 -4.577437 dendritic cell LSM3
|
537 |
+
6.7395415 9.943295 dendritic cell SLC4A7
|
538 |
+
10.4384 10.348078 dendritic cell GSTK1
|
539 |
+
-1.4184301 -3.132193 dendritic cell CSK
|
540 |
+
-3.0448902 6.8429265 dendritic cell TACC1
|
541 |
+
-0.6902049 -3.4862564 dendritic cell THOC6
|
542 |
+
-0.3037096 -5.3401194 dendritic cell SCNM1
|
543 |
+
-3.005751 5.295231 dendritic cell FCHSD2
|
544 |
+
-0.41625834 -5.780906 dendritic cell KCNAB2
|
545 |
+
10.589266 10.238828 dendritic cell LTF
|
546 |
+
-0.54284483 -2.0940015 dendritic cell GUSB
|
547 |
+
-1.1574324 -0.5503519 dendritic cell HLA-B
|
548 |
+
-0.7868744 -3.6900182 dendritic cell TGFBI
|
549 |
+
-0.76150435 -5.52236 dendritic cell DDX46
|
550 |
+
10.763752 10.549795 dendritic cell ZNF581
|
551 |
+
-5.6899886 7.709376 dendritic cell ITGA4
|
552 |
+
-2.189728 8.1047535 dendritic cell SDCCAG8
|
553 |
+
-0.17398083 -5.4993577 dendritic cell ARHGAP27
|
554 |
+
-2.7148519 11.643716 dendritic cell ATP13A1
|
555 |
+
-0.33826336 -2.3002038 dendritic cell FAM53B
|
556 |
+
-5.745703 10.996801 dendritic cell TNFRSF1B
|
557 |
+
-3.4100404 7.7218566 dendritic cell RNF4
|
558 |
+
-1.1726072 -3.385193 dendritic cell KPNA6
|
559 |
+
-1.925946 9.588826 dendritic cell GIT2
|
560 |
+
-0.86607957 -5.0076103 dendritic cell MTHFD2
|
561 |
+
-6.106034 10.351037 dendritic cell CARD8
|
562 |
+
-1.4147584 2.6319163 dendritic cell RPL23A
|
563 |
+
-2.3602495 3.8139203 dendritic cell NDUFB5
|
564 |
+
-2.9654975 4.35716 dendritic cell FUT7
|
565 |
+
-0.42069033 -5.6412954 dendritic cell DOK2
|
566 |
+
-1.2570304 -1.1433128 dendritic cell STK17A
|
567 |
+
-0.6165755 -2.8028193 dendritic cell ST3GAL1
|
568 |
+
-0.71306586 -2.1361442 dendritic cell CSNK1D
|
569 |
+
7.366365 3.427913 dendritic cell ITK
|
570 |
+
-3.492669 6.2460265 dendritic cell RFXANK
|
571 |
+
-0.8130786 -3.5852973 dendritic cell IRF5
|
572 |
+
-0.50881267 -5.426172 dendritic cell ATP6V1G1
|
573 |
+
-3.7182765 9.554906 dendritic cell WAPL
|
574 |
+
-7.0897665 10.161327 dendritic cell RHEB
|
575 |
+
-5.375411 9.773396 dendritic cell CEP128
|
576 |
+
-0.5097833 -0.26206383 dendritic cell MTMR9
|
577 |
+
-0.9907513 -0.48123553 dendritic cell SAT1
|
578 |
+
-3.0728238 8.900097 dendritic cell EIF6
|
579 |
+
-1.0687244 -0.43508708 dendritic cell GPN1
|
580 |
+
-1.0077606 7.434448 dendritic cell RTP5
|
581 |
+
-0.7024526 -6.7933693 dendritic cell HMG20A
|
582 |
+
6.337967 9.258627 dendritic cell RGS12
|
583 |
+
-1.2432357 0.11386812 dendritic cell PSMA2
|
584 |
+
7.894415 10.430657 dendritic cell BRK1
|
585 |
+
-1.0837591 -3.5180793 dendritic cell NLRP1
|
586 |
+
-0.46621412 -3.3509085 dendritic cell CD101
|
587 |
+
-2.729836 5.3771443 dendritic cell SNX20
|
588 |
+
-4.607437 9.25524 dendritic cell RAC1
|
589 |
+
-0.7894939 -3.8335538 dendritic cell SH2D2A
|
590 |
+
-4.303357 6.0403347 dendritic cell NEK3
|
591 |
+
-2.9290032 10.0121975 dendritic cell RPS23
|
592 |
+
-0.71138245 -4.822499 dendritic cell ANXA11
|
593 |
+
6.9567127 3.6380458 dendritic cell ACAP1
|
594 |
+
-3.4566884 6.4732647 dendritic cell RASGRP1
|
595 |
+
-0.86384016 -0.5543569 dendritic cell MICB
|
596 |
+
-7.111292 9.503049 dendritic cell CBFA2T3
|
597 |
+
11.032586 10.708229 dendritic cell DRAP1
|
598 |
+
-0.24668409 -3.4482882 dendritic cell ISG15
|
599 |
+
1.8657777 2.1965377 dendritic cell PHYKPL
|
600 |
+
-0.61549765 -1.0994892 dendritic cell RAB7B
|
601 |
+
10.705657 10.254841 dendritic cell CENPL
|
602 |
+
-1.2511284 1.1420991 dendritic cell SPC25
|
603 |
+
-3.6852937 7.9198513 dendritic cell RAB8B
|
604 |
+
-7.6947155 9.145049 dendritic cell PRR5L
|
605 |
+
-0.5646725 -4.8643274 dendritic cell DTL
|
606 |
+
-1.5230548 0.15937802 dendritic cell DAZAP2
|
607 |
+
-0.6544743 -2.3149633 dendritic cell SAG
|
608 |
+
-0.52481043 -5.098216 dendritic cell HLA-DOA
|
609 |
+
-0.14223269 -2.5582964 dendritic cell CCL3
|
610 |
+
-0.6898843 -4.9503355 dendritic cell SEC61B
|
611 |
+
-0.66056275 -5.1240964 dendritic cell GLB1
|
612 |
+
-3.5562325 6.4156938 dendritic cell DUSP22
|
613 |
+
-1.6370237 1.703394 dendritic cell TAOK3
|
614 |
+
-1.2593224 0.63922006 dendritic cell WDR41
|
615 |
+
-0.555543 -5.7606215 dendritic cell TRIM38
|
616 |
+
-0.78749067 -3.237332 dendritic cell SH2B2
|
617 |
+
-0.73179656 -5.5614796 dendritic cell CASP1
|
618 |
+
-0.78572786 -2.5255404 dendritic cell TGOLN2
|
619 |
+
-0.7614775 -0.2470777 dendritic cell FADS1
|
620 |
+
-0.69023067 -1.7875074 dendritic cell SNRPC
|
621 |
+
-4.370764 7.330399 dendritic cell ABR
|
622 |
+
-1.0982552 -2.252835 dendritic cell SATB1
|
623 |
+
-0.3642338 -6.1530967 dendritic cell FOXM1
|
624 |
+
-0.7236785 -1.7561752 dendritic cell PLCG2
|
625 |
+
-7.4433136 9.371966 dendritic cell GRIPAP1
|
626 |
+
-0.5684651 -6.647359 dendritic cell CARD9
|
627 |
+
-6.505218 9.526557 dendritic cell SLC26A6
|
628 |
+
6.9989285 9.93908 dendritic cell ZNF567
|
629 |
+
-0.5514527 -5.137972 dendritic cell CCR2
|
630 |
+
10.51531 10.68411 dendritic cell ZC3H10
|
631 |
+
-3.3831475 5.772213 dendritic cell CXCR4
|
632 |
+
-3.5970705 9.805891 dendritic cell COTL1
|
633 |
+
8.346472 10.267813 dendritic cell CARD11
|
634 |
+
-1.0672747 -1.2539457 dendritic cell MYD88
|
635 |
+
-0.8069093 -3.1232822 dendritic cell ATG3
|
636 |
+
9.651051 10.382333 dendritic cell IL1RN
|
637 |
+
5.5835814 10.050908 dendritic cell HSPB11
|
638 |
+
-6.324091 7.930088 dendritic cell IFI16
|
639 |
+
-0.6397117 -5.448217 dendritic cell AHR
|
640 |
+
7.9753494 10.314334 dendritic cell ARHGAP45
|
641 |
+
-1.5005641 0.3712849 dendritic cell PROC
|
642 |
+
-2.2496397 2.517349 dendritic cell APOC1
|
643 |
+
-0.72006357 -3.125381 dendritic cell CSTA
|
644 |
+
-7.69861 9.681203 dendritic cell DDX19B
|
645 |
+
-3.9617455 8.9349165 dendritic cell CDC45
|
646 |
+
-0.38891047 -2.8206732 dendritic cell SERPINA1
|
647 |
+
-1.1657875 -3.1735747 dendritic cell HNRNPD
|
648 |
+
-0.91563666 -1.4022408 dendritic cell TVP23A
|
649 |
+
-3.5033598 8.2906275 dendritic cell NAP1L1
|
650 |
+
-0.8474338 -2.1607125 dendritic cell NR4A3
|
651 |
+
-5.2597857 9.050651 dendritic cell SRGN
|
652 |
+
-1.0402993 -1.8038315 dendritic cell HSH2D
|
653 |
+
-0.2879235 -5.004336 dendritic cell COX4I1
|
654 |
+
-0.6723826 -2.9233546 dendritic cell SERPINF2
|
655 |
+
-4.3847513 8.113138 dendritic cell CD33
|
656 |
+
-0.6660201 -2.8483653 dendritic cell AKR1A1
|
657 |
+
-4.030986 6.787048 dendritic cell CCL3L1
|
658 |
+
-0.68142223 -3.093583 dendritic cell TRPC6
|
659 |
+
-0.6775885 -3.1678152 dendritic cell MMP12
|
660 |
+
10.265322 10.506923 dendritic cell HMG20B
|
661 |
+
-2.2039323 2.5344527 dendritic cell RASSF3
|
662 |
+
-2.511801 4.5617256 dendritic cell UBE2E1
|
663 |
+
-0.7461183 -2.2635536 dendritic cell CYTH1
|
664 |
+
10.309249 9.670773 dendritic cell PKM
|
665 |
+
-1.0806191 -1.3103278 dendritic cell FANCI
|
666 |
+
-0.46213043 -4.6641064 dendritic cell DNAJC8
|
667 |
+
-1.2369496 -2.988223 dendritic cell VPS29
|
668 |
+
-2.9010515 9.802425 dendritic cell CKAP2
|
669 |
+
-0.63006693 -6.4862103 dendritic cell LTC4S
|
670 |
+
-0.66316605 -5.434727 dendritic cell HLA-DRB5
|
671 |
+
11.120698 10.58585 dendritic cell LAMTOR2
|
672 |
+
-0.34019554 -3.9574807 dendritic cell PTMAP5
|
673 |
+
-2.7510433 4.5267215 dendritic cell HMBOX1
|
674 |
+
-3.8402114 9.56782 dendritic cell CD58
|
675 |
+
-2.6767914 4.260125 dendritic cell FANCD2
|
676 |
+
-0.5906051 -2.027412 dendritic cell C1QC
|
677 |
+
-7.2856736 8.502079 dendritic cell CST1
|
678 |
+
7.5213747 9.885355 dendritic cell CREB5
|
679 |
+
-0.48407966 -1.0120326 dendritic cell ATM
|
680 |
+
-0.7530072 -4.223693 dendritic cell COPE
|
681 |
+
-0.7904649 -7.474969 dendritic cell RUNX3
|
682 |
+
-3.0303001 5.506107 dendritic cell EIF4EBP1
|
683 |
+
6.4240303 10.237671 dendritic cell ATG101
|
684 |
+
-1.8823498 2.1434312 dendritic cell RTN1
|
685 |
+
7.267714 4.034168 dendritic cell DDAH2
|
686 |
+
-0.6985588 -1.6375988 dendritic cell RAN
|
687 |
+
-2.070603 3.3104298 dendritic cell TDRKH
|
688 |
+
-2.354624 3.3330448 dendritic cell ENSA
|
689 |
+
-3.835474 5.662912 dendritic cell UNC119
|
690 |
+
-2.6565175 3.1741664 dendritic cell IL18BP
|
691 |
+
10.799619 10.311871 dendritic cell MCM5
|
692 |
+
7.521733 10.313421 dendritic cell HMGN3
|
693 |
+
-0.6503722 -4.969261 dendritic cell MT-CYB
|
694 |
+
-0.60949993 -3.3009467 dendritic cell SUSD3
|
695 |
+
-0.83960426 -2.572677 dendritic cell CD81
|
696 |
+
-0.7927332 -0.9589842 dendritic cell NAMPT
|
697 |
+
-0.35337108 -5.0964413 dendritic cell ESCO2
|
698 |
+
-0.30237436 -5.354877 dendritic cell SEC13
|
699 |
+
-0.64536566 -3.8180196 dendritic cell ATP6V1F
|
700 |
+
10.3795595 10.100636 dendritic cell NCF4
|
701 |
+
-3.3065083 5.874649 dendritic cell KIF15
|
702 |
+
-1.355652 -2.8938105 dendritic cell FGFBP2
|
703 |
+
-1.0069048 -1.0445963 dendritic cell PDE1B
|
704 |
+
-0.77701086 -3.8630865 dendritic cell LCP1
|
705 |
+
-0.87454516 -3.6692562 dendritic cell IRF8
|
706 |
+
-1.0573963 0.06874012 dendritic cell ADGRE5
|
707 |
+
-0.48947674 -4.591551 dendritic cell MAP3K14
|
708 |
+
-0.26133952 -3.367737 dendritic cell MYBL1
|
709 |
+
-0.65618366 -2.5964046 dendritic cell DUSP3
|
710 |
+
11.249104 10.406358 dendritic cell ETHE1
|
711 |
+
-1.1004871 -3.5926316 dendritic cell SH3BP1
|
712 |
+
-1.0215963 -3.5769336 dendritic cell ASH2L
|
713 |
+
-0.44433522 -5.4993258 dendritic cell VPS9D1
|
714 |
+
-0.4231519 -4.8456774 dendritic cell TIAM1
|
715 |
+
-7.6036534 9.588541 dendritic cell FKBP15
|
716 |
+
-0.44226298 -4.553873 dendritic cell MSN
|
717 |
+
-1.1718855 -7.5421023 dendritic cell C4orf3
|
718 |
+
-0.60772365 -3.5494044 dendritic cell NDRG2
|
719 |
+
-0.24099344 -5.997859 dendritic cell RPL35
|
720 |
+
-3.3189273 6.7720804 dendritic cell VAMP8
|
721 |
+
-2.5273182 4.1795006 dendritic cell PDGFB
|
722 |
+
-3.124699 4.8837085 dendritic cell DYNLT1
|
723 |
+
-0.8354373 0.58235073 dendritic cell DEF6
|
724 |
+
-2.703778 4.399045 dendritic cell PPP4C
|
725 |
+
-2.012224 3.3783722 dendritic cell BORCS5
|
726 |
+
-3.4853122 8.123436 dendritic cell ACP5
|
727 |
+
-4.1014657 9.077732 dendritic cell ERMN
|
728 |
+
-2.7657025 4.602368 dendritic cell ARPC4
|
729 |
+
-0.53583986 -4.512272 dendritic cell SERPINB8
|
730 |
+
-1.1190395 -2.0976398 dendritic cell ORAI1
|
731 |
+
-0.99253947 -3.4612038 dendritic cell TAPBPL
|
732 |
+
-6.891035 8.444935 dendritic cell SSBP1
|
733 |
+
1.7771177 1.9600621 dendritic cell RASSF5
|
734 |
+
-7.0264735 9.89169 dendritic cell CLEC4C
|
735 |
+
-2.9122968 3.8860574 dendritic cell EIF4E2
|
736 |
+
-0.7169092 -3.407341 dendritic cell HMGN1
|
737 |
+
-2.8117616 5.2306433 dendritic cell SNRPD1
|
738 |
+
-1.299676 -0.7581969 dendritic cell PARP15
|
739 |
+
-0.45051643 -5.159743 dendritic cell PNPLA6
|
740 |
+
-0.42147383 -4.3909435 dendritic cell IGSF21
|
741 |
+
-0.34982625 -5.753942 dendritic cell OLA1
|
742 |
+
-3.3156598 7.1745996 dendritic cell S1PR4
|
743 |
+
-0.6234979 -2.4924426 dendritic cell PARK7
|
744 |
+
-0.43539235 -3.267518 dendritic cell ITGAM
|
745 |
+
7.220258 3.3899493 dendritic cell KMO
|
746 |
+
-0.60606194 -4.792638 dendritic cell MAP2K1
|
747 |
+
-1.4228098 0.46106684 dendritic cell ZNF274
|
748 |
+
-2.3303092 3.551766 dendritic cell AKAP13
|
749 |
+
-4.9312816 10.778098 dendritic cell PSME1
|
750 |
+
7.3165464 3.6888578 dendritic cell CCR1
|
751 |
+
-1.443585 -3.13995 dendritic cell PSMB9
|
752 |
+
-7.7262073 9.361537 dendritic cell ANXA1
|
753 |
+
-0.657345 -5.132095 dendritic cell ATXN10
|
754 |
+
7.2231026 3.6041493 dendritic cell HPS1
|
755 |
+
11.08286 10.037855 dendritic cell PPP1R9B
|
756 |
+
-1.7280269 -3.331116 dendritic cell PCBD1
|
757 |
+
-0.63871473 -1.6271187 dendritic cell BLOC1S6
|
758 |
+
-1.1160566 -7.248993 dendritic cell AKAP5
|
759 |
+
9.509637 9.929466 dendritic cell HLA-G
|
760 |
+
-0.9468291 -0.5462323 dendritic cell SSR1
|
761 |
+
-0.38860995 -6.082102 dendritic cell THOC1
|
762 |
+
-1.1466683 -2.493328 dendritic cell HCK
|
763 |
+
-0.5296397 -6.2613688 dendritic cell VDAC1
|
764 |
+
11.0539255 10.721229 dendritic cell COX5A
|
765 |
+
-0.67891747 -2.962352 dendritic cell MYL6
|
766 |
+
-1.1297264 -1.4673439 dendritic cell PLAUR
|
767 |
+
-0.7321262 -5.6333456 dendritic cell NAGK
|
768 |
+
-0.54062444 -6.225733 dendritic cell SPI1
|
769 |
+
-0.891445 -6.3250976 dendritic cell KLRD1
|
770 |
+
-7.4435177 8.972294 dendritic cell FNIP1
|
771 |
+
-0.34578297 -5.6716475 dendritic cell SYCE2
|
772 |
+
-0.4763425 -4.9028907 dendritic cell NCAPD3
|
773 |
+
-2.5483377 6.236221 dendritic cell BICD2
|
774 |
+
-0.5459704 -4.004896 dendritic cell TNFSF9
|
775 |
+
9.167182 10.221157 dendritic cell TCF25
|
776 |
+
-1.1412984 -0.23683874 dendritic cell FASLG
|
777 |
+
-2.9459496 4.4809704 dendritic cell BAX
|
778 |
+
-1.434207 -3.8546686 dendritic cell B3GNT7
|
779 |
+
-0.33232588 -3.283952 dendritic cell KLHL5
|
780 |
+
-7.1821823 9.745158 dendritic cell HLA-DQB1
|
781 |
+
-0.5688823 -3.2939425 dendritic cell VMA21
|
782 |
+
7.190843 3.7866592 dendritic cell SPDYE2B
|
783 |
+
-4.12237 5.9645977 dendritic cell JMJD6
|
784 |
+
-4.316691 8.983435 dendritic cell CLEC2L
|
785 |
+
-1.118563 -3.9249487 dendritic cell CIAO2B
|
786 |
+
7.454335 4.8015924 dendritic cell SUCNR1
|
787 |
+
-4.9574356 9.295149 dendritic cell LSM10
|
788 |
+
-0.40106335 -6.209107 dendritic cell GMIP
|
789 |
+
-2.2322009 2.2347476 dendritic cell PRKCH
|
790 |
+
-0.68093586 -4.3019805 dendritic cell HNRNPA1
|
791 |
+
-0.75702703 -1.2723697 dendritic cell MAP4K2
|
792 |
+
10.579415 10.931981 dendritic cell MANBA
|
793 |
+
-0.8528149 -3.068702 dendritic cell PFDN2
|
794 |
+
-7.413195 9.06373 dendritic cell COMMD5
|
795 |
+
-2.5720005 4.8002205 dendritic cell FAM118B
|
796 |
+
-3.0052571 11.258869 dendritic cell TLR6
|
797 |
+
-3.1969192 7.0947204 dendritic cell DGKZ
|
798 |
+
-0.9592327 -3.3854668 dendritic cell PSMB6
|
799 |
+
-0.65037155 -0.9699906 dendritic cell SPINT1
|
800 |
+
-0.5408762 -3.703146 dendritic cell ZNF467
|
801 |
+
7.237714 9.633139 dendritic cell NLRP3
|
802 |
+
-1.0880052 -3.901714 dendritic cell PLEK
|
803 |
+
-0.23981662 -5.5753093 dendritic cell RPL11
|
804 |
+
-7.9558654 9.686755 dendritic cell CMTM6
|
805 |
+
-0.28348193 -5.2957044 dendritic cell RASSF1
|
806 |
+
-3.566308 6.5375094 dendritic cell CAPZA1
|
807 |
+
-1.8157817 1.3162538 dendritic cell PLEKHA7
|
808 |
+
7.8912325 10.309022 dendritic cell PSMD2
|
809 |
+
10.323163 10.898358 dendritic cell RASSF2
|
810 |
+
-0.60637933 -1.1641209 dendritic cell PPP1CB
|
811 |
+
-1.1584435 -3.5455592 dendritic cell CSNK2B
|
812 |
+
-2.3371358 2.9691246 dendritic cell LIMS1
|
813 |
+
-1.639601 1.4733013 dendritic cell ZC3H18
|
814 |
+
-0.13466571 7.796185 dendritic cell EIF3F
|
815 |
+
-1.3414943 -1.0022126 dendritic cell MR1
|
816 |
+
-0.733565 -7.6656847 dendritic cell TRA2B
|
817 |
+
6.1139135 10.11459 dendritic cell HLA-DMA
|
818 |
+
-2.0043614 10.692353 dendritic cell RNF114
|
819 |
+
-2.5941772 8.240341 dendritic cell PRDM1
|
820 |
+
-0.73739547 -4.4157987 dendritic cell AXL
|
821 |
+
-1.4745349 0.8634787 dendritic cell RB1
|
822 |
+
-3.1682262 8.0114155 dendritic cell ARPC2
|
823 |
+
-1.6050254 7.7693396 dendritic cell TES
|
824 |
+
-2.7421381 3.6556864 dendritic cell HOXB2
|
825 |
+
-0.8318797 -2.677187 dendritic cell KCTD17
|
826 |
+
-0.76431125 -6.799141 dendritic cell KDM6B
|
827 |
+
-7.5864415 9.830948 dendritic cell C12orf75
|
828 |
+
-3.2848082 10.254273 dendritic cell S100A11
|
829 |
+
-0.38311973 -4.3398423 dendritic cell ADPGK
|
830 |
+
-4.574296 9.063173 dendritic cell SMAP2
|
831 |
+
-0.4773258 -3.6620793 dendritic cell KIF17
|
832 |
+
-2.2835906 3.9906683 dendritic cell MRPL14
|
833 |
+
-0.97573596 -2.7438006 dendritic cell SAT2
|
834 |
+
-7.484293 8.745692 dendritic cell ATXN2L
|
835 |
+
-2.5624146 8.561343 dendritic cell SFT2D1
|
836 |
+
-0.70993847 -3.4163892 dendritic cell RPL18A
|
837 |
+
-2.2922468 3.357189 dendritic cell ANXA5
|
838 |
+
-0.45047182 -5.597468 dendritic cell DPP9
|
839 |
+
-0.3636736 -5.182567 dendritic cell PUF60
|
840 |
+
-0.6774626 -4.543773 dendritic cell TNFRSF10B
|
841 |
+
-0.6620255 -3.5450413 dendritic cell NEDD8
|
842 |
+
-3.732668 6.628635 dendritic cell STX4
|
843 |
+
-3.3776913 9.197874 dendritic cell CCDC146
|
844 |
+
-7.1831884 8.737544 dendritic cell PFDN4
|
845 |
+
-3.4019508 7.444268 dendritic cell VAV3
|
846 |
+
-1.3097634 -0.9314257 dendritic cell IL7R
|
847 |
+
-1.2341931 -4.058689 dendritic cell IQGAP1
|
848 |
+
-0.58019835 -5.1376143 dendritic cell AEN
|
849 |
+
-1.0639117 -2.9868774 dendritic cell METTL23
|
850 |
+
-0.8091634 -3.6230066 dendritic cell FANCA
|
851 |
+
-0.51447433 -5.1155486 dendritic cell CDK6
|
852 |
+
-0.30855358 -4.661753 dendritic cell STAT4
|
853 |
+
-0.1714425 -5.299917 dendritic cell PIK3R5
|
854 |
+
-1.0720681 -0.99341106 dendritic cell RTRAF
|
855 |
+
-3.178803 3.673204 dendritic cell POLR3K
|
856 |
+
-0.5295786 -5.1476297 dendritic cell KRT86
|
857 |
+
7.2900724 4.106403 dendritic cell VEGFA
|
858 |
+
-0.7705878 -7.3543863 dendritic cell HLA-DRB1
|
859 |
+
-2.6738822 4.9050055 dendritic cell CAPZB
|
860 |
+
-6.7544003 9.133864 dendritic cell PRRC2C
|
861 |
+
-0.71983725 -2.770593 dendritic cell SLAMF8
|
862 |
+
-3.4459696 7.333853 dendritic cell TBC1D2B
|
863 |
+
-0.95378137 -1.7413318 dendritic cell KIAA0100
|
864 |
+
-3.2629972 6.676172 dendritic cell ABHD15
|
865 |
+
-0.8960129 -3.3893797 dendritic cell NFATC2
|
866 |
+
-0.8310698 -3.6861453 dendritic cell KPNA2
|
867 |
+
-3.7865736 7.6532097 dendritic cell KIR2DL4
|
868 |
+
-0.80498683 -1.1077421 dendritic cell SQLE
|
869 |
+
-0.71984667 -3.2915676 dendritic cell LRRK1
|
870 |
+
-7.68582 9.574189 dendritic cell REL
|
871 |
+
-2.8785603 9.527299 dendritic cell CCDC28A
|
872 |
+
-3.4131684 6.8588853 dendritic cell HLA-E
|
873 |
+
-0.9027881 -2.9176388 dendritic cell PLP2
|
874 |
+
-1.5962309 -3.328447 dendritic cell C20orf27
|
875 |
+
-0.79907256 -3.1502159 dendritic cell SH2D1B
|
876 |
+
-1.7510545 1.8447773 dendritic cell HOPX
|
877 |
+
-1.2828699 -1.2580341 dendritic cell ANKRD36BP1
|
878 |
+
-0.8504749 -7.467669 dendritic cell FHL3
|
879 |
+
-0.5724112 -4.82974 dendritic cell RPS15A
|
880 |
+
11.082433 10.432166 dendritic cell ARRDC1
|
881 |
+
-4.0250607 7.4646907 dendritic cell SNX3
|
882 |
+
-2.3411136 3.530654 dendritic cell IMPDH1
|
883 |
+
-3.5219297 6.881367 dendritic cell HCLS1
|
884 |
+
-0.3032425 -1.9876925 dendritic cell CDC20
|
885 |
+
-0.5978169 -0.6104389 dendritic cell DECR1
|
886 |
+
-1.9950013 9.851182 dendritic cell ATP1B3
|
887 |
+
-1.1484997 -2.63873 dendritic cell LRRC29
|
888 |
+
-1.2687414 -7.5593333 dendritic cell VTI1A
|
889 |
+
-2.4032583 11.431021 dendritic cell TMEM42
|
890 |
+
-3.5902052 8.630144 dendritic cell EXOC6
|
891 |
+
-1.1686331 -3.6242929 dendritic cell KLRB1
|
892 |
+
-0.4265947 -2.7977087 dendritic cell PTPN7
|
893 |
+
-3.2818515 5.599443 dendritic cell MED28
|
894 |
+
-0.4171913 -3.655473 dendritic cell PCMT1
|
895 |
+
10.474682 9.984901 dendritic cell CD2
|
896 |
+
-0.45378745 -5.794068 dendritic cell CDKN2C
|
897 |
+
-0.77215147 -2.8520858 dendritic cell GNA13
|
898 |
+
-0.3637723 -4.9181075 dendritic cell ATP2A1
|
899 |
+
-2.7825625 3.4906096 dendritic cell DCTPP1
|
900 |
+
-0.43739748 -4.1781754 dendritic cell CKS2
|
901 |
+
5.0127335 10.1020355 dendritic cell CCT6A
|
902 |
+
-0.98159343 -2.179669 dendritic cell RBM39
|
903 |
+
-0.6857547 -3.4558158 dendritic cell SRA1
|
904 |
+
-0.7828428 -3.5862033 dendritic cell HPGDS
|
905 |
+
-0.31043607 -5.4358945 dendritic cell MTHFD1L
|
906 |
+
-7.630037 9.511852 dendritic cell SIPA1
|
907 |
+
-1.0060468 -1.4612966 dendritic cell PHF19
|
908 |
+
-0.623398 -3.4944828 dendritic cell STK38L
|
909 |
+
-2.7996154 6.7792516 dendritic cell HLA-DMB
|
910 |
+
-0.600897 -5.6104355 dendritic cell TP53
|
911 |
+
-0.9159753 -0.8587101 dendritic cell TRIB1
|
912 |
+
-0.4217929 -3.6265883 dendritic cell PPP1R16A
|
913 |
+
-4.299076 7.0355744 dendritic cell UBXN2B
|
914 |
+
-0.61972725 -6.60103 dendritic cell COMMD4
|
915 |
+
-1.309856 -2.616767 dendritic cell TMEM97
|
916 |
+
-2.2691338 3.3892963 dendritic cell DDB2
|
917 |
+
9.1480875 10.095902 dendritic cell CLEC12B
|
918 |
+
-1.3407655 -2.0135562 dendritic cell CYP2S1
|
919 |
+
-4.1576786 5.4473057 dendritic cell HJURP
|
920 |
+
-2.5095332 2.535834 dendritic cell CASP9
|
921 |
+
-3.9748178 11.407747 dendritic cell SEMA4D
|
922 |
+
-1.7134444 2.7531214 dendritic cell ZYX
|
923 |
+
-0.5659222 -0.30431736 dendritic cell PLD2
|
924 |
+
-4.1064286 7.564628 dendritic cell EPB41L2
|
925 |
+
-0.35727537 -5.1824007 dendritic cell C9orf72
|
926 |
+
-0.89442897 -1.1204561 dendritic cell BCL7C
|
927 |
+
9.805466 10.249336 dendritic cell PDCL2
|
928 |
+
-0.6990833 -3.1311285 dendritic cell APBA1
|
929 |
+
-0.037193958 -5.08503 dendritic cell SEC11A
|
930 |
+
-0.9694514 -3.070805 dendritic cell HLA-DPB1
|
931 |
+
-1.2486768 0.11179918 dendritic cell TCEA1P2
|
932 |
+
-0.9341809 -3.273654 dendritic cell RAB29
|
933 |
+
-1.467804 0.4924328 dendritic cell MAN2B1
|
934 |
+
-0.61052185 -3.3708935 dendritic cell CALR
|
935 |
+
-0.9804924 -3.2161856 dendritic cell EDEM2
|
936 |
+
10.984766 10.212583 dendritic cell HDAC8
|
937 |
+
-0.4754611 -5.50638 dendritic cell SIPA1L3
|
938 |
+
-2.6899877 4.452039 dendritic cell PHACTR1
|
939 |
+
8.902038 10.228372 dendritic cell PRKAG1
|
940 |
+
-0.57659286 -2.9116168 dendritic cell SSR4
|
941 |
+
-3.105202 11.443539 dendritic cell XAF1
|
942 |
+
-1.8689468 2.2896907 dendritic cell CTNND1
|
943 |
+
-0.61223507 -5.176446 dendritic cell EED
|
944 |
+
-1.9385732 1.3725493 dendritic cell ARRB2
|
945 |
+
0.21755598 -2.3350685 dendritic cell CD93
|
946 |
+
-0.8277886 -3.5913181 dendritic cell CDC25C
|
947 |
+
-0.50573355 -3.7363834 dendritic cell BCL2
|
948 |
+
-2.8465528 10.310423 dendritic cell TRAPPC4
|
949 |
+
-0.9915631 -3.890661 dendritic cell MT-ND2
|
950 |
+
9.401386 10.280668 dendritic cell IQCB1
|
951 |
+
-2.8054545 11.429385 dendritic cell THBD
|
952 |
+
8.233591 9.7850895 dendritic cell FHOD1
|
953 |
+
-4.0139117 7.1605167 dendritic cell EOMES
|
954 |
+
10.298112 10.219572 dendritic cell SH2B3
|
955 |
+
-2.6350157 3.7964647 dendritic cell SIRPA
|
956 |
+
11.030072 10.564997 dendritic cell KMT2E
|
957 |
+
-6.379078 10.340355 dendritic cell NABP1
|
958 |
+
10.549252 9.933807 dendritic cell IPCEF1
|
959 |
+
6.7074323 3.8139474 dendritic cell HSP90AA2P
|
960 |
+
-0.6527126 -4.4196234 dendritic cell VIM
|
961 |
+
-0.8025228 -4.246721 dendritic cell DOCK8
|
962 |
+
-1.3232085 -4.860578 dendritic cell NDUFS2
|
963 |
+
-1.823746 1.685642 dendritic cell STAC3
|
964 |
+
-3.8716342 7.5870676 dendritic cell CD86
|
965 |
+
-0.6904715 -3.7545238 dendritic cell CBWD5
|
966 |
+
-1.0964817 -2.1834815 dendritic cell NCL
|
967 |
+
-3.0047243 4.2727685 dendritic cell NMI
|
968 |
+
-1.4890472 1.4442108 dendritic cell SPN
|
969 |
+
-1.1811681 0.03813326 dendritic cell NAA10
|
970 |
+
-0.5145482 -2.7635968 dendritic cell PTGS2
|
971 |
+
-0.8231539 -1.5347283 dendritic cell SMARCC1
|
972 |
+
-4.220783 8.871755 dendritic cell SCGB1A1
|
973 |
+
-0.5266164 -7.349087 dendritic cell CD302
|
974 |
+
-6.602651 10.007345 dendritic cell GNAI3
|
975 |
+
-5.4260874 8.82423 dendritic cell NDUFS8
|
976 |
+
-1.2724 0.3332462 dendritic cell REEP4
|
977 |
+
-6.759663 10.090819 dendritic cell ALOX5AP
|
978 |
+
11.202835 10.547746 dendritic cell TNFSF14
|
979 |
+
-1.0090432 -3.7841759 dendritic cell CLEC5A
|
980 |
+
-0.76195174 -2.0036345 dendritic cell ASCL2
|
981 |
+
-2.9103901 4.1817365 dendritic cell MAZ
|
982 |
+
-1.3390342 -2.6111023 dendritic cell FOSL2
|
983 |
+
-4.646253 8.567412 dendritic cell ACTB
|
984 |
+
-0.29736948 -2.124525 dendritic cell PRMT7
|
985 |
+
-2.5519495 4.561715 dendritic cell RRM2
|
986 |
+
-0.52217674 -5.0720553 dendritic cell ENO1
|
987 |
+
-0.80833656 -3.8608594 dendritic cell CLSPN
|
988 |
+
-0.7146905 -0.42074668 dendritic cell TNFAIP8
|
989 |
+
-0.45307893 -4.868601 dendritic cell BRCA2
|
990 |
+
-0.2128261 -6.1293387 dendritic cell TBC1D4
|
991 |
+
-7.6182218 8.9567375 dendritic cell SRRT
|
992 |
+
-1.260132 -1.128247 dendritic cell DHRS7
|
993 |
+
10.7034025 10.402768 dendritic cell MED25
|
994 |
+
-1.2086636 0.62352705 dendritic cell RPS19
|
995 |
+
-2.8619096 10.009358 dendritic cell SEMA7A
|
996 |
+
-7.9641147 9.491878 dendritic cell AGPAT3
|
997 |
+
10.752977 10.783622 dendritic cell MT-CO3
|
998 |
+
-6.890428 10.069098 dendritic cell ORMDL2
|
999 |
+
-4.398735 8.444616 dendritic cell CFL1
|
1000 |
+
-7.7112737 9.227494 dendritic cell MICAL1
|
1001 |
+
-1.3767694 0.7340674 dendritic cell COMT
|
1002 |
+
-0.46277526 -1.7789376 dendritic cell OFD1
|
1003 |
+
-0.44076544 -4.85616 dendritic cell MALT1
|
1004 |
+
-0.42536506 -4.5351667 dendritic cell IL18RAP
|
1005 |
+
-3.3564873 10.323638 dendritic cell PHETA2
|
1006 |
+
9.141921 10.157022 dendritic cell ARAP1
|
1007 |
+
-2.2266939 3.055965 dendritic cell LSM4
|
1008 |
+
-3.4628615 9.267369 dendritic cell TNFRSF18
|
1009 |
+
-3.3628867 10.664817 dendritic cell AIP
|
1010 |
+
0.2773644 8.151521 dendritic cell CD80
|
1011 |
+
-3.2612865 6.1239038 dendritic cell CACNA1F
|
1012 |
+
-3.213415 7.575098 dendritic cell AIG1
|
1013 |
+
-0.461105 -5.67016 dendritic cell CPNE1
|
1014 |
+
-1.1651776 0.036988802 dendritic cell SRSF5
|
1015 |
+
-0.6176848 -1.6512779 dendritic cell PPIB
|
1016 |
+
-2.927146 3.7416852 dendritic cell FXYD7
|
1017 |
+
-0.4172973 -5.244182 dendritic cell ARHGAP18
|
1018 |
+
-4.5144687 7.2310243 dendritic cell VASP
|
1019 |
+
-6.059579 7.963092 dendritic cell BIRC5
|
1020 |
+
-0.9645367 -2.9371512 dendritic cell RAP1B
|
1021 |
+
-0.7696593 -1.3393916 dendritic cell APBB3
|
1022 |
+
-0.91873753 0.1228138 dendritic cell S100A10
|
1023 |
+
-0.8217783 -4.4475613 dendritic cell TAGLN2
|
1024 |
+
-5.832023 10.646677 dendritic cell MRPL3
|
1025 |
+
7.3604093 4.0579467 dendritic cell HEXA
|
1026 |
+
-1.5902969 0.9918982 dendritic cell GZMA
|
1027 |
+
-3.5012264 7.823013 dendritic cell HLA-DPA1
|
1028 |
+
7.5509806 3.8017907 dendritic cell RIPK2
|
1029 |
+
-3.5075543 9.846937 dendritic cell TCOF1
|
1030 |
+
-0.42709613 -2.1775975 dendritic cell FCGR2C
|
1031 |
+
-0.7400477 -5.53717 dendritic cell PHPT1
|
1032 |
+
-1.4414871 -3.1830318 dendritic cell TRMT1
|
1033 |
+
-0.61512417 -5.372108 dendritic cell EIF3M
|
1034 |
+
-0.4801769 -2.6809993 dendritic cell PLGRKT
|
1035 |
+
-0.85019046 -6.953373 dendritic cell TRAPPC6A
|
1036 |
+
10.623469 9.6050205 dendritic cell ANAPC11
|
1037 |
+
-7.1946964 9.816794 dendritic cell LAIR1
|
1038 |
+
-0.5391061 -4.6597066 dendritic cell MAP3K8
|
1039 |
+
-0.22165324 -3.4026527 dendritic cell SFTPC
|
1040 |
+
-0.94108105 -0.34171852 dendritic cell SNRPA1
|
1041 |
+
-1.0724716 -3.3698823 dendritic cell SRP9P1
|
1042 |
+
10.113423 10.2630205 dendritic cell CCND3
|
1043 |
+
-2.118886 2.7229707 dendritic cell KLRC2
|
1044 |
+
-2.623982 4.7430015 dendritic cell EDEM1
|
1045 |
+
-0.5889835 -6.774547 dendritic cell DDX5
|
1046 |
+
2.1262927 8.6364565 dendritic cell PTTG1
|
1047 |
+
-2.772633 3.7040002 dendritic cell CFLAR
|
1048 |
+
0.049005013 -4.841352 dendritic cell POMP
|
1049 |
+
-0.98512214 -0.15370466 dendritic cell ANP32A
|
1050 |
+
-0.8008217 -3.243849 dendritic cell ACAA2
|
1051 |
+
-0.82670414 -3.9484658 dendritic cell RPS5
|
1052 |
+
-0.7205198 -3.9963944 dendritic cell RPS3A
|
1053 |
+
-0.049169883 -1.9587784 dendritic cell PLA2G7
|
1054 |
+
-0.70395327 -4.355078 dendritic cell CORO1B
|
1055 |
+
-0.7994883 -3.0400255 dendritic cell TCF19
|
1056 |
+
-4.768355 8.077363 dendritic cell GTF2B
|
1057 |
+
9.610566 10.043444 dendritic cell BIN1
|
1058 |
+
-7.90033 9.1665745 dendritic cell LILRB4
|
1059 |
+
-0.501344 -4.240769 dendritic cell SAP18
|
1060 |
+
7.8261933 10.197047 dendritic cell NPM1
|
1061 |
+
-3.298575 7.815832 dendritic cell HMMR
|
1062 |
+
-0.33262548 -4.7540407 dendritic cell COX6A1
|
1063 |
+
-0.64434206 -4.3547726 dendritic cell ETV6
|
1064 |
+
-0.11146414 -2.269371 dendritic cell RASSF4
|
1065 |
+
-2.0560393 10.981021 dendritic cell GCA
|
1066 |
+
-0.63640875 -2.8105564 dendritic cell FLII
|
1067 |
+
-1.7585189 1.7198875 dendritic cell ARHGDIA
|
1068 |
+
-4.025668 6.9261 dendritic cell EEF1B2
|
1069 |
+
-1.170638 -0.35653985 dendritic cell PTMA
|
1070 |
+
-1.4079725 0.5221111 dendritic cell A2M
|
1071 |
+
-0.9074384 -5.644641 dendritic cell RPS18
|
1072 |
+
-0.81750906 -0.90332955 dendritic cell RPS2
|
1073 |
+
6.6152787 9.663586 dendritic cell RPL8
|
1074 |
+
-4.594969 8.002988 dendritic cell CSF3R
|
1075 |
+
-1.1464367 -2.978187 dendritic cell SFT2D2
|
1076 |
+
-0.4867612 -3.710229 dendritic cell RNU11
|
1077 |
+
-0.63138044 -3.4849062 dendritic cell COMMD6
|
1078 |
+
11.138435 10.462285 dendritic cell JOSD1
|
1079 |
+
-1.3970389 2.3347654 dendritic cell B2M
|
1080 |
+
-3.625605 6.0491056 dendritic cell S1PR5
|
1081 |
+
-3.910366 7.699739 dendritic cell COL8A2
|
1082 |
+
-2.1880274 2.8147264 dendritic cell CDK2AP1
|
1083 |
+
-0.96555275 -4.652362 dendritic cell ARHGAP15
|
1084 |
+
-5.343436 10.673265 dendritic cell ILKAP
|
1085 |
+
6.8952036 10.211225 dendritic cell TPT1
|
1086 |
+
-0.41486546 -5.485073 dendritic cell ZNFX1
|
1087 |
+
-0.46857718 -4.113238 dendritic cell BTG1
|
1088 |
+
-1.2165966 -3.4750688 dendritic cell LEPROTL1
|
1089 |
+
-1.08771 -2.6812575 dendritic cell SORT1
|
1090 |
+
-0.55468035 -2.9861224 dendritic cell PPA1
|
1091 |
+
-1.2816405 -2.8258226 dendritic cell ARL6IP6
|
1092 |
+
-3.0313003 7.9920106 dendritic cell ASF1B
|
1093 |
+
10.466342 9.963747 dendritic cell COMMD10
|
1094 |
+
-0.62369305 -7.7330465 dendritic cell SSB
|
1095 |
+
-2.607469 3.7085612 dendritic cell MNDA
|
1096 |
+
-3.7994187 8.56175 dendritic cell TK1
|
1097 |
+
-1.5886365 1.5822775 dendritic cell BNIP2
|
1098 |
+
-0.34663305 -5.1523776 dendritic cell RAP2B
|
1099 |
+
-0.7215861 -3.1786733 dendritic cell NACA
|
1100 |
+
-0.7481119 -1.763266 dendritic cell TMBIM6
|
1101 |
+
-1.3574127 -1.2343085 dendritic cell RPS27L
|
1102 |
+
-7.402625 9.455343 dendritic cell NCAPG2
|
1103 |
+
-0.9371706 -4.862257 dendritic cell REPIN1
|
1104 |
+
-0.9760218 -3.8223798 dendritic cell FLT1
|
1105 |
+
-0.7513095 -5.842315 dendritic cell SMC1A
|
1106 |
+
-2.9427345 4.164272 dendritic cell CD160
|
1107 |
+
-0.73680186 -4.1735764 dendritic cell STX7
|
1108 |
+
-0.3201533 -4.603752 dendritic cell FCGR2A
|
1109 |
+
-2.1481338 2.074822 dendritic cell NEDD9
|
1110 |
+
-0.4487568 -5.3377485 dendritic cell LAT2
|
1111 |
+
-0.89292896 -1.7491581 dendritic cell ICAM3
|
1112 |
+
-4.1267667 5.873481 dendritic cell BCKDK
|
1113 |
+
11.059667 10.589692 dendritic cell UBL7
|
1114 |
+
-0.9333368 -3.3376398 dendritic cell CD72
|
1115 |
+
-0.3445897 -3.7380433 dendritic cell UBA7
|
1116 |
+
-0.75343734 0.35995156 dendritic cell NME4
|
1117 |
+
10.495844 10.423038 dendritic cell SRR
|
1118 |
+
-2.677724 9.537755 dendritic cell HDAC3
|
1119 |
+
-1.5745406 0.9519357 dendritic cell POU2F2
|
1120 |
+
-0.48727298 -3.2187183 dendritic cell DEK
|
1121 |
+
-0.6354448 -1.641697 dendritic cell ELOVL5
|
1122 |
+
7.1051817 4.8467383 dendritic cell ATP6V1B2
|
1123 |
+
7.320827 4.5784903 dendritic cell ANKRD9
|
1124 |
+
-7.439086 9.482942 dendritic cell KIF18B
|
1125 |
+
-1.8287375 1.7568042 dendritic cell MYO9B
|
1126 |
+
11.066781 10.070111 dendritic cell QPRT
|
1127 |
+
-2.1176422 8.336736 dendritic cell HSD17B11
|
1128 |
+
-2.766695 5.6439886 dendritic cell CD209
|
1129 |
+
-0.4529377 -5.7604156 dendritic cell PDCD1
|
1130 |
+
-2.1044323 2.122974 dendritic cell IL18R1
|
1131 |
+
-1.0108624 -4.958843 dendritic cell TSPOAP1
|
1132 |
+
-7.283399 8.895289 dendritic cell PLEC
|
1133 |
+
-4.4855084 7.6515155 dendritic cell ABCB1
|
1134 |
+
-1.7833595 2.3136733 dendritic cell PPM1B
|
1135 |
+
-3.073131 6.4955907 dendritic cell JUNB
|
1136 |
+
-0.53059727 -4.154239 dendritic cell MGST2
|
1137 |
+
-1.0402458 -1.1412177 dendritic cell CD9
|
1138 |
+
-0.84962064 -7.482809 dendritic cell BATF3
|
1139 |
+
-7.651634 9.476206 dendritic cell MPC2
|
1140 |
+
-0.9074551 -4.480232 dendritic cell VPS35
|
1141 |
+
-6.63131 9.89361 dendritic cell SNX8
|
1142 |
+
8.281574 10.431153 dendritic cell MPHOSPH6
|
1143 |
+
-0.37460276 -3.7600434 dendritic cell IQGAP3
|
1144 |
+
-0.81978124 -4.6524296 dendritic cell CTNNBIP1
|
1145 |
+
-1.0723989 -1.8263587 dendritic cell RPL29
|
1146 |
+
-0.6295664 -6.453239 dendritic cell MICOS10
|
1147 |
+
10.51349 10.117612 dendritic cell C11orf45
|
1148 |
+
-0.62721425 -2.1258056 dendritic cell HPS4
|
1149 |
+
-1.2760983 -1.9064921 dendritic cell PAK1
|
1150 |
+
10.2171335 9.923835 dendritic cell ISY1
|
1151 |
+
-0.52593243 -4.3980403 dendritic cell SNRPF
|
1152 |
+
-0.51281387 -5.311064 dendritic cell CNOT9
|
1153 |
+
-1.1225065 -2.6644359 dendritic cell EPB41L3
|
1154 |
+
-0.66321695 -6.267865 dendritic cell RPS6
|
1155 |
+
-2.8435318 11.233656 dendritic cell APAF1
|
1156 |
+
-2.510126 3.5196526 dendritic cell ARHGAP9
|
1157 |
+
-0.8377329 -3.3972993 dendritic cell RDM1
|
1158 |
+
-0.15199123 -4.7229986 dendritic cell AKAP6
|
1159 |
+
-0.54553 -4.9618793 dendritic cell FAM210A
|
1160 |
+
-7.23461 9.159217 dendritic cell TBXAS1
|
1161 |
+
-3.3603601 8.94233 dendritic cell ZMAT1
|
1162 |
+
-0.893148 -1.3998836 dendritic cell CCND2
|
1163 |
+
10.790646 10.662063 dendritic cell LPXN
|
1164 |
+
-0.84542906 -0.5828221 dendritic cell SLC4A3
|
1165 |
+
-0.8117067 -3.9484532 dendritic cell RNF149
|
1166 |
+
8.125481 10.606821 dendritic cell EFHD2
|
1167 |
+
-1.0589501 -1.1139351 dendritic cell CRIP3
|
1168 |
+
-3.9570127 8.506061 dendritic cell UBASH3B
|
1169 |
+
-2.8751504 11.458082 dendritic cell RARA
|
1170 |
+
-3.5353498 7.673906 dendritic cell EMP3
|
1171 |
+
-2.6223938 8.913472 dendritic cell GCNT1
|
1172 |
+
-1.107886 -2.3454118 dendritic cell PSTPIP1
|
1173 |
+
-0.6843151 -3.711158 dendritic cell VENTX
|
1174 |
+
-0.59057564 -1.6632484 dendritic cell NOP10
|
1175 |
+
-0.38597062 -2.876479 dendritic cell PRPF38B
|
1176 |
+
-1.0380607 -3.5733242 dendritic cell GRK2
|
1177 |
+
-3.523245 5.8895707 dendritic cell PGP
|
1178 |
+
-1.5259441 1.32506 dendritic cell LMBR1L
|
1179 |
+
6.998939 5.0535884 dendritic cell INPP5D
|
1180 |
+
-1.0176537 -7.29187 dendritic cell TNFRSF4
|
1181 |
+
-2.8508394 3.9754648 dendritic cell ATP2B1
|
1182 |
+
-0.56240255 -7.3323245 dendritic cell CTPS1
|
1183 |
+
-0.5923542 -5.112497 dendritic cell CD40
|
1184 |
+
-4.12421 7.2588186 dendritic cell DHX58
|
1185 |
+
-0.55563164 -6.092774 dendritic cell ARSB
|
1186 |
+
-4.2509265 7.3562984 dendritic cell SRSF3
|
1187 |
+
-0.46147978 -3.287591 dendritic cell CLTB
|
1188 |
+
-1.8382514 2.9132135 dendritic cell OS9
|
1189 |
+
-0.5314461 -3.87274 dendritic cell PIK3CB
|
1190 |
+
-1.0376705 -1.3009337 dendritic cell PPP1R14B
|
1191 |
+
-0.5984398 -5.988469 dendritic cell RPS11
|
1192 |
+
-0.5227532 -0.6822351 dendritic cell ZBTB24
|
1193 |
+
-6.689146 8.353489 dendritic cell UQCRFS1
|
1194 |
+
-3.738339 7.3194504 dendritic cell CDK2AP2
|
1195 |
+
-0.7439227 -6.23074 dendritic cell CASP4
|
1196 |
+
-0.6891423 -2.2362907 dendritic cell COMMD3
|
1197 |
+
-5.3155584 10.090579 dendritic cell INPP5B
|
1198 |
+
-2.0135145 2.1772928 dendritic cell ADAP1
|
1199 |
+
-1.0555764 -0.29996523 dendritic cell RGS1
|
1200 |
+
-2.4097633 2.8998358 dendritic cell APOE
|
1201 |
+
-1.4076676 -3.3511076 dendritic cell RPS13
|
1202 |
+
-2.4935894 3.817764 dendritic cell AP1G2
|
1203 |
+
-0.6149194 -5.742244 dendritic cell PSMC4
|
1204 |
+
-0.9768951 -3.6173148 dendritic cell ST7
|
1205 |
+
11.068524 10.663687 dendritic cell FBXW7
|
1206 |
+
-3.8765547 8.695136 dendritic cell FYN
|
1207 |
+
-0.69923824 -3.9180658 dendritic cell ZNF385A
|
1208 |
+
-2.218424 2.6629326 dendritic cell DPYSL2
|
1209 |
+
-0.8806369 -7.508487 dendritic cell S100B
|
1210 |
+
-0.49588543 -4.8379264 dendritic cell RAD51C
|
1211 |
+
-0.55438 -5.6589994 dendritic cell PALD1
|
1212 |
+
-0.7800602 0.30075213 dendritic cell SP110
|
1213 |
+
-0.73832035 -4.1141815 dendritic cell HLA-DOB
|
1214 |
+
-3.292473 6.160317 dendritic cell PTPRO
|
1215 |
+
-8.36575 9.794314 dendritic cell TBC1D9
|
1216 |
+
-1.1280035 -0.63730174 dendritic cell PTPN18
|
1217 |
+
-0.8178848 -4.2534585 dendritic cell CNOT10
|
1218 |
+
-0.24226183 -5.0226383 dendritic cell PFN1
|
1219 |
+
-3.2544563 5.851075 dendritic cell UFD1
|
1220 |
+
4.79972 10.221403 dendritic cell ALCAM
|
1221 |
+
5.9830728 9.704334 dendritic cell SPDYE2
|
1222 |
+
11.133414 10.634528 dendritic cell SDS
|
1223 |
+
-3.1169846 4.6736608 dendritic cell CYTH4
|
1224 |
+
-3.694858 6.0224633 dendritic cell IQCG
|
1225 |
+
-4.2532015 8.890246 dendritic cell IL12RB1
|
1226 |
+
-0.7079359 -5.518857 dendritic cell SETDB2
|
1227 |
+
-0.7676056 -6.0185523 dendritic cell RGS14
|
1228 |
+
-0.8131429 -1.4354985 dendritic cell ARF3
|
1229 |
+
-3.9886541 8.194392 dendritic cell TRAPPC12
|
1230 |
+
10.751576 10.453871 dendritic cell ARL6IP5
|
1231 |
+
-0.97942257 -1.0350461 dendritic cell KHDRBS2
|
1232 |
+
-0.7009868 -5.8978786 dendritic cell HSP90AA1
|
1233 |
+
-7.5427284 9.786425 dendritic cell CEBPD
|
1234 |
+
-2.92287 5.2558184 dendritic cell IL18
|
1235 |
+
-0.46512622 -4.0715976 dendritic cell CLN3
|
1236 |
+
-0.6891673 -3.4143848 dendritic cell SNCA
|
1237 |
+
-0.89218694 -4.8916764 dendritic cell TYK2
|
1238 |
+
-3.8489087 8.97635 dendritic cell HNRNPUL1
|
1239 |
+
-2.6931858 3.947924 dendritic cell BMP2K
|
1240 |
+
-0.84673476 -2.1721764 dendritic cell NECAP2
|
1241 |
+
7.173167 3.572049 dendritic cell TMSB4X
|
1242 |
+
-0.4773089 -3.416696 dendritic cell CLIC1
|
1243 |
+
11.436318 10.823921 dendritic cell STX6
|
1244 |
+
-0.8469262 -3.5787382 dendritic cell ENTPD1
|
1245 |
+
-2.5585518 3.6107755 dendritic cell DOCK2
|
1246 |
+
-2.587063 4.5134487 dendritic cell CDCA8
|
1247 |
+
10.85372 10.537267 dendritic cell RHOH
|
1248 |
+
-1.9967375 2.6005273 dendritic cell NRM
|
1249 |
+
-0.33748686 -6.0210695 dendritic cell SRSF9
|
1250 |
+
-1.0814861 -2.6040945 dendritic cell SPATA2L
|
1251 |
+
-0.7964793 -5.6806655 dendritic cell ARF6
|
1252 |
+
-3.871361 9.996296 dendritic cell PPP1R12A
|
1253 |
+
8.486675 10.29804 dendritic cell SSBP4
|
1254 |
+
-3.400909 8.873947 dendritic cell CCRL2
|
1255 |
+
-2.6400228 11.246533 dendritic cell RAP2C
|
1256 |
+
-2.1264508 9.215413 dendritic cell HPS5
|
1257 |
+
-0.76049936 -7.445905 dendritic cell ADAM19
|
1258 |
+
-3.3283293 6.2397895 dendritic cell ORAI2
|
1259 |
+
-8.164539 9.700503 dendritic cell RPL7A
|
1260 |
+
-0.2845613 -5.15767 dendritic cell CD1E
|
1261 |
+
-2.9798398 4.344748 dendritic cell SCGB2A1
|
1262 |
+
-3.7832255 11.266851 dendritic cell TLR1
|
1263 |
+
-0.45340928 -4.2775116 dendritic cell ITGAX
|
1264 |
+
-0.93579364 -3.7101042 dendritic cell JUND
|
1265 |
+
6.767685 9.628573 dendritic cell IRF4
|
1266 |
+
-7.36419 8.726862 dendritic cell DCP2
|
1267 |
+
-0.9275566 -4.876258 dendritic cell UVRAG
|
1268 |
+
-2.3111587 3.3312654 dendritic cell NAV1
|
1269 |
+
-6.153121 10.237833 dendritic cell DYNC1LI1
|
1270 |
+
-1.2952007 -1.6463115 dendritic cell RTN2
|
1271 |
+
-8.164641 9.793329 dendritic cell RPS6KA1
|
1272 |
+
-0.6289332 -4.982169 dendritic cell MRPL20
|
1273 |
+
-0.5005566 -3.73002 dendritic cell DNAJB11
|
1274 |
+
8.814435 10.204318 dendritic cell ZDHHC24
|
1275 |
+
-0.8010805 -4.8865576 dendritic cell RAPGEF1
|
1276 |
+
-3.003821 5.496724 dendritic cell HDAC9
|
1277 |
+
-0.4739558 -3.8232002 dendritic cell PABPC4
|
1278 |
+
-0.32519484 -4.592989 dendritic cell SIGLEC9
|
1279 |
+
10.858082 10.028708 dendritic cell IL16
|
1280 |
+
-4.296642 6.440354 dendritic cell ASPM
|
1281 |
+
-1.1985601 -0.39143875 dendritic cell NEK6
|
1282 |
+
-3.2745802 5.8984613 dendritic cell HCCS
|
1283 |
+
-1.5651647 1.4851583 dendritic cell LTV1
|
1284 |
+
-2.5741327 3.7490149 dendritic cell APH1A
|
1285 |
+
-5.2339125 7.1877155 dendritic cell GPX4
|
1286 |
+
-1.1969305 -0.92372376 dendritic cell PNMA1
|
1287 |
+
-1.3686721 0.8484561 dendritic cell TNFSF18
|
1288 |
+
-3.4464345 7.010291 dendritic cell AATF
|
1289 |
+
-0.7424114 -4.1481233 dendritic cell APBB1IP
|
1290 |
+
-2.3651755 10.640272 dendritic cell RER1
|
1291 |
+
-1.165716 -1.0087996 dendritic cell PPARD
|
1292 |
+
-0.3805169 -2.183573 dendritic cell SGO1
|
1293 |
+
-4.320148 8.517194 dendritic cell PRR13
|
1294 |
+
-4.713706 11.1773 dendritic cell HIC1
|
1295 |
+
-6.7287455 9.399075 dendritic cell RGS13
|
1296 |
+
-0.66262215 -5.746949 dendritic cell RPL4
|
1297 |
+
-0.496455 -3.7825422 dendritic cell IL4R
|
1298 |
+
-0.43933594 -5.3702 dendritic cell GPSM3
|
1299 |
+
-0.5539686 -3.586408 dendritic cell PLEKHB2
|
1300 |
+
-6.7873473 9.886306 dendritic cell DDX27
|
1301 |
+
-3.5970922 10.570445 dendritic cell PPP1R18
|
1302 |
+
1.9182718 2.4715712 dendritic cell SMC2
|
1303 |
+
-2.0860226 2.037575 dendritic cell TMX1
|
1304 |
+
-0.56115913 -3.357939 dendritic cell RPL28
|
1305 |
+
-3.8100252 8.206785 dendritic cell RPS3
|
1306 |
+
-1.4780288 0.8741797 dendritic cell CEP131
|
1307 |
+
11.036532 10.530588 dendritic cell MT-CO1
|
1308 |
+
-0.95137525 -0.6873301 dendritic cell ENG
|
1309 |
+
-0.9487456 -4.00931 dendritic cell PPM1J
|
1310 |
+
-0.14824522 -4.76903 dendritic cell ANLN
|
1311 |
+
-3.370631 9.691979 dendritic cell ZNF124
|
1312 |
+
-1.1579466 -1.5175924 dendritic cell CD163
|
1313 |
+
-3.2034917 8.570528 dendritic cell ZNF266
|
1314 |
+
-2.8442287 8.2747345 dendritic cell PICALM
|
1315 |
+
10.808503 9.760497 dendritic cell KAT2B
|
1316 |
+
9.299461 10.120155 dendritic cell ADCY7
|
1317 |
+
-0.7711078 -3.0672824 dendritic cell MTMR6
|
1318 |
+
-4.502836 8.460903 dendritic cell PIP5K1C
|
1319 |
+
-0.60585725 -6.204131 dendritic cell DBI
|
1320 |
+
-6.951888 9.7742 dendritic cell CD36
|
1321 |
+
-2.8427315 8.068089 dendritic cell FNBP1
|
1322 |
+
-0.90981704 -3.4093316 dendritic cell IFI30
|
1323 |
+
-1.0170321 0.47023344 dendritic cell TWF2
|
1324 |
+
-3.0314243 8.9408865 dendritic cell PAXX
|
1325 |
+
-0.22337109 -4.9592085 dendritic cell ALOX5
|
1326 |
+
-8.017018 9.447705 dendritic cell RNF144B
|
1327 |
+
8.268643 10.29327 dendritic cell NUDT14
|
1328 |
+
-1.121256 0.13751735 dendritic cell BTK
|
1329 |
+
-0.79156655 -3.6091394 dendritic cell CCDC26
|
1330 |
+
-2.856592 10.069398 dendritic cell SF3A3
|
1331 |
+
-0.5355927 -5.786113 dendritic cell CD247
|
1332 |
+
-0.6075362 -4.753076 dendritic cell GMEB1
|
1333 |
+
-2.6352353 3.946213 dendritic cell MT-ND1
|
1334 |
+
-4.188111 8.808221 dendritic cell BTLA
|
1335 |
+
-0.85678625 -6.679399 dendritic cell CA11
|
1336 |
+
-0.86269706 -3.0042155 dendritic cell ALDH2
|
1337 |
+
-3.8167179 7.9326234 dendritic cell TNFSF13B
|
1338 |
+
-0.6822926 -0.5800435 dendritic cell DDOST
|
1339 |
+
-0.81854707 -0.88366437 dendritic cell BHLHE41
|
1340 |
+
-1.9655176 2.1881237 dendritic cell RNF41
|
1341 |
+
-0.56174064 -3.3670788 dendritic cell MAGOHB
|
1342 |
+
-0.8769797 -1.3581597 dendritic cell ILK
|
1343 |
+
7.648075 9.75752 dendritic cell PSMB3
|
1344 |
+
-4.7674346 10.9814625 dendritic cell PTP4A2
|
1345 |
+
0.05512883 -4.878836 dendritic cell WSB2
|
1346 |
+
-4.8739786 8.822878 dendritic cell TSPO
|
1347 |
+
-1.1711625 0.50784713 dendritic cell CD1B
|
1348 |
+
-3.6594846 7.4717054 dendritic cell PSMC1
|
1349 |
+
-0.40391415 -5.352084 dendritic cell PPP1R2
|
1350 |
+
-3.9218786 5.8774223 dendritic cell CD53
|
1351 |
+
-4.3175735 11.318911 dendritic cell ANAPC1
|
1352 |
+
-0.45365608 -5.543602 dendritic cell VOPP1
|
1353 |
+
-0.8222483 -2.6322114 dendritic cell RPS6KA4
|
1354 |
+
-3.180511 9.686248 dendritic cell AP1S3
|
1355 |
+
-0.8017002 -4.191967 dendritic cell NDUFB2
|
1356 |
+
-1.051865 -7.7751226 dendritic cell CXCR6
|
1357 |
+
-1.9640739 9.163743 dendritic cell RHEX
|
1358 |
+
10.382103 10.008172 dendritic cell MRPL11
|
1359 |
+
-0.72350854 -4.115918 dendritic cell TMEM14C
|
1360 |
+
0.045236327 -5.5861087 dendritic cell CYB5B
|
1361 |
+
-2.6791759 4.514712 dendritic cell KIF20B
|
1362 |
+
-2.1411293 1.820666 dendritic cell MIF4GD
|
1363 |
+
-0.7775026 -6.2588367 dendritic cell VRK1
|
1364 |
+
-1.5506734 -3.5883172 dendritic cell TGFBR1
|
1365 |
+
-2.3884325 8.47758 dendritic cell TMEM51
|
1366 |
+
-1.069231 -0.91566616 dendritic cell MAP2K6
|
1367 |
+
-1.8436174 1.8448112 dendritic cell CIAO2A
|
1368 |
+
-0.25009373 -3.8021245 dendritic cell NSD2
|
1369 |
+
-2.9506114 5.816604 dendritic cell LRRFIP1
|
1370 |
+
-1.0017009 -1.9619422 dendritic cell PICK1
|
1371 |
+
-0.7505921 -1.7481095 dendritic cell QPCTL
|
1372 |
+
-0.57465357 -3.0095499 dendritic cell CENPW
|
1373 |
+
9.68179 8.948134 dendritic cell DCUN1D1
|
1374 |
+
-1.7675548 -3.4870393 dendritic cell BCL7A
|
1375 |
+
-0.8910286 -7.181734 dendritic cell GRK3
|
1376 |
+
-4.522487 8.609335 dendritic cell CLEC2D
|
1377 |
+
-0.6011622 -3.618975 dendritic cell PLAU
|
1378 |
+
-0.51020575 -3.3981528 dendritic cell USF2
|
1379 |
+
-1.3461144 2.2314327 dendritic cell RPS24
|
1380 |
+
-0.92882186 -2.481725 dendritic cell DNAJB6
|
1381 |
+
-1.2083015 0.5064704 dendritic cell NFKB1
|
1382 |
+
1.4884192 8.523356 dendritic cell IVNS1ABP
|
1383 |
+
-0.71021897 -3.3026352 dendritic cell PABPC1
|
1384 |
+
-0.8784053 -2.9578147 dendritic cell SMPD2
|
1385 |
+
-0.18129611 -5.486132 dendritic cell ITM2B
|
1386 |
+
-2.8175073 10.709545 dendritic cell ZNF511
|
1387 |
+
-7.6982093 9.498336 dendritic cell EXOSC9
|
1388 |
+
-2.5548005 2.8066056 dendritic cell HDAC10
|
1389 |
+
-1.5433817 10.761275 dendritic cell RPS7
|
1390 |
+
-2.9841146 11.537676 dendritic cell GNAO1
|
1391 |
+
-0.8634004 -1.1730137 dendritic cell EAF2
|
1392 |
+
-0.578162 -2.7261138 dendritic cell CTNNB1
|
1393 |
+
-0.96738905 -3.4731505 dendritic cell RAP2A
|
1394 |
+
-7.702514 9.097884 dendritic cell TFEB
|
1395 |
+
-1.4318193 0.25619945 dendritic cell OPRL1
|
1396 |
+
-0.70656097 -4.5223618 dendritic cell ACSF2
|
1397 |
+
-1.1562945 -3.13716 dendritic cell ATP6AP2
|
1398 |
+
-0.7615005 -2.4341104 dendritic cell VPS28
|
1399 |
+
-0.7761636 -0.63485855 dendritic cell TRAPPC1
|
1400 |
+
-4.6850796 8.497375 dendritic cell CBWD1
|
1401 |
+
-0.73307806 -4.4123178 dendritic cell TMEM50A
|
1402 |
+
-1.246319 -3.4323542 dendritic cell PTPN6
|
1403 |
+
-0.7743233 -7.4738865 dendritic cell RUFY3
|
1404 |
+
-0.9107805 0.085511595 dendritic cell HMGN2
|
1405 |
+
-3.092642 9.824224 dendritic cell PDE4B
|
1406 |
+
-0.7077966 -4.1733556 dendritic cell EHD4
|
1407 |
+
-7.5306573 9.568132 dendritic cell KLRC1
|
1408 |
+
-0.5623703 -5.054182 dendritic cell UBE2C
|
1409 |
+
-0.5694125 -1.4474182 dendritic cell ZUP1
|
1410 |
+
-3.5914147 7.6267095 dendritic cell GLUL
|
1411 |
+
-0.9998725 -3.043249 dendritic cell BRICD5
|
1412 |
+
-2.8723025 4.345498 dendritic cell GINS4
|
1413 |
+
-0.6835721 -1.7292085 dendritic cell LILRB1
|
1414 |
+
-1.0011964 -0.738413 dendritic cell CTNNBL1
|
1415 |
+
-7.6938577 9.406113 dendritic cell RAB5C
|
1416 |
+
-0.15857252 -4.8695683 dendritic cell HOOK3
|
1417 |
+
9.923267 10.430706 dendritic cell KCTD12
|
1418 |
+
-1.305545 -3.0197852 dendritic cell REC8
|
1419 |
+
-0.6927207 -3.4456306 dendritic cell KNL1
|
1420 |
+
-0.46814573 -4.098325 dendritic cell EIF3G
|
1421 |
+
-0.68820745 -4.1088314 dendritic cell HIVEP3
|
1422 |
+
-0.47565198 -3.8238113 dendritic cell SH3KBP1
|
1423 |
+
-0.7464963 -2.9526227 dendritic cell PAPOLG
|
1424 |
+
-2.829759 5.376545 dendritic cell RNMT
|
1425 |
+
-0.2473758 -3.9672363 dendritic cell CD4
|
1426 |
+
-0.63522375 -3.8765943 dendritic cell ASGR2
|
1427 |
+
-0.5653134 -3.4970727 dendritic cell PRAM1
|
1428 |
+
-1.8255886 1.4280897 dendritic cell PSME2
|
1429 |
+
7.3567896 10.150978 dendritic cell EVI2A
|
1430 |
+
-0.9519492 -2.391244 dendritic cell RHOG
|
1431 |
+
10.593604 10.471346 dendritic cell RAB8A
|
1432 |
+
-0.5526327 -4.2356186 dendritic cell RPA2
|
1433 |
+
-2.1931162 2.6271665 dendritic cell CEP170
|
1434 |
+
-0.38655156 -5.3491945 dendritic cell GSTP1
|
1435 |
+
-0.53034645 -3.5156372 dendritic cell KBTBD8
|
1436 |
+
-8.072957 9.415693 dendritic cell FTL
|
1437 |
+
10.334741 10.823614 dendritic cell MAD2L2
|
1438 |
+
-1.1253681 -3.8967972 dendritic cell NT5M
|
1439 |
+
-4.0641747 8.652183 dendritic cell ABI3
|
1440 |
+
-0.7140086 -4.4803596 dendritic cell RUNX1
|
1441 |
+
-3.670709 6.0901814 dendritic cell ZBP1
|
1442 |
+
-2.5938675 3.6156518 dendritic cell SLAMF7
|
1443 |
+
-2.978343 9.728031 dendritic cell C16orf54
|
1444 |
+
-3.928265 8.038915 dendritic cell CHMP1B
|
1445 |
+
-1.079014 -0.08127453 dendritic cell RFTN1
|
1446 |
+
-0.7995725 -7.254444 dendritic cell DBF4B
|
1447 |
+
-3.045297 4.6876936 dendritic cell PFDN1
|
1448 |
+
-3.062824 10.478208 dendritic cell EXOC2
|
1449 |
+
-0.61000544 -3.404455 dendritic cell EIF3CL
|
1450 |
+
-0.6934492 -6.274945 dendritic cell CD1A
|
1451 |
+
8.390106 10.002932 dendritic cell ZRSR2
|
1452 |
+
-2.3609202 3.6330328 dendritic cell RBM8A
|
1453 |
+
-0.26562178 -5.6894097 dendritic cell AURKB
|
1454 |
+
-1.5542592 1.017819 dendritic cell KYNU
|
1455 |
+
7.4818482 9.634108 dendritic cell TPP1
|
1456 |
+
10.8004 10.693826 dendritic cell TMEM9B
|
1457 |
+
-0.08665704 -5.4538083 dendritic cell NCAPH
|
1458 |
+
-0.21489887 -3.3022976 dendritic cell CD6
|
1459 |
+
-0.4282247 -4.920288 dendritic cell CDC42SE2
|
1460 |
+
-1.0198678 -0.6937153 dendritic cell ELMO1
|
1461 |
+
-0.77399427 -3.8731458 dendritic cell LSM7
|
1462 |
+
-7.0262885 8.657897 dendritic cell PCSK7
|
1463 |
+
-1.3576437 -3.4631453 dendritic cell ADAMTS10
|
1464 |
+
-1.0463458 -0.106398076 dendritic cell REX1BD
|
1465 |
+
-0.7472677 -3.9657457 dendritic cell NAA40
|
1466 |
+
-1.1800715 -4.2591443 dendritic cell ZFP36
|
1467 |
+
-1.1547953 -3.74956 dendritic cell RELB
|
1468 |
+
-0.5621188 -4.496336 dendritic cell IL1R2
|
1469 |
+
-0.6521621 -1.0014724 dendritic cell MAPKAPK3
|
1470 |
+
-0.7282117 -6.289655 dendritic cell KIF11
|
1471 |
+
10.366523 10.38117 dendritic cell WBP11
|
1472 |
+
-7.6940055 9.56605 dendritic cell NDUFB8
|
1473 |
+
-3.3358238 10.189115 dendritic cell CCNH
|
1474 |
+
10.793008 10.377841 dendritic cell A1BG
|
1475 |
+
-1.3686416 0.31941354 dendritic cell PPT1
|
1476 |
+
-3.847336 8.061609 dendritic cell ACAA1
|
1477 |
+
-3.5984192 6.375155 dendritic cell PPP2R5C
|
1478 |
+
-7.145551 9.915854 dendritic cell RNASEK
|
1479 |
+
-0.65305614 -4.1113377 dendritic cell WDR37
|
1480 |
+
10.159434 10.53104 dendritic cell RPL27A
|
1481 |
+
-0.49021018 -4.5788155 dendritic cell HIP1
|
1482 |
+
-2.535621 3.417215 dendritic cell LPAL2
|
1483 |
+
7.378076 3.534965 dendritic cell COQ2
|
1484 |
+
-3.4439743 6.846204 dendritic cell DNMT1
|
1485 |
+
-1.3743851 1.0933974 dendritic cell RPL32
|
1486 |
+
-0.57831734 -4.198553 dendritic cell GABARAPL1
|
1487 |
+
-0.8397962 -0.2509485 dendritic cell MKNK1
|
1488 |
+
-0.5387851 -4.0905843 dendritic cell HERC5
|
1489 |
+
-0.7861192 -3.6910145 dendritic cell MGST3
|
1490 |
+
-0.7784857 -7.60132 dendritic cell ITGB7
|
1491 |
+
7.9064684 10.051074 dendritic cell CST7
|
1492 |
+
-6.258388 9.137919 dendritic cell GLRX
|
1493 |
+
-0.8662537 -3.4276006 dendritic cell MIIP
|
1494 |
+
5.126225 -0.59021246 dendritic cell SPG21
|
1495 |
+
-3.225508 6.5571156 dendritic cell CTSH
|
1496 |
+
-0.82867736 -3.0044177 dendritic cell PLCB2
|
1497 |
+
10.719555 10.7817135 dendritic cell ATP1B1
|
1498 |
+
-4.4351754 7.06461 dendritic cell LYN
|
1499 |
+
8.020586 10.361737 dendritic cell SSNA1
|
1500 |
+
-6.326666 7.9412136 dendritic cell MELK
|
1501 |
+
-0.64769256 -5.567237 dendritic cell RPS16
|
1502 |
+
-3.5961306 8.114066 dendritic cell MYCBP
|
1503 |
+
-0.699684 -3.3488731 dendritic cell OSGEP
|
1504 |
+
-0.7681785 -6.0812173 dendritic cell TLR10
|
1505 |
+
-0.6942375 -4.342498 dendritic cell RELL2
|
1506 |
+
-1.1144061 -0.94565666 dendritic cell RPS4X
|
1507 |
+
-0.34080416 -5.2601824 dendritic cell SNRNP25
|
1508 |
+
-0.43682626 -5.0103607 dendritic cell SLC25A3
|
1509 |
+
-1.6719408 2.057719 dendritic cell TOP3A
|
1510 |
+
-5.6141157 6.6343536 dendritic cell ETV5
|
1511 |
+
-0.6538289 -1.2445174 dendritic cell CRYBG1
|
1512 |
+
-0.23765948 -5.040813 dendritic cell DHRS9
|
1513 |
+
-7.486553 8.806163 dendritic cell CSTB
|
1514 |
+
-3.9738615 5.5319767 dendritic cell LCN1
|
1515 |
+
-2.3260105 8.10459 dendritic cell TACC3
|
1516 |
+
-1.8042492 2.0190976 dendritic cell POLR3GL
|
1517 |
+
-1.5192662 0.89229053 dendritic cell SERF2
|
1518 |
+
-3.6714559 10.740133 dendritic cell LRCH4
|
1519 |
+
-0.9712242 -2.5330336 dendritic cell CASS4
|
1520 |
+
-1.4705193 9.462192 dendritic cell CLEC4E
|
1521 |
+
-1.0312757 -3.7078693 dendritic cell SRSF7
|
1522 |
+
-0.48038378 -5.2520804 dendritic cell ATP5PF
|
1523 |
+
-3.6938663 6.9679613 dendritic cell SAMHD1
|
1524 |
+
-0.5496004 -1.2853091 dendritic cell E2F4
|
1525 |
+
-1.9330232 2.4200048 dendritic cell TMEM14B
|
1526 |
+
-3.7468734 7.948063 dendritic cell SFXN3
|
1527 |
+
-0.5784231 -4.241969 dendritic cell CEP152
|
1528 |
+
-4.047552 10.926521 dendritic cell ARHGEF1
|
1529 |
+
10.472519 10.445776 dendritic cell PIN1
|
1530 |
+
-0.66187966 -3.783202 dendritic cell QKI
|
1531 |
+
-2.367713 9.379594 dendritic cell CORO1C
|
1532 |
+
-0.8309349 -6.078884 dendritic cell PKN1
|
1533 |
+
-1.1010463 -1.0739582 dendritic cell IL1RL2
|
1534 |
+
-1.1186459 -3.7708092 dendritic cell STN1
|
1535 |
+
-0.95784307 -1.3919877 dendritic cell ERP29
|
1536 |
+
-0.81569237 -5.91879 dendritic cell CAPG
|
1537 |
+
-1.3562932 -3.5959914 dendritic cell FDFT1
|
1538 |
+
-0.71354663 -6.6214037 dendritic cell ARHGEF6
|
1539 |
+
-2.9697795 8.433182 dendritic cell ZNF618
|
1540 |
+
-0.7472717 -3.5220904 dendritic cell KLRK1
|
1541 |
+
-3.3074253 6.574173 dendritic cell CATSPER1
|
1542 |
+
-4.4616327 6.7925534 dendritic cell CD244
|
1543 |
+
-0.9328039 -5.0493655 dendritic cell CTSB
|
1544 |
+
-0.7607113 -3.104915 dendritic cell CHIT1
|
1545 |
+
7.1658053 3.560451 dendritic cell INPPL1
|
1546 |
+
-2.2915406 4.088603 dendritic cell SRGAP3
|
1547 |
+
-1.1729766 0.74192226 dendritic cell PIK3R6
|
1548 |
+
-0.73027235 -3.7174666 dendritic cell DNM2
|
1549 |
+
-0.83008254 -1.121804 dendritic cell COX6B1
|
1550 |
+
-1.3031547 0.42451963 dendritic cell ARID5A
|
1551 |
+
-1.0424981 -1.7796178 dendritic cell TYROBP
|
1552 |
+
-2.7893028 4.2253594 dendritic cell STK4
|
1553 |
+
-7.5687456 8.711836 dendritic cell ARPC5
|
1554 |
+
-0.41386756 -4.7059574 dendritic cell ADGRE2
|
1555 |
+
-0.9735435 -2.9865184 dendritic cell SLC31A2
|
1556 |
+
-1.2794017 0.15682982 dendritic cell CD300A
|
1557 |
+
-2.9993181 4.0452423 dendritic cell NR1H2
|
1558 |
+
-2.6060991 4.7878795 dendritic cell SYTL3
|
1559 |
+
-2.027652 2.6875405 dendritic cell KIF23
|
1560 |
+
-4.2338166 5.780867 dendritic cell CCNB2
|
1561 |
+
-0.92990196 -2.7815444 dendritic cell LAPTM5
|
1562 |
+
-0.9692171 -7.7103233 dendritic cell EBI3
|
1563 |
+
-0.51651967 -1.467094 dendritic cell VMAC
|
1564 |
+
-7.3406663 9.319381 dendritic cell PDE7A
|
1565 |
+
-0.8192598 -0.89255524 dendritic cell BLOC1S5
|
1566 |
+
-1.3037182 -2.5562434 dendritic cell CD74
|
1567 |
+
-1.2348949 0.73556906 dendritic cell STMN1
|
1568 |
+
-0.5292829 -5.414577 dendritic cell HMGA1
|
1569 |
+
-0.6170284 -3.4508712 dendritic cell HNRNPH1
|
1570 |
+
10.658281 9.997708 dendritic cell POLA2
|
1571 |
+
-4.879362 8.292296 dendritic cell PRMT2
|
1572 |
+
-1.1154859 -3.5581815 dendritic cell RPS10
|
1573 |
+
-7.9144983 9.045266 dendritic cell HLA-DQA2
|
1574 |
+
-0.44547662 -5.604408 dendritic cell BLOC1S1
|
1575 |
+
-0.61199564 -2.3707316 dendritic cell APEX1
|
1576 |
+
-0.4509848 -3.4651358 dendritic cell CLEC4A
|
1577 |
+
-1.0397874 -2.3981457 dendritic cell PKIB
|
1578 |
+
-7.2178245 9.629617 dendritic cell TPM4
|
1579 |
+
-0.6806156 -2.118984 dendritic cell CLEC10A
|
1580 |
+
-0.045486562 -4.998376 dendritic cell SUB1
|
1581 |
+
-0.9192717 -1.8502636 dendritic cell PIP
|
1582 |
+
-1.3730457 0.8866162 dendritic cell ITSN2
|
1583 |
+
-4.6387153 8.271534 dendritic cell RALA
|
1584 |
+
-0.07196017 -5.54383 dendritic cell NLRP2
|
1585 |
+
-0.561381 -4.94312 dendritic cell MTPN
|
1586 |
+
-0.51408 -3.0232139 dendritic cell MT-ATP6
|
1587 |
+
6.424396 10.160967 dendritic cell ACOT7
|
1588 |
+
-0.8960208 -3.1674683 dendritic cell RCC2
|
1589 |
+
-0.8013485 -2.8899386 dendritic cell IFI6
|
1590 |
+
-3.3477223 5.5914836 dendritic cell MGAM
|
1591 |
+
-0.9469288 -1.5236565 dendritic cell MYO1E
|
1592 |
+
-0.4602319 7.80941 dendritic cell S100A6
|
1593 |
+
-1.3605216 0.8111432 dendritic cell ACTG1
|
1594 |
+
-6.2903214 10.381604 dendritic cell TBX21
|
1595 |
+
-0.9708588 -3.435518 dendritic cell ADRM1
|
1596 |
+
-1.1200502 0.23786417 dendritic cell CCDC125
|
1597 |
+
-3.0737336 7.0870795 dendritic cell RAP1A
|
1598 |
+
10.784698 10.631082 dendritic cell IRF7
|
1599 |
+
-3.452249 7.9546556 dendritic cell PTGER3
|
1600 |
+
-0.90673685 -7.8506455 dendritic cell CHEK2
|
1601 |
+
-1.0164294 -7.533301 dendritic cell CCDC88B
|
1602 |
+
-0.7592877 -3.4980037 dendritic cell MS4A4A
|
1603 |
+
-7.2245345 9.897646 dendritic cell STYXL1
|
1604 |
+
-4.249367 5.520918 dendritic cell MYO1G
|
1605 |
+
8.04481 10.571566 dendritic cell SELPLG
|
1606 |
+
9.1821 10.204402 dendritic cell RAB34
|
1607 |
+
-0.6410671 -5.19138 dendritic cell LTB
|
1608 |
+
-0.82624793 -3.1660483 dendritic cell ARHGAP31
|
1609 |
+
-1.0548378 -0.38451084 dendritic cell PTPRJ
|
1610 |
+
-1.0660199 -0.0016544609 dendritic cell CDC42SE1
|
1611 |
+
-0.35637286 7.466907 dendritic cell ATP5MF
|
1612 |
+
-0.8640435 -7.011725 dendritic cell GHRL
|
1613 |
+
-0.58480674 -2.8438973 dendritic cell HLA-F
|
1614 |
+
-1.1014762 -0.07297392 dendritic cell AGO2
|
1615 |
+
-0.46286905 -5.0849586 dendritic cell CASP2
|
1616 |
+
-1.278627 -0.11322606 dendritic cell CD63
|
1617 |
+
-5.5722136 9.362999 dendritic cell ANXA2
|
1618 |
+
7.1132917 10.052239 dendritic cell UBOX5
|
1619 |
+
-2.7495813 3.8534024 dendritic cell ATXN7
|
1620 |
+
-0.49848908 -2.9004292 dendritic cell CASP8
|
1621 |
+
-0.55049974 -4.9929843 dendritic cell AGAP2
|
1622 |
+
-0.6998443 -3.2950742 dendritic cell SRC
|
1623 |
+
-1.3399961 -2.0358021 dendritic cell ACSL4
|
1624 |
+
-0.0340031 -5.101319 dendritic cell SOAT1
|
1625 |
+
10.073015 9.721343 dendritic cell NDUFA4
|
1626 |
+
7.986667 10.047325 dendritic cell CIAO1
|
1627 |
+
6.814337 3.288193 dendritic cell MOB1B
|
1628 |
+
-7.8661284 9.386121 dendritic cell IMPA2
|
1629 |
+
-1.0209645 -2.6510408 dendritic cell SNX10
|
1630 |
+
-1.5786904 1.2364881 dendritic cell RNF168
|
1631 |
+
-0.81895494 -6.706412 dendritic cell SYMPK
|
1632 |
+
-1.1149999 -0.5339828 dendritic cell NADSYN1
|
1633 |
+
-0.8033344 -6.387833 dendritic cell KLRC3
|
1634 |
+
-4.053989 5.471282 dendritic cell PSMB8
|
1635 |
+
-0.07665499 -5.3616586 dendritic cell MEF2C
|
1636 |
+
-0.71174866 -3.0495787 dendritic cell TMEM229B
|
1637 |
+
-0.9532856 -0.15541473 dendritic cell AP1S2
|
1638 |
+
-1.1111686 -1.6277889 dendritic cell RP2
|
1639 |
+
-5.2336946 10.93636 dendritic cell TOP2A
|
1640 |
+
-0.5609569 -6.3491592 dendritic cell STX11
|
1641 |
+
-0.52149147 -1.7724506 dendritic cell SRGAP2B
|
1642 |
+
-0.9594051 -1.3166629 dendritic cell FPR1
|
1643 |
+
-0.8581683 -5.4023137 dendritic cell FBXO6
|
1644 |
+
-0.7488139 -0.3312438 dendritic cell PBX3
|
1645 |
+
-1.9180973 9.5707245 dendritic cell PMAIP1
|
1646 |
+
-1.0210936 -3.3303502 dendritic cell UNC5B
|
1647 |
+
-1.9653285 2.548347 dendritic cell TOR1A
|
1648 |
+
5.0543523 10.292278 dendritic cell HEATR3
|
1649 |
+
-0.99737215 -1.8300601 dendritic cell KIF2C
|
1650 |
+
-0.70859236 -4.0201387 dendritic cell IL1B
|
1651 |
+
-1.0171232 -3.742412 dendritic cell CISD2
|
1652 |
+
-0.3373998 -5.3970814 dendritic cell ALYREF
|
1653 |
+
-0.71549207 -4.033592 dendritic cell NSMAF
|
1654 |
+
-3.6975162 9.179373 dendritic cell CEP68
|
1655 |
+
-0.7362317 -3.654776 dendritic cell TSGA10IP
|
1656 |
+
-4.0410557 7.729666 dendritic cell UCK2
|
1657 |
+
-7.476786 9.50571 dendritic cell TNFRSF9
|
1658 |
+
-0.46979362 -2.5516276 dendritic cell GTPBP1
|
1659 |
+
-0.847919 -4.8136597 dendritic cell RPS6KA3
|
1660 |
+
-0.97094214 -1.8652782 dendritic cell GNAQ
|
1661 |
+
-0.4806664 -3.062735 dendritic cell DCK
|
1662 |
+
-0.7976626 -7.4873123 dendritic cell MMD
|
1663 |
+
-0.52523553 -3.450916 dendritic cell GALR2
|
1664 |
+
-0.99410933 -4.863042 dendritic cell SNRPB
|
1665 |
+
-3.2854173 8.4705 dendritic cell PRKCB
|
1666 |
+
-0.28176418 -4.9682403 dendritic cell MYCL
|
1667 |
+
-0.7240241 -3.6630628 dendritic cell TNNC2
|
1668 |
+
-1.2155639 0.7275149 dendritic cell MSR1
|
1669 |
+
-2.5388064 4.1385274 dendritic cell CYBA
|
1670 |
+
-0.64057153 -3.3357556 dendritic cell MYO5A
|
1671 |
+
-5.363813 10.112212 dendritic cell USP15
|
1672 |
+
-1.0713464 -2.0814843 dendritic cell CD8B
|
1673 |
+
-1.1193823 -2.5025878 dendritic cell TRIM14
|
1674 |
+
-1.0712025 -7.187717 dendritic cell NUP62
|
1675 |
+
-0.605205 -1.6370819 dendritic cell MAGOH
|
1676 |
+
-0.49808744 -5.612019 dendritic cell DOCK4
|
1677 |
+
-3.7947214 7.623888 dendritic cell CIB1
|
1678 |
+
-1.087791 -2.5696118 dendritic cell PAG1
|
1679 |
+
-2.3826463 3.2861571 dendritic cell UNC93B1
|
1680 |
+
-0.62422585 -0.48183748 dendritic cell DDX39A
|
1681 |
+
-3.2574973 5.2710066 dendritic cell FCHO1
|
1682 |
+
-6.1233497 7.6622105 dendritic cell ZNF85
|
1683 |
+
-0.911049 -2.655368 dendritic cell RPL27
|
1684 |
+
-2.086927 3.431212 dendritic cell CD3G
|
1685 |
+
-1.4932084 -2.1039746 dendritic cell ROGDI
|
1686 |
+
10.374472 9.924412 dendritic cell TIAF1
|
1687 |
+
-0.85063535 -5.9681315 dendritic cell DR1
|
1688 |
+
-1.1554161 -3.5371451 dendritic cell TMEM60
|
1689 |
+
10.017566 10.251428 dendritic cell MEF2A
|
1690 |
+
-3.4151924 7.0908265 dendritic cell EIF3K
|
1691 |
+
-1.3196056 1.1803116 dendritic cell TMEM106A
|
1692 |
+
-3.7393396 11.417253 dendritic cell FIBP
|
1693 |
+
-3.014437 5.098407 dendritic cell LGALS9
|
1694 |
+
-1.8840183 1.5576243 dendritic cell PARP12
|
1695 |
+
9.821189 10.33775 dendritic cell INTS7
|
1696 |
+
-0.20819913 -6.1027236 dendritic cell CHN2
|
1697 |
+
-0.9601129 -0.9420886 dendritic cell CORO7
|
1698 |
+
-5.734827 10.476539 dendritic cell PLA2G4A
|
1699 |
+
-2.45363 3.6237998 dendritic cell NOD2
|
1700 |
+
-0.856576 -7.3441577 dendritic cell LMNB1
|
1701 |
+
-0.93029183 -4.6961694 dendritic cell MRPS23
|
1702 |
+
-7.9811273 9.34968 dendritic cell TMEM109
|
1703 |
+
-0.50507724 -3.3978894 dendritic cell SASH3
|
1704 |
+
-0.79305696 -0.18926807 dendritic cell RBPJ
|
1705 |
+
7.128077 9.568918 dendritic cell CAMK1D
|
1706 |
+
-2.9212763 5.256328 dendritic cell GAB3
|
1707 |
+
-1.1115334 0.71544236 dendritic cell RAMAC
|
1708 |
+
-2.366538 11.604933 dendritic cell UBA6
|
1709 |
+
-1.2602873 -1.451996 dendritic cell KIR2DS4
|
1710 |
+
-2.812639 4.9880996 dendritic cell SIGLEC10
|
1711 |
+
-7.9237185 9.116728 dendritic cell NUP214
|
1712 |
+
10.657469 10.488692 dendritic cell RPL15
|
1713 |
+
-0.83854 -2.716082 dendritic cell HLA-C
|
1714 |
+
-0.6829074 -6.427567 dendritic cell OSBPL3
|
1715 |
+
-4.850124 8.360705 dendritic cell PFKFB3
|
1716 |
+
-7.581091 9.888047 dendritic cell C1orf56
|
1717 |
+
-2.8448663 8.272249 dendritic cell TNF
|
1718 |
+
-0.8320201 -3.340908 dendritic cell ABHD17A
|
1719 |
+
-0.39633456 -4.5422926 dendritic cell BASP1
|
1720 |
+
-0.29561907 -3.7035673 dendritic cell RGS2
|
1721 |
+
-0.45340717 -1.7815734 dendritic cell NUF2
|
1722 |
+
-0.57915956 -3.7818344 dendritic cell DEGS1
|
1723 |
+
-0.88978285 -0.53209853 dendritic cell EREG
|
1724 |
+
-0.97670865 -5.0355864 dendritic cell ATPAF2
|
1725 |
+
-4.2719536 6.6883206 dendritic cell LYSMD2
|
1726 |
+
-0.49508438 -2.6367779 dendritic cell MDM4
|
1727 |
+
-0.53396165 -5.9939065 dendritic cell DAPP1
|
1728 |
+
-2.408387 2.7571833 dendritic cell NECAP1
|
1729 |
+
-3.6756494 7.6282163 dendritic cell RPL12
|
1730 |
+
10.629882 10.179424 dendritic cell YWHAH
|
1731 |
+
-5.7762794 10.597168 dendritic cell GNAS
|
1732 |
+
-0.38190857 -5.864985 dendritic cell SOGA1
|
1733 |
+
-0.79385966 -3.684767 dendritic cell CHML
|
1734 |
+
-0.6129734 -3.6158347 dendritic cell BLOC1S3
|
1735 |
+
-0.6885344 -2.3464634 dendritic cell SLC41A2
|
1736 |
+
-0.8419934 -3.4485376 dendritic cell AKR1B1
|
1737 |
+
-3.0978563 5.5513644 dendritic cell TKT
|
1738 |
+
-7.8214865 9.288645 dendritic cell KIF16B
|
1739 |
+
-0.8097505 -7.1172423 dendritic cell DUSP5
|
1740 |
+
-0.5389677 -2.528833 dendritic cell PLEKHA2
|
1741 |
+
-0.698902 -4.2775564 dendritic cell GNB1
|
1742 |
+
-0.16076533 -5.3276467 dendritic cell GTSE1
|
1743 |
+
-1.0751928 -3.1022444 dendritic cell LDHA
|
1744 |
+
-0.7127791 -3.423804 dendritic cell IFI35
|
1745 |
+
-1.1732802 -3.0510664 dendritic cell IKBIP
|
1746 |
+
-6.5883274 8.197766 dendritic cell DISC1
|
1747 |
+
-0.61733174 -2.472166 dendritic cell ORC6
|
1748 |
+
-3.9312909 7.0819154 dendritic cell TMPPE
|
1749 |
+
-3.1497097 6.011584 dendritic cell CCDC88A
|
1750 |
+
-7.8344493 9.367917 dendritic cell GNG2
|
1751 |
+
-3.7308228 7.503429 dendritic cell CCDC170
|
1752 |
+
-0.86303586 -1.6796867 dendritic cell ATP6V0D1
|
1753 |
+
-2.6232562 4.928176 dendritic cell TBC1D7
|
1754 |
+
-1.904285 1.6024814 dendritic cell FBXO42
|
1755 |
+
6.631857 3.5502 dendritic cell HNRNPF
|
1756 |
+
-0.20242208 -5.1616793 dendritic cell TK2
|
1757 |
+
-0.7392327 -6.1011825 dendritic cell RAB7A
|
1758 |
+
-1.3840278 0.1545054 dendritic cell CD84
|
1759 |
+
-2.4071112 3.628823 dendritic cell IDO1
|
1760 |
+
-0.9439782 -1.0484561 dendritic cell TUBA1B
|
1761 |
+
-1.1059992 0.37754902 dendritic cell DEPTOR
|
1762 |
+
-3.0379524 5.8701754 dendritic cell NEU4
|
1763 |
+
-1.1071789 -2.914204 dendritic cell UBE2L6
|
1764 |
+
-1.1690366 -1.0812862 dendritic cell JARID2
|
1765 |
+
-1.6321331 1.1941223 dendritic cell VAMP2
|
1766 |
+
-5.8111086 9.193226 dendritic cell PLA1A
|
1767 |
+
-6.771181 10.004318 dendritic cell BID
|
1768 |
+
-6.252654 10.1338 dendritic cell IFNL1
|
1769 |
+
-3.6018677 7.2252984 dendritic cell PRPF4
|
1770 |
+
7.391737 4.196417 dendritic cell ARHGDIB
|
1771 |
+
-0.83264625 -2.4626856 dendritic cell PPP1R16B
|
1772 |
+
-2.4647343 3.4173026 dendritic cell RBX1
|
1773 |
+
-0.6498377 -6.090977 dendritic cell FBP1
|
1774 |
+
-0.65962666 -3.784931 dendritic cell NME3
|
1775 |
+
-7.9489603 9.759302 dendritic cell LRRK2
|
1776 |
+
-0.25727662 -5.22092 dendritic cell CSRNP1
|
1777 |
+
-0.74345505 -4.747853 dendritic cell APBA2
|
1778 |
+
-0.56183046 -5.5951047 dendritic cell BST2
|
1779 |
+
-0.57658476 -1.4438008 dendritic cell PRKCD
|
1780 |
+
-1.4043751 -1.7079166 dendritic cell SFTPA1
|
1781 |
+
-0.7635652 -3.3405771 dendritic cell RPS14
|
1782 |
+
11.16592 10.718338 dendritic cell UCHL3
|
1783 |
+
-0.72031796 -3.7817755 dendritic cell UCP2
|
1784 |
+
-7.0092034 9.9727745 dendritic cell CCL4
|
1785 |
+
-1.4610634 1.4802572 dendritic cell AP4S1
|
1786 |
+
0.10638921 -5.14272 dendritic cell ZBTB48
|
1787 |
+
-0.60743946 -3.5979776 dendritic cell CENPH
|
1788 |
+
-0.25222456 -5.718707 dendritic cell CCT8
|
1789 |
+
-0.8429309 -3.4300053 dendritic cell RPL19
|
1790 |
+
10.401103 10.062502 dendritic cell OAS3
|
1791 |
+
6.181278 9.916043 dendritic cell VKORC1
|
1792 |
+
-0.72111124 -6.0915937 dendritic cell CAP1
|
1793 |
+
-2.1603293 11.584917 dendritic cell RNF2
|
1794 |
+
-1.1647764 -1.6630245 dendritic cell UBE2V2
|
1795 |
+
8.044965 10.011522 dendritic cell SLC12A7
|
1796 |
+
10.446896 9.938174 dendritic cell KIR3DL1
|
1797 |
+
-0.7588623 -3.5939677 dendritic cell SUMO4
|
1798 |
+
-1.1527296 0.44326305 dendritic cell C1QA
|
1799 |
+
-0.9019943 -2.6870167 dendritic cell WDR91
|
1800 |
+
-0.14783625 -2.304201 dendritic cell RILP
|
1801 |
+
6.3158298 9.777403 dendritic cell ROCK1
|
1802 |
+
-2.9511256 5.4609847 dendritic cell IFNGR2
|
1803 |
+
-2.6062288 3.864986 dendritic cell CYB561D2
|
1804 |
+
10.209638 9.949923 dendritic cell RPL10A
|
1805 |
+
-0.7463752 -3.9374108 dendritic cell PSMA5
|
1806 |
+
-0.51192474 -5.5650067 dendritic cell WAS
|
1807 |
+
-0.72664726 -3.5728507 dendritic cell TUBA1A
|
1808 |
+
-2.6387117 9.487464 dendritic cell KIR2DL1
|
1809 |
+
-1.0476385 -2.7567444 dendritic cell AIF1
|
1810 |
+
-1.9027977 1.6427764 dendritic cell NIN
|
1811 |
+
-3.9478414 6.4793663 dendritic cell HSPBAP1
|
1812 |
+
-0.71342385 -1.3032892 dendritic cell HCST
|
1813 |
+
-1.9904487 10.953282 dendritic cell MSI2
|
1814 |
+
-0.9699082 2.1929517 dendritic cell ST3GAL2
|
1815 |
+
-1.8691483 2.0795627 dendritic cell MAP4K1
|
1816 |
+
-0.0017627018 -5.7226744 dendritic cell BAIAP2
|
1817 |
+
-0.7747907 -4.0379505 dendritic cell TMEM52B
|
1818 |
+
-0.33230484 -5.6663294 dendritic cell APOBEC3C
|
1819 |
+
11.1493845 10.587401 dendritic cell ME2
|
1820 |
+
-3.7596395 6.99318 dendritic cell TADA3
|
1821 |
+
-2.992667 4.8284855 dendritic cell SUMO3
|
1822 |
+
-5.1429925 10.951894 dendritic cell TNFSF13
|
1823 |
+
-0.7311705 -3.0920916 dendritic cell ETS2
|
1824 |
+
-3.9468215 8.213311 dendritic cell KIAA0930
|
1825 |
+
11.178559 10.711327 dendritic cell CPSF3
|
1826 |
+
-0.90330297 -0.57865554 dendritic cell NUCKS1
|
1827 |
+
-0.4243437 -5.0322127 dendritic cell NCKAP5
|
1828 |
+
-2.5482554 3.0634673 dendritic cell AUP1
|
1829 |
+
10.417934 9.972736 dendritic cell ZNF250
|
1830 |
+
-7.41459 9.31626 dendritic cell CNOT6L
|
1831 |
+
-2.8894808 3.7961898 dendritic cell TPRKB
|
1832 |
+
-0.7387153 -3.9945483 dendritic cell CENPF
|
1833 |
+
6.4408436 5.1519213 dendritic cell LYAR
|
1834 |
+
11.00206 10.286781 dendritic cell TNFSF4
|
1835 |
+
-0.60444754 -2.8784199 dendritic cell RAC2
|
1836 |
+
-1.7627966 1.0044147 dendritic cell PSMB2
|
1837 |
+
-2.5000205 3.8511178 dendritic cell FES
|
1838 |
+
-0.65433127 -4.0876985 dendritic cell NUDT19
|
1839 |
+
-3.486235 5.576987 dendritic cell TBCB
|
1840 |
+
-0.36527494 -6.1541724 dendritic cell CHMP5
|
1841 |
+
-1.5107821 -3.5821924 dendritic cell GAPDH
|
1842 |
+
-3.1671753 10.999371 dendritic cell MOB3A
|
1843 |
+
4.5502634 10.235756 dendritic cell OXSR1
|
1844 |
+
-2.7912977 4.907788 dendritic cell FAM111B
|
1845 |
+
-2.9815135 6.245554 dendritic cell BAK1
|
1846 |
+
-0.48553574 -1.250679 dendritic cell RPSA
|
1847 |
+
9.703879 10.356068 dendritic cell ZNRF2
|
1848 |
+
-0.54421616 -2.8108706 dendritic cell RNH1
|
1849 |
+
-3.8244605 6.8648696 dendritic cell ABCB4
|
1850 |
+
-3.8790088 6.419182 dendritic cell TRPM2
|
1851 |
+
-0.43680766 -2.7444422 dendritic cell CCNI
|
1852 |
+
-0.9472478 -2.410934 dendritic cell ELOVL1
|
1853 |
+
-0.34150046 -1.9197748 dendritic cell DOK1
|
1854 |
+
-7.845941 9.758515 dendritic cell CBWD3
|
1855 |
+
0.08372501 -2.4312222 dendritic cell CLEC7A
|
1856 |
+
-0.76981443 -3.4689353 dendritic cell CEP55
|
1857 |
+
-0.3977723 -3.4561126 dendritic cell MRPL13
|
1858 |
+
11.140885 10.5379715 dendritic cell HAGH
|
1859 |
+
11.208836 10.572077 dendritic cell NECTIN2
|
1860 |
+
-2.1186821 2.548638 dendritic cell LPCAT2
|
1861 |
+
-0.8633003 -7.202124 dendritic cell TRIM22
|
1862 |
+
-2.4211042 4.017542 dendritic cell SLC8A1
|
1863 |
+
-0.5651522 -5.3202105 dendritic cell HIF1A
|
1864 |
+
-0.39143917 -2.0586293 dendritic cell GOLIM4
|
1865 |
+
-0.64144224 -5.3919325 dendritic cell CAMK1
|
1866 |
+
-7.408934 9.37301 dendritic cell OPTC
|
1867 |
+
-0.5964661 -5.680386 dendritic cell CD200R1
|
1868 |
+
10.229361 9.88679 dendritic cell RAMP1
|
1869 |
+
-5.68123 9.348778 dendritic cell TSPAN33
|
1870 |
+
-0.71556485 -4.0066943 dendritic cell TNNI2
|
1871 |
+
-1.1479697 -0.25673246 dendritic cell RHOC
|
1872 |
+
-0.99244803 -0.16732576 dendritic cell HNRNPC
|
1873 |
+
-0.67435914 -7.619427 dendritic cell CEP85
|
1874 |
+
-0.45553753 -7.120924 dendritic cell TIMM17A
|
1875 |
+
-1.068061 -7.687668 dendritic cell CCNE2
|
1876 |
+
-3.7298403 9.126562 dendritic cell YPEL5
|
1877 |
+
-1.1670369 0.65279293 dendritic cell CD8A
|
1878 |
+
-0.722699 -3.3815067 dendritic cell GZMK
|
1879 |
+
-0.31527892 -1.8874046 dendritic cell CTSC
|
1880 |
+
11.013119 10.691059 dendritic cell PTPN1
|
1881 |
+
-0.8543242 -3.039594 dendritic cell RHNO1
|
1882 |
+
-1.1479115 -7.073895 dendritic cell SUMO2
|
1883 |
+
9.793794 10.12111 dendritic cell CST3
|
1884 |
+
-0.53556794 -1.5782595 dendritic cell CYLD
|
1885 |
+
-0.7896911 -3.4157138 dendritic cell N4BP2
|
1886 |
+
-0.6259432 -5.0420613 dendritic cell BCL11A
|
1887 |
+
-0.6090306 -3.6332169 dendritic cell CCR5
|
1888 |
+
-0.86162144 -1.6648066 dendritic cell USP32
|
1889 |
+
-6.117522 9.872392 dendritic cell MYL12A
|
1890 |
+
-0.6627 -5.4023576 dendritic cell TMEM107
|
1891 |
+
-0.9613627 -1.9580384 dendritic cell BTF3
|
1892 |
+
-0.97905874 -7.361892 dendritic cell LYZ
|
1893 |
+
-0.4943414 -3.2394924 dendritic cell TMPO
|
1894 |
+
-1.1242183 -0.9332581 dendritic cell OXER1
|
1895 |
+
-2.7528381 4.7346706 dendritic cell OTUD1
|
1896 |
+
-1.1031098 0.5727343 dendritic cell IL1RAP
|
1897 |
+
-0.70933217 -2.901702 dendritic cell TAP1
|
1898 |
+
-0.89996684 0.4710482 dendritic cell RGPD5
|
1899 |
+
-3.5420651 5.29081 dendritic cell ITGB1BP1
|
1900 |
+
-0.7883186 -0.14404629 dendritic cell PFDN5
|
1901 |
+
-0.11658091 -3.4614356 dendritic cell USP36
|
1902 |
+
-0.7535042 -6.2794175 dendritic cell FAM136A
|
1903 |
+
-7.304161 9.912662 dendritic cell STK10
|
1904 |
+
-3.9693403 9.127407 dendritic cell SERP1
|
1905 |
+
-2.818312 5.107601 dendritic cell MT-CO2
|
1906 |
+
-4.139936 9.1294775 dendritic cell ATF5
|
1907 |
+
-0.17070387 -2.8690834 dendritic cell PITPNA
|
1908 |
+
-0.5233903 -3.1217682 dendritic cell XRCC6
|
1909 |
+
-4.3394446 10.224697 dendritic cell DIAPH1
|
1910 |
+
-0.5483053 -1.3364743 dendritic cell TNFAIP8L3
|
1911 |
+
-0.7699339 -2.9015784 dendritic cell ADORA2B
|
1912 |
+
-2.1285503 7.845447 dendritic cell NUP93
|
1913 |
+
10.385235 9.96925 dendritic cell CACNA2D3
|
1914 |
+
-3.2289305 10.132935 dendritic cell SORL1
|
1915 |
+
-0.7967767 -0.022213116 dendritic cell COMMD7
|
1916 |
+
10.440025 10.087588 dendritic cell AP2M1
|
1917 |
+
-0.80911946 -0.29557675 dendritic cell ILF2
|
1918 |
+
6.496133 9.50487 dendritic cell MYDGF
|
1919 |
+
-0.95932645 -1.4419177 dendritic cell GRN
|
1920 |
+
9.973415 9.597977 dendritic cell U2AF1
|
1921 |
+
-1.0632561 -3.0380037 dendritic cell EXOSC5
|
1922 |
+
-1.1141188 -3.7179446 dendritic cell VDR
|
1923 |
+
-6.1418 10.077587 dendritic cell LYRM7
|
1924 |
+
-3.8025935 8.272181 dendritic cell RASAL3
|
1925 |
+
-3.6391637 6.279659 dendritic cell RNF181
|
1926 |
+
-0.9370987 -3.26505 dendritic cell FCER1G
|
1927 |
+
-3.3896968 6.10392 dendritic cell FMNL1
|
1928 |
+
-1.3881608 -3.1617177 dendritic cell GZMB
|
1929 |
+
-2.775751 4.396971 dendritic cell FAM50A
|
1930 |
+
-0.71097404 0.054367207 dendritic cell FLT3
|
1931 |
+
-2.7369635 8.635392 dendritic cell BTN2A2
|
1932 |
+
0.22671546 -2.2370117 dendritic cell RPS15
|
1933 |
+
10.819379 10.931203 dendritic cell RPL26
|
1934 |
+
-0.8173921 -4.6410427 dendritic cell SNX2
|
1935 |
+
7.1050444 9.910754 dendritic cell PPHLN1
|
1936 |
+
-0.5426307 -3.3282645 dendritic cell AVPI1
|
1937 |
+
-0.8879871 -0.69916904 dendritic cell CTSS
|
1938 |
+
-0.7975961 -3.4916823 dendritic cell ARHGAP22
|
1939 |
+
9.673192 10.151152 dendritic cell NACA4P
|
1940 |
+
-0.8529385 -7.0478387 dendritic cell RUNX2
|
1941 |
+
-0.9492346 -1.6646988 dendritic cell BRI3BP
|
1942 |
+
-1.3416374 -2.5743973 dendritic cell SHKBP1
|
1943 |
+
-0.8210699 -1.3483748 dendritic cell LSM1
|
1944 |
+
-0.19773252 -5.5928674 dendritic cell BCL2L11
|
1945 |
+
-1.2451712 7.7078853 dendritic cell CCDC107
|
1946 |
+
-0.79636616 7.5257983 dendritic cell STK32C
|
1947 |
+
-0.8569598 -0.69078225 dendritic cell CCL22
|
1948 |
+
-0.6552732 -3.2849944 dendritic cell GFI1
|
1949 |
+
-6.9109592 9.94095 dendritic cell RPL18
|
1950 |
+
-7.7806983 9.336584 dendritic cell BORA
|
1951 |
+
7.048391 9.604199 dendritic cell TUBA1C
|
1952 |
+
-1.2696384 -3.0887842 dendritic cell TFEC
|
1953 |
+
-3.3551705 10.776528 dendritic cell NGLY1
|
1954 |
+
-0.25886878 -5.4873013 dendritic cell OSTF1
|
1955 |
+
-0.42237896 -5.92231 dendritic cell FTH1
|
1956 |
+
-0.55177474 -4.9705563 dendritic cell TLR2
|
1957 |
+
-5.173485 9.0664425 dendritic cell ST14
|
1958 |
+
-1.3726385 -1.9195756 dendritic cell NR4A1
|
1959 |
+
-0.653207 -1.4050915 dendritic cell MPND
|
1960 |
+
-7.870828 9.741383 dendritic cell PLXDC2
|
1961 |
+
-0.245332 -3.4001827 dendritic cell SUSD6
|
1962 |
+
-1.0931062 -3.7004385 dendritic cell MRPL51
|
1963 |
+
10.55697 10.854915 dendritic cell C1QB
|
1964 |
+
-0.29972023 -5.566259 dendritic cell MT-ND5
|
1965 |
+
-4.7547703 11.238592 dendritic cell SRRM1
|
1966 |
+
7.5923314 3.656444 dendritic cell LGALS2
|
1967 |
+
-2.2890108 9.331064 dendritic cell CAT
|
1968 |
+
-0.58939505 -3.2467718 dendritic cell TRPS1
|
1969 |
+
-1.2531606 -4.103145 dendritic cell MAML3
|
1970 |
+
-1.5873022 2.6771133 dendritic cell CD47
|
1971 |
+
-0.9173841 -6.3704863 dendritic cell SMCO4
|
1972 |
+
-0.79381037 -7.8670926 dendritic cell ITPR1
|
1973 |
+
-2.810808 4.022011 dendritic cell CDC37
|
1974 |
+
-3.4216526 7.5189776 dendritic cell PILRB
|
1975 |
+
-2.5196059 8.974705 dendritic cell MAPK1
|
1976 |
+
-7.183917 9.767394 dendritic cell AREG
|
1977 |
+
-0.06285579 8.090302 dendritic cell INPP4A
|
1978 |
+
-1.1768618 -0.5908626 dendritic cell LRRC25
|
1979 |
+
9.884028 10.154245 dendritic cell RAB32
|
1980 |
+
-7.891241 9.686653 dendritic cell RPS9
|
1981 |
+
7.8723536 10.810177 dendritic cell ZMIZ2
|
1982 |
+
-2.1356933 2.3502264 dendritic cell LITAF
|
1983 |
+
-2.8413785 8.430326 dendritic cell LCP2
|
1984 |
+
-2.6011496 3.0841534 dendritic cell HSPA7
|
1985 |
+
-0.9242781 -4.1943855 dendritic cell ABL2
|
1986 |
+
-0.5291667 -5.797138 dendritic cell IRF2BP2
|
1987 |
+
-0.5085423 -5.533169 dendritic cell CENPA
|
1988 |
+
-0.6558838 -5.956705 dendritic cell S1PR2
|
1989 |
+
7.960562 5.579348 dendritic cell FAM162A
|
1990 |
+
-0.4918884 -5.6387663 dendritic cell SLA
|
1991 |
+
-2.0191467 2.498813 dendritic cell CARD16
|
1992 |
+
-1.5564809 1.0377557 dendritic cell IFNLR1
|
1993 |
+
-0.44467646 -4.088143 dendritic cell CLDN1
|
1994 |
+
-0.2605905 -5.466308 dendritic cell RFX5
|
1995 |
+
-1.8790785 10.9117985 dendritic cell MOB1A
|
1996 |
+
-0.9408513 -3.7188263 dendritic cell IL2RG
|
1997 |
+
-1.4188992 0.83739424 dendritic cell KDM2B
|
1998 |
+
-0.67020684 7.7862906 dendritic cell CENPN
|
1999 |
+
-0.60564774 -6.4523134 dendritic cell PGK1
|
2000 |
+
-0.83384955 -2.768419 dendritic cell EEF1E1
|
2001 |
+
-2.618847 8.725754 dendritic cell FARS2
|
2002 |
+
-0.8677737 -7.646232 dendritic cell IQGAP2
|
2003 |
+
-7.6048574 8.8353195 dendritic cell TSEN54
|
2004 |
+
-3.123602 8.664535 dendritic cell TMEM230
|
2005 |
+
-0.745156 -1.434084 dendritic cell ATG10
|
2006 |
+
-2.8134468 11.371266 dendritic cell YBX1
|
2007 |
+
-4.008636 7.534417 dendritic cell INIP
|
2008 |
+
-0.99388593 -0.22624153 dendritic cell STXBP2
|
2009 |
+
-0.7650131 -3.8070803 dendritic cell OTULIN
|
2010 |
+
-2.2305164 11.587999 dendritic cell HMGB2
|
2011 |
+
-1.0980837 0.71486413 dendritic cell STRAP
|
2012 |
+
-0.98870337 -1.3770792 dendritic cell CSF2RB
|
2013 |
+
-4.353455 5.5062394 dendritic cell PNN
|
2014 |
+
-0.6592055 -5.5655966 dendritic cell RANBP2
|
2015 |
+
-4.774107 9.61053 dendritic cell TMC8
|
2016 |
+
-1.470819 0.7205063 dendritic cell SET
|
2017 |
+
1.0281333 8.336083 dendritic cell MEF2D
|
2018 |
+
-4.824645 8.405001 dendritic cell ICAM1
|
2019 |
+
-1.1343791 -3.0884986 dendritic cell ARHGAP26
|
2020 |
+
-0.7112454 -2.7047725 dendritic cell UBE2D2
|
2021 |
+
-0.68603134 -2.945562 dendritic cell EIF4A1
|
2022 |
+
-4.1319017 7.50332 dendritic cell CD48
|
2023 |
+
-8.074367 9.61702 dendritic cell DBNL
|
2024 |
+
-1.1954361 -2.3354812 dendritic cell RAD18
|
2025 |
+
-0.15581349 -2.7226558 dendritic cell SSR3
|
2026 |
+
-2.6683607 10.475355 dendritic cell HLA-DRA
|
2027 |
+
-0.76679784 -1.461076 dendritic cell IER5
|
2028 |
+
-4.1872096 9.992644 dendritic cell HINT1
|
2029 |
+
-1.926351 2.0720046 dendritic cell PIP4K2A
|
2030 |
+
-0.42766196 -4.2036276 dendritic cell POLR2J
|
2031 |
+
-4.1992717 7.4818482 dendritic cell RPL30
|
2032 |
+
-3.77687 7.6732774 dendritic cell FLOT1
|
2033 |
+
-0.31102824 -5.045446 dendritic cell CMTM3
|
2034 |
+
-0.8404132 -2.2064261 dendritic cell GNAI2
|
2035 |
+
7.723091 9.956138 dendritic cell RHO
|
2036 |
+
-0.8097085 -0.3317062 dendritic cell MBP
|
2037 |
+
-0.8226634 -0.041491207 dendritic cell IGLON5
|
2038 |
+
-1.7609165 2.3147476 dendritic cell EVL
|
2039 |
+
-0.7390782 -2.8378696 dendritic cell MB21D2
|
2040 |
+
-1.7533685 1.8464872 dendritic cell LSM2
|
2041 |
+
-1.4906137 -3.255765 dendritic cell DDX24
|
2042 |
+
-0.7770247 -3.1769729 dendritic cell CDCP1
|
2043 |
+
-4.468507 8.375022 dendritic cell MRPL54
|
2044 |
+
-3.3905246 9.415804 dendritic cell PYCARD
|
2045 |
+
-2.0415072 8.716375 dendritic cell VAV1
|
2046 |
+
-3.4150686 6.186773 dendritic cell RHOA
|
2047 |
+
-0.659394 -2.8869357 dendritic cell CDKN1A
|
2048 |
+
-2.3894901 2.5570636 dendritic cell PLAC8
|
2049 |
+
-1.886148 1.658796 dendritic cell CSNK1G2
|
data/dn1_thymic_pro-t_cell_embeddings.csv
ADDED
@@ -0,0 +1,1598 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
-10.225395 14.3875475 dn1 thymic pro-t cell SERF1A
|
3 |
+
-9.2675495 10.723089 dn1 thymic pro-t cell SLA2
|
4 |
+
-11.51206 13.603653 dn1 thymic pro-t cell RPL24
|
5 |
+
-10.112366 14.485485 dn1 thymic pro-t cell PSMD13
|
6 |
+
-6.152646 14.716878 dn1 thymic pro-t cell CALM1
|
7 |
+
-9.933326 -5.210748 dn1 thymic pro-t cell SDAD1
|
8 |
+
-11.305802 -12.205366 dn1 thymic pro-t cell FOS
|
9 |
+
-12.176795 -11.377342 dn1 thymic pro-t cell CYFIP2
|
10 |
+
-8.302982 11.319593 dn1 thymic pro-t cell FDXACB1
|
11 |
+
3.7353618 -15.931927 dn1 thymic pro-t cell BLMH
|
12 |
+
-15.630628 8.888449 dn1 thymic pro-t cell ESR2
|
13 |
+
-11.124996 -12.278915 dn1 thymic pro-t cell IRAK4
|
14 |
+
-11.213553 13.095135 dn1 thymic pro-t cell ELP3
|
15 |
+
-11.405775 -12.078893 dn1 thymic pro-t cell ITPRIPL1
|
16 |
+
-11.285819 -12.442017 dn1 thymic pro-t cell HLA-A
|
17 |
+
-10.880264 12.513067 dn1 thymic pro-t cell AARSD1
|
18 |
+
-10.156501 11.883838 dn1 thymic pro-t cell RPL17
|
19 |
+
-11.171295 12.66907 dn1 thymic pro-t cell RACK1
|
20 |
+
-10.769857 -11.64721 dn1 thymic pro-t cell RFX7
|
21 |
+
5.9532723 -8.907061 dn1 thymic pro-t cell CSF2
|
22 |
+
5.2284937 -9.457695 dn1 thymic pro-t cell KLRC4
|
23 |
+
3.7714944 -16.812849 dn1 thymic pro-t cell PPP3CC
|
24 |
+
-9.232754 9.903818 dn1 thymic pro-t cell GTF3A
|
25 |
+
-11.891245 -2.63657 dn1 thymic pro-t cell CREM
|
26 |
+
-9.160633 9.814405 dn1 thymic pro-t cell AP3M2
|
27 |
+
-11.677046 13.417246 dn1 thymic pro-t cell RAB11FIP4
|
28 |
+
-12.420367 12.779584 dn1 thymic pro-t cell NDUFA1
|
29 |
+
10.460158 -9.343355 dn1 thymic pro-t cell DDX58
|
30 |
+
-11.278122 13.512958 dn1 thymic pro-t cell MYLIP
|
31 |
+
-15.302324 9.034992 dn1 thymic pro-t cell ASF1A
|
32 |
+
5.7682242 -9.680552 dn1 thymic pro-t cell FAM241B
|
33 |
+
-9.26968 10.838695 dn1 thymic pro-t cell ZFP90
|
34 |
+
7.152606 -5.128231 dn1 thymic pro-t cell LDB1
|
35 |
+
-10.717066 -11.0660515 dn1 thymic pro-t cell SIK1B
|
36 |
+
-11.763355 -12.697049 dn1 thymic pro-t cell FUS
|
37 |
+
11.0221815 -10.611293 dn1 thymic pro-t cell PARVG
|
38 |
+
-12.537365 12.705268 dn1 thymic pro-t cell ATP5F1E
|
39 |
+
5.2080374 -9.213777 dn1 thymic pro-t cell NKG7
|
40 |
+
-12.431376 -10.203146 dn1 thymic pro-t cell CCL5
|
41 |
+
-11.743851 13.914335 dn1 thymic pro-t cell DGKA
|
42 |
+
-10.630832 11.853825 dn1 thymic pro-t cell CENPM
|
43 |
+
6.997509 -5.5694733 dn1 thymic pro-t cell PARD6A
|
44 |
+
-11.855949 -2.9627557 dn1 thymic pro-t cell NAP1L2
|
45 |
+
-9.805298 13.782313 dn1 thymic pro-t cell DDHD1
|
46 |
+
10.078309 -8.847438 dn1 thymic pro-t cell ZNF688
|
47 |
+
-8.227251 11.025157 dn1 thymic pro-t cell TRIM72
|
48 |
+
-9.328851 10.542682 dn1 thymic pro-t cell DMTN
|
49 |
+
-10.660489 14.518366 dn1 thymic pro-t cell PIK3R1
|
50 |
+
-10.06091 14.143101 dn1 thymic pro-t cell ELF1
|
51 |
+
-13.859076 10.896189 dn1 thymic pro-t cell TNFRSF25
|
52 |
+
-11.6354065 14.461355 dn1 thymic pro-t cell RSRC2
|
53 |
+
-9.701127 10.970734 dn1 thymic pro-t cell TLN1
|
54 |
+
-10.187149 11.979494 dn1 thymic pro-t cell DNAJC9
|
55 |
+
10.591013 -10.929774 dn1 thymic pro-t cell RINT1
|
56 |
+
-14.83391 10.055741 dn1 thymic pro-t cell KPNA5
|
57 |
+
-9.210231 9.592905 dn1 thymic pro-t cell KLF13
|
58 |
+
-6.5263033 14.6608 dn1 thymic pro-t cell RNF34
|
59 |
+
-10.837791 -11.7350235 dn1 thymic pro-t cell TRAF3IP3
|
60 |
+
7.1903186 -4.327671 dn1 thymic pro-t cell ATXN1
|
61 |
+
6.187845 8.083003 dn1 thymic pro-t cell DUSP10
|
62 |
+
-14.622871 10.158481 dn1 thymic pro-t cell UBA52
|
63 |
+
-11.458182 14.250763 dn1 thymic pro-t cell RGS10
|
64 |
+
6.2873693 -7.2836485 dn1 thymic pro-t cell ETFDH
|
65 |
+
-10.834284 11.748501 dn1 thymic pro-t cell KIAA2026
|
66 |
+
-11.60267 -12.135832 dn1 thymic pro-t cell TDP1
|
67 |
+
-8.880743 12.514323 dn1 thymic pro-t cell PPP2R2B
|
68 |
+
-11.137288 14.633528 dn1 thymic pro-t cell DGKQ
|
69 |
+
-8.864319 10.201208 dn1 thymic pro-t cell NOP53
|
70 |
+
-10.578401 14.119647 dn1 thymic pro-t cell PPM1K
|
71 |
+
-9.687358 15.150942 dn1 thymic pro-t cell ISG20L2
|
72 |
+
5.085228 15.322509 dn1 thymic pro-t cell SNRK
|
73 |
+
-10.728158 -8.716471 dn1 thymic pro-t cell BHLHE40
|
74 |
+
-10.713359 11.814348 dn1 thymic pro-t cell IGHA1
|
75 |
+
-8.865303 10.246797 dn1 thymic pro-t cell RPLP0
|
76 |
+
-10.255872 10.9805975 dn1 thymic pro-t cell CCDC136
|
77 |
+
-9.652795 14.622823 dn1 thymic pro-t cell ORC2
|
78 |
+
-8.31814 1.8310522 dn1 thymic pro-t cell KIAA1328
|
79 |
+
-9.568973 -13.495509 dn1 thymic pro-t cell SRSF2
|
80 |
+
-9.620334 14.904066 dn1 thymic pro-t cell PRPF4B
|
81 |
+
-1.3102577 -0.08596835 dn1 thymic pro-t cell DGKE
|
82 |
+
-11.825351 14.3230915 dn1 thymic pro-t cell ZNF707
|
83 |
+
-11.03778 14.434751 dn1 thymic pro-t cell FCRL3
|
84 |
+
-8.985552 14.7227745 dn1 thymic pro-t cell CTLA4
|
85 |
+
-6.383174 14.839724 dn1 thymic pro-t cell RNF216
|
86 |
+
-10.329214 12.804218 dn1 thymic pro-t cell RAB33A
|
87 |
+
-10.777116 12.007127 dn1 thymic pro-t cell RNF125
|
88 |
+
10.706756 -10.200018 dn1 thymic pro-t cell CCDC57
|
89 |
+
-9.59652 14.634507 dn1 thymic pro-t cell ZNF852
|
90 |
+
-9.674788 10.848493 dn1 thymic pro-t cell EPC2
|
91 |
+
-10.353578 11.771347 dn1 thymic pro-t cell GNB5
|
92 |
+
-9.943961 -12.166283 dn1 thymic pro-t cell HEXIM1
|
93 |
+
-11.310688 13.825487 dn1 thymic pro-t cell CDC14A
|
94 |
+
-9.024644 9.71287 dn1 thymic pro-t cell CLDND1
|
95 |
+
5.882328 -9.748124 dn1 thymic pro-t cell USP34
|
96 |
+
-10.755275 -12.853133 dn1 thymic pro-t cell PIK3CG
|
97 |
+
6.168485 9.366379 dn1 thymic pro-t cell ETS1
|
98 |
+
-11.549181 14.421508 dn1 thymic pro-t cell NMRK1
|
99 |
+
-5.915634 14.21781 dn1 thymic pro-t cell KCNA3
|
100 |
+
-11.769548 13.178753 dn1 thymic pro-t cell BTG2
|
101 |
+
-12.576638 -5.2986135 dn1 thymic pro-t cell HMOX2
|
102 |
+
-10.689185 12.030506 dn1 thymic pro-t cell PTGER4
|
103 |
+
-8.724666 12.210311 dn1 thymic pro-t cell RPL10
|
104 |
+
4.964519 15.380551 dn1 thymic pro-t cell SH2D1A
|
105 |
+
-11.370905 12.116989 dn1 thymic pro-t cell RIPOR2
|
106 |
+
10.0112095 -10.9037485 dn1 thymic pro-t cell UQCRB
|
107 |
+
-5.96665 14.378163 dn1 thymic pro-t cell JMY
|
108 |
+
-11.509492 12.999042 dn1 thymic pro-t cell ADAM22
|
109 |
+
-11.390078 14.2381115 dn1 thymic pro-t cell RRP1B
|
110 |
+
-9.83124 11.043447 dn1 thymic pro-t cell PRKACB
|
111 |
+
-11.805161 13.564446 dn1 thymic pro-t cell VPS37B
|
112 |
+
6.827907 -4.0085454 dn1 thymic pro-t cell FBXO34
|
113 |
+
-9.578287 11.325574 dn1 thymic pro-t cell JAKMIP1
|
114 |
+
-14.789736 9.045445 dn1 thymic pro-t cell THAP1
|
115 |
+
-11.697076 12.615415 dn1 thymic pro-t cell POLR3E
|
116 |
+
-9.172374 9.448588 dn1 thymic pro-t cell EPB41
|
117 |
+
-10.5597515 14.259634 dn1 thymic pro-t cell NR1D2
|
118 |
+
-11.873879 -11.219208 dn1 thymic pro-t cell PRKCQ
|
119 |
+
-10.010559 11.015978 dn1 thymic pro-t cell ZNF227
|
120 |
+
-11.915263 13.650138 dn1 thymic pro-t cell ANKRD12
|
121 |
+
4.5170965 14.483488 dn1 thymic pro-t cell KDM2A
|
122 |
+
-11.860523 14.104071 dn1 thymic pro-t cell POLB
|
123 |
+
-13.062114 12.3332205 dn1 thymic pro-t cell PPP1R11
|
124 |
+
-9.342751 14.247352 dn1 thymic pro-t cell LCK
|
125 |
+
-11.671632 13.092392 dn1 thymic pro-t cell CBL
|
126 |
+
-9.045251 9.808252 dn1 thymic pro-t cell LSP1
|
127 |
+
10.366787 -11.145704 dn1 thymic pro-t cell GIT1
|
128 |
+
6.437502 9.190477 dn1 thymic pro-t cell CPNE7
|
129 |
+
13.214663 12.0030365 dn1 thymic pro-t cell ID2
|
130 |
+
-9.43537 12.3097105 dn1 thymic pro-t cell YME1L1
|
131 |
+
-9.219718 9.625234 dn1 thymic pro-t cell ZC4H2
|
132 |
+
6.4010563 8.696621 dn1 thymic pro-t cell DDX6
|
133 |
+
-11.638297 13.539085 dn1 thymic pro-t cell FERMT3
|
134 |
+
-11.27742 14.710063 dn1 thymic pro-t cell SIPA1L1
|
135 |
+
-9.0936775 9.8920765 dn1 thymic pro-t cell SON
|
136 |
+
-9.166274 9.406933 dn1 thymic pro-t cell HABP4
|
137 |
+
11.151217 -10.490572 dn1 thymic pro-t cell TMEM160
|
138 |
+
-12.641418 -3.3758423 dn1 thymic pro-t cell HERC1
|
139 |
+
-8.878123 12.346893 dn1 thymic pro-t cell ZKSCAN4
|
140 |
+
-8.476795 1.6156313 dn1 thymic pro-t cell BRD1
|
141 |
+
-11.366509 14.2551775 dn1 thymic pro-t cell EXOSC1
|
142 |
+
-8.529981 1.1044606 dn1 thymic pro-t cell RNF44
|
143 |
+
7.257406 -4.4021554 dn1 thymic pro-t cell ZNF276
|
144 |
+
10.061653 -11.016562 dn1 thymic pro-t cell ARID4B
|
145 |
+
-9.460098 12.6233635 dn1 thymic pro-t cell DOCK3
|
146 |
+
-9.030214 12.522523 dn1 thymic pro-t cell TMEM243
|
147 |
+
10.598189 -11.100162 dn1 thymic pro-t cell SELENOK
|
148 |
+
-8.874824 12.255469 dn1 thymic pro-t cell ZBTB25
|
149 |
+
-10.317154 -13.501531 dn1 thymic pro-t cell CNTRL
|
150 |
+
10.689721 -9.9572935 dn1 thymic pro-t cell CD70
|
151 |
+
-15.629794 8.952861 dn1 thymic pro-t cell SYNE1
|
152 |
+
-14.864018 9.1456995 dn1 thymic pro-t cell TRAPPC2
|
153 |
+
-10.36639 15.029245 dn1 thymic pro-t cell FOXO1
|
154 |
+
10.78358 14.29177 dn1 thymic pro-t cell HSF2
|
155 |
+
6.4203005 -7.0610566 dn1 thymic pro-t cell TRIM39
|
156 |
+
10.597615 -10.276018 dn1 thymic pro-t cell LPAR2
|
157 |
+
6.2796483 -7.711023 dn1 thymic pro-t cell RSF1
|
158 |
+
-8.936818 11.097555 dn1 thymic pro-t cell RBL1
|
159 |
+
-11.464398 14.701735 dn1 thymic pro-t cell IDS
|
160 |
+
-11.442002 12.192534 dn1 thymic pro-t cell UFC1
|
161 |
+
10.95225 14.479632 dn1 thymic pro-t cell CCSER2
|
162 |
+
5.93176 10.773949 dn1 thymic pro-t cell PIK3CD
|
163 |
+
-10.366033 12.257803 dn1 thymic pro-t cell ZNF566
|
164 |
+
-11.011933 -11.422409 dn1 thymic pro-t cell STIM2
|
165 |
+
10.758977 -10.791956 dn1 thymic pro-t cell SNRPD2
|
166 |
+
-9.809156 -5.131412 dn1 thymic pro-t cell BPTF
|
167 |
+
-10.648575 -3.5088773 dn1 thymic pro-t cell DYNLT3
|
168 |
+
-9.092922 11.903321 dn1 thymic pro-t cell TRAPPC10
|
169 |
+
-10.179308 -12.045601 dn1 thymic pro-t cell ZFY
|
170 |
+
7.4452014 -4.678305 dn1 thymic pro-t cell SBDS
|
171 |
+
-14.950933 9.535886 dn1 thymic pro-t cell CD69
|
172 |
+
5.579544 -9.985309 dn1 thymic pro-t cell HERPUD1
|
173 |
+
-6.948596 15.115109 dn1 thymic pro-t cell CD7
|
174 |
+
-11.43085 14.549031 dn1 thymic pro-t cell AKIRIN2
|
175 |
+
-10.687272 -9.288981 dn1 thymic pro-t cell PLCXD2
|
176 |
+
-10.160559 15.044405 dn1 thymic pro-t cell HNRNPM
|
177 |
+
-11.2216625 13.141848 dn1 thymic pro-t cell RADX
|
178 |
+
-8.494321 1.1805009 dn1 thymic pro-t cell UPF2
|
179 |
+
3.9378142 -16.775234 dn1 thymic pro-t cell HNRNPLL
|
180 |
+
6.1466694 10.849326 dn1 thymic pro-t cell TMEM121
|
181 |
+
-11.684543 14.177108 dn1 thymic pro-t cell CMTM7
|
182 |
+
-8.978187 14.819829 dn1 thymic pro-t cell SMAD7
|
183 |
+
-11.92347 14.144604 dn1 thymic pro-t cell EPC1
|
184 |
+
4.5294733 15.458716 dn1 thymic pro-t cell CHMP4A
|
185 |
+
10.719974 -9.772781 dn1 thymic pro-t cell MRPL1
|
186 |
+
-11.138051 14.29615 dn1 thymic pro-t cell TINF2
|
187 |
+
-12.969107 -2.8396192 dn1 thymic pro-t cell ZAP70
|
188 |
+
-9.724523 14.131018 dn1 thymic pro-t cell RBM4
|
189 |
+
-10.945657 -9.041636 dn1 thymic pro-t cell PPP2R3C
|
190 |
+
-5.971736 13.950053 dn1 thymic pro-t cell VAMP5
|
191 |
+
-11.706385 14.041488 dn1 thymic pro-t cell GNGT2
|
192 |
+
-10.728009 13.126232 dn1 thymic pro-t cell ZNF689
|
193 |
+
-1.9738775 -0.29030266 dn1 thymic pro-t cell GKAP1
|
194 |
+
-9.002473 9.58696 dn1 thymic pro-t cell LRRC7
|
195 |
+
-8.346072 10.859205 dn1 thymic pro-t cell PROSER3
|
196 |
+
-10.6378 -10.932906 dn1 thymic pro-t cell AP5Z1
|
197 |
+
9.658631 -7.3950467 dn1 thymic pro-t cell CTCF
|
198 |
+
-10.459092 14.335701 dn1 thymic pro-t cell NCOA2
|
199 |
+
-11.732897 13.279855 dn1 thymic pro-t cell CD37
|
200 |
+
5.2964606 -9.782492 dn1 thymic pro-t cell IRF2
|
201 |
+
-10.058773 11.145434 dn1 thymic pro-t cell SMPD3
|
202 |
+
7.3002524 -3.6186814 dn1 thymic pro-t cell S1PR1
|
203 |
+
14.156933 11.737253 dn1 thymic pro-t cell KHDC4
|
204 |
+
7.319972 -3.7084992 dn1 thymic pro-t cell TBCE
|
205 |
+
-12.662856 12.275869 dn1 thymic pro-t cell ARPC1B
|
206 |
+
-8.976005 10.675062 dn1 thymic pro-t cell AGK
|
207 |
+
-9.021246 9.450471 dn1 thymic pro-t cell RPLP1
|
208 |
+
4.0581403 9.6938925 dn1 thymic pro-t cell ZBTB44
|
209 |
+
-11.976324 -11.032066 dn1 thymic pro-t cell TSGA10
|
210 |
+
-9.240258 9.891417 dn1 thymic pro-t cell PTPN2
|
211 |
+
-9.305553 9.455296 dn1 thymic pro-t cell SNRPB2
|
212 |
+
-12.1198015 12.732435 dn1 thymic pro-t cell IGKC
|
213 |
+
-12.062422 14.368932 dn1 thymic pro-t cell KCNN1
|
214 |
+
3.4859366 -16.775276 dn1 thymic pro-t cell SCAF11
|
215 |
+
-9.017921 12.336906 dn1 thymic pro-t cell CCR4
|
216 |
+
-11.670648 12.469515 dn1 thymic pro-t cell RIC3
|
217 |
+
-10.542706 14.969634 dn1 thymic pro-t cell ITGB2
|
218 |
+
-10.615072 15.017682 dn1 thymic pro-t cell IRGM
|
219 |
+
-14.648342 10.100038 dn1 thymic pro-t cell CCL4L2
|
220 |
+
5.580613 -10.026064 dn1 thymic pro-t cell LSM8
|
221 |
+
-9.660722 14.712673 dn1 thymic pro-t cell RPS4Y1
|
222 |
+
-10.874007 13.333063 dn1 thymic pro-t cell PRF1
|
223 |
+
-9.809293 10.7746 dn1 thymic pro-t cell C19orf25
|
224 |
+
-8.900957 10.254616 dn1 thymic pro-t cell SERPINB9
|
225 |
+
-8.958984 14.773609 dn1 thymic pro-t cell RNF138
|
226 |
+
-11.039606 14.575621 dn1 thymic pro-t cell RPL37
|
227 |
+
5.9274154 -7.9146543 dn1 thymic pro-t cell SLAMF6
|
228 |
+
-11.366613 -2.236104 dn1 thymic pro-t cell NCR3
|
229 |
+
-10.891323 11.856729 dn1 thymic pro-t cell USP25
|
230 |
+
-6.197189 14.969616 dn1 thymic pro-t cell SNAP47
|
231 |
+
14.1148815 11.795735 dn1 thymic pro-t cell CD226
|
232 |
+
-10.325784 11.934948 dn1 thymic pro-t cell UNC13D
|
233 |
+
-11.345742 -12.010019 dn1 thymic pro-t cell SAP30
|
234 |
+
-9.900446 13.049743 dn1 thymic pro-t cell THAP7
|
235 |
+
5.368037 -9.899975 dn1 thymic pro-t cell SNRNP27
|
236 |
+
-8.680058 12.005362 dn1 thymic pro-t cell TNIK
|
237 |
+
-10.380902 15.01429 dn1 thymic pro-t cell MORN3
|
238 |
+
-13.063518 -2.827191 dn1 thymic pro-t cell SIK3
|
239 |
+
-11.2550745 12.730594 dn1 thymic pro-t cell CXCR3
|
240 |
+
-11.119513 14.5313 dn1 thymic pro-t cell TRIM17
|
241 |
+
-10.439179 12.142968 dn1 thymic pro-t cell ST6GALNAC6
|
242 |
+
-10.47513 11.893637 dn1 thymic pro-t cell BLOC1S4
|
243 |
+
-9.404051 9.096979 dn1 thymic pro-t cell PRIM2
|
244 |
+
-9.126281 9.7048645 dn1 thymic pro-t cell RPAP2
|
245 |
+
6.347424 -7.375619 dn1 thymic pro-t cell IP6K1
|
246 |
+
-10.8578825 13.664034 dn1 thymic pro-t cell ORMDL1
|
247 |
+
-12.924622 12.415721 dn1 thymic pro-t cell ATG5
|
248 |
+
4.77911 14.737681 dn1 thymic pro-t cell SFI1
|
249 |
+
-10.198579 -12.581742 dn1 thymic pro-t cell PARP11
|
250 |
+
-15.631359 8.830223 dn1 thymic pro-t cell PTCD3
|
251 |
+
-11.499981 -12.030279 dn1 thymic pro-t cell RPL31
|
252 |
+
-8.265525 0.7698129 dn1 thymic pro-t cell TXK
|
253 |
+
-6.2014103 14.512752 dn1 thymic pro-t cell MAL
|
254 |
+
-9.776645 10.174251 dn1 thymic pro-t cell EIF1
|
255 |
+
-11.397415 12.172031 dn1 thymic pro-t cell MADD
|
256 |
+
-10.756041 -8.75047 dn1 thymic pro-t cell G3BP2
|
257 |
+
-13.341225 12.110788 dn1 thymic pro-t cell PAK2
|
258 |
+
-8.414476 10.714 dn1 thymic pro-t cell TAF1D
|
259 |
+
-9.243858 9.826991 dn1 thymic pro-t cell CCDC91
|
260 |
+
-10.657703 -10.936348 dn1 thymic pro-t cell BCL11B
|
261 |
+
-10.439654 14.440095 dn1 thymic pro-t cell CCNT1
|
262 |
+
-15.449381 9.0548525 dn1 thymic pro-t cell SYTL2
|
263 |
+
-6.747048 14.811466 dn1 thymic pro-t cell TADA2B
|
264 |
+
-11.571335 -12.8084545 dn1 thymic pro-t cell SAMSN1
|
265 |
+
-12.784395 -3.791791 dn1 thymic pro-t cell RPS27A
|
266 |
+
4.090571 14.113379 dn1 thymic pro-t cell ANTXR2
|
267 |
+
7.3963084 -4.359818 dn1 thymic pro-t cell RNF166
|
268 |
+
-1.6939945 -0.20984767 dn1 thymic pro-t cell MAML2
|
269 |
+
-10.982561 14.096316 dn1 thymic pro-t cell PSMD9
|
270 |
+
-11.169991 14.661289 dn1 thymic pro-t cell RPLP2
|
271 |
+
-9.418159 13.599441 dn1 thymic pro-t cell EXOC8
|
272 |
+
-7.432972 14.933393 dn1 thymic pro-t cell PTPRE
|
273 |
+
-9.442068 13.3334055 dn1 thymic pro-t cell GLMN
|
274 |
+
-11.511102 14.236153 dn1 thymic pro-t cell SULT1A3
|
275 |
+
-8.698016 12.0481825 dn1 thymic pro-t cell UBXN1
|
276 |
+
10.288757 -8.977271 dn1 thymic pro-t cell LSR
|
277 |
+
-12.686958 -6.4086223 dn1 thymic pro-t cell KRR1
|
278 |
+
6.0059605 -9.241699 dn1 thymic pro-t cell TOE1
|
279 |
+
-8.953125 11.76096 dn1 thymic pro-t cell TRIM59
|
280 |
+
10.788582 -10.587576 dn1 thymic pro-t cell ZNF350
|
281 |
+
-11.276362 13.538411 dn1 thymic pro-t cell BICRA
|
282 |
+
7.4643683 -2.6279416 dn1 thymic pro-t cell UCP3
|
283 |
+
4.85246 10.174807 dn1 thymic pro-t cell PHF1
|
284 |
+
-9.200778 9.679726 dn1 thymic pro-t cell CORO1A
|
285 |
+
-11.328032 -2.5722022 dn1 thymic pro-t cell TIMM10B
|
286 |
+
-11.816618 -12.851095 dn1 thymic pro-t cell PTPRC
|
287 |
+
-5.6166677 13.465522 dn1 thymic pro-t cell EIF5B
|
288 |
+
-8.681711 12.187592 dn1 thymic pro-t cell KDM5A
|
289 |
+
-9.292891 10.496225 dn1 thymic pro-t cell TMEM120B
|
290 |
+
-8.9072485 10.941769 dn1 thymic pro-t cell CLK4
|
291 |
+
-4.2566214 -0.29684195 dn1 thymic pro-t cell SAFB2
|
292 |
+
-6.550577 15.0553255 dn1 thymic pro-t cell DTNBP1
|
293 |
+
-5.706527 13.470652 dn1 thymic pro-t cell RNF126
|
294 |
+
6.089744 -7.6785727 dn1 thymic pro-t cell IL27RA
|
295 |
+
10.579175 -10.917217 dn1 thymic pro-t cell DDX18
|
296 |
+
-9.812937 14.366872 dn1 thymic pro-t cell ITGAL
|
297 |
+
-11.000349 14.7709675 dn1 thymic pro-t cell PPAN-P2RY11
|
298 |
+
-11.675964 12.320301 dn1 thymic pro-t cell TSC22D3
|
299 |
+
-11.60748 12.449657 dn1 thymic pro-t cell GATAD2B
|
300 |
+
10.889779 14.62606 dn1 thymic pro-t cell FYB1
|
301 |
+
-5.6005316 13.821972 dn1 thymic pro-t cell USP1
|
302 |
+
-11.035059 -11.957727 dn1 thymic pro-t cell SYT11
|
303 |
+
-8.504747 0.9816685 dn1 thymic pro-t cell CRIP1
|
304 |
+
7.4385347 -2.3620179 dn1 thymic pro-t cell SLC25A38
|
305 |
+
13.591445 11.844703 dn1 thymic pro-t cell PARP1
|
306 |
+
-10.721309 -9.652296 dn1 thymic pro-t cell IFNGR1
|
307 |
+
-3.5894682 -0.22725546 dn1 thymic pro-t cell F2R
|
308 |
+
-10.457261 -2.3011832 dn1 thymic pro-t cell AHNAK
|
309 |
+
10.227174 -8.883854 dn1 thymic pro-t cell STMN3
|
310 |
+
6.074824 10.168593 dn1 thymic pro-t cell PPIH
|
311 |
+
3.8087223 -16.11662 dn1 thymic pro-t cell RNF167
|
312 |
+
6.5316625 -7.3163576 dn1 thymic pro-t cell ENO2
|
313 |
+
-5.6779957 12.93164 dn1 thymic pro-t cell AKT3
|
314 |
+
-9.724318 14.736352 dn1 thymic pro-t cell IRF3
|
315 |
+
-11.707347 13.364945 dn1 thymic pro-t cell PTPN22
|
316 |
+
10.565287 -10.875754 dn1 thymic pro-t cell PDE3B
|
317 |
+
-9.647545 8.754614 dn1 thymic pro-t cell ATP5MG
|
318 |
+
13.012842 11.799323 dn1 thymic pro-t cell SKAP1
|
319 |
+
14.240215 11.889111 dn1 thymic pro-t cell LY6E
|
320 |
+
-11.960856 13.2669325 dn1 thymic pro-t cell WDR82
|
321 |
+
-10.877326 -11.204373 dn1 thymic pro-t cell DUSP16
|
322 |
+
-6.012158 14.760606 dn1 thymic pro-t cell MCL1
|
323 |
+
-12.657645 -3.2844775 dn1 thymic pro-t cell ATP2A3
|
324 |
+
-10.007177 11.244659 dn1 thymic pro-t cell MPHOSPH8
|
325 |
+
-12.8258295 -7.5240555 dn1 thymic pro-t cell YWHAB
|
326 |
+
-8.469522 14.746148 dn1 thymic pro-t cell EZR
|
327 |
+
-8.740667 11.767201 dn1 thymic pro-t cell HUS1B
|
328 |
+
12.6031 11.885014 dn1 thymic pro-t cell CD44
|
329 |
+
-11.057655 -12.421978 dn1 thymic pro-t cell PLEKHB1
|
330 |
+
-9.423057 11.495911 dn1 thymic pro-t cell ZNF827
|
331 |
+
7.4313054 -2.1284397 dn1 thymic pro-t cell UQCR11
|
332 |
+
-9.019914 10.096312 dn1 thymic pro-t cell EEF1D
|
333 |
+
4.7237134 15.556188 dn1 thymic pro-t cell SPEF2
|
334 |
+
-10.238611 11.370093 dn1 thymic pro-t cell ERCC5
|
335 |
+
-9.55119 11.302941 dn1 thymic pro-t cell CSTF2T
|
336 |
+
-8.137024 11.326429 dn1 thymic pro-t cell PHLDA1
|
337 |
+
-15.647651 8.838923 dn1 thymic pro-t cell TOP3B
|
338 |
+
-7.9476275 11.347044 dn1 thymic pro-t cell ZNF490
|
339 |
+
-10.82971 11.964343 dn1 thymic pro-t cell CD28
|
340 |
+
-8.36174 1.728029 dn1 thymic pro-t cell HSPA8
|
341 |
+
-10.866505 14.142316 dn1 thymic pro-t cell MT-ND3
|
342 |
+
-9.07963 12.167205 dn1 thymic pro-t cell ZNF148
|
343 |
+
-10.547051 -13.304574 dn1 thymic pro-t cell UBE2I
|
344 |
+
-8.798387 12.083839 dn1 thymic pro-t cell MIS12
|
345 |
+
-12.366752 -9.699579 dn1 thymic pro-t cell MSL2
|
346 |
+
4.7972207 15.63758 dn1 thymic pro-t cell RGS19
|
347 |
+
2.5891786 -16.84883 dn1 thymic pro-t cell PBXIP1
|
348 |
+
-10.93029 -9.962176 dn1 thymic pro-t cell S100A4
|
349 |
+
-9.945991 10.8258915 dn1 thymic pro-t cell GPBP1
|
350 |
+
-12.264801 12.459565 dn1 thymic pro-t cell KANSL1
|
351 |
+
-9.133977 10.906015 dn1 thymic pro-t cell IKBKE
|
352 |
+
-10.509489 14.626691 dn1 thymic pro-t cell TAPBP
|
353 |
+
-11.954288 13.528636 dn1 thymic pro-t cell EVI2B
|
354 |
+
10.267209 -9.276395 dn1 thymic pro-t cell SLC38A1
|
355 |
+
-8.025041 11.059985 dn1 thymic pro-t cell RPL14
|
356 |
+
-11.422284 14.756142 dn1 thymic pro-t cell ZNF331
|
357 |
+
7.429771 -4.291009 dn1 thymic pro-t cell IL10RA
|
358 |
+
-7.861222 2.28159 dn1 thymic pro-t cell AKAP8
|
359 |
+
-11.35749 -2.0217602 dn1 thymic pro-t cell IK
|
360 |
+
-9.951042 14.614972 dn1 thymic pro-t cell WIPF1
|
361 |
+
-12.429883 -10.115385 dn1 thymic pro-t cell GCC1
|
362 |
+
11.071941 -10.706796 dn1 thymic pro-t cell IL2RB
|
363 |
+
-9.444066 11.0290985 dn1 thymic pro-t cell RPGR
|
364 |
+
-8.930943 11.782223 dn1 thymic pro-t cell CYTIP
|
365 |
+
-9.046068 11.755722 dn1 thymic pro-t cell HMGB1
|
366 |
+
-9.958265 -13.775514 dn1 thymic pro-t cell PRR3
|
367 |
+
-10.7964945 -10.54622 dn1 thymic pro-t cell CABIN1
|
368 |
+
-11.236793 14.188067 dn1 thymic pro-t cell DBF4
|
369 |
+
-11.729756 14.101918 dn1 thymic pro-t cell BIN2
|
370 |
+
-10.874835 14.797765 dn1 thymic pro-t cell TCF20
|
371 |
+
-11.39305 13.803544 dn1 thymic pro-t cell ANKRD11
|
372 |
+
-11.505932 12.725079 dn1 thymic pro-t cell MGA
|
373 |
+
-10.447549 14.516862 dn1 thymic pro-t cell ABT1
|
374 |
+
10.702855 -10.864788 dn1 thymic pro-t cell MTF2
|
375 |
+
-6.6605883 14.916829 dn1 thymic pro-t cell HCN2
|
376 |
+
14.013354 11.703049 dn1 thymic pro-t cell HAX1
|
377 |
+
-11.147518 13.913959 dn1 thymic pro-t cell PRIM1
|
378 |
+
-15.572638 9.041265 dn1 thymic pro-t cell SSU72
|
379 |
+
-10.454119 -11.882198 dn1 thymic pro-t cell DUSP4
|
380 |
+
-11.538645 12.824013 dn1 thymic pro-t cell MED10
|
381 |
+
-11.380371 11.85954 dn1 thymic pro-t cell TAP2
|
382 |
+
-9.323039 12.701775 dn1 thymic pro-t cell SYTL1
|
383 |
+
-8.057735 11.174311 dn1 thymic pro-t cell IKZF1
|
384 |
+
6.572625 -6.6046705 dn1 thymic pro-t cell ANKRD44
|
385 |
+
-10.331384 -4.6690574 dn1 thymic pro-t cell BATF
|
386 |
+
9.527677 -7.7617702 dn1 thymic pro-t cell ARNTL
|
387 |
+
-14.752444 9.1191435 dn1 thymic pro-t cell TRAF1
|
388 |
+
-12.268201 -2.8446462 dn1 thymic pro-t cell SLC14A2
|
389 |
+
-9.646955 -1.9701241 dn1 thymic pro-t cell CRTC2
|
390 |
+
-9.164173 9.051143 dn1 thymic pro-t cell TRADD
|
391 |
+
-11.017469 14.096473 dn1 thymic pro-t cell KMT2B
|
392 |
+
-10.597958 13.075483 dn1 thymic pro-t cell FAU
|
393 |
+
6.7289233 -6.1892557 dn1 thymic pro-t cell RAP1GDS1
|
394 |
+
-10.944318 13.4992285 dn1 thymic pro-t cell MOAP1
|
395 |
+
-11.656903 13.657683 dn1 thymic pro-t cell TRIR
|
396 |
+
13.497243 11.475612 dn1 thymic pro-t cell NOL4L
|
397 |
+
-10.668637 -13.348161 dn1 thymic pro-t cell NOP2
|
398 |
+
-9.59433 -4.8457394 dn1 thymic pro-t cell SLC4A7
|
399 |
+
-10.761337 -11.012548 dn1 thymic pro-t cell GSTK1
|
400 |
+
3.6428335 -16.751226 dn1 thymic pro-t cell CSK
|
401 |
+
6.265876 10.540757 dn1 thymic pro-t cell KCNAB2
|
402 |
+
-11.674777 13.90449 dn1 thymic pro-t cell PCNX2
|
403 |
+
-10.6280155 -10.512886 dn1 thymic pro-t cell STAT5B
|
404 |
+
-10.402012 11.872054 dn1 thymic pro-t cell HLA-B
|
405 |
+
-8.7787075 9.5997715 dn1 thymic pro-t cell DDX46
|
406 |
+
-9.155093 9.654313 dn1 thymic pro-t cell ITGA4
|
407 |
+
7.429453 -4.8842006 dn1 thymic pro-t cell KIF5C
|
408 |
+
6.6554995 8.206301 dn1 thymic pro-t cell TNFRSF1B
|
409 |
+
4.517572 15.721018 dn1 thymic pro-t cell LY9
|
410 |
+
-9.598833 14.978411 dn1 thymic pro-t cell RNF4
|
411 |
+
10.270316 -11.03414 dn1 thymic pro-t cell SMARCD1
|
412 |
+
-10.953276 12.549614 dn1 thymic pro-t cell EHD1
|
413 |
+
-12.800256 12.058621 dn1 thymic pro-t cell CARD8
|
414 |
+
-10.376743 -3.871431 dn1 thymic pro-t cell RPL23A
|
415 |
+
-13.570995 11.584281 dn1 thymic pro-t cell RWDD3
|
416 |
+
-8.05618 11.523062 dn1 thymic pro-t cell RFFL
|
417 |
+
5.531789 10.406278 dn1 thymic pro-t cell TGIF1
|
418 |
+
-10.871134 -11.599267 dn1 thymic pro-t cell STAG1
|
419 |
+
4.9092045 15.1060705 dn1 thymic pro-t cell ANK3
|
420 |
+
-10.806671 -10.3323345 dn1 thymic pro-t cell DOK2
|
421 |
+
-10.137629 11.563293 dn1 thymic pro-t cell ITK
|
422 |
+
7.6171846 -2.9030085 dn1 thymic pro-t cell SIT1
|
423 |
+
-9.756652 13.79863 dn1 thymic pro-t cell DHX8
|
424 |
+
-10.736813 -10.857545 dn1 thymic pro-t cell TNIP2
|
425 |
+
-11.436692 13.524203 dn1 thymic pro-t cell WDR74
|
426 |
+
-10.92478 -9.372443 dn1 thymic pro-t cell ATRX
|
427 |
+
-8.903141 10.713223 dn1 thymic pro-t cell TXNIP
|
428 |
+
-11.918397 -12.4926405 dn1 thymic pro-t cell DIP2A
|
429 |
+
-10.121878 15.164687 dn1 thymic pro-t cell EML4
|
430 |
+
-8.180923 10.933744 dn1 thymic pro-t cell GRIP1
|
431 |
+
-10.120715 14.912774 dn1 thymic pro-t cell CEP128
|
432 |
+
-10.75015 -10.990122 dn1 thymic pro-t cell SACM1L
|
433 |
+
3.7342615 -16.0113 dn1 thymic pro-t cell GPN1
|
434 |
+
-9.56879 13.846933 dn1 thymic pro-t cell DYNLL2
|
435 |
+
-11.492333 13.588582 dn1 thymic pro-t cell DDIT4
|
436 |
+
10.468642 -11.014315 dn1 thymic pro-t cell RTP5
|
437 |
+
-11.948311 13.367405 dn1 thymic pro-t cell RPS25
|
438 |
+
-8.8197155 10.551732 dn1 thymic pro-t cell IMP3
|
439 |
+
-6.6761546 15.1135845 dn1 thymic pro-t cell PSMB10
|
440 |
+
-15.4878645 8.797705 dn1 thymic pro-t cell NLRP1
|
441 |
+
-10.223529 11.092762 dn1 thymic pro-t cell SLC16A13
|
442 |
+
-10.911085 -11.1818695 dn1 thymic pro-t cell CHD7
|
443 |
+
-11.044311 13.632575 dn1 thymic pro-t cell CD101
|
444 |
+
-11.808555 13.884238 dn1 thymic pro-t cell SNX20
|
445 |
+
-11.849932 13.817597 dn1 thymic pro-t cell LBR
|
446 |
+
-11.608933 13.316154 dn1 thymic pro-t cell SH2D2A
|
447 |
+
-12.392311 -3.048768 dn1 thymic pro-t cell RPS23
|
448 |
+
-12.552182 12.357187 dn1 thymic pro-t cell THAP12
|
449 |
+
-11.649824 14.515323 dn1 thymic pro-t cell ACAP1
|
450 |
+
-9.964179 14.840145 dn1 thymic pro-t cell CGGBP1
|
451 |
+
10.728168 -10.260744 dn1 thymic pro-t cell RASGRP1
|
452 |
+
-10.169184 14.588976 dn1 thymic pro-t cell MICB
|
453 |
+
-8.930283 11.265973 dn1 thymic pro-t cell NAE1
|
454 |
+
-8.488884 11.861793 dn1 thymic pro-t cell DRAP1
|
455 |
+
-9.869051 15.19371 dn1 thymic pro-t cell ISG15
|
456 |
+
-10.784454 -9.836721 dn1 thymic pro-t cell ACD
|
457 |
+
-11.613309 12.6187525 dn1 thymic pro-t cell RAB8B
|
458 |
+
-8.977829 9.805131 dn1 thymic pro-t cell UGP2
|
459 |
+
-10.579644 -3.825117 dn1 thymic pro-t cell GPS2
|
460 |
+
-10.811417 -11.826173 dn1 thymic pro-t cell PRR5L
|
461 |
+
-9.433035 11.072097 dn1 thymic pro-t cell ITM2A
|
462 |
+
-9.072472 12.142233 dn1 thymic pro-t cell CCL3
|
463 |
+
3.253765 -16.823175 dn1 thymic pro-t cell TSTD2
|
464 |
+
-10.9009285 14.309868 dn1 thymic pro-t cell TAOK3
|
465 |
+
10.824835 14.328353 dn1 thymic pro-t cell CWF19L2
|
466 |
+
-10.808146 12.319653 dn1 thymic pro-t cell ADAM23
|
467 |
+
-10.65483 12.575779 dn1 thymic pro-t cell CEBPZ
|
468 |
+
-10.143265 14.887986 dn1 thymic pro-t cell OXT
|
469 |
+
-11.786113 14.255046 dn1 thymic pro-t cell SATB1
|
470 |
+
-9.870724 11.402896 dn1 thymic pro-t cell BRD7
|
471 |
+
-11.652054 13.254931 dn1 thymic pro-t cell DDX50
|
472 |
+
-9.931445 10.904339 dn1 thymic pro-t cell ZNF365
|
473 |
+
-7.8590755 14.985091 dn1 thymic pro-t cell CCR2
|
474 |
+
-10.836126 13.808873 dn1 thymic pro-t cell CXCR4
|
475 |
+
-10.945472 13.997012 dn1 thymic pro-t cell CARD11
|
476 |
+
-7.931832 11.250623 dn1 thymic pro-t cell MRPL49
|
477 |
+
-10.749716 13.287602 dn1 thymic pro-t cell ZNF329
|
478 |
+
6.6918592 -6.7661204 dn1 thymic pro-t cell PRKDC
|
479 |
+
-9.858473 14.156715 dn1 thymic pro-t cell IFI16
|
480 |
+
-11.4283085 14.686438 dn1 thymic pro-t cell ARHGAP45
|
481 |
+
-9.799709 10.460309 dn1 thymic pro-t cell NUDT16L1
|
482 |
+
-10.913707 -10.871359 dn1 thymic pro-t cell SF1
|
483 |
+
-9.979152 13.677744 dn1 thymic pro-t cell CYCS
|
484 |
+
-15.082234 9.579047 dn1 thymic pro-t cell LAG3
|
485 |
+
-11.056965 12.802225 dn1 thymic pro-t cell HNRNPD
|
486 |
+
6.8668594 -6.9178214 dn1 thymic pro-t cell CAMK2G
|
487 |
+
6.1043825 -8.770864 dn1 thymic pro-t cell NAP1L1
|
488 |
+
-10.70122 -12.962685 dn1 thymic pro-t cell UXT
|
489 |
+
6.975091 -5.54332 dn1 thymic pro-t cell SRGN
|
490 |
+
-9.202645 10.654746 dn1 thymic pro-t cell HSH2D
|
491 |
+
-10.341808 14.526025 dn1 thymic pro-t cell TNFRSF10A
|
492 |
+
-12.379952 12.76751 dn1 thymic pro-t cell ADARB1
|
493 |
+
-9.424499 14.768794 dn1 thymic pro-t cell BEX2
|
494 |
+
-9.878321 11.382651 dn1 thymic pro-t cell EMSY
|
495 |
+
-9.463514 12.256868 dn1 thymic pro-t cell BICRAL
|
496 |
+
-11.472053 14.052476 dn1 thymic pro-t cell CAMK4
|
497 |
+
4.9982314 15.455515 dn1 thymic pro-t cell CDK11A
|
498 |
+
-8.56075 11.284974 dn1 thymic pro-t cell ARHGEF3
|
499 |
+
-10.374396 -4.0055537 dn1 thymic pro-t cell CYTH1
|
500 |
+
-5.718543 13.200166 dn1 thymic pro-t cell FBXO32
|
501 |
+
-7.444617 15.086329 dn1 thymic pro-t cell FBXO2
|
502 |
+
-9.913273 11.247385 dn1 thymic pro-t cell SF3A1
|
503 |
+
3.8336558 -16.2685 dn1 thymic pro-t cell IRF1
|
504 |
+
-10.308831 14.985484 dn1 thymic pro-t cell DNAJC8
|
505 |
+
5.583357 -9.297458 dn1 thymic pro-t cell RPL9
|
506 |
+
-11.96672 -11.115039 dn1 thymic pro-t cell KAT6B
|
507 |
+
-10.291552 14.657157 dn1 thymic pro-t cell GMCL1
|
508 |
+
7.251865 -3.0914078 dn1 thymic pro-t cell APBB1
|
509 |
+
6.3122954 10.479917 dn1 thymic pro-t cell PSIP1
|
510 |
+
-10.04543 15.132011 dn1 thymic pro-t cell SCRIB
|
511 |
+
-10.908983 12.431829 dn1 thymic pro-t cell HMBOX1
|
512 |
+
-15.218751 9.407687 dn1 thymic pro-t cell ATM
|
513 |
+
-8.31668 11.223393 dn1 thymic pro-t cell RUNX3
|
514 |
+
9.451515 -7.9909 dn1 thymic pro-t cell MYADM
|
515 |
+
-11.461421 12.367101 dn1 thymic pro-t cell APOL3
|
516 |
+
-8.829575 9.556421 dn1 thymic pro-t cell SMC3
|
517 |
+
-11.573507 13.191283 dn1 thymic pro-t cell KIF3A
|
518 |
+
-10.795088 -11.978307 dn1 thymic pro-t cell CDKN1B
|
519 |
+
13.240412 11.891993 dn1 thymic pro-t cell MTM1
|
520 |
+
-11.202931 14.751991 dn1 thymic pro-t cell MAPRE2
|
521 |
+
10.895735 -10.60427 dn1 thymic pro-t cell ASB3
|
522 |
+
-13.397909 11.701209 dn1 thymic pro-t cell TTF1
|
523 |
+
-9.421278 11.776136 dn1 thymic pro-t cell CHD3
|
524 |
+
-11.24985 14.476038 dn1 thymic pro-t cell LCP1
|
525 |
+
-11.772644 -3.0562606 dn1 thymic pro-t cell LDHB
|
526 |
+
-10.246963 11.860094 dn1 thymic pro-t cell MAP3K14
|
527 |
+
-11.085454 14.30125 dn1 thymic pro-t cell MYBL1
|
528 |
+
3.865233 -16.751139 dn1 thymic pro-t cell SH3BP1
|
529 |
+
-9.620475 12.098905 dn1 thymic pro-t cell GIGYF1
|
530 |
+
-9.871796 11.503933 dn1 thymic pro-t cell MSN
|
531 |
+
-10.96995 -9.28794 dn1 thymic pro-t cell PAQR8
|
532 |
+
-9.523316 10.978021 dn1 thymic pro-t cell RPL35
|
533 |
+
-8.398333 14.902184 dn1 thymic pro-t cell BACH2
|
534 |
+
-11.667974 14.433694 dn1 thymic pro-t cell VAMP8
|
535 |
+
-10.9936 -2.1494396 dn1 thymic pro-t cell DYNLT1
|
536 |
+
-8.444834 11.09181 dn1 thymic pro-t cell DEF6
|
537 |
+
-11.622046 13.459435 dn1 thymic pro-t cell FAM209A
|
538 |
+
-10.902708 -12.079657 dn1 thymic pro-t cell ERMN
|
539 |
+
-11.986073 13.472747 dn1 thymic pro-t cell HEXD
|
540 |
+
-10.977658 14.513579 dn1 thymic pro-t cell ORAI1
|
541 |
+
-10.304816 12.308557 dn1 thymic pro-t cell ZNF33A
|
542 |
+
-12.675109 -8.28923 dn1 thymic pro-t cell OGT
|
543 |
+
9.167476 -7.4582686 dn1 thymic pro-t cell RPS17
|
544 |
+
-12.065073 13.720579 dn1 thymic pro-t cell NAP1L4
|
545 |
+
-11.083077 13.889724 dn1 thymic pro-t cell RASSF5
|
546 |
+
-11.436485 12.736919 dn1 thymic pro-t cell FSD1
|
547 |
+
10.383185 -9.258693 dn1 thymic pro-t cell PRDX2
|
548 |
+
-9.94118 10.863575 dn1 thymic pro-t cell HMGN1
|
549 |
+
-12.695517 -7.596806 dn1 thymic pro-t cell MBNL1
|
550 |
+
-8.930114 10.089377 dn1 thymic pro-t cell RAB27A
|
551 |
+
9.938375 -11.117362 dn1 thymic pro-t cell S1PR4
|
552 |
+
11.030151 -10.6928215 dn1 thymic pro-t cell GBP2
|
553 |
+
-11.839168 13.891559 dn1 thymic pro-t cell AKAP13
|
554 |
+
-8.9223 9.694017 dn1 thymic pro-t cell PTPN4
|
555 |
+
-9.740158 10.66996 dn1 thymic pro-t cell ATG16L1
|
556 |
+
-11.155493 13.177972 dn1 thymic pro-t cell PSME1
|
557 |
+
-9.560253 12.129851 dn1 thymic pro-t cell SNTB2
|
558 |
+
-9.880656 -13.200314 dn1 thymic pro-t cell PSMB9
|
559 |
+
-9.624445 14.405614 dn1 thymic pro-t cell ANXA1
|
560 |
+
4.870173 15.302538 dn1 thymic pro-t cell PRPF6
|
561 |
+
-10.917236 14.297143 dn1 thymic pro-t cell POLR2C
|
562 |
+
-13.121222 11.600621 dn1 thymic pro-t cell SMAP1
|
563 |
+
13.790589 11.65059 dn1 thymic pro-t cell MSC
|
564 |
+
-12.730483 -2.9522371 dn1 thymic pro-t cell PPP1R9B
|
565 |
+
-12.487394 -2.9437962 dn1 thymic pro-t cell ZBTB14
|
566 |
+
-5.637824 12.764238 dn1 thymic pro-t cell PCNX1
|
567 |
+
-12.062341 13.604381 dn1 thymic pro-t cell LRRC23
|
568 |
+
14.2023 11.858014 dn1 thymic pro-t cell THOC1
|
569 |
+
-9.645843 14.9095545 dn1 thymic pro-t cell TMUB1
|
570 |
+
-10.523914 13.257257 dn1 thymic pro-t cell ERN1
|
571 |
+
-11.683552 14.471714 dn1 thymic pro-t cell ITGAE
|
572 |
+
-9.228751 9.483709 dn1 thymic pro-t cell JAKMIP2
|
573 |
+
-11.844932 -12.162742 dn1 thymic pro-t cell ASXL1
|
574 |
+
-9.982083 -4.3421183 dn1 thymic pro-t cell KLRD1
|
575 |
+
-9.99673 11.077404 dn1 thymic pro-t cell TIPARP
|
576 |
+
-12.208193 -10.40899 dn1 thymic pro-t cell TNFSF9
|
577 |
+
-11.854807 13.90061 dn1 thymic pro-t cell USP11
|
578 |
+
-9.255346 9.408558 dn1 thymic pro-t cell FASLG
|
579 |
+
-11.176715 14.275707 dn1 thymic pro-t cell HAUS6
|
580 |
+
-11.003647 14.137664 dn1 thymic pro-t cell BAX
|
581 |
+
-9.418459 10.559805 dn1 thymic pro-t cell MAML1
|
582 |
+
-8.589681 11.971445 dn1 thymic pro-t cell FIP1L1
|
583 |
+
-10.553286 -3.6118507 dn1 thymic pro-t cell ATP1A3
|
584 |
+
-10.610698 11.714516 dn1 thymic pro-t cell JHY
|
585 |
+
10.791586 14.490034 dn1 thymic pro-t cell SMN1
|
586 |
+
-13.810002 11.211459 dn1 thymic pro-t cell SCYL3
|
587 |
+
-12.465946 -3.4757962 dn1 thymic pro-t cell CWC27
|
588 |
+
-8.613245 12.028271 dn1 thymic pro-t cell JMJD6
|
589 |
+
-11.72891 12.671406 dn1 thymic pro-t cell NSG1
|
590 |
+
-10.759908 -10.970859 dn1 thymic pro-t cell KLF12
|
591 |
+
14.163257 12.00326 dn1 thymic pro-t cell FEM1A
|
592 |
+
-8.18457 11.320471 dn1 thymic pro-t cell ARIH2
|
593 |
+
-10.733952 -9.304728 dn1 thymic pro-t cell RNF115
|
594 |
+
7.358171 -4.6246743 dn1 thymic pro-t cell POU3F1
|
595 |
+
-11.808742 13.290884 dn1 thymic pro-t cell PEX6
|
596 |
+
-9.9843 12.57181 dn1 thymic pro-t cell TGFBR2
|
597 |
+
-9.155854 9.694908 dn1 thymic pro-t cell GMIP
|
598 |
+
-8.812129 11.961269 dn1 thymic pro-t cell PRKCH
|
599 |
+
-14.034177 11.100356 dn1 thymic pro-t cell C8orf33
|
600 |
+
7.6917944 -2.033329 dn1 thymic pro-t cell ORMDL3
|
601 |
+
-15.008348 9.875462 dn1 thymic pro-t cell ZBTB10
|
602 |
+
-0.6519296 -0.4716978 dn1 thymic pro-t cell DGKZ
|
603 |
+
-7.197465 2.8922255 dn1 thymic pro-t cell RPL11
|
604 |
+
-10.156043 13.627311 dn1 thymic pro-t cell YTHDC1
|
605 |
+
-11.753522 -12.497062 dn1 thymic pro-t cell RASSF1
|
606 |
+
10.636766 -10.839302 dn1 thymic pro-t cell MED30
|
607 |
+
6.54573 -6.908447 dn1 thymic pro-t cell ZC3H18
|
608 |
+
-10.677031 -11.075422 dn1 thymic pro-t cell SRSF8
|
609 |
+
-5.70889 13.141887 dn1 thymic pro-t cell EIF3F
|
610 |
+
-9.484455 14.505983 dn1 thymic pro-t cell LNPEP
|
611 |
+
-9.427279 -4.541244 dn1 thymic pro-t cell TRA2B
|
612 |
+
10.221913 -8.944992 dn1 thymic pro-t cell FOXP1
|
613 |
+
-9.726086 -4.671794 dn1 thymic pro-t cell ZC3HAV1
|
614 |
+
-11.968379 -10.562637 dn1 thymic pro-t cell PIANP
|
615 |
+
-3.8330135 -0.16258465 dn1 thymic pro-t cell PRDM1
|
616 |
+
-9.181393 10.659157 dn1 thymic pro-t cell METTL9
|
617 |
+
-12.164285 -10.704445 dn1 thymic pro-t cell R3HDM2
|
618 |
+
10.6257305 -9.525539 dn1 thymic pro-t cell KCTD17
|
619 |
+
10.805133 -10.772135 dn1 thymic pro-t cell RGS9
|
620 |
+
-12.337819 -2.627602 dn1 thymic pro-t cell C12orf75
|
621 |
+
-10.62753 -11.326865 dn1 thymic pro-t cell SMAP2
|
622 |
+
-10.0190525 -11.839175 dn1 thymic pro-t cell HP1BP3
|
623 |
+
-9.328198 10.13443 dn1 thymic pro-t cell MCPH1
|
624 |
+
9.577759 -7.6594763 dn1 thymic pro-t cell SAE1
|
625 |
+
-9.247541 9.544307 dn1 thymic pro-t cell ANP32E
|
626 |
+
-11.304501 14.764055 dn1 thymic pro-t cell SMARCAL1
|
627 |
+
-10.026889 14.308449 dn1 thymic pro-t cell ATXN2L
|
628 |
+
7.2548385 -3.381625 dn1 thymic pro-t cell INTS6
|
629 |
+
-11.402319 14.600862 dn1 thymic pro-t cell KAT6A
|
630 |
+
-10.551168 11.630658 dn1 thymic pro-t cell RPL18A
|
631 |
+
-10.473508 14.551484 dn1 thymic pro-t cell SMARCA5
|
632 |
+
-6.859263 15.000231 dn1 thymic pro-t cell ACTR5
|
633 |
+
-8.964305 12.441927 dn1 thymic pro-t cell LLPH
|
634 |
+
-9.26058 13.234187 dn1 thymic pro-t cell TCP11L2
|
635 |
+
-9.335002 9.842654 dn1 thymic pro-t cell PWP2
|
636 |
+
13.874812 11.680491 dn1 thymic pro-t cell STX4
|
637 |
+
-8.982137 14.80277 dn1 thymic pro-t cell CCDC146
|
638 |
+
-10.119467 12.08279 dn1 thymic pro-t cell VAV3
|
639 |
+
-11.879339 -2.6473744 dn1 thymic pro-t cell IL7R
|
640 |
+
3.9415724 -16.0464 dn1 thymic pro-t cell AEN
|
641 |
+
-8.053137 11.376324 dn1 thymic pro-t cell CDK6
|
642 |
+
-12.8728895 -7.6556334 dn1 thymic pro-t cell CELSR3
|
643 |
+
-10.797087 13.758996 dn1 thymic pro-t cell STAT4
|
644 |
+
-11.029081 13.32851 dn1 thymic pro-t cell PIK3R5
|
645 |
+
-15.39755 8.825763 dn1 thymic pro-t cell APOL6
|
646 |
+
-12.293283 -11.125728 dn1 thymic pro-t cell PRRC2C
|
647 |
+
-10.715941 -2.1766403 dn1 thymic pro-t cell TBC1D19
|
648 |
+
10.441951 -10.9374485 dn1 thymic pro-t cell NFATC2
|
649 |
+
-8.934523 9.974512 dn1 thymic pro-t cell HPCAL4
|
650 |
+
-8.652862 11.082069 dn1 thymic pro-t cell REL
|
651 |
+
-2.4653068 -0.13165818 dn1 thymic pro-t cell HLA-E
|
652 |
+
5.807636 10.513481 dn1 thymic pro-t cell EPM2AIP1
|
653 |
+
-10.107377 -12.201652 dn1 thymic pro-t cell TMEM63A
|
654 |
+
-14.366891 10.370495 dn1 thymic pro-t cell HOPX
|
655 |
+
-8.238669 2.1780064 dn1 thymic pro-t cell ANKRD36BP1
|
656 |
+
7.350916 -4.963029 dn1 thymic pro-t cell ZNF773
|
657 |
+
-8.33333 11.268481 dn1 thymic pro-t cell TOMM20
|
658 |
+
5.9985876 -8.523466 dn1 thymic pro-t cell RPS15A
|
659 |
+
-12.047926 14.191505 dn1 thymic pro-t cell ZDHHC18
|
660 |
+
5.0599313 15.203658 dn1 thymic pro-t cell TUBA4A
|
661 |
+
4.484817 14.206232 dn1 thymic pro-t cell HCLS1
|
662 |
+
-12.540474 -3.0986938 dn1 thymic pro-t cell VTI1A
|
663 |
+
-11.205127 14.616017 dn1 thymic pro-t cell KLRB1
|
664 |
+
-10.293608 11.2707 dn1 thymic pro-t cell PTPN7
|
665 |
+
-10.751646 14.799823 dn1 thymic pro-t cell CD2
|
666 |
+
13.714114 11.709143 dn1 thymic pro-t cell ZNF544
|
667 |
+
-11.908934 13.5709 dn1 thymic pro-t cell SUPT16H
|
668 |
+
9.627878 -8.105833 dn1 thymic pro-t cell FGFR1OP2
|
669 |
+
-11.088377 -3.212702 dn1 thymic pro-t cell MYH9
|
670 |
+
-11.257739 -12.226438 dn1 thymic pro-t cell SFXN1
|
671 |
+
-9.209385 9.840195 dn1 thymic pro-t cell PHF19
|
672 |
+
10.5655155 14.04799 dn1 thymic pro-t cell NEFM
|
673 |
+
-10.640652 -9.085516 dn1 thymic pro-t cell SINHCAF
|
674 |
+
-8.828272 10.359727 dn1 thymic pro-t cell SPDYA
|
675 |
+
-10.079706 15.054235 dn1 thymic pro-t cell RAPGEF6
|
676 |
+
6.6325912 -7.2035637 dn1 thymic pro-t cell ANKHD1
|
677 |
+
-12.079162 -2.8364348 dn1 thymic pro-t cell ZNF821
|
678 |
+
-11.733241 14.080613 dn1 thymic pro-t cell CDK13
|
679 |
+
4.379195 14.395746 dn1 thymic pro-t cell LZTS1
|
680 |
+
-11.093097 13.721212 dn1 thymic pro-t cell ZNF644
|
681 |
+
5.732385 -9.797833 dn1 thymic pro-t cell YAF2
|
682 |
+
7.282108 -5.026124 dn1 thymic pro-t cell PPP6R1
|
683 |
+
-10.066226 11.223859 dn1 thymic pro-t cell PDCD7
|
684 |
+
3.4831405 -15.754663 dn1 thymic pro-t cell ELOVL6
|
685 |
+
-9.865345 10.303299 dn1 thymic pro-t cell BBC3
|
686 |
+
13.852498 11.842987 dn1 thymic pro-t cell MFAP3
|
687 |
+
-9.452486 -13.358144 dn1 thymic pro-t cell SEMA4D
|
688 |
+
7.429761 -1.8541625 dn1 thymic pro-t cell BCL7C
|
689 |
+
-9.291008 -13.504827 dn1 thymic pro-t cell CUL2
|
690 |
+
-12.229069 -10.78892 dn1 thymic pro-t cell CBX7
|
691 |
+
-10.2305155 11.798754 dn1 thymic pro-t cell MAF
|
692 |
+
10.454279 -10.778572 dn1 thymic pro-t cell MRPS31
|
693 |
+
-9.50184 10.562077 dn1 thymic pro-t cell RAB29
|
694 |
+
2.8937454 -16.818716 dn1 thymic pro-t cell EID2
|
695 |
+
10.681779 -11.006731 dn1 thymic pro-t cell FAS
|
696 |
+
-13.775603 10.598948 dn1 thymic pro-t cell SSR4
|
697 |
+
-11.994833 -2.887245 dn1 thymic pro-t cell RPS28
|
698 |
+
-11.804384 14.218384 dn1 thymic pro-t cell ZNF417
|
699 |
+
6.7341413 -4.6404343 dn1 thymic pro-t cell ARRB2
|
700 |
+
-9.258216 9.368527 dn1 thymic pro-t cell ADAM10
|
701 |
+
-10.72587 11.264898 dn1 thymic pro-t cell BCL2
|
702 |
+
4.4253473 14.146178 dn1 thymic pro-t cell JAK1
|
703 |
+
-12.098674 -2.5505064 dn1 thymic pro-t cell KLF2
|
704 |
+
10.233304 -9.055811 dn1 thymic pro-t cell IQCB1
|
705 |
+
-10.782199 14.695517 dn1 thymic pro-t cell STAMBPL1
|
706 |
+
-9.05072 9.952112 dn1 thymic pro-t cell HIPK1
|
707 |
+
11.032183 14.5346985 dn1 thymic pro-t cell KMT2E
|
708 |
+
-11.543733 13.688288 dn1 thymic pro-t cell NABP1
|
709 |
+
-10.001683 15.151813 dn1 thymic pro-t cell IPCEF1
|
710 |
+
10.960526 -11.158274 dn1 thymic pro-t cell TOB1
|
711 |
+
-9.505663 13.691842 dn1 thymic pro-t cell DOCK8
|
712 |
+
-14.382624 9.253489 dn1 thymic pro-t cell PDZD4
|
713 |
+
-6.6654034 15.072801 dn1 thymic pro-t cell DDX21
|
714 |
+
-12.60816 -3.1133704 dn1 thymic pro-t cell PDCD4
|
715 |
+
-11.347216 13.703544 dn1 thymic pro-t cell NCL
|
716 |
+
-11.396003 -2.0667822 dn1 thymic pro-t cell NMI
|
717 |
+
-10.682029 -3.75719 dn1 thymic pro-t cell TGIF2
|
718 |
+
-8.068843 11.199086 dn1 thymic pro-t cell PBX4
|
719 |
+
-10.603571 14.261647 dn1 thymic pro-t cell ALOX5AP
|
720 |
+
-9.746318 14.567861 dn1 thymic pro-t cell TNFSF14
|
721 |
+
-12.033686 -11.296852 dn1 thymic pro-t cell PATZ1
|
722 |
+
-9.362564 9.935137 dn1 thymic pro-t cell FOSL2
|
723 |
+
7.1228366 -5.4124684 dn1 thymic pro-t cell MAZ
|
724 |
+
7.700011 -2.5343602 dn1 thymic pro-t cell OPTN
|
725 |
+
-10.540755 -11.004995 dn1 thymic pro-t cell NSA2
|
726 |
+
-5.4583354 12.940617 dn1 thymic pro-t cell TERF2IP
|
727 |
+
-14.972986 9.784958 dn1 thymic pro-t cell TNFAIP8
|
728 |
+
7.2006607 -3.5908298 dn1 thymic pro-t cell SYNGAP1
|
729 |
+
-8.273109 1.4823936 dn1 thymic pro-t cell AP2B1
|
730 |
+
-0.99758804 -0.23547879 dn1 thymic pro-t cell CDC7
|
731 |
+
-5.537967 13.638106 dn1 thymic pro-t cell SRRT
|
732 |
+
-11.614637 -2.6409218 dn1 thymic pro-t cell ZBTB6
|
733 |
+
-9.727914 14.757838 dn1 thymic pro-t cell EDRF1
|
734 |
+
-9.786501 10.853173 dn1 thymic pro-t cell GIMAP1
|
735 |
+
-12.040212 -11.451792 dn1 thymic pro-t cell RC3H2
|
736 |
+
-12.679243 12.472363 dn1 thymic pro-t cell RPS19
|
737 |
+
-11.750596 13.076147 dn1 thymic pro-t cell CBX4
|
738 |
+
-10.208932 15.146647 dn1 thymic pro-t cell UHRF2
|
739 |
+
-10.041829 11.664078 dn1 thymic pro-t cell CDKN2A
|
740 |
+
-11.427633 14.419985 dn1 thymic pro-t cell CFL1
|
741 |
+
-1.0309751 -0.3376639 dn1 thymic pro-t cell TBCC
|
742 |
+
-10.41856 11.947382 dn1 thymic pro-t cell IL2RA
|
743 |
+
5.762992 -8.216205 dn1 thymic pro-t cell OFD1
|
744 |
+
-11.431058 12.986685 dn1 thymic pro-t cell UBE2V1
|
745 |
+
-11.396794 14.325953 dn1 thymic pro-t cell MALT1
|
746 |
+
-1.4338212 -0.26216188 dn1 thymic pro-t cell CEP85L
|
747 |
+
-9.6101265 13.640948 dn1 thymic pro-t cell IL18RAP
|
748 |
+
10.11909 -9.01367 dn1 thymic pro-t cell MACF1
|
749 |
+
-11.350935 14.120387 dn1 thymic pro-t cell NKTR
|
750 |
+
-9.074726 10.397588 dn1 thymic pro-t cell SEZ6
|
751 |
+
-11.224581 14.511068 dn1 thymic pro-t cell GIMAP5
|
752 |
+
-10.036715 -12.223413 dn1 thymic pro-t cell PREX1
|
753 |
+
-9.899253 12.39117 dn1 thymic pro-t cell TNFRSF18
|
754 |
+
-11.037569 12.191148 dn1 thymic pro-t cell WHRN
|
755 |
+
-8.874815 14.6577015 dn1 thymic pro-t cell AIP
|
756 |
+
-11.415583 -1.6201643 dn1 thymic pro-t cell NCK1
|
757 |
+
12.905559 11.992441 dn1 thymic pro-t cell NKAP
|
758 |
+
1.4373156 -16.613152 dn1 thymic pro-t cell CPNE1
|
759 |
+
-13.889291 11.391858 dn1 thymic pro-t cell COX7C
|
760 |
+
6.2423615 9.61408 dn1 thymic pro-t cell SRSF5
|
761 |
+
-9.657186 11.30071 dn1 thymic pro-t cell RPL22
|
762 |
+
-13.439709 12.038612 dn1 thymic pro-t cell DMTF1
|
763 |
+
-15.124824 9.567938 dn1 thymic pro-t cell RAP1B
|
764 |
+
-5.673853 12.715548 dn1 thymic pro-t cell FBXO41
|
765 |
+
-11.7971945 14.029284 dn1 thymic pro-t cell GYPC
|
766 |
+
-12.113269 -11.711962 dn1 thymic pro-t cell S100A10
|
767 |
+
6.4641423 -7.7139335 dn1 thymic pro-t cell PRR5
|
768 |
+
-11.237527 13.559225 dn1 thymic pro-t cell AGFG2
|
769 |
+
-12.922213 -7.4493036 dn1 thymic pro-t cell REXO4
|
770 |
+
-10.777638 11.749293 dn1 thymic pro-t cell GZMA
|
771 |
+
-10.203068 11.251481 dn1 thymic pro-t cell TCOF1
|
772 |
+
-9.543706 -13.530783 dn1 thymic pro-t cell RIPK2
|
773 |
+
-8.784582 9.981178 dn1 thymic pro-t cell CDK5RAP1
|
774 |
+
-7.440245 15.0866995 dn1 thymic pro-t cell MIER1
|
775 |
+
7.5032167 -3.270702 dn1 thymic pro-t cell TRAPPC6A
|
776 |
+
-8.870435 14.899742 dn1 thymic pro-t cell SLC16A7
|
777 |
+
-9.550256 14.957081 dn1 thymic pro-t cell CTDSPL2
|
778 |
+
-10.801344 14.224364 dn1 thymic pro-t cell NFATC2IP
|
779 |
+
-9.569502 -13.725226 dn1 thymic pro-t cell LAIR1
|
780 |
+
-10.252225 14.749717 dn1 thymic pro-t cell CCND3
|
781 |
+
-11.861368 -2.942067 dn1 thymic pro-t cell KLRC2
|
782 |
+
-11.881897 13.7982 dn1 thymic pro-t cell DDX5
|
783 |
+
6.005094 -9.127298 dn1 thymic pro-t cell RABAC1
|
784 |
+
-11.548671 13.24525 dn1 thymic pro-t cell GPATCH8
|
785 |
+
-9.315703 11.391719 dn1 thymic pro-t cell CFLAR
|
786 |
+
12.882922 11.780009 dn1 thymic pro-t cell PDCD6
|
787 |
+
-10.305747 11.6660185 dn1 thymic pro-t cell CD320
|
788 |
+
10.73667 -10.913437 dn1 thymic pro-t cell RPS5
|
789 |
+
4.837175 10.156556 dn1 thymic pro-t cell RPS3A
|
790 |
+
-6.4422684 14.96953 dn1 thymic pro-t cell GTF2B
|
791 |
+
-11.183869 -2.8862543 dn1 thymic pro-t cell AMIGO1
|
792 |
+
-10.983046 11.755757 dn1 thymic pro-t cell SNRPG
|
793 |
+
-11.292175 14.768328 dn1 thymic pro-t cell BIN1
|
794 |
+
5.983807 -9.231749 dn1 thymic pro-t cell NPM1
|
795 |
+
-11.13493 14.150302 dn1 thymic pro-t cell GGA1
|
796 |
+
-12.869579 -7.3212066 dn1 thymic pro-t cell WNK1
|
797 |
+
-10.504649 12.801843 dn1 thymic pro-t cell CDKN2AIP
|
798 |
+
-9.549238 14.691098 dn1 thymic pro-t cell BDP1
|
799 |
+
6.2301555 10.229737 dn1 thymic pro-t cell C9orf78
|
800 |
+
-10.933543 12.543408 dn1 thymic pro-t cell RPL36AL
|
801 |
+
3.814904 -16.562492 dn1 thymic pro-t cell RBL2
|
802 |
+
5.3862686 -9.587739 dn1 thymic pro-t cell EEF1B2
|
803 |
+
-14.003557 10.804693 dn1 thymic pro-t cell PPP6R2
|
804 |
+
-11.24326 -3.103039 dn1 thymic pro-t cell PTMA
|
805 |
+
-10.983288 12.510853 dn1 thymic pro-t cell COPS9
|
806 |
+
13.75615 11.80118 dn1 thymic pro-t cell CDK12
|
807 |
+
-11.044424 -3.0295434 dn1 thymic pro-t cell STK38
|
808 |
+
-11.216381 13.813639 dn1 thymic pro-t cell RPS18
|
809 |
+
-9.905188 15.3091135 dn1 thymic pro-t cell RPS2
|
810 |
+
2.1387327 -16.731535 dn1 thymic pro-t cell TTC14
|
811 |
+
-9.162217 11.069559 dn1 thymic pro-t cell JOSD1
|
812 |
+
5.373946 -9.643561 dn1 thymic pro-t cell B2M
|
813 |
+
4.3338428 9.939643 dn1 thymic pro-t cell S1PR5
|
814 |
+
-7.613695 2.4146352 dn1 thymic pro-t cell ZNF138
|
815 |
+
-9.441793 9.901168 dn1 thymic pro-t cell ZFPM1
|
816 |
+
-9.810074 11.976464 dn1 thymic pro-t cell TDG
|
817 |
+
-10.480781 14.733764 dn1 thymic pro-t cell TPT1
|
818 |
+
-11.233422 14.78312 dn1 thymic pro-t cell BTG1
|
819 |
+
-10.905257 12.415717 dn1 thymic pro-t cell GLIPR1
|
820 |
+
-11.816148 14.021734 dn1 thymic pro-t cell DHPS
|
821 |
+
13.417014 11.868953 dn1 thymic pro-t cell LEPROTL1
|
822 |
+
6.428225 10.749827 dn1 thymic pro-t cell CLIC3
|
823 |
+
-9.549348 10.99377 dn1 thymic pro-t cell ANKRD28
|
824 |
+
5.859016 10.734072 dn1 thymic pro-t cell ZNF410
|
825 |
+
-10.790089 -9.045301 dn1 thymic pro-t cell PAM16
|
826 |
+
-11.472664 12.457306 dn1 thymic pro-t cell MOB2
|
827 |
+
-9.550096 -13.113642 dn1 thymic pro-t cell TNFAIP3
|
828 |
+
9.468393 -7.52642 dn1 thymic pro-t cell RAP2B
|
829 |
+
10.573731 -11.116545 dn1 thymic pro-t cell BCAS2
|
830 |
+
-9.09387 10.073012 dn1 thymic pro-t cell MAD1L1
|
831 |
+
-10.20773 11.424857 dn1 thymic pro-t cell YPEL3
|
832 |
+
-9.35249 10.461385 dn1 thymic pro-t cell MRPL57
|
833 |
+
10.368162 -9.373495 dn1 thymic pro-t cell ICAM3
|
834 |
+
-8.999853 9.811897 dn1 thymic pro-t cell RAD9A
|
835 |
+
-9.905224 -4.9249825 dn1 thymic pro-t cell SSH2
|
836 |
+
-15.805937 8.844162 dn1 thymic pro-t cell NAP1L3
|
837 |
+
-7.3546934 12.28516 dn1 thymic pro-t cell MRFAP1L1
|
838 |
+
-9.204654 10.637972 dn1 thymic pro-t cell HAUS7
|
839 |
+
-14.963768 9.905216 dn1 thymic pro-t cell ING3
|
840 |
+
-11.103489 14.301371 dn1 thymic pro-t cell MYCBP2
|
841 |
+
-11.889247 -12.604394 dn1 thymic pro-t cell CD27
|
842 |
+
-8.068732 11.222684 dn1 thymic pro-t cell DEK
|
843 |
+
5.0718827 -9.788287 dn1 thymic pro-t cell CRBN
|
844 |
+
-8.9599495 12.602714 dn1 thymic pro-t cell FUBP1
|
845 |
+
-5.0370464 -0.5844107 dn1 thymic pro-t cell TBPL1
|
846 |
+
-10.826264 13.533088 dn1 thymic pro-t cell TAF7
|
847 |
+
-10.293438 11.5572405 dn1 thymic pro-t cell HIVEP2
|
848 |
+
-12.824815 12.470994 dn1 thymic pro-t cell CDC37L1
|
849 |
+
-9.517203 -13.073011 dn1 thymic pro-t cell MX2
|
850 |
+
-0.72232324 -0.08200311 dn1 thymic pro-t cell TERF1
|
851 |
+
4.370007 14.134199 dn1 thymic pro-t cell SHLD1
|
852 |
+
-10.159851 15.224208 dn1 thymic pro-t cell PRAG1
|
853 |
+
-12.683115 -2.7085629 dn1 thymic pro-t cell RPL5
|
854 |
+
-3.1071544 -0.25003213 dn1 thymic pro-t cell CCDC12
|
855 |
+
-10.01419 12.074509 dn1 thymic pro-t cell PDCD1
|
856 |
+
-11.751514 -2.4680512 dn1 thymic pro-t cell PNMA3
|
857 |
+
-12.655786 -8.263263 dn1 thymic pro-t cell IL18R1
|
858 |
+
10.184896 -10.916177 dn1 thymic pro-t cell ABCB1
|
859 |
+
-10.796096 13.549795 dn1 thymic pro-t cell THAP6
|
860 |
+
-10.759892 12.290593 dn1 thymic pro-t cell JUNB
|
861 |
+
-12.014785 -2.3449056 dn1 thymic pro-t cell IL12RB2
|
862 |
+
4.9952474 10.334948 dn1 thymic pro-t cell TSPYL4
|
863 |
+
-10.190978 -11.570315 dn1 thymic pro-t cell ZFYVE27
|
864 |
+
-13.238619 12.201432 dn1 thymic pro-t cell PCGF5
|
865 |
+
7.5583777 -1.9911441 dn1 thymic pro-t cell RPL29
|
866 |
+
-10.027099 -13.747334 dn1 thymic pro-t cell IL21R
|
867 |
+
-9.285415 10.238478 dn1 thymic pro-t cell PPIL2
|
868 |
+
-1.3973352 -0.025159327 dn1 thymic pro-t cell ACP6
|
869 |
+
-13.347348 11.936909 dn1 thymic pro-t cell ISY1
|
870 |
+
-15.113941 9.620871 dn1 thymic pro-t cell SNRPF
|
871 |
+
-11.300168 14.899117 dn1 thymic pro-t cell DEDD2
|
872 |
+
-11.4932995 12.655458 dn1 thymic pro-t cell ZMAT2
|
873 |
+
-10.679229 -3.4922256 dn1 thymic pro-t cell RPS6
|
874 |
+
6.0546775 10.610846 dn1 thymic pro-t cell ARHGAP9
|
875 |
+
7.116448 -5.6231627 dn1 thymic pro-t cell PRPF18
|
876 |
+
10.115182 -9.255572 dn1 thymic pro-t cell CCND2
|
877 |
+
-11.496919 13.681573 dn1 thymic pro-t cell NOSIP
|
878 |
+
-15.284434 9.226884 dn1 thymic pro-t cell LPXN
|
879 |
+
-12.637584 -2.985922 dn1 thymic pro-t cell RNF169
|
880 |
+
-10.5564165 14.912413 dn1 thymic pro-t cell PNMA5
|
881 |
+
-10.708331 -11.683084 dn1 thymic pro-t cell NDUFA13
|
882 |
+
7.1107607 -4.4222484 dn1 thymic pro-t cell UBASH3B
|
883 |
+
-12.181112 -10.771802 dn1 thymic pro-t cell EMP3
|
884 |
+
10.742655 14.314327 dn1 thymic pro-t cell PSTPIP1
|
885 |
+
7.595457 -2.766199 dn1 thymic pro-t cell TLE4
|
886 |
+
4.4275675 14.328175 dn1 thymic pro-t cell MAP3K5
|
887 |
+
6.1023774 -8.440045 dn1 thymic pro-t cell GRK2
|
888 |
+
-11.218836 13.165997 dn1 thymic pro-t cell CTBP1
|
889 |
+
-9.812199 13.691468 dn1 thymic pro-t cell INPP5D
|
890 |
+
-9.259825 9.750515 dn1 thymic pro-t cell TNFRSF4
|
891 |
+
4.4094777 14.380455 dn1 thymic pro-t cell SNRNP200
|
892 |
+
-9.537178 -13.159022 dn1 thymic pro-t cell LEF1
|
893 |
+
-6.1588073 15.090154 dn1 thymic pro-t cell NAP1L5
|
894 |
+
6.247417 -7.97326 dn1 thymic pro-t cell E2F3
|
895 |
+
-12.819278 -6.9696155 dn1 thymic pro-t cell RO60
|
896 |
+
-9.131347 11.947583 dn1 thymic pro-t cell FOXP3
|
897 |
+
-8.108549 11.268948 dn1 thymic pro-t cell ZBTB24
|
898 |
+
-1.0838785 -0.14186849 dn1 thymic pro-t cell CAGE1
|
899 |
+
14.076765 11.791934 dn1 thymic pro-t cell CASK
|
900 |
+
-1.7051363 -0.4188984 dn1 thymic pro-t cell CDK2AP2
|
901 |
+
-10.752637 12.662427 dn1 thymic pro-t cell CASP4
|
902 |
+
-10.229576 14.944779 dn1 thymic pro-t cell ZNF777
|
903 |
+
-10.963515 13.516124 dn1 thymic pro-t cell ZNF17
|
904 |
+
-10.699499 14.950568 dn1 thymic pro-t cell TNFSF12
|
905 |
+
-12.6961775 -4.062336 dn1 thymic pro-t cell RGS1
|
906 |
+
-10.742198 -13.308768 dn1 thymic pro-t cell RPS13
|
907 |
+
7.2787666 -4.717984 dn1 thymic pro-t cell AP1G2
|
908 |
+
-5.3775997 13.40882 dn1 thymic pro-t cell SART3
|
909 |
+
5.4021974 10.510298 dn1 thymic pro-t cell FYN
|
910 |
+
11.052921 14.546551 dn1 thymic pro-t cell RPL37A
|
911 |
+
-11.928506 13.966856 dn1 thymic pro-t cell YY1
|
912 |
+
-11.149585 12.881571 dn1 thymic pro-t cell ZNF420
|
913 |
+
14.0807295 11.960458 dn1 thymic pro-t cell SP110
|
914 |
+
-9.06329 9.81209 dn1 thymic pro-t cell RAD21
|
915 |
+
7.284551 -4.440235 dn1 thymic pro-t cell CNOT10
|
916 |
+
-8.971433 9.463052 dn1 thymic pro-t cell KCNC1
|
917 |
+
-7.3657637 3.0891035 dn1 thymic pro-t cell MIF
|
918 |
+
-9.355153 13.111832 dn1 thymic pro-t cell PFN1
|
919 |
+
7.4329696 -2.7075033 dn1 thymic pro-t cell MED17
|
920 |
+
-9.799023 10.473232 dn1 thymic pro-t cell CHD1
|
921 |
+
-11.272325 14.202339 dn1 thymic pro-t cell DPP4
|
922 |
+
6.487399 8.323635 dn1 thymic pro-t cell CYTH4
|
923 |
+
-11.056242 14.203299 dn1 thymic pro-t cell IQCG
|
924 |
+
-9.338201 9.834522 dn1 thymic pro-t cell STAG2
|
925 |
+
-12.836419 12.48435 dn1 thymic pro-t cell IL12RB1
|
926 |
+
-8.738014 10.044937 dn1 thymic pro-t cell SETDB2
|
927 |
+
-10.737282 -10.943505 dn1 thymic pro-t cell RGS14
|
928 |
+
-11.777741 -11.915149 dn1 thymic pro-t cell ARL6IP5
|
929 |
+
6.5386224 -5.8566213 dn1 thymic pro-t cell AQP3
|
930 |
+
-8.791848 11.689798 dn1 thymic pro-t cell GPKOW
|
931 |
+
-11.433433 13.6880245 dn1 thymic pro-t cell MIB2
|
932 |
+
6.4308515 9.046294 dn1 thymic pro-t cell TAF10
|
933 |
+
-8.721339 11.712165 dn1 thymic pro-t cell ODF2
|
934 |
+
7.1319203 -5.4082336 dn1 thymic pro-t cell CLN3
|
935 |
+
-11.424542 -12.566718 dn1 thymic pro-t cell BUB3
|
936 |
+
-10.521074 -11.744628 dn1 thymic pro-t cell HNRNPUL1
|
937 |
+
10.569707 -10.874578 dn1 thymic pro-t cell NECAP2
|
938 |
+
-9.469642 9.554568 dn1 thymic pro-t cell APMAP
|
939 |
+
12.673662 11.907246 dn1 thymic pro-t cell TMSB4X
|
940 |
+
-9.917688 11.088478 dn1 thymic pro-t cell WASHC2A
|
941 |
+
-9.415194 10.6184 dn1 thymic pro-t cell B3GAT1
|
942 |
+
-6.3526955 14.779691 dn1 thymic pro-t cell SP4
|
943 |
+
-11.573515 -1.9633589 dn1 thymic pro-t cell ESYT1
|
944 |
+
10.914936 -10.7601 dn1 thymic pro-t cell IL2
|
945 |
+
-8.798456 10.792338 dn1 thymic pro-t cell DOCK2
|
946 |
+
-9.010732 12.045879 dn1 thymic pro-t cell RHOH
|
947 |
+
-10.898595 11.91008 dn1 thymic pro-t cell CAPN15
|
948 |
+
7.0765753 -3.7666688 dn1 thymic pro-t cell IFITM1
|
949 |
+
-7.7998495 11.150717 dn1 thymic pro-t cell RASA1
|
950 |
+
-13.451107 12.0517235 dn1 thymic pro-t cell ARF6
|
951 |
+
-9.134564 10.075834 dn1 thymic pro-t cell SLAIN1
|
952 |
+
-10.703478 14.683213 dn1 thymic pro-t cell PPP1R12A
|
953 |
+
-14.1451645 10.942531 dn1 thymic pro-t cell SSBP4
|
954 |
+
-11.146568 14.84449 dn1 thymic pro-t cell VPS13A
|
955 |
+
-12.517877 -4.063259 dn1 thymic pro-t cell RAP2C
|
956 |
+
-14.865345 8.981625 dn1 thymic pro-t cell ADAM19
|
957 |
+
-9.116413 9.661389 dn1 thymic pro-t cell CD3D
|
958 |
+
-10.953757 13.410074 dn1 thymic pro-t cell RPL7A
|
959 |
+
-9.562298 11.487758 dn1 thymic pro-t cell BRD2
|
960 |
+
-12.627112 12.623057 dn1 thymic pro-t cell DAXX
|
961 |
+
-10.337506 -3.871385 dn1 thymic pro-t cell ZNF319
|
962 |
+
-10.389099 14.66284 dn1 thymic pro-t cell JUND
|
963 |
+
-9.119811 9.601629 dn1 thymic pro-t cell IRF4
|
964 |
+
-11.1405 13.779514 dn1 thymic pro-t cell EP300
|
965 |
+
-11.290951 -12.389728 dn1 thymic pro-t cell MRPL9
|
966 |
+
-8.008704 1.8204501 dn1 thymic pro-t cell KRT2
|
967 |
+
-9.353416 9.344184 dn1 thymic pro-t cell ZNF7
|
968 |
+
5.298773 10.0762 dn1 thymic pro-t cell RAPGEF1
|
969 |
+
-11.181214 13.83575 dn1 thymic pro-t cell PHF3
|
970 |
+
-9.121813 9.306428 dn1 thymic pro-t cell NPAT
|
971 |
+
-10.174772 -4.37994 dn1 thymic pro-t cell IL16
|
972 |
+
10.907522 -9.801063 dn1 thymic pro-t cell FAM13B
|
973 |
+
-12.789209 -2.894697 dn1 thymic pro-t cell ANKRD36
|
974 |
+
-10.726022 12.079514 dn1 thymic pro-t cell URI1
|
975 |
+
10.9292755 -10.606643 dn1 thymic pro-t cell MAX
|
976 |
+
10.559794 -10.052929 dn1 thymic pro-t cell APBB1IP
|
977 |
+
-10.810426 -8.769922 dn1 thymic pro-t cell FBF1
|
978 |
+
-6.6435413 13.696207 dn1 thymic pro-t cell SEC14L2
|
979 |
+
-11.367258 13.710246 dn1 thymic pro-t cell RGL4
|
980 |
+
-11.089164 12.764218 dn1 thymic pro-t cell DENND4A
|
981 |
+
-11.90402 -12.700731 dn1 thymic pro-t cell RPL4
|
982 |
+
-8.922173 9.727804 dn1 thymic pro-t cell KLF6
|
983 |
+
-9.746598 14.429433 dn1 thymic pro-t cell GPSM3
|
984 |
+
-10.64658 -11.554351 dn1 thymic pro-t cell MYH11
|
985 |
+
-10.907928 13.743538 dn1 thymic pro-t cell DDX27
|
986 |
+
13.718507 11.859369 dn1 thymic pro-t cell PPP1R18
|
987 |
+
-10.965661 14.052666 dn1 thymic pro-t cell TRAF5
|
988 |
+
-6.1815023 14.902528 dn1 thymic pro-t cell RPL28
|
989 |
+
7.4731603 -3.632028 dn1 thymic pro-t cell RPS3
|
990 |
+
6.0818505 -8.120439 dn1 thymic pro-t cell EMB
|
991 |
+
7.2206335 -4.4321814 dn1 thymic pro-t cell TOX
|
992 |
+
7.59342 -2.0215077 dn1 thymic pro-t cell ATF7IP
|
993 |
+
-9.649076 14.671734 dn1 thymic pro-t cell IGHG4
|
994 |
+
10.22774 -11.038946 dn1 thymic pro-t cell MZT2B
|
995 |
+
-8.996219 10.178057 dn1 thymic pro-t cell ITPKB
|
996 |
+
-9.932319 13.951644 dn1 thymic pro-t cell KAT2B
|
997 |
+
-15.104673 8.890937 dn1 thymic pro-t cell IL4
|
998 |
+
-6.0131574 15.144211 dn1 thymic pro-t cell FNBP1
|
999 |
+
-10.991716 -11.584162 dn1 thymic pro-t cell CITED2
|
1000 |
+
-15.477946 9.039737 dn1 thymic pro-t cell GTF2F1
|
1001 |
+
-13.349477 11.937875 dn1 thymic pro-t cell JAK3
|
1002 |
+
-9.181976 9.573048 dn1 thymic pro-t cell EPS15
|
1003 |
+
6.125903 -7.9924216 dn1 thymic pro-t cell PPWD1
|
1004 |
+
-10.527839 -10.280248 dn1 thymic pro-t cell AQR
|
1005 |
+
7.6679316 -1.9641767 dn1 thymic pro-t cell CD247
|
1006 |
+
3.9678795 13.902855 dn1 thymic pro-t cell GMEB1
|
1007 |
+
-11.332162 14.529158 dn1 thymic pro-t cell NUCB2
|
1008 |
+
-9.292364 11.968674 dn1 thymic pro-t cell TNK2
|
1009 |
+
5.5953145 -9.194275 dn1 thymic pro-t cell SLAIN2
|
1010 |
+
-6.864979 14.65818 dn1 thymic pro-t cell RPL13A
|
1011 |
+
-11.159103 13.925805 dn1 thymic pro-t cell TPD52
|
1012 |
+
-11.2422285 13.907724 dn1 thymic pro-t cell ZHX2
|
1013 |
+
-11.895351 13.239614 dn1 thymic pro-t cell SYNRG
|
1014 |
+
4.0393806 -16.682297 dn1 thymic pro-t cell FKBP5
|
1015 |
+
10.72252 14.661815 dn1 thymic pro-t cell CASP6
|
1016 |
+
9.744725 -10.755521 dn1 thymic pro-t cell FXN
|
1017 |
+
-11.2424755 13.096007 dn1 thymic pro-t cell SIGIRR
|
1018 |
+
-10.691477 13.839113 dn1 thymic pro-t cell GLS
|
1019 |
+
-9.485804 11.857683 dn1 thymic pro-t cell AKNA
|
1020 |
+
9.372891 -7.971865 dn1 thymic pro-t cell GPATCH11
|
1021 |
+
-9.336269 14.868264 dn1 thymic pro-t cell CHIC2
|
1022 |
+
-11.117932 14.859097 dn1 thymic pro-t cell CBX8
|
1023 |
+
-9.524025 11.765763 dn1 thymic pro-t cell EPOR
|
1024 |
+
3.9756002 -16.11464 dn1 thymic pro-t cell CD53
|
1025 |
+
-11.485061 14.649008 dn1 thymic pro-t cell PPP1R2
|
1026 |
+
-9.209416 9.582409 dn1 thymic pro-t cell ANAPC1
|
1027 |
+
-11.198918 13.495793 dn1 thymic pro-t cell DHX9
|
1028 |
+
-10.900183 -12.337495 dn1 thymic pro-t cell LAT
|
1029 |
+
-9.060338 9.621565 dn1 thymic pro-t cell CHD8
|
1030 |
+
5.306427 -9.049798 dn1 thymic pro-t cell SLC10A1
|
1031 |
+
-8.083364 12.402572 dn1 thymic pro-t cell KIF20B
|
1032 |
+
-5.8318706 14.469011 dn1 thymic pro-t cell TENT5C
|
1033 |
+
-11.971454 -2.6718783 dn1 thymic pro-t cell VRK1
|
1034 |
+
-8.072516 11.122363 dn1 thymic pro-t cell MPHOSPH9
|
1035 |
+
-6.7562494 15.006308 dn1 thymic pro-t cell SIK1
|
1036 |
+
10.120986 -10.971318 dn1 thymic pro-t cell LAX1
|
1037 |
+
-10.152869 14.03002 dn1 thymic pro-t cell TIGD3
|
1038 |
+
-11.177566 -2.165416 dn1 thymic pro-t cell LRBA
|
1039 |
+
-9.574057 10.101975 dn1 thymic pro-t cell LTA
|
1040 |
+
-9.179497 10.053041 dn1 thymic pro-t cell MAP2K6
|
1041 |
+
-2.8192296 -0.18535088 dn1 thymic pro-t cell ZEB1
|
1042 |
+
10.926512 14.239445 dn1 thymic pro-t cell LRRFIP1
|
1043 |
+
-10.591918 11.14004 dn1 thymic pro-t cell CLEC2D
|
1044 |
+
2.9380262 -16.79171 dn1 thymic pro-t cell USF2
|
1045 |
+
-11.684093 13.122259 dn1 thymic pro-t cell RPS24
|
1046 |
+
-11.305684 13.857867 dn1 thymic pro-t cell APOBEC3G
|
1047 |
+
-11.878557 13.711113 dn1 thymic pro-t cell ZNF107
|
1048 |
+
-10.731463 12.693352 dn1 thymic pro-t cell TSC22D4
|
1049 |
+
-11.678718 13.9231415 dn1 thymic pro-t cell HSPE1
|
1050 |
+
-11.307748 12.529202 dn1 thymic pro-t cell ANKRD36B
|
1051 |
+
-9.129101 10.005806 dn1 thymic pro-t cell PIM1
|
1052 |
+
-10.732563 -11.987271 dn1 thymic pro-t cell IGLC2
|
1053 |
+
5.994945 9.768198 dn1 thymic pro-t cell EXOSC9
|
1054 |
+
-10.195152 -13.587901 dn1 thymic pro-t cell HDAC10
|
1055 |
+
6.278129 9.919975 dn1 thymic pro-t cell RPS7
|
1056 |
+
6.1930504 10.436841 dn1 thymic pro-t cell GNAO1
|
1057 |
+
-8.994393 10.212623 dn1 thymic pro-t cell IL23A
|
1058 |
+
10.79064 14.322409 dn1 thymic pro-t cell POLR1E
|
1059 |
+
-9.929201 -4.983669 dn1 thymic pro-t cell HERC3
|
1060 |
+
-10.503095 12.877823 dn1 thymic pro-t cell PSPC1
|
1061 |
+
-14.130858 11.193089 dn1 thymic pro-t cell XPC
|
1062 |
+
-9.292385 9.945304 dn1 thymic pro-t cell PHACTR2
|
1063 |
+
-11.468848 13.538264 dn1 thymic pro-t cell MLLT6
|
1064 |
+
-6.1495657 14.949573 dn1 thymic pro-t cell EID2B
|
1065 |
+
-10.294264 13.936465 dn1 thymic pro-t cell PPP1R10
|
1066 |
+
-10.775798 12.229426 dn1 thymic pro-t cell KMT2A
|
1067 |
+
-7.0086913 14.841774 dn1 thymic pro-t cell PDE4B
|
1068 |
+
-15.22462 9.435529 dn1 thymic pro-t cell KLRC1
|
1069 |
+
-8.088899 11.38858 dn1 thymic pro-t cell SIRT7
|
1070 |
+
6.582987 9.003013 dn1 thymic pro-t cell N4BP2L2
|
1071 |
+
-8.396649 11.241851 dn1 thymic pro-t cell GINS4
|
1072 |
+
-8.193826 11.317793 dn1 thymic pro-t cell SFMBT2
|
1073 |
+
-14.0437975 10.466337 dn1 thymic pro-t cell CCDC85B
|
1074 |
+
-10.883595 -10.315457 dn1 thymic pro-t cell RPS27
|
1075 |
+
-11.468914 -2.096454 dn1 thymic pro-t cell RASA3
|
1076 |
+
-11.902562 13.118577 dn1 thymic pro-t cell ANKRD49
|
1077 |
+
-7.356921 15.066983 dn1 thymic pro-t cell STAT3
|
1078 |
+
-6.190072 15.035945 dn1 thymic pro-t cell RBM34
|
1079 |
+
-11.403115 14.162547 dn1 thymic pro-t cell CLIC5
|
1080 |
+
-5.4486666 13.230896 dn1 thymic pro-t cell PASK
|
1081 |
+
-11.985566 -2.7868295 dn1 thymic pro-t cell ZNF131
|
1082 |
+
-10.960001 14.039131 dn1 thymic pro-t cell EIF3G
|
1083 |
+
-10.727509 -11.3902235 dn1 thymic pro-t cell SH3KBP1
|
1084 |
+
4.74672 15.415064 dn1 thymic pro-t cell SUPT3H
|
1085 |
+
7.168829 -5.1354656 dn1 thymic pro-t cell SUN2
|
1086 |
+
4.424086 13.951515 dn1 thymic pro-t cell TRRAP
|
1087 |
+
-11.568161 14.300866 dn1 thymic pro-t cell RNMT
|
1088 |
+
14.209442 11.801368 dn1 thymic pro-t cell CD4
|
1089 |
+
-6.224471 15.144 dn1 thymic pro-t cell PSME2
|
1090 |
+
-10.314269 11.584927 dn1 thymic pro-t cell EVI2A
|
1091 |
+
2.624582 -16.90135 dn1 thymic pro-t cell RPA2
|
1092 |
+
-9.833728 10.419665 dn1 thymic pro-t cell INO80
|
1093 |
+
-11.2078085 14.189857 dn1 thymic pro-t cell MAD2L2
|
1094 |
+
-8.650567 10.412362 dn1 thymic pro-t cell ABI3
|
1095 |
+
-11.857338 -2.2986233 dn1 thymic pro-t cell BCR
|
1096 |
+
-11.366901 14.00738 dn1 thymic pro-t cell DCAF5
|
1097 |
+
-11.382841 13.724728 dn1 thymic pro-t cell RPL7
|
1098 |
+
-10.265282 12.18355 dn1 thymic pro-t cell TENM1
|
1099 |
+
-11.019377 14.602494 dn1 thymic pro-t cell ZBP1
|
1100 |
+
-9.109956 13.029347 dn1 thymic pro-t cell SLAMF7
|
1101 |
+
5.319174 -9.013791 dn1 thymic pro-t cell ADA
|
1102 |
+
-6.2896967 14.956525 dn1 thymic pro-t cell PPAN
|
1103 |
+
-9.7901945 15.308131 dn1 thymic pro-t cell EXOC2
|
1104 |
+
-11.390381 14.641677 dn1 thymic pro-t cell ZRSR2
|
1105 |
+
6.393737 -7.005156 dn1 thymic pro-t cell RBM8A
|
1106 |
+
6.2489176 8.549079 dn1 thymic pro-t cell ATAD2
|
1107 |
+
10.241923 -11.0117855 dn1 thymic pro-t cell NCAPH
|
1108 |
+
-10.807798 14.448243 dn1 thymic pro-t cell CD6
|
1109 |
+
-11.6426325 13.487855 dn1 thymic pro-t cell ELMO1
|
1110 |
+
-8.348846 11.106682 dn1 thymic pro-t cell NCBP2
|
1111 |
+
-9.453799 10.442579 dn1 thymic pro-t cell PCSK7
|
1112 |
+
-9.311971 9.624335 dn1 thymic pro-t cell REX1BD
|
1113 |
+
-9.049111 12.863625 dn1 thymic pro-t cell ZFP36
|
1114 |
+
-11.796474 14.07425 dn1 thymic pro-t cell RCAN3
|
1115 |
+
-9.543764 11.573812 dn1 thymic pro-t cell HNRNPA0
|
1116 |
+
-6.2430162 14.918045 dn1 thymic pro-t cell UBL5
|
1117 |
+
-11.472158 13.67939 dn1 thymic pro-t cell RRS1
|
1118 |
+
-9.279408 9.541772 dn1 thymic pro-t cell WBP11
|
1119 |
+
6.88809 -5.3897557 dn1 thymic pro-t cell NDUFB8
|
1120 |
+
-9.755922 14.595151 dn1 thymic pro-t cell CCNH
|
1121 |
+
-10.885777 13.853763 dn1 thymic pro-t cell A1BG
|
1122 |
+
10.139276 -10.875964 dn1 thymic pro-t cell PPP2R5C
|
1123 |
+
-9.047229 9.946447 dn1 thymic pro-t cell RNASEK
|
1124 |
+
-10.891583 12.634329 dn1 thymic pro-t cell WDR37
|
1125 |
+
10.63169 -11.115403 dn1 thymic pro-t cell RPL27A
|
1126 |
+
-1.6005552 -0.2605521 dn1 thymic pro-t cell RASGRP2
|
1127 |
+
-11.615455 14.569755 dn1 thymic pro-t cell C1orf52
|
1128 |
+
-8.9338665 11.980459 dn1 thymic pro-t cell RNF38
|
1129 |
+
-10.737996 13.2231045 dn1 thymic pro-t cell DNMT1
|
1130 |
+
-10.627413 -10.666863 dn1 thymic pro-t cell RPL32
|
1131 |
+
-9.18001 10.149188 dn1 thymic pro-t cell RPL21
|
1132 |
+
7.3279996 -3.3709066 dn1 thymic pro-t cell HERC5
|
1133 |
+
-15.0400915 9.072498 dn1 thymic pro-t cell DUSP11
|
1134 |
+
-8.656603 11.82429 dn1 thymic pro-t cell ITGB7
|
1135 |
+
-10.033344 10.773595 dn1 thymic pro-t cell TMIE
|
1136 |
+
-9.887653 -4.740712 dn1 thymic pro-t cell PLCB2
|
1137 |
+
-8.873844 10.322561 dn1 thymic pro-t cell RPS16
|
1138 |
+
5.1850433 -9.993037 dn1 thymic pro-t cell SFSWAP
|
1139 |
+
-9.630912 14.654149 dn1 thymic pro-t cell LDLRAP1
|
1140 |
+
-10.93855 14.516268 dn1 thymic pro-t cell RELL2
|
1141 |
+
-13.376427 11.795938 dn1 thymic pro-t cell PACS1
|
1142 |
+
-10.76165 -11.843555 dn1 thymic pro-t cell RPS4X
|
1143 |
+
-6.383961 15.058144 dn1 thymic pro-t cell ATP2B4
|
1144 |
+
9.39301 -7.792347 dn1 thymic pro-t cell CRYBG1
|
1145 |
+
-10.574264 -11.289939 dn1 thymic pro-t cell TACC3
|
1146 |
+
-11.112887 14.637537 dn1 thymic pro-t cell RPL41
|
1147 |
+
14.133819 11.88312 dn1 thymic pro-t cell POLR3GL
|
1148 |
+
-8.3472395 11.021915 dn1 thymic pro-t cell STK26
|
1149 |
+
10.392733 -10.854418 dn1 thymic pro-t cell GRAP2
|
1150 |
+
-9.810547 14.415747 dn1 thymic pro-t cell LRCH4
|
1151 |
+
-10.315024 -4.0367923 dn1 thymic pro-t cell SRSF7
|
1152 |
+
-15.243288 9.250627 dn1 thymic pro-t cell SAMHD1
|
1153 |
+
-8.233058 11.211145 dn1 thymic pro-t cell E2F4
|
1154 |
+
-10.205569 14.920116 dn1 thymic pro-t cell MECP2
|
1155 |
+
-10.00917 15.020907 dn1 thymic pro-t cell TTC5
|
1156 |
+
-9.904523 13.735328 dn1 thymic pro-t cell ARHGEF1
|
1157 |
+
-10.416028 12.905283 dn1 thymic pro-t cell PKN1
|
1158 |
+
-7.0358896 12.773625 dn1 thymic pro-t cell ITFG2
|
1159 |
+
-10.795099 14.643364 dn1 thymic pro-t cell PATJ
|
1160 |
+
-13.985439 11.655144 dn1 thymic pro-t cell PTCH1
|
1161 |
+
-9.484839 14.742882 dn1 thymic pro-t cell STN1
|
1162 |
+
-9.157148 9.227686 dn1 thymic pro-t cell TSPAN18
|
1163 |
+
-13.621134 10.986028 dn1 thymic pro-t cell ERP29
|
1164 |
+
-9.275926 9.312194 dn1 thymic pro-t cell FRYL
|
1165 |
+
6.3787484 9.454715 dn1 thymic pro-t cell EHMT2
|
1166 |
+
-11.771369 -2.212939 dn1 thymic pro-t cell UBASH3A
|
1167 |
+
7.696901 -1.9056395 dn1 thymic pro-t cell ARHGEF6
|
1168 |
+
7.250931 -3.521684 dn1 thymic pro-t cell POLE3
|
1169 |
+
-13.335019 11.788587 dn1 thymic pro-t cell KLRK1
|
1170 |
+
-11.530098 -12.429598 dn1 thymic pro-t cell CD244
|
1171 |
+
-9.250873 9.650931 dn1 thymic pro-t cell ANKRD55
|
1172 |
+
-1.1339407 -0.22072594 dn1 thymic pro-t cell NOP58
|
1173 |
+
-15.652014 8.867686 dn1 thymic pro-t cell NOP56
|
1174 |
+
-6.152942 14.325616 dn1 thymic pro-t cell ARID5A
|
1175 |
+
-9.71606 10.857915 dn1 thymic pro-t cell STK4
|
1176 |
+
-11.001205 11.700317 dn1 thymic pro-t cell BCL7B
|
1177 |
+
-11.766092 13.871945 dn1 thymic pro-t cell USP20
|
1178 |
+
-10.344898 11.707585 dn1 thymic pro-t cell SLC14A1
|
1179 |
+
6.7694077 -6.13332 dn1 thymic pro-t cell SIN3A
|
1180 |
+
-11.419999 -3.1457922 dn1 thymic pro-t cell SYTL3
|
1181 |
+
-11.760876 -11.582801 dn1 thymic pro-t cell PRPF38A
|
1182 |
+
-10.135987 -4.9435844 dn1 thymic pro-t cell TRAT1
|
1183 |
+
-12.989963 12.335968 dn1 thymic pro-t cell LAPTM5
|
1184 |
+
13.394789 11.932355 dn1 thymic pro-t cell ZBTB38
|
1185 |
+
-9.225079 10.800047 dn1 thymic pro-t cell HDAC1
|
1186 |
+
-8.080913 0.355338 dn1 thymic pro-t cell GPM6A
|
1187 |
+
-8.681362 12.022586 dn1 thymic pro-t cell STMN1
|
1188 |
+
-9.451321 14.01332 dn1 thymic pro-t cell ARPC5L
|
1189 |
+
13.802755 11.840563 dn1 thymic pro-t cell C21orf91
|
1190 |
+
-11.883735 14.166883 dn1 thymic pro-t cell MAD2L1
|
1191 |
+
6.4580603 8.963605 dn1 thymic pro-t cell SIVA1
|
1192 |
+
-13.999177 10.619136 dn1 thymic pro-t cell GRAP
|
1193 |
+
-11.9013605 12.234043 dn1 thymic pro-t cell PRMT2
|
1194 |
+
-6.0825973 14.404648 dn1 thymic pro-t cell RPS10
|
1195 |
+
-8.707196 11.495995 dn1 thymic pro-t cell CHD4
|
1196 |
+
-13.943319 11.545207 dn1 thymic pro-t cell CHRAC1
|
1197 |
+
-8.956021 11.771727 dn1 thymic pro-t cell SUB1
|
1198 |
+
-9.144165 10.0036545 dn1 thymic pro-t cell NLRP2
|
1199 |
+
6.8886867 -5.5906925 dn1 thymic pro-t cell ZNF26
|
1200 |
+
-8.18629 0.71075755 dn1 thymic pro-t cell GATA3
|
1201 |
+
10.36763 -8.853884 dn1 thymic pro-t cell SNIP1
|
1202 |
+
-15.658192 8.777603 dn1 thymic pro-t cell TBX21
|
1203 |
+
-10.162081 11.472097 dn1 thymic pro-t cell CDK17
|
1204 |
+
7.1880484 -4.344315 dn1 thymic pro-t cell HPS6
|
1205 |
+
-8.716195 11.904959 dn1 thymic pro-t cell ATP5IF1
|
1206 |
+
-10.040154 -4.4009204 dn1 thymic pro-t cell SCML4
|
1207 |
+
-9.827448 -13.044636 dn1 thymic pro-t cell RPS20
|
1208 |
+
-11.380766 -2.8758967 dn1 thymic pro-t cell HAUS3
|
1209 |
+
-11.469141 13.323476 dn1 thymic pro-t cell RAP1A
|
1210 |
+
-11.556342 12.475545 dn1 thymic pro-t cell PITPNC1
|
1211 |
+
-12.541521 12.3442745 dn1 thymic pro-t cell CCDC88B
|
1212 |
+
-8.576911 1.2690948 dn1 thymic pro-t cell COLQ
|
1213 |
+
-10.580692 11.790519 dn1 thymic pro-t cell SELPLG
|
1214 |
+
-10.545846 -11.675816 dn1 thymic pro-t cell LTB
|
1215 |
+
-10.796007 -12.259757 dn1 thymic pro-t cell TIGIT
|
1216 |
+
-13.267227 11.862508 dn1 thymic pro-t cell ZNF431
|
1217 |
+
-11.206569 13.993361 dn1 thymic pro-t cell COX6B2
|
1218 |
+
-6.0267577 14.485733 dn1 thymic pro-t cell HLA-F
|
1219 |
+
-6.0124736 14.6099615 dn1 thymic pro-t cell ATXN7
|
1220 |
+
-11.315246 14.741122 dn1 thymic pro-t cell CASP8
|
1221 |
+
-10.789972 -13.132555 dn1 thymic pro-t cell YWHAZ
|
1222 |
+
-10.866069 14.204834 dn1 thymic pro-t cell MPHOSPH10
|
1223 |
+
-10.175695 13.405615 dn1 thymic pro-t cell INO80B
|
1224 |
+
-8.928977 9.841497 dn1 thymic pro-t cell AGAP2
|
1225 |
+
10.925904 14.5916605 dn1 thymic pro-t cell L3MBTL2
|
1226 |
+
-14.963985 9.064784 dn1 thymic pro-t cell RNF168
|
1227 |
+
-10.463802 -2.1080441 dn1 thymic pro-t cell TRIB2
|
1228 |
+
-11.45553 12.666849 dn1 thymic pro-t cell DYRK1B
|
1229 |
+
10.989399 -10.580941 dn1 thymic pro-t cell SNURF
|
1230 |
+
-8.807955 10.301787 dn1 thymic pro-t cell PNRC1
|
1231 |
+
-9.725602 12.473254 dn1 thymic pro-t cell RHPN1
|
1232 |
+
-11.636437 12.765255 dn1 thymic pro-t cell KLRC3
|
1233 |
+
5.9044695 -8.650446 dn1 thymic pro-t cell PSMB8
|
1234 |
+
-6.3942175 14.88811 dn1 thymic pro-t cell SYS1
|
1235 |
+
-11.977878 12.936562 dn1 thymic pro-t cell FBRS
|
1236 |
+
-11.293087 12.018603 dn1 thymic pro-t cell TAF15
|
1237 |
+
13.517199 11.971903 dn1 thymic pro-t cell TMEM229B
|
1238 |
+
-11.592152 -2.1736083 dn1 thymic pro-t cell RPS6KB1
|
1239 |
+
-9.85823 12.601983 dn1 thymic pro-t cell RTKN2
|
1240 |
+
-11.579837 14.009729 dn1 thymic pro-t cell PMAIP1
|
1241 |
+
-9.322531 11.042377 dn1 thymic pro-t cell TNIP3
|
1242 |
+
-10.831934 14.253355 dn1 thymic pro-t cell PARP10
|
1243 |
+
-9.973789 15.181256 dn1 thymic pro-t cell DNAJB1
|
1244 |
+
-5.639155 13.547922 dn1 thymic pro-t cell ZNF547
|
1245 |
+
-9.187527 9.613241 dn1 thymic pro-t cell FAM102A
|
1246 |
+
-11.697063 -11.546325 dn1 thymic pro-t cell TNFRSF9
|
1247 |
+
-9.596766 15.052207 dn1 thymic pro-t cell ASXL2
|
1248 |
+
6.627387 8.7843075 dn1 thymic pro-t cell DYRK2
|
1249 |
+
-11.984079 -2.7750864 dn1 thymic pro-t cell RPS6KA3
|
1250 |
+
-11.600015 13.729498 dn1 thymic pro-t cell STIM1
|
1251 |
+
-13.851986 11.144355 dn1 thymic pro-t cell PLCG1
|
1252 |
+
-12.12769 -2.726405 dn1 thymic pro-t cell CNNM3
|
1253 |
+
-7.8888173 11.393693 dn1 thymic pro-t cell NRF1
|
1254 |
+
6.9180956 -3.7764783 dn1 thymic pro-t cell MRPL10
|
1255 |
+
10.521918 -8.986156 dn1 thymic pro-t cell NFKBIZ
|
1256 |
+
10.955812 -10.387073 dn1 thymic pro-t cell SNRPB
|
1257 |
+
-9.171529 10.556029 dn1 thymic pro-t cell PRKCB
|
1258 |
+
-10.494739 12.18488 dn1 thymic pro-t cell OTOF
|
1259 |
+
10.438858 -10.863497 dn1 thymic pro-t cell CYBA
|
1260 |
+
-10.879842 14.458212 dn1 thymic pro-t cell CD8B
|
1261 |
+
10.503502 -11.172549 dn1 thymic pro-t cell TRIM14
|
1262 |
+
-7.3659697 14.849535 dn1 thymic pro-t cell ATF7IP2
|
1263 |
+
-10.578523 11.970095 dn1 thymic pro-t cell MAGOH
|
1264 |
+
-10.588086 -10.920152 dn1 thymic pro-t cell RPS6KA5
|
1265 |
+
-10.1427355 14.002146 dn1 thymic pro-t cell CIB1
|
1266 |
+
-9.222532 10.759931 dn1 thymic pro-t cell RBKS
|
1267 |
+
-14.026477 12.0003 dn1 thymic pro-t cell PAG1
|
1268 |
+
-10.161446 -13.533144 dn1 thymic pro-t cell RPL36
|
1269 |
+
-9.053588 12.763466 dn1 thymic pro-t cell DDX39A
|
1270 |
+
-11.843285 -2.37852 dn1 thymic pro-t cell FCHO1
|
1271 |
+
-12.758413 -3.879493 dn1 thymic pro-t cell IGHG1
|
1272 |
+
-11.433839 14.102607 dn1 thymic pro-t cell RPL27
|
1273 |
+
-7.261031 14.85967 dn1 thymic pro-t cell CD3G
|
1274 |
+
13.140915 11.834955 dn1 thymic pro-t cell PCBP4
|
1275 |
+
4.1784186 14.232928 dn1 thymic pro-t cell ZBTB21
|
1276 |
+
3.7324066 -16.749834 dn1 thymic pro-t cell CD5
|
1277 |
+
-10.296298 12.18552 dn1 thymic pro-t cell PIM2
|
1278 |
+
-11.964913 13.747447 dn1 thymic pro-t cell PDE4D
|
1279 |
+
-9.105603 12.682022 dn1 thymic pro-t cell EIF3K
|
1280 |
+
-10.351407 -11.143548 dn1 thymic pro-t cell RECQL
|
1281 |
+
-11.88493 14.38767 dn1 thymic pro-t cell CHN2
|
1282 |
+
-11.64827 12.84469 dn1 thymic pro-t cell RPS21
|
1283 |
+
-11.287429 14.525208 dn1 thymic pro-t cell TCF7
|
1284 |
+
2.5068998 -16.864252 dn1 thymic pro-t cell NFATC3
|
1285 |
+
10.969935 -10.610863 dn1 thymic pro-t cell IKZF2
|
1286 |
+
-9.113743 11.620693 dn1 thymic pro-t cell CLPP
|
1287 |
+
-10.3885765 -11.1469345 dn1 thymic pro-t cell UBR1
|
1288 |
+
-11.128373 13.143506 dn1 thymic pro-t cell CORO7
|
1289 |
+
-9.941398 14.956375 dn1 thymic pro-t cell CCDC167
|
1290 |
+
-9.015746 11.199046 dn1 thymic pro-t cell SCRG1
|
1291 |
+
-11.1224985 -2.8028274 dn1 thymic pro-t cell NFKBIA
|
1292 |
+
-12.181214 -11.292756 dn1 thymic pro-t cell SASH3
|
1293 |
+
-11.732399 12.474536 dn1 thymic pro-t cell GAB3
|
1294 |
+
-9.9035425 15.020293 dn1 thymic pro-t cell CHMP6
|
1295 |
+
-8.91891 12.0942545 dn1 thymic pro-t cell SGTB
|
1296 |
+
5.740831 -9.606353 dn1 thymic pro-t cell LSM14A
|
1297 |
+
-10.033827 13.813768 dn1 thymic pro-t cell RPL15
|
1298 |
+
-10.399579 11.732146 dn1 thymic pro-t cell RPL34
|
1299 |
+
-9.402229 10.689628 dn1 thymic pro-t cell HLA-C
|
1300 |
+
-10.743438 -10.84248 dn1 thymic pro-t cell OSBPL3
|
1301 |
+
-12.134711 -10.538913 dn1 thymic pro-t cell PFKFB3
|
1302 |
+
-11.838813 13.313637 dn1 thymic pro-t cell BIRC3
|
1303 |
+
-12.093335 -2.599162 dn1 thymic pro-t cell GABPB1
|
1304 |
+
9.671335 -8.377952 dn1 thymic pro-t cell C1orf56
|
1305 |
+
-5.9687037 14.137159 dn1 thymic pro-t cell TNF
|
1306 |
+
-11.615595 13.172407 dn1 thymic pro-t cell NSD3
|
1307 |
+
-9.541918 15.018731 dn1 thymic pro-t cell CRLF3
|
1308 |
+
-8.399058 0.85451496 dn1 thymic pro-t cell ABHD17A
|
1309 |
+
-10.916523 -12.215059 dn1 thymic pro-t cell RGS2
|
1310 |
+
-8.92059 10.768538 dn1 thymic pro-t cell EDARADD
|
1311 |
+
6.3093147 -7.826297 dn1 thymic pro-t cell DAPK2
|
1312 |
+
-0.76696134 -0.35516766 dn1 thymic pro-t cell LYSMD2
|
1313 |
+
-11.438436 14.371731 dn1 thymic pro-t cell NR3C1
|
1314 |
+
11.069461 14.403152 dn1 thymic pro-t cell SUPT5H
|
1315 |
+
-11.767042 12.800374 dn1 thymic pro-t cell NECAP1
|
1316 |
+
-10.346683 12.115042 dn1 thymic pro-t cell CENPC
|
1317 |
+
10.244973 -9.039156 dn1 thymic pro-t cell ATG2A
|
1318 |
+
-1.6766603 -0.299409 dn1 thymic pro-t cell ARID4A
|
1319 |
+
4.9881763 15.42133 dn1 thymic pro-t cell BLOC1S3
|
1320 |
+
-5.7715106 14.440961 dn1 thymic pro-t cell OPRM1
|
1321 |
+
-11.587919 -12.034547 dn1 thymic pro-t cell MCM6
|
1322 |
+
-10.6039915 11.517586 dn1 thymic pro-t cell HSF5
|
1323 |
+
-13.3665085 11.879129 dn1 thymic pro-t cell POLR2K
|
1324 |
+
-5.669757 13.577293 dn1 thymic pro-t cell NIPA1
|
1325 |
+
-15.350885 8.928053 dn1 thymic pro-t cell ZNF652
|
1326 |
+
3.8164313 -16.802044 dn1 thymic pro-t cell EAPP
|
1327 |
+
-10.491722 14.314396 dn1 thymic pro-t cell RRAS2
|
1328 |
+
3.8926947 -16.167023 dn1 thymic pro-t cell PRKCA
|
1329 |
+
-9.837982 14.48325 dn1 thymic pro-t cell TMF1
|
1330 |
+
-10.242951 15.143779 dn1 thymic pro-t cell DUSP5
|
1331 |
+
10.898418 -10.681911 dn1 thymic pro-t cell RPS12
|
1332 |
+
-11.287997 -12.1202 dn1 thymic pro-t cell MED4
|
1333 |
+
-12.582811 -3.6042855 dn1 thymic pro-t cell DISC1
|
1334 |
+
4.921444 15.395808 dn1 thymic pro-t cell GNG2
|
1335 |
+
-10.583191 13.129126 dn1 thymic pro-t cell RORA
|
1336 |
+
-9.195227 9.752979 dn1 thymic pro-t cell TRMT10C
|
1337 |
+
-9.855276 11.557773 dn1 thymic pro-t cell SNRPN
|
1338 |
+
4.104362 15.276127 dn1 thymic pro-t cell CD84
|
1339 |
+
-11.152591 13.703128 dn1 thymic pro-t cell FOSB
|
1340 |
+
-10.693823 -11.094338 dn1 thymic pro-t cell NMT2
|
1341 |
+
10.268526 -10.822597 dn1 thymic pro-t cell NCALD
|
1342 |
+
-13.872807 11.757453 dn1 thymic pro-t cell METTL16
|
1343 |
+
-8.82708 10.345893 dn1 thymic pro-t cell JAML
|
1344 |
+
-9.734344 12.042207 dn1 thymic pro-t cell FRAT1
|
1345 |
+
-2.8944 -0.012504361 dn1 thymic pro-t cell VAMP2
|
1346 |
+
-11.250312 12.433087 dn1 thymic pro-t cell MEPCE
|
1347 |
+
-11.956286 13.541878 dn1 thymic pro-t cell L3MBTL3
|
1348 |
+
-8.870835 10.12362 dn1 thymic pro-t cell CD3E
|
1349 |
+
-9.829886 11.14776 dn1 thymic pro-t cell ANXA6
|
1350 |
+
-10.798246 14.234889 dn1 thymic pro-t cell ARHGDIB
|
1351 |
+
5.1842065 -9.724946 dn1 thymic pro-t cell IL23R
|
1352 |
+
-11.544578 -12.327778 dn1 thymic pro-t cell RPL3
|
1353 |
+
-10.188419 14.30609 dn1 thymic pro-t cell PPP1R16B
|
1354 |
+
-11.269441 13.230863 dn1 thymic pro-t cell FLT4
|
1355 |
+
-7.901481 11.170974 dn1 thymic pro-t cell SOX8
|
1356 |
+
-11.039211 13.880421 dn1 thymic pro-t cell CPT1A
|
1357 |
+
-10.094537 14.564137 dn1 thymic pro-t cell FBL
|
1358 |
+
-10.4993725 14.247438 dn1 thymic pro-t cell APBA2
|
1359 |
+
-9.949213 14.046836 dn1 thymic pro-t cell BEX5
|
1360 |
+
-8.767695 10.729228 dn1 thymic pro-t cell RPS14
|
1361 |
+
5.857214 -9.409204 dn1 thymic pro-t cell TNRC6B
|
1362 |
+
5.8981133 -9.549072 dn1 thymic pro-t cell CCL4
|
1363 |
+
-9.838927 10.269063 dn1 thymic pro-t cell EXOSC6
|
1364 |
+
-10.717921 -9.710674 dn1 thymic pro-t cell RPL19
|
1365 |
+
-8.757438 10.429644 dn1 thymic pro-t cell PPP4R3A
|
1366 |
+
9.513963 -7.5357413 dn1 thymic pro-t cell RNF113A
|
1367 |
+
-9.249559 8.877421 dn1 thymic pro-t cell SMARCA2
|
1368 |
+
-8.97442 9.714421 dn1 thymic pro-t cell CRACR2A
|
1369 |
+
-14.914401 8.731635 dn1 thymic pro-t cell SUMO4
|
1370 |
+
-11.201189 13.309729 dn1 thymic pro-t cell ZNF275
|
1371 |
+
-11.076784 13.082005 dn1 thymic pro-t cell ROCK1
|
1372 |
+
-12.8954735 -6.88334 dn1 thymic pro-t cell UBE2J2
|
1373 |
+
-10.302178 14.532686 dn1 thymic pro-t cell DNAJA1
|
1374 |
+
-9.238266 10.372051 dn1 thymic pro-t cell CYB561D2
|
1375 |
+
-9.726413 11.318301 dn1 thymic pro-t cell IL24
|
1376 |
+
-11.842668 13.622204 dn1 thymic pro-t cell RPL10A
|
1377 |
+
-11.341669 -2.3091245 dn1 thymic pro-t cell PSMA5
|
1378 |
+
-8.27067 11.277401 dn1 thymic pro-t cell WAS
|
1379 |
+
4.5811853 14.184477 dn1 thymic pro-t cell RPL13
|
1380 |
+
-10.877029 -11.783633 dn1 thymic pro-t cell NCK2
|
1381 |
+
-12.062142 -10.662879 dn1 thymic pro-t cell TUBA1A
|
1382 |
+
11.044182 14.690615 dn1 thymic pro-t cell CCDC184
|
1383 |
+
-12.602584 12.516833 dn1 thymic pro-t cell ATF1
|
1384 |
+
-11.647184 -3.0170996 dn1 thymic pro-t cell TGS1
|
1385 |
+
10.614632 -11.061142 dn1 thymic pro-t cell RBMX
|
1386 |
+
5.5835543 -9.531399 dn1 thymic pro-t cell SP100
|
1387 |
+
-9.857892 14.507882 dn1 thymic pro-t cell NIN
|
1388 |
+
6.822916 -5.9406204 dn1 thymic pro-t cell HCST
|
1389 |
+
13.166717 11.899298 dn1 thymic pro-t cell ARL14EP
|
1390 |
+
-10.441572 14.9231825 dn1 thymic pro-t cell CDC25B
|
1391 |
+
7.426012 -3.0963984 dn1 thymic pro-t cell MAP4K1
|
1392 |
+
10.837305 -10.8787775 dn1 thymic pro-t cell TRERF1
|
1393 |
+
-10.060829 14.711306 dn1 thymic pro-t cell APOBEC3C
|
1394 |
+
-10.189646 14.985195 dn1 thymic pro-t cell RPL36A
|
1395 |
+
-1.7109125 -0.20223352 dn1 thymic pro-t cell KIF2A
|
1396 |
+
-9.882166 -12.333801 dn1 thymic pro-t cell LENG1
|
1397 |
+
-11.103176 14.13603 dn1 thymic pro-t cell ZNF250
|
1398 |
+
-11.853779 -11.946523 dn1 thymic pro-t cell STAT5A
|
1399 |
+
-10.609688 14.451179 dn1 thymic pro-t cell SLU7
|
1400 |
+
-8.690431 10.005421 dn1 thymic pro-t cell CNOT6L
|
1401 |
+
-11.19657 14.830073 dn1 thymic pro-t cell LYAR
|
1402 |
+
-11.273208 13.479553 dn1 thymic pro-t cell RPL38
|
1403 |
+
-9.61614 -12.875658 dn1 thymic pro-t cell SCAPER
|
1404 |
+
-10.565968 -3.8686535 dn1 thymic pro-t cell TAF3
|
1405 |
+
-10.95323 -11.470696 dn1 thymic pro-t cell TNFSF4
|
1406 |
+
-11.012942 14.867926 dn1 thymic pro-t cell EIF1AY
|
1407 |
+
10.6189785 -9.756045 dn1 thymic pro-t cell U2SURP
|
1408 |
+
-8.536977 11.830059 dn1 thymic pro-t cell RAC2
|
1409 |
+
-11.916163 13.550197 dn1 thymic pro-t cell ARID1A
|
1410 |
+
-10.406954 14.931812 dn1 thymic pro-t cell IKZF3
|
1411 |
+
-9.31116 9.973397 dn1 thymic pro-t cell ZNF829
|
1412 |
+
-8.218238 11.532856 dn1 thymic pro-t cell LRFN1
|
1413 |
+
-11.107652 14.74874 dn1 thymic pro-t cell CLSTN3
|
1414 |
+
-11.414167 -2.4343436 dn1 thymic pro-t cell MAGEE1
|
1415 |
+
6.421305 -7.7502074 dn1 thymic pro-t cell MOB3A
|
1416 |
+
-10.36728 12.556753 dn1 thymic pro-t cell DNAJC19
|
1417 |
+
-11.852533 -12.38531 dn1 thymic pro-t cell KDM8
|
1418 |
+
-10.305448 14.819532 dn1 thymic pro-t cell BMI1
|
1419 |
+
-10.764764 -10.971305 dn1 thymic pro-t cell CHN1
|
1420 |
+
-11.055873 14.701037 dn1 thymic pro-t cell RPSA
|
1421 |
+
5.4260907 -9.653273 dn1 thymic pro-t cell ICAM2
|
1422 |
+
-9.183445 14.754045 dn1 thymic pro-t cell ZSCAN32
|
1423 |
+
-10.6363325 12.369975 dn1 thymic pro-t cell KLHDC7B
|
1424 |
+
-9.835151 14.074872 dn1 thymic pro-t cell APRT
|
1425 |
+
-7.198035 15.028733 dn1 thymic pro-t cell TBC1D10A
|
1426 |
+
6.693828 -6.4521985 dn1 thymic pro-t cell ADAR
|
1427 |
+
10.581955 -9.471693 dn1 thymic pro-t cell SFMBT1
|
1428 |
+
-10.668784 -11.70966 dn1 thymic pro-t cell GATAD2A
|
1429 |
+
-10.64855 12.858515 dn1 thymic pro-t cell DGKH
|
1430 |
+
-11.40062 14.236215 dn1 thymic pro-t cell RNF19A
|
1431 |
+
-12.8360195 -3.2277365 dn1 thymic pro-t cell TRIM22
|
1432 |
+
-10.010311 13.888005 dn1 thymic pro-t cell LHX4
|
1433 |
+
-10.703817 11.591987 dn1 thymic pro-t cell PSD4
|
1434 |
+
2.8094854 -16.846989 dn1 thymic pro-t cell ULBP2
|
1435 |
+
-10.703448 13.292042 dn1 thymic pro-t cell KLRG1
|
1436 |
+
5.6099243 -9.649248 dn1 thymic pro-t cell PRPF3
|
1437 |
+
-8.848782 10.426635 dn1 thymic pro-t cell CD200R1
|
1438 |
+
-11.802457 13.510303 dn1 thymic pro-t cell CFAP20
|
1439 |
+
-7.7785153 14.967236 dn1 thymic pro-t cell PHF12
|
1440 |
+
-10.836605 13.592793 dn1 thymic pro-t cell REST
|
1441 |
+
-11.045855 12.392808 dn1 thymic pro-t cell ZFP36L2
|
1442 |
+
10.887921 -10.507845 dn1 thymic pro-t cell NDUFA3
|
1443 |
+
-10.851215 -11.496969 dn1 thymic pro-t cell RN7SL1
|
1444 |
+
-10.578739 -13.220286 dn1 thymic pro-t cell YPEL5
|
1445 |
+
-10.199274 11.420455 dn1 thymic pro-t cell CD8A
|
1446 |
+
-1.0237782 0.0067615076 dn1 thymic pro-t cell GZMK
|
1447 |
+
-11.372109 -11.613671 dn1 thymic pro-t cell PTPN1
|
1448 |
+
-8.85168 11.503797 dn1 thymic pro-t cell MDFIC
|
1449 |
+
-9.580703 11.149974 dn1 thymic pro-t cell RHNO1
|
1450 |
+
7.417622 -5.0841713 dn1 thymic pro-t cell FLI1
|
1451 |
+
5.7308583 -9.856803 dn1 thymic pro-t cell KATNAL1
|
1452 |
+
-14.9352255 9.830387 dn1 thymic pro-t cell CYLD
|
1453 |
+
-10.32314 -4.478739 dn1 thymic pro-t cell TSPYL2
|
1454 |
+
3.7068317 -16.238169 dn1 thymic pro-t cell RPA3
|
1455 |
+
-10.021591 -12.480115 dn1 thymic pro-t cell TLK1
|
1456 |
+
6.533428 9.381796 dn1 thymic pro-t cell N4BP2
|
1457 |
+
-13.349128 11.889011 dn1 thymic pro-t cell PCID2
|
1458 |
+
-12.047983 13.514447 dn1 thymic pro-t cell TLK2
|
1459 |
+
-11.148712 14.537027 dn1 thymic pro-t cell CCR5
|
1460 |
+
-9.404799 9.663818 dn1 thymic pro-t cell MYL12A
|
1461 |
+
-9.222993 10.787341 dn1 thymic pro-t cell SIRPG
|
1462 |
+
-11.841183 13.38009 dn1 thymic pro-t cell IGHG2
|
1463 |
+
-11.19499 12.805083 dn1 thymic pro-t cell TMPO
|
1464 |
+
-9.138493 9.957678 dn1 thymic pro-t cell TAP1
|
1465 |
+
-9.069302 13.355374 dn1 thymic pro-t cell PRPS1
|
1466 |
+
-6.8137226 15.155151 dn1 thymic pro-t cell JADE2
|
1467 |
+
-9.227759 10.997878 dn1 thymic pro-t cell VSIG1
|
1468 |
+
-9.915178 -12.648985 dn1 thymic pro-t cell PFDN5
|
1469 |
+
-9.135042 10.015764 dn1 thymic pro-t cell WASHC2C
|
1470 |
+
5.4366693 -10.001963 dn1 thymic pro-t cell USP36
|
1471 |
+
-9.618488 14.403044 dn1 thymic pro-t cell STK10
|
1472 |
+
-10.204143 14.435737 dn1 thymic pro-t cell SERP1
|
1473 |
+
-4.1721087 -0.38161385 dn1 thymic pro-t cell CLK1
|
1474 |
+
-10.405679 11.65463 dn1 thymic pro-t cell MLLT3
|
1475 |
+
-10.84326 13.600093 dn1 thymic pro-t cell XPO4
|
1476 |
+
-14.147706 10.891026 dn1 thymic pro-t cell NEDD1
|
1477 |
+
-10.39544 14.598631 dn1 thymic pro-t cell DIAPH1
|
1478 |
+
6.4344306 -6.670898 dn1 thymic pro-t cell PFKP
|
1479 |
+
-9.70757 14.625358 dn1 thymic pro-t cell ZNF830
|
1480 |
+
-9.026044 10.001504 dn1 thymic pro-t cell ZNF764
|
1481 |
+
-10.140771 11.123257 dn1 thymic pro-t cell MAP3K12
|
1482 |
+
-11.092547 -12.274045 dn1 thymic pro-t cell SORL1
|
1483 |
+
-9.629285 11.6073065 dn1 thymic pro-t cell ARHGAP35
|
1484 |
+
-15.325899 9.238748 dn1 thymic pro-t cell RBM48
|
1485 |
+
-9.054748 9.741702 dn1 thymic pro-t cell METTL18
|
1486 |
+
-11.368836 14.800214 dn1 thymic pro-t cell TMSB10
|
1487 |
+
-9.56591 -13.9952 dn1 thymic pro-t cell IFNG
|
1488 |
+
6.684138 8.790015 dn1 thymic pro-t cell UBTF
|
1489 |
+
-10.762301 -11.579704 dn1 thymic pro-t cell WDR76
|
1490 |
+
5.2607903 -10.055264 dn1 thymic pro-t cell IKZF5
|
1491 |
+
-9.939432 14.227101 dn1 thymic pro-t cell RASAL3
|
1492 |
+
4.538176 15.507268 dn1 thymic pro-t cell ELK3
|
1493 |
+
-9.496892 14.640938 dn1 thymic pro-t cell FYCO1
|
1494 |
+
-9.18856 9.853317 dn1 thymic pro-t cell FMNL1
|
1495 |
+
-11.120803 12.768924 dn1 thymic pro-t cell GZMB
|
1496 |
+
-9.91466 13.519964 dn1 thymic pro-t cell RPS15
|
1497 |
+
-9.939807 -4.787935 dn1 thymic pro-t cell WDR33
|
1498 |
+
-10.849843 -11.000394 dn1 thymic pro-t cell RPL26
|
1499 |
+
11.028058 -10.425997 dn1 thymic pro-t cell PPHLN1
|
1500 |
+
14.191828 11.854652 dn1 thymic pro-t cell AKTIP
|
1501 |
+
-15.028422 9.697811 dn1 thymic pro-t cell CDK5R1
|
1502 |
+
-9.511343 12.246494 dn1 thymic pro-t cell CDK11B
|
1503 |
+
10.914276 -10.726129 dn1 thymic pro-t cell PEX16
|
1504 |
+
-9.867847 12.441565 dn1 thymic pro-t cell RPL39
|
1505 |
+
13.591747 11.979011 dn1 thymic pro-t cell CNIH2
|
1506 |
+
6.040556 -8.301008 dn1 thymic pro-t cell DOK6
|
1507 |
+
4.1608415 15.437242 dn1 thymic pro-t cell RUNX2
|
1508 |
+
-10.595567 12.551369 dn1 thymic pro-t cell CEBPB
|
1509 |
+
-10.692001 14.581807 dn1 thymic pro-t cell SURF2
|
1510 |
+
-11.1930065 14.644871 dn1 thymic pro-t cell ZNF609
|
1511 |
+
-11.662458 14.543358 dn1 thymic pro-t cell BCL2L11
|
1512 |
+
-10.578215 14.564353 dn1 thymic pro-t cell CDC26
|
1513 |
+
-9.254982 15.052094 dn1 thymic pro-t cell CD40LG
|
1514 |
+
-9.461596 -13.568774 dn1 thymic pro-t cell CCDC107
|
1515 |
+
-12.097963 -2.7750356 dn1 thymic pro-t cell PLCB1
|
1516 |
+
-11.772403 12.716118 dn1 thymic pro-t cell GFI1
|
1517 |
+
-11.019261 12.799105 dn1 thymic pro-t cell RPL18
|
1518 |
+
-10.751508 13.329126 dn1 thymic pro-t cell SYF2
|
1519 |
+
-13.672421 12.013718 dn1 thymic pro-t cell STK39
|
1520 |
+
-9.553498 -13.121516 dn1 thymic pro-t cell RPL6
|
1521 |
+
-10.6737385 -10.825337 dn1 thymic pro-t cell SYNE2
|
1522 |
+
-15.630628 8.823416 dn1 thymic pro-t cell CNTN2
|
1523 |
+
-14.082256 11.39872 dn1 thymic pro-t cell DHX36
|
1524 |
+
-10.341922 11.572229 dn1 thymic pro-t cell JUN
|
1525 |
+
-9.777553 14.59869 dn1 thymic pro-t cell OSTF1
|
1526 |
+
-9.570967 10.562085 dn1 thymic pro-t cell SLAMF1
|
1527 |
+
5.257712 10.306612 dn1 thymic pro-t cell SIAH2
|
1528 |
+
10.963074 14.527593 dn1 thymic pro-t cell CTDP1
|
1529 |
+
-9.923281 -5.1677694 dn1 thymic pro-t cell NPM2
|
1530 |
+
-10.167886 -11.819216 dn1 thymic pro-t cell SRRM1
|
1531 |
+
1.7724649 -16.736128 dn1 thymic pro-t cell MTERF4
|
1532 |
+
-10.414593 -13.550313 dn1 thymic pro-t cell ZNF230
|
1533 |
+
-10.837667 12.742618 dn1 thymic pro-t cell NDC80
|
1534 |
+
-12.316033 12.157109 dn1 thymic pro-t cell RPS29
|
1535 |
+
-6.6341257 14.923926 dn1 thymic pro-t cell RPL35A
|
1536 |
+
-9.217955 10.179048 dn1 thymic pro-t cell RFC4
|
1537 |
+
-10.878526 14.887997 dn1 thymic pro-t cell THAP11
|
1538 |
+
-11.218733 12.964553 dn1 thymic pro-t cell CD47
|
1539 |
+
-11.0721035 -9.7895155 dn1 thymic pro-t cell PILRB
|
1540 |
+
-13.797546 11.794365 dn1 thymic pro-t cell AREG
|
1541 |
+
-9.850979 -13.719415 dn1 thymic pro-t cell INPP4A
|
1542 |
+
-10.898233 13.69414 dn1 thymic pro-t cell SLC9A3R1
|
1543 |
+
-9.021402 10.295388 dn1 thymic pro-t cell CAPN7
|
1544 |
+
-6.645218 15.303405 dn1 thymic pro-t cell LCP2
|
1545 |
+
-9.369267 11.904561 dn1 thymic pro-t cell CEP250
|
1546 |
+
-10.036677 -13.642523 dn1 thymic pro-t cell ZBTB1
|
1547 |
+
3.8854678 -16.130428 dn1 thymic pro-t cell ACTR6
|
1548 |
+
-9.880582 15.308569 dn1 thymic pro-t cell PURA
|
1549 |
+
-8.220606 11.283681 dn1 thymic pro-t cell ECH1
|
1550 |
+
10.472633 -11.105401 dn1 thymic pro-t cell SLA
|
1551 |
+
-11.047376 14.226141 dn1 thymic pro-t cell STX2
|
1552 |
+
6.2932296 10.75252 dn1 thymic pro-t cell XPO6
|
1553 |
+
-9.449948 10.191402 dn1 thymic pro-t cell KRI1
|
1554 |
+
-11.647094 12.865982 dn1 thymic pro-t cell VAMP1
|
1555 |
+
-10.909951 14.50517 dn1 thymic pro-t cell IL2RG
|
1556 |
+
10.201968 -10.798272 dn1 thymic pro-t cell GPRASP1
|
1557 |
+
10.537813 14.033171 dn1 thymic pro-t cell NDE1
|
1558 |
+
-10.591141 12.288371 dn1 thymic pro-t cell KDM2B
|
1559 |
+
-11.533419 14.221913 dn1 thymic pro-t cell IQGAP2
|
1560 |
+
-9.826839 -5.1264076 dn1 thymic pro-t cell TSEN54
|
1561 |
+
-9.586549 -13.491939 dn1 thymic pro-t cell RPL22L1
|
1562 |
+
-9.083249 9.560478 dn1 thymic pro-t cell SLC4A10
|
1563 |
+
-9.691802 11.045374 dn1 thymic pro-t cell OTULIN
|
1564 |
+
-10.032535 11.703562 dn1 thymic pro-t cell ZSCAN16
|
1565 |
+
-6.096638 14.862391 dn1 thymic pro-t cell HMGB2
|
1566 |
+
-11.812391 -2.8269358 dn1 thymic pro-t cell PNN
|
1567 |
+
-4.2762265 -0.30842882 dn1 thymic pro-t cell GRK6
|
1568 |
+
10.010748 -10.887434 dn1 thymic pro-t cell NVL
|
1569 |
+
-10.846879 13.73473 dn1 thymic pro-t cell VPS4B
|
1570 |
+
-9.654842 11.085256 dn1 thymic pro-t cell CHD2
|
1571 |
+
-9.745023 15.08289 dn1 thymic pro-t cell SET
|
1572 |
+
3.9018304 -16.212534 dn1 thymic pro-t cell TMC8
|
1573 |
+
-11.982964 -2.79424 dn1 thymic pro-t cell POLR2A
|
1574 |
+
-10.070055 14.381602 dn1 thymic pro-t cell MED9
|
1575 |
+
-10.381698 11.848163 dn1 thymic pro-t cell ARHGAP26
|
1576 |
+
-10.635929 -12.095937 dn1 thymic pro-t cell UBE2D2
|
1577 |
+
-9.6865835 10.75584 dn1 thymic pro-t cell CCDC59
|
1578 |
+
-11.4933 14.3072815 dn1 thymic pro-t cell CD48
|
1579 |
+
10.273105 -9.057096 dn1 thymic pro-t cell RBM23
|
1580 |
+
-9.8596525 10.253126 dn1 thymic pro-t cell RICTOR
|
1581 |
+
-11.590294 13.457326 dn1 thymic pro-t cell IER5
|
1582 |
+
-9.063498 13.4865 dn1 thymic pro-t cell HINT1
|
1583 |
+
1.9661573 -16.82195 dn1 thymic pro-t cell TRIM62
|
1584 |
+
-11.094908 14.194643 dn1 thymic pro-t cell CBLB
|
1585 |
+
-10.735881 -10.452319 dn1 thymic pro-t cell PIP4K2A
|
1586 |
+
-11.340349 13.252423 dn1 thymic pro-t cell EIF5A2
|
1587 |
+
-11.131504 14.050424 dn1 thymic pro-t cell RPL30
|
1588 |
+
-8.529734 11.001178 dn1 thymic pro-t cell CMTM3
|
1589 |
+
-11.207554 14.822028 dn1 thymic pro-t cell MAP3K4
|
1590 |
+
-9.306105 11.16537 dn1 thymic pro-t cell MBP
|
1591 |
+
-9.742392 11.121262 dn1 thymic pro-t cell CASP8AP2
|
1592 |
+
-10.141527 14.435491 dn1 thymic pro-t cell HNRNPL
|
1593 |
+
4.2833858 15.451882 dn1 thymic pro-t cell EVL
|
1594 |
+
3.867541 -16.096289 dn1 thymic pro-t cell DDX23
|
1595 |
+
-8.934933 9.848094 dn1 thymic pro-t cell DDX24
|
1596 |
+
5.656234 -9.921505 dn1 thymic pro-t cell VAV1
|
1597 |
+
-11.76137 14.4437065 dn1 thymic pro-t cell PLAC8
|
1598 |
+
-11.555243 13.154766 dn1 thymic pro-t cell CSNK1G2
|
data/dn3_thymocyte_embeddings.csv
ADDED
@@ -0,0 +1,1297 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
5.2666655 6.026569 dn3 thymocyte SLA2
|
3 |
+
-4.853735 9.351288 dn3 thymocyte RPL24
|
4 |
+
2.7973142 6.624875 dn3 thymocyte POLR1D
|
5 |
+
2.4549503 6.2966585 dn3 thymocyte CALM1
|
6 |
+
-1.163725 3.451027 dn3 thymocyte CYFIP2
|
7 |
+
-2.80386 6.2794576 dn3 thymocyte FXR1
|
8 |
+
-4.713745 9.817431 dn3 thymocyte FDXACB1
|
9 |
+
13.089514 12.4040575 dn3 thymocyte HAVCR1
|
10 |
+
12.626137 12.650655 dn3 thymocyte EIF3D
|
11 |
+
0.54169613 4.71302 dn3 thymocyte HLA-A
|
12 |
+
-4.5436616 9.991635 dn3 thymocyte AARSD1
|
13 |
+
-4.8712707 8.624323 dn3 thymocyte RPL17
|
14 |
+
2.4656281 5.0450516 dn3 thymocyte RACK1
|
15 |
+
-5.7314405 10.465099 dn3 thymocyte ZNHIT3
|
16 |
+
-1.8085481 1.2037683 dn3 thymocyte PPP3CC
|
17 |
+
14.151093 10.477503 dn3 thymocyte GTF3A
|
18 |
+
-4.2822843 9.505509 dn3 thymocyte CREM
|
19 |
+
-4.816609 9.720367 dn3 thymocyte CHCHD2
|
20 |
+
-4.238666 9.045401 dn3 thymocyte AP3M2
|
21 |
+
-4.166971 9.289622 dn3 thymocyte RAB11FIP4
|
22 |
+
-7.7837977 9.861682 dn3 thymocyte MYLIP
|
23 |
+
-4.903166 9.648019 dn3 thymocyte ASF1A
|
24 |
+
5.4875436 5.7988205 dn3 thymocyte PYHIN1
|
25 |
+
-3.1120195 7.536855 dn3 thymocyte ZFP90
|
26 |
+
-5.669874 10.234608 dn3 thymocyte SIK1B
|
27 |
+
-3.9390054 9.232509 dn3 thymocyte FUS
|
28 |
+
-4.5523043 9.184934 dn3 thymocyte PARVG
|
29 |
+
-4.905516 9.584041 dn3 thymocyte ATP5F1E
|
30 |
+
-6.5792003 9.834849 dn3 thymocyte HPCAL1
|
31 |
+
-2.8937645 8.063214 dn3 thymocyte DGKA
|
32 |
+
-6.0613213 10.513001 dn3 thymocyte PARD6A
|
33 |
+
-4.949997 10.34256 dn3 thymocyte NAP1L2
|
34 |
+
-5.685267 10.363872 dn3 thymocyte DDHD1
|
35 |
+
-2.0545452 3.6529934 dn3 thymocyte SNPH
|
36 |
+
-4.644516 10.1275 dn3 thymocyte PIK3R1
|
37 |
+
-5.1433573 9.614956 dn3 thymocyte ELF1
|
38 |
+
-0.7799913 4.9011936 dn3 thymocyte FASTKD5
|
39 |
+
-4.895447 9.970877 dn3 thymocyte TNFRSF25
|
40 |
+
-4.1563387 9.056309 dn3 thymocyte LRRIQ3
|
41 |
+
1.2229289 2.9694333 dn3 thymocyte DNAJC9
|
42 |
+
-2.8360796 7.4678483 dn3 thymocyte RINT1
|
43 |
+
4.061893 6.5953937 dn3 thymocyte KPNA5
|
44 |
+
-4.01616 8.8441515 dn3 thymocyte KLF13
|
45 |
+
-4.872472 9.227807 dn3 thymocyte RNF34
|
46 |
+
5.4342947 5.555687 dn3 thymocyte MITD1
|
47 |
+
-5.112634 10.344856 dn3 thymocyte TRAF3IP3
|
48 |
+
-5.4067483 10.129737 dn3 thymocyte TNRC6A
|
49 |
+
-3.8262177 9.021145 dn3 thymocyte UBA52
|
50 |
+
1.3595207 5.2668524 dn3 thymocyte RGS10
|
51 |
+
-4.181335 9.375837 dn3 thymocyte TDP1
|
52 |
+
-7.4036274 10.832301 dn3 thymocyte NOP53
|
53 |
+
1.5458516 3.6516693 dn3 thymocyte PPM1K
|
54 |
+
-4.2303896 9.190741 dn3 thymocyte MRPL53
|
55 |
+
-4.4265413 9.303115 dn3 thymocyte RAB3A
|
56 |
+
14.613844 11.314626 dn3 thymocyte ISG20L2
|
57 |
+
-3.2080846 8.2880125 dn3 thymocyte IGHV3-23
|
58 |
+
-4.9198437 9.484914 dn3 thymocyte IGHA1
|
59 |
+
-4.1249986 8.624957 dn3 thymocyte RPLP0
|
60 |
+
-3.518145 1.2771938 dn3 thymocyte GLS2
|
61 |
+
-2.4221587 6.5684524 dn3 thymocyte CCDC136
|
62 |
+
-0.79356146 3.4646919 dn3 thymocyte CITED4
|
63 |
+
-4.6149797 9.297307 dn3 thymocyte ORC2
|
64 |
+
-4.0144215 9.1105385 dn3 thymocyte KIAA1328
|
65 |
+
-5.029957 9.395787 dn3 thymocyte SRSF2
|
66 |
+
-7.2652135 10.501193 dn3 thymocyte PRPF4B
|
67 |
+
-5.0524273 10.601341 dn3 thymocyte DGKE
|
68 |
+
11.531015 13.108704 dn3 thymocyte ZNF707
|
69 |
+
-6.5871105 10.082655 dn3 thymocyte FCRL3
|
70 |
+
-6.927107 9.8573 dn3 thymocyte CTLA4
|
71 |
+
-5.022112 10.729356 dn3 thymocyte RNF216
|
72 |
+
3.945113 7.06049 dn3 thymocyte RAB33A
|
73 |
+
-5.944502 9.136037 dn3 thymocyte RNF125
|
74 |
+
-6.881571 11.259757 dn3 thymocyte CCDC57
|
75 |
+
0.8616846 6.5920486 dn3 thymocyte ZNF852
|
76 |
+
-4.673016 9.280153 dn3 thymocyte SNRPD3
|
77 |
+
-8.234257 10.037369 dn3 thymocyte NDUFA12
|
78 |
+
-3.6740787 8.688243 dn3 thymocyte EPC2
|
79 |
+
-1.7384199 6.682179 dn3 thymocyte GNB5
|
80 |
+
-4.1917896 9.177598 dn3 thymocyte CDC14A
|
81 |
+
-4.2088504 8.893332 dn3 thymocyte PIK3CG
|
82 |
+
14.516171 10.492066 dn3 thymocyte ETS1
|
83 |
+
-4.7064514 9.311526 dn3 thymocyte EEF1A1
|
84 |
+
-2.6550338 6.345441 dn3 thymocyte KCNA3
|
85 |
+
-5.0911007 10.433806 dn3 thymocyte FSD2
|
86 |
+
-14.378663 -1.0954884 dn3 thymocyte EIF3H
|
87 |
+
-4.744449 9.812158 dn3 thymocyte BTG2
|
88 |
+
-6.5558147 9.860392 dn3 thymocyte HMOX2
|
89 |
+
0.8750752 6.6585283 dn3 thymocyte PTGER4
|
90 |
+
-3.7897503 8.544484 dn3 thymocyte RPL10
|
91 |
+
-3.3263073 8.169811 dn3 thymocyte SH2D1A
|
92 |
+
-14.065292 -1.9656444 dn3 thymocyte RIPOR2
|
93 |
+
-4.156179 9.422313 dn3 thymocyte UQCRB
|
94 |
+
-4.8353543 9.643997 dn3 thymocyte JMY
|
95 |
+
-4.5306478 10.029815 dn3 thymocyte GNB1L
|
96 |
+
-6.371901 10.108859 dn3 thymocyte EIF3L
|
97 |
+
-2.7779639 5.849722 dn3 thymocyte RRP1B
|
98 |
+
-4.5716014 9.400608 dn3 thymocyte PRKACB
|
99 |
+
12.937918 12.575109 dn3 thymocyte FBXO34
|
100 |
+
-13.77687 -2.2661467 dn3 thymocyte JAKMIP1
|
101 |
+
-4.462495 9.345405 dn3 thymocyte THAP1
|
102 |
+
-2.3455224 6.001013 dn3 thymocyte POLR3E
|
103 |
+
-4.5400553 9.375371 dn3 thymocyte THOC3
|
104 |
+
1.0522174 6.512458 dn3 thymocyte EPB41
|
105 |
+
-4.778989 9.438118 dn3 thymocyte PRKCQ
|
106 |
+
0.86523134 2.9577832 dn3 thymocyte ANKRD12
|
107 |
+
-4.564611 9.311158 dn3 thymocyte TRAF2
|
108 |
+
-4.4678736 9.868639 dn3 thymocyte LCK
|
109 |
+
3.5032992 6.759495 dn3 thymocyte EDF1
|
110 |
+
-2.1518943 7.5743313 dn3 thymocyte GIT1
|
111 |
+
-4.508089 9.4675255 dn3 thymocyte PDP1
|
112 |
+
-4.145126 8.9826355 dn3 thymocyte ZC4H2
|
113 |
+
0.55925393 4.7368608 dn3 thymocyte DDX6
|
114 |
+
-4.8730793 8.922757 dn3 thymocyte FERMT3
|
115 |
+
-4.760157 9.016175 dn3 thymocyte SON
|
116 |
+
-7.4748263 10.283772 dn3 thymocyte HABP4
|
117 |
+
-4.9520316 9.708059 dn3 thymocyte EXOSC1
|
118 |
+
3.488767 6.6729617 dn3 thymocyte RNF44
|
119 |
+
-4.5459623 9.852634 dn3 thymocyte ZNF276
|
120 |
+
-5.4413176 10.23602 dn3 thymocyte ARID4B
|
121 |
+
-0.39530334 2.3257718 dn3 thymocyte TMEM243
|
122 |
+
-4.668573 8.867638 dn3 thymocyte OXNAD1
|
123 |
+
-4.465453 9.795854 dn3 thymocyte SELENOK
|
124 |
+
-5.394335 10.265262 dn3 thymocyte ZBTB25
|
125 |
+
11.416648 13.044977 dn3 thymocyte EDA
|
126 |
+
4.210866 6.25796 dn3 thymocyte ANP32B
|
127 |
+
-4.8862624 9.222784 dn3 thymocyte BCL2A1
|
128 |
+
-2.1593428 7.452253 dn3 thymocyte TRAPPC2
|
129 |
+
-3.8395543 8.59017 dn3 thymocyte WDR89
|
130 |
+
-4.5048904 8.764857 dn3 thymocyte LSM6
|
131 |
+
-7.283435 10.821747 dn3 thymocyte FOXO1
|
132 |
+
-4.6548576 8.789102 dn3 thymocyte ATXN7L1
|
133 |
+
-2.7096937 7.485161 dn3 thymocyte RBL1
|
134 |
+
-1.6968701 5.42445 dn3 thymocyte PMCH
|
135 |
+
-1.9641402 7.9452987 dn3 thymocyte PIK3CD
|
136 |
+
13.042277 12.550342 dn3 thymocyte STIM2
|
137 |
+
13.419613 12.3216095 dn3 thymocyte SNRPD2
|
138 |
+
-3.516155 8.355706 dn3 thymocyte TRAPPC10
|
139 |
+
1.2147664 3.2870045 dn3 thymocyte ABCB8
|
140 |
+
11.560208 12.939769 dn3 thymocyte SBDS
|
141 |
+
-7.0815144 10.909725 dn3 thymocyte CD69
|
142 |
+
-4.3886194 9.261234 dn3 thymocyte CD7
|
143 |
+
-4.8371453 9.6041765 dn3 thymocyte PLCXD2
|
144 |
+
-4.5664325 9.183012 dn3 thymocyte HNRNPM
|
145 |
+
-13.699208 -2.105668 dn3 thymocyte MRPS33
|
146 |
+
-6.143478 10.212015 dn3 thymocyte M6PR
|
147 |
+
-1.9184597 7.2873635 dn3 thymocyte RESF1
|
148 |
+
1.5092463 3.3474507 dn3 thymocyte RADX
|
149 |
+
-3.8947194 8.875633 dn3 thymocyte KCNH2
|
150 |
+
-4.2680535 8.563303 dn3 thymocyte CMTM7
|
151 |
+
-7.2584662 10.223714 dn3 thymocyte EPC1
|
152 |
+
-6.1655984 10.201871 dn3 thymocyte CHMP4A
|
153 |
+
-5.0044904 8.657031 dn3 thymocyte MRPL1
|
154 |
+
14.558494 10.809597 dn3 thymocyte TINF2
|
155 |
+
4.1211643 6.7046056 dn3 thymocyte ZAP70
|
156 |
+
-4.5267467 10.313518 dn3 thymocyte RBM4
|
157 |
+
-5.33604 10.403196 dn3 thymocyte C1QBP
|
158 |
+
-6.7451415 10.357759 dn3 thymocyte KRT10
|
159 |
+
-4.7592854 9.972773 dn3 thymocyte TBPL2
|
160 |
+
-4.319779 9.077332 dn3 thymocyte TNFRSF14
|
161 |
+
-4.956396 9.745879 dn3 thymocyte ZNF689
|
162 |
+
-4.123919 8.834041 dn3 thymocyte LRRC7
|
163 |
+
-3.8364818 8.626332 dn3 thymocyte PROSER3
|
164 |
+
-3.9449387 9.035973 dn3 thymocyte CTCF
|
165 |
+
13.1997 12.397815 dn3 thymocyte CD37
|
166 |
+
12.043648 12.831511 dn3 thymocyte GP1BA
|
167 |
+
-7.1636524 11.006226 dn3 thymocyte NDUFV2
|
168 |
+
-5.578315 10.177062 dn3 thymocyte SPICE1
|
169 |
+
-4.443381 9.298447 dn3 thymocyte DDT
|
170 |
+
-1.9552536 7.5436363 dn3 thymocyte TBCE
|
171 |
+
-3.3446796 7.983266 dn3 thymocyte TOMM22
|
172 |
+
-15.030043 -0.5169645 dn3 thymocyte VSIR
|
173 |
+
-4.69688 10.078298 dn3 thymocyte ARPC1B
|
174 |
+
-7.4578195 10.608934 dn3 thymocyte VIPR1
|
175 |
+
-4.671418 8.962546 dn3 thymocyte PSMA1
|
176 |
+
-4.538142 9.406455 dn3 thymocyte RPLP1
|
177 |
+
-1.8925003 7.352911 dn3 thymocyte LAGE3
|
178 |
+
-5.4269176 10.552453 dn3 thymocyte TSGA10
|
179 |
+
1.5976598 7.2733803 dn3 thymocyte PTPN2
|
180 |
+
-4.628157 8.636188 dn3 thymocyte IFNAR2
|
181 |
+
-4.9763236 10.383215 dn3 thymocyte SNRPB2
|
182 |
+
-7.068367 11.062783 dn3 thymocyte IGKC
|
183 |
+
-1.6458044 6.4822397 dn3 thymocyte KCNN1
|
184 |
+
-5.5267067 10.341225 dn3 thymocyte CCR4
|
185 |
+
-14.593239 -0.98707294 dn3 thymocyte RIC3
|
186 |
+
2.8994718 6.3340774 dn3 thymocyte ITGB2
|
187 |
+
-2.0775416 1.4487587 dn3 thymocyte ADD3
|
188 |
+
-4.5223136 9.990189 dn3 thymocyte NXPE3
|
189 |
+
5.925644 5.8636928 dn3 thymocyte LSM8
|
190 |
+
11.843876 12.961849 dn3 thymocyte KLHL6
|
191 |
+
-3.5034451 1.6906263 dn3 thymocyte RPS4Y1
|
192 |
+
-8.05534 9.783114 dn3 thymocyte PRF1
|
193 |
+
-4.7734337 9.142071 dn3 thymocyte CENPK
|
194 |
+
-3.21125 1.4845029 dn3 thymocyte C19orf25
|
195 |
+
-4.48702 9.761609 dn3 thymocyte MED6
|
196 |
+
4.592074 5.536759 dn3 thymocyte SERPINB9
|
197 |
+
-4.524629 9.40415 dn3 thymocyte RNF138
|
198 |
+
-4.7906075 9.884155 dn3 thymocyte RPL37
|
199 |
+
-4.5447206 8.913815 dn3 thymocyte SLAMF6
|
200 |
+
-7.260966 10.499919 dn3 thymocyte NCR3
|
201 |
+
-3.0261445 8.083842 dn3 thymocyte CD226
|
202 |
+
-6.31481 10.141691 dn3 thymocyte DTX1
|
203 |
+
-4.8717794 9.588161 dn3 thymocyte THAP7
|
204 |
+
-13.786921 -2.1308143 dn3 thymocyte TNIK
|
205 |
+
12.727529 12.709479 dn3 thymocyte MORN3
|
206 |
+
-3.152446 7.2672377 dn3 thymocyte TRIM17
|
207 |
+
-4.8153496 10.495833 dn3 thymocyte PPIL3
|
208 |
+
-4.188306 9.034074 dn3 thymocyte BLOC1S4
|
209 |
+
-6.969417 11.147592 dn3 thymocyte PRIM2
|
210 |
+
-6.252019 10.312327 dn3 thymocyte ORMDL1
|
211 |
+
-0.712422 5.8143106 dn3 thymocyte SFI1
|
212 |
+
3.011639 7.5319877 dn3 thymocyte PTCD3
|
213 |
+
-4.925402 9.762992 dn3 thymocyte RPL31
|
214 |
+
-2.0736892 4.1159015 dn3 thymocyte TXK
|
215 |
+
-7.4126782 10.686843 dn3 thymocyte MAL
|
216 |
+
-4.6843286 8.885045 dn3 thymocyte EIF1
|
217 |
+
-4.108167 9.081132 dn3 thymocyte G3BP2
|
218 |
+
-4.9125476 10.049838 dn3 thymocyte UMPS
|
219 |
+
-0.8782502 5.7560973 dn3 thymocyte SARAF
|
220 |
+
-8.014878 9.829324 dn3 thymocyte STAM
|
221 |
+
1.2540399 5.8158894 dn3 thymocyte TAF1D
|
222 |
+
-0.25332186 2.3350143 dn3 thymocyte BCL11B
|
223 |
+
-2.9205606 7.228615 dn3 thymocyte CCNT1
|
224 |
+
-1.9612464 2.4927323 dn3 thymocyte TADA2B
|
225 |
+
-5.214578 10.490897 dn3 thymocyte SAMSN1
|
226 |
+
-1.3735598 6.8147144 dn3 thymocyte RPS27A
|
227 |
+
13.882182 10.295827 dn3 thymocyte RNF166
|
228 |
+
-4.7476325 9.85435 dn3 thymocyte SYNJ2
|
229 |
+
-4.3444867 9.597595 dn3 thymocyte KCNQ1
|
230 |
+
-4.7663674 10.667349 dn3 thymocyte PSMD9
|
231 |
+
-2.1900206 5.4902124 dn3 thymocyte RPLP2
|
232 |
+
2.6874688 6.323961 dn3 thymocyte EXOC8
|
233 |
+
-3.5864398 4.1661673 dn3 thymocyte GLMN
|
234 |
+
-4.3669844 9.508416 dn3 thymocyte UBXN1
|
235 |
+
-2.8268511 6.7496314 dn3 thymocyte MRPS6
|
236 |
+
-1.9022824 7.265724 dn3 thymocyte TWNK
|
237 |
+
-8.64669 3.1045792 dn3 thymocyte LINC00526
|
238 |
+
-4.592426 10.087598 dn3 thymocyte KRR1
|
239 |
+
-5.6190124 10.338663 dn3 thymocyte TOE1
|
240 |
+
-14.777932 -0.42355776 dn3 thymocyte TRIM59
|
241 |
+
-2.415177 6.8100567 dn3 thymocyte ZNF783
|
242 |
+
5.03234 5.3331256 dn3 thymocyte ZNF350
|
243 |
+
-3.0892487 4.78079 dn3 thymocyte BICRA
|
244 |
+
3.9853232 6.6163673 dn3 thymocyte PHF1
|
245 |
+
-2.2122998 6.8368173 dn3 thymocyte CORO1A
|
246 |
+
-6.306752 9.595134 dn3 thymocyte TIMM10B
|
247 |
+
10.810568 13.029322 dn3 thymocyte PTPRC
|
248 |
+
-8.987777 3.1858652 dn3 thymocyte ETV3
|
249 |
+
-2.8512678 1.6968193 dn3 thymocyte KDM5A
|
250 |
+
4.1078606 5.1748357 dn3 thymocyte TMEM120B
|
251 |
+
-3.9101212 7.50656 dn3 thymocyte DTNBP1
|
252 |
+
14.388556 11.253099 dn3 thymocyte IL27RA
|
253 |
+
-5.3379865 10.207312 dn3 thymocyte DDX18
|
254 |
+
-4.3265934 9.897236 dn3 thymocyte ITGAL
|
255 |
+
4.3533487 4.9670377 dn3 thymocyte TSC22D3
|
256 |
+
-4.568161 9.4577 dn3 thymocyte NCAPD2
|
257 |
+
-4.3200355 9.073213 dn3 thymocyte FYB1
|
258 |
+
-4.1301646 9.109987 dn3 thymocyte FAM118A
|
259 |
+
-4.414131 9.146666 dn3 thymocyte CRIP1
|
260 |
+
-7.2599688 10.978447 dn3 thymocyte SLC25A38
|
261 |
+
-3.450081 7.856138 dn3 thymocyte LSM5
|
262 |
+
-3.8195493 8.500148 dn3 thymocyte PARP1
|
263 |
+
-5.1180096 10.25967 dn3 thymocyte CLNS1A
|
264 |
+
-4.3207417 9.356733 dn3 thymocyte SENP3
|
265 |
+
-5.4011936 8.039057 dn3 thymocyte SARDH
|
266 |
+
-3.7428715 8.522226 dn3 thymocyte MYOM2
|
267 |
+
-3.1641624 2.338434 dn3 thymocyte OOEP
|
268 |
+
0.8582428 2.4326673 dn3 thymocyte ZNF792
|
269 |
+
-6.867933 9.845446 dn3 thymocyte STMN3
|
270 |
+
14.199949 11.622836 dn3 thymocyte SUZ12
|
271 |
+
-4.6529975 8.746559 dn3 thymocyte DNAJA3
|
272 |
+
-4.461394 8.742242 dn3 thymocyte RBM19
|
273 |
+
-5.6944146 10.096034 dn3 thymocyte ENO2
|
274 |
+
-4.820188 9.855038 dn3 thymocyte IRF3
|
275 |
+
-4.61699 9.6871195 dn3 thymocyte PTPN22
|
276 |
+
-4.4263716 9.893547 dn3 thymocyte PDE3B
|
277 |
+
-2.6782389 7.4364033 dn3 thymocyte ATP5MG
|
278 |
+
-4.577125 9.959504 dn3 thymocyte PHC1
|
279 |
+
-4.4564576 9.213714 dn3 thymocyte SKAP1
|
280 |
+
-2.9808207 7.556166 dn3 thymocyte LY6E
|
281 |
+
4.811956 5.6846523 dn3 thymocyte WDR82
|
282 |
+
-4.382989 9.63564 dn3 thymocyte DUSP16
|
283 |
+
-4.755036 10.181159 dn3 thymocyte TEX264
|
284 |
+
-4.5319066 9.81841 dn3 thymocyte ATP2A3
|
285 |
+
-1.3931664 5.3487105 dn3 thymocyte MPHOSPH8
|
286 |
+
-4.476978 9.143811 dn3 thymocyte YWHAB
|
287 |
+
1.3263575 6.632107 dn3 thymocyte CD44
|
288 |
+
-2.9315007 0.36158726 dn3 thymocyte PLEKHB1
|
289 |
+
-4.9808073 9.345054 dn3 thymocyte EEF1D
|
290 |
+
-5.0105805 9.910119 dn3 thymocyte SPEF2
|
291 |
+
-1.0700251 3.0817 dn3 thymocyte ERCC5
|
292 |
+
-4.335368 9.105468 dn3 thymocyte CSTF2T
|
293 |
+
13.287933 12.370923 dn3 thymocyte RIBC2
|
294 |
+
-5.1984096 10.53981 dn3 thymocyte CD28
|
295 |
+
-5.1444755 10.428055 dn3 thymocyte TFAP4
|
296 |
+
-4.442188 8.965465 dn3 thymocyte HSPA8
|
297 |
+
-4.6601467 9.973029 dn3 thymocyte MIS12
|
298 |
+
-1.0392472 2.0629866 dn3 thymocyte MSL2
|
299 |
+
-4.786352 8.661994 dn3 thymocyte RGS19
|
300 |
+
-13.65747 -2.1372824 dn3 thymocyte PBXIP1
|
301 |
+
12.067208 12.873635 dn3 thymocyte S100A4
|
302 |
+
-6.26705 10.094149 dn3 thymocyte ZNF277
|
303 |
+
13.069106 12.474146 dn3 thymocyte KANSL1
|
304 |
+
-4.43777 9.093218 dn3 thymocyte IKBKE
|
305 |
+
-3.7409346 8.641417 dn3 thymocyte NIPAL3
|
306 |
+
-9.260734 2.8351722 dn3 thymocyte EVI2B
|
307 |
+
1.0265884 2.6897998 dn3 thymocyte SLC38A1
|
308 |
+
14.179489 11.701807 dn3 thymocyte TTC3
|
309 |
+
-5.929629 10.319469 dn3 thymocyte RPL14
|
310 |
+
4.955029 6.284089 dn3 thymocyte ZNF331
|
311 |
+
-1.7649286 7.643625 dn3 thymocyte IL10RA
|
312 |
+
-4.583594 10.13953 dn3 thymocyte IK
|
313 |
+
-5.0183225 10.062465 dn3 thymocyte UQCRH
|
314 |
+
-4.432673 9.220809 dn3 thymocyte PRRT1
|
315 |
+
-5.3472223 10.542217 dn3 thymocyte ARFRP1
|
316 |
+
-5.199369 10.4881315 dn3 thymocyte IL2RB
|
317 |
+
14.340922 11.305471 dn3 thymocyte WIPF1
|
318 |
+
2.6680675 7.285265 dn3 thymocyte CYTIP
|
319 |
+
-4.6360474 10.120064 dn3 thymocyte PRR3
|
320 |
+
-4.9106417 9.629488 dn3 thymocyte PQBP1
|
321 |
+
-3.6102731 8.872104 dn3 thymocyte CABIN1
|
322 |
+
-1.4960616 6.010466 dn3 thymocyte DBF4
|
323 |
+
-4.861387 10.0435505 dn3 thymocyte BIN2
|
324 |
+
-6.781597 11.046228 dn3 thymocyte ANKRD11
|
325 |
+
-7.662292 9.981627 dn3 thymocyte MGA
|
326 |
+
-0.9266552 4.2393327 dn3 thymocyte SLX1A
|
327 |
+
-3.7287984 8.652953 dn3 thymocyte ABT1
|
328 |
+
-4.3744693 9.426603 dn3 thymocyte MTF2
|
329 |
+
-4.450301 9.647143 dn3 thymocyte ATXN7L2
|
330 |
+
-4.3158255 8.8445835 dn3 thymocyte HCN2
|
331 |
+
-8.005921 9.847362 dn3 thymocyte HAX1
|
332 |
+
-7.225526 11.398817 dn3 thymocyte PRIM1
|
333 |
+
14.242033 11.735382 dn3 thymocyte SSU72
|
334 |
+
-3.7738519 9.281343 dn3 thymocyte DUSP4
|
335 |
+
-3.9216473 8.950593 dn3 thymocyte MED10
|
336 |
+
-5.845067 10.276652 dn3 thymocyte TAP2
|
337 |
+
-5.491847 10.48977 dn3 thymocyte IKZF1
|
338 |
+
-1.3441364 6.8954296 dn3 thymocyte ANKRD44
|
339 |
+
-4.573475 8.850433 dn3 thymocyte BATF
|
340 |
+
-1.079316 6.0564795 dn3 thymocyte TRAF1
|
341 |
+
-4.6536727 9.149944 dn3 thymocyte ZSWIM3
|
342 |
+
-6.4542828 11.2170315 dn3 thymocyte SLC14A2
|
343 |
+
-5.350608 10.350226 dn3 thymocyte KMT2B
|
344 |
+
-4.726124 10.166514 dn3 thymocyte FAU
|
345 |
+
-4.5231175 8.895259 dn3 thymocyte RAP1GDS1
|
346 |
+
-6.7942543 10.306605 dn3 thymocyte MOAP1
|
347 |
+
-4.394697 9.300042 dn3 thymocyte TRIR
|
348 |
+
-5.234088 10.398247 dn3 thymocyte NOP2
|
349 |
+
-4.804007 10.266655 dn3 thymocyte GSTK1
|
350 |
+
-5.3133597 10.468892 dn3 thymocyte CSK
|
351 |
+
-4.740777 9.504805 dn3 thymocyte KCNAB2
|
352 |
+
-4.3393335 9.613372 dn3 thymocyte PCNX2
|
353 |
+
-4.843796 8.335604 dn3 thymocyte STAT5B
|
354 |
+
-3.9547627 8.435245 dn3 thymocyte HLA-B
|
355 |
+
-4.5183625 9.396519 dn3 thymocyte ZNF581
|
356 |
+
-9.474706 2.368537 dn3 thymocyte ITGA4
|
357 |
+
-4.380686 9.499413 dn3 thymocyte KIF5C
|
358 |
+
-4.816107 10.036121 dn3 thymocyte TNFRSF1B
|
359 |
+
-7.3151116 11.039497 dn3 thymocyte CMPK1
|
360 |
+
-3.436974 8.826055 dn3 thymocyte LY9
|
361 |
+
-4.9485583 10.39838 dn3 thymocyte ENOPH1
|
362 |
+
-8.031728 9.767594 dn3 thymocyte RPL23A
|
363 |
+
-4.4588494 9.892802 dn3 thymocyte AMT
|
364 |
+
0.44439492 2.513476 dn3 thymocyte ANK3
|
365 |
+
-4.945275 9.915535 dn3 thymocyte DOK2
|
366 |
+
-4.5884366 9.096742 dn3 thymocyte ST3GAL1
|
367 |
+
-4.523658 9.926001 dn3 thymocyte ITK
|
368 |
+
-6.0885115 10.367729 dn3 thymocyte SIT1
|
369 |
+
-4.121306 9.350474 dn3 thymocyte WDR74
|
370 |
+
0.646126 6.7686253 dn3 thymocyte ATRX
|
371 |
+
-4.67806 10.17668 dn3 thymocyte TXNIP
|
372 |
+
-4.3192353 9.305615 dn3 thymocyte ZBTB32
|
373 |
+
2.257154 1.802179 dn3 thymocyte USP51
|
374 |
+
-6.8139844 10.388487 dn3 thymocyte ARRDC3
|
375 |
+
-3.682528 6.6350713 dn3 thymocyte SACM1L
|
376 |
+
-14.500573 -0.5165805 dn3 thymocyte DDIT4
|
377 |
+
-4.706834 9.707485 dn3 thymocyte RPS25
|
378 |
+
3.4986348 7.828717 dn3 thymocyte IMP3
|
379 |
+
0.32836822 2.546496 dn3 thymocyte PSMB10
|
380 |
+
-4.803375 9.608585 dn3 thymocyte C11orf65
|
381 |
+
-9.289254 2.879962 dn3 thymocyte NLRP1
|
382 |
+
-5.110864 9.47378 dn3 thymocyte SNX20
|
383 |
+
14.45656 10.959501 dn3 thymocyte LBR
|
384 |
+
11.1747675 13.19651 dn3 thymocyte SH2D2A
|
385 |
+
5.2573247 5.3666553 dn3 thymocyte RPS23
|
386 |
+
-4.220785 9.259155 dn3 thymocyte THAP12
|
387 |
+
-3.7827644 8.697756 dn3 thymocyte ACAP1
|
388 |
+
-4.853887 10.413227 dn3 thymocyte CGGBP1
|
389 |
+
4.7941647 4.908101 dn3 thymocyte RASGRP1
|
390 |
+
4.722797 6.2283115 dn3 thymocyte NAE1
|
391 |
+
-4.478283 9.037186 dn3 thymocyte GNL3
|
392 |
+
-4.1529098 8.331792 dn3 thymocyte KLF3
|
393 |
+
-5.124853 10.369088 dn3 thymocyte ISG15
|
394 |
+
-2.9131088 6.9940815 dn3 thymocyte GRAMD1A
|
395 |
+
-2.822418 3.4298651 dn3 thymocyte GPS2
|
396 |
+
-4.7873735 10.385753 dn3 thymocyte TRPM5
|
397 |
+
-7.1957273 10.0294485 dn3 thymocyte ITM2A
|
398 |
+
-4.219951 8.292908 dn3 thymocyte CWF19L2
|
399 |
+
-5.164098 10.375512 dn3 thymocyte ZNF669
|
400 |
+
-0.78220534 2.249236 dn3 thymocyte CEBPZ
|
401 |
+
-4.686529 9.071042 dn3 thymocyte NHLRC4
|
402 |
+
-4.5335927 9.0108 dn3 thymocyte OXT
|
403 |
+
-1.6517638 6.2047296 dn3 thymocyte SATB1
|
404 |
+
3.6463397 7.75371 dn3 thymocyte BRD7
|
405 |
+
-8.774514 3.4322803 dn3 thymocyte MYB
|
406 |
+
-4.972068 10.393655 dn3 thymocyte LMBR1
|
407 |
+
-3.481636 3.982287 dn3 thymocyte PLCL1
|
408 |
+
-4.8243117 10.321347 dn3 thymocyte FAM161B
|
409 |
+
14.112633 11.714853 dn3 thymocyte CXCR4
|
410 |
+
13.992535 11.861701 dn3 thymocyte CARD11
|
411 |
+
13.447075 12.236485 dn3 thymocyte SGF29
|
412 |
+
-4.0122223 8.544864 dn3 thymocyte MRPL49
|
413 |
+
-7.205681 10.465037 dn3 thymocyte ZNF329
|
414 |
+
-3.628348 8.652712 dn3 thymocyte ARHGAP45
|
415 |
+
-1.6710031 5.9480996 dn3 thymocyte NUDT16L1
|
416 |
+
-3.9922981 6.8778267 dn3 thymocyte SF1
|
417 |
+
-6.0403914 10.431905 dn3 thymocyte CYCS
|
418 |
+
-7.4882884 11.033577 dn3 thymocyte HNRNPD
|
419 |
+
-0.066446185 4.2202945 dn3 thymocyte CAMK2G
|
420 |
+
-4.4540925 9.257046 dn3 thymocyte RBM7
|
421 |
+
-4.7872224 10.210782 dn3 thymocyte TMEM67
|
422 |
+
10.225866 12.976131 dn3 thymocyte NAP1L1
|
423 |
+
2.0669637 7.054259 dn3 thymocyte UXT
|
424 |
+
-1.5680239 5.940515 dn3 thymocyte SRGN
|
425 |
+
-4.9615936 10.037216 dn3 thymocyte TNFRSF10A
|
426 |
+
-9.318913 2.6849647 dn3 thymocyte ADARB1
|
427 |
+
-3.7225828 8.464622 dn3 thymocyte COX4I1
|
428 |
+
-4.3841 9.804649 dn3 thymocyte BEX2
|
429 |
+
-2.822231 7.6908245 dn3 thymocyte EMSY
|
430 |
+
-4.3771152 9.361513 dn3 thymocyte BICRAL
|
431 |
+
-4.5686817 9.910206 dn3 thymocyte CAMK4
|
432 |
+
-3.0294304 3.9439387 dn3 thymocyte CDK11A
|
433 |
+
-5.01062 10.4308405 dn3 thymocyte ARHGEF3
|
434 |
+
-4.8014793 9.389371 dn3 thymocyte RASSF3
|
435 |
+
-4.720048 10.007644 dn3 thymocyte CAMLG
|
436 |
+
-3.8873224 9.085828 dn3 thymocyte CYTH1
|
437 |
+
-3.7904563 8.796928 dn3 thymocyte FBXO32
|
438 |
+
-2.0338752 7.7744827 dn3 thymocyte FBXO2
|
439 |
+
-6.027808 10.43596 dn3 thymocyte SF3A1
|
440 |
+
-4.674475 10.322318 dn3 thymocyte IRF1
|
441 |
+
-4.6088705 9.292607 dn3 thymocyte DNAJC8
|
442 |
+
-4.962669 10.1864605 dn3 thymocyte RPL9
|
443 |
+
-4.126388 9.15531 dn3 thymocyte KAT6B
|
444 |
+
-1.3966544 5.751974 dn3 thymocyte GMCL1
|
445 |
+
13.209439 12.513456 dn3 thymocyte APBB1
|
446 |
+
-3.6039739 9.009346 dn3 thymocyte PSIP1
|
447 |
+
1.6623151 5.6934767 dn3 thymocyte CKAP2
|
448 |
+
-4.951036 10.283141 dn3 thymocyte DDX20
|
449 |
+
-8.486654 3.8132608 dn3 thymocyte ATM
|
450 |
+
-4.7010884 10.419481 dn3 thymocyte RPL4P5
|
451 |
+
-4.553253 8.5272045 dn3 thymocyte RUNX3
|
452 |
+
-9.180168 2.7713943 dn3 thymocyte SMC3
|
453 |
+
-4.043658 8.720516 dn3 thymocyte RAN
|
454 |
+
-4.7784696 8.54997 dn3 thymocyte CCT3
|
455 |
+
-4.4120517 9.311697 dn3 thymocyte CDKN1B
|
456 |
+
-4.6224847 9.709217 dn3 thymocyte CLASP2
|
457 |
+
-4.7368765 9.444414 dn3 thymocyte RBM11
|
458 |
+
-13.819469 -2.2639518 dn3 thymocyte CHD3
|
459 |
+
-5.6505237 10.23491 dn3 thymocyte LCP1
|
460 |
+
2.8060095 6.59307 dn3 thymocyte LDHB
|
461 |
+
12.287955 12.808227 dn3 thymocyte RPIA
|
462 |
+
-5.8994207 10.2308235 dn3 thymocyte TIAM1
|
463 |
+
-1.3851027 6.683544 dn3 thymocyte ZNF345
|
464 |
+
-4.7035666 10.181399 dn3 thymocyte EIF3E
|
465 |
+
-1.4413886 6.466049 dn3 thymocyte RPL35
|
466 |
+
-4.802742 9.568216 dn3 thymocyte BACH2
|
467 |
+
-5.297829 9.993773 dn3 thymocyte DYNLT1
|
468 |
+
-4.66525 9.894008 dn3 thymocyte DEF6
|
469 |
+
-4.349968 8.125747 dn3 thymocyte FAM209A
|
470 |
+
-4.799279 9.422666 dn3 thymocyte HEXD
|
471 |
+
-5.095409 10.162261 dn3 thymocyte DAP3
|
472 |
+
-1.6658351 2.9221628 dn3 thymocyte ORAI1
|
473 |
+
-3.571692 8.561677 dn3 thymocyte RPS17
|
474 |
+
-4.643732 9.991948 dn3 thymocyte NAP1L4
|
475 |
+
11.062813 12.996053 dn3 thymocyte RASSF5
|
476 |
+
3.8153856 7.7990127 dn3 thymocyte CORO2A
|
477 |
+
-5.1281896 10.236829 dn3 thymocyte PRDX2
|
478 |
+
-5.975678 10.455568 dn3 thymocyte HMGN1
|
479 |
+
5.3889523 5.833774 dn3 thymocyte MBNL1
|
480 |
+
-3.335206 5.4703364 dn3 thymocyte GBP2
|
481 |
+
-0.5009397 2.3429708 dn3 thymocyte PTPN4
|
482 |
+
-3.7945142 8.906855 dn3 thymocyte ATG16L1
|
483 |
+
4.9899287 5.525717 dn3 thymocyte PSME1
|
484 |
+
-0.69086444 6.5757565 dn3 thymocyte PSMB9
|
485 |
+
-4.762544 9.549668 dn3 thymocyte RUBCN
|
486 |
+
-4.6871715 9.733441 dn3 thymocyte PRPF6
|
487 |
+
4.6665764 5.14952 dn3 thymocyte PAFAH1B3
|
488 |
+
-8.982504 2.6360822 dn3 thymocyte POLR2C
|
489 |
+
-4.6656914 9.458308 dn3 thymocyte SKIV2L
|
490 |
+
-4.658267 9.877069 dn3 thymocyte ZBTB14
|
491 |
+
4.6016426 5.8456197 dn3 thymocyte DMGDH
|
492 |
+
-2.5032802 5.543482 dn3 thymocyte PCNX1
|
493 |
+
-5.2084813 9.937108 dn3 thymocyte PDCL3
|
494 |
+
-3.4173944 1.3958513 dn3 thymocyte AKAP5
|
495 |
+
-4.95379 9.780811 dn3 thymocyte ANKRD23
|
496 |
+
-4.58367 9.768631 dn3 thymocyte THOC1
|
497 |
+
-5.951015 10.139954 dn3 thymocyte SELL
|
498 |
+
0.7042691 6.5810757 dn3 thymocyte BAX
|
499 |
+
-4.867389 10.485811 dn3 thymocyte SMN1
|
500 |
+
-5.095701 10.406482 dn3 thymocyte NSG1
|
501 |
+
13.383328 12.418802 dn3 thymocyte KLF12
|
502 |
+
-5.6223736 10.212886 dn3 thymocyte FEM1A
|
503 |
+
-5.0802355 10.216948 dn3 thymocyte RSL24D1
|
504 |
+
-3.6595144 8.707248 dn3 thymocyte TGFBR2
|
505 |
+
-1.9622632 5.233659 dn3 thymocyte GMIP
|
506 |
+
-4.401439 10.048541 dn3 thymocyte PRKCH
|
507 |
+
1.4484866 6.803197 dn3 thymocyte C8orf33
|
508 |
+
-5.1998706 10.586839 dn3 thymocyte HNRNPA1
|
509 |
+
-2.8165731 1.3204824 dn3 thymocyte ORMDL3
|
510 |
+
14.31309 11.42899 dn3 thymocyte ZBTB10
|
511 |
+
-4.338033 10.048531 dn3 thymocyte MAP4K2
|
512 |
+
-3.5794363 8.4071865 dn3 thymocyte HP
|
513 |
+
-1.3551912 4.598593 dn3 thymocyte DGKZ
|
514 |
+
-4.10748 9.185387 dn3 thymocyte RPL11
|
515 |
+
-5.3254213 10.038825 dn3 thymocyte YTHDC1
|
516 |
+
-0.969112 6.2315826 dn3 thymocyte MED30
|
517 |
+
-4.8196263 10.289581 dn3 thymocyte SRSF8
|
518 |
+
-4.964348 9.563973 dn3 thymocyte EIF3F
|
519 |
+
-5.3177085 10.328189 dn3 thymocyte OSM
|
520 |
+
-3.7090232 8.71722 dn3 thymocyte FOXP1
|
521 |
+
-4.18198 9.388517 dn3 thymocyte ZC3HAV1
|
522 |
+
-4.698469 8.894219 dn3 thymocyte PRDM1
|
523 |
+
-0.6642876 2.7266684 dn3 thymocyte HOXB2
|
524 |
+
1.3451786 3.1895258 dn3 thymocyte SCAI
|
525 |
+
-4.272552 8.453538 dn3 thymocyte MCPH1
|
526 |
+
-4.570157 10.079546 dn3 thymocyte SAE1
|
527 |
+
12.746442 12.5975 dn3 thymocyte TSHR
|
528 |
+
-7.8786683 10.066604 dn3 thymocyte CEP72
|
529 |
+
-4.7991 8.8610115 dn3 thymocyte KAT6A
|
530 |
+
11.278472 13.0211735 dn3 thymocyte RPL18A
|
531 |
+
4.574176 6.2574 dn3 thymocyte TOMM7
|
532 |
+
-4.7535048 9.323337 dn3 thymocyte COX6C
|
533 |
+
-2.6640022 3.3854795 dn3 thymocyte TCP11L2
|
534 |
+
5.2286997 5.884052 dn3 thymocyte PWP2
|
535 |
+
-9.062667 2.9079256 dn3 thymocyte FBXO44
|
536 |
+
-4.0288367 8.244387 dn3 thymocyte IL7R
|
537 |
+
-4.5657954 9.680229 dn3 thymocyte AEN
|
538 |
+
-5.0495706 9.294715 dn3 thymocyte FCMR
|
539 |
+
-14.132327 -1.9460597 dn3 thymocyte CELSR3
|
540 |
+
-2.9740965 5.6498075 dn3 thymocyte HEMGN
|
541 |
+
-5.1592603 10.201469 dn3 thymocyte STAT4
|
542 |
+
-3.7088516 8.620823 dn3 thymocyte PIK3R5
|
543 |
+
-8.761239 2.961879 dn3 thymocyte APOL6
|
544 |
+
-3.557898 8.320632 dn3 thymocyte ZNF552
|
545 |
+
5.6683097 6.046863 dn3 thymocyte TBC1D19
|
546 |
+
-3.458407 8.229697 dn3 thymocyte NFATC2
|
547 |
+
-0.3910283 6.444171 dn3 thymocyte HPCAL4
|
548 |
+
-1.6504974 6.9930763 dn3 thymocyte HLA-E
|
549 |
+
-6.9105105 9.908516 dn3 thymocyte EPM2AIP1
|
550 |
+
-1.4505928 6.7855306 dn3 thymocyte TMEM63A
|
551 |
+
-3.5693235 8.779735 dn3 thymocyte ANKRD36BP1
|
552 |
+
-5.2258096 10.402704 dn3 thymocyte ZNF773
|
553 |
+
4.954727 5.7967 dn3 thymocyte TOMM20
|
554 |
+
-4.5851965 9.371494 dn3 thymocyte RPS15A
|
555 |
+
-6.4073076 10.298216 dn3 thymocyte TUBA4A
|
556 |
+
-4.870367 10.004105 dn3 thymocyte HCLS1
|
557 |
+
1.2394063 6.2359996 dn3 thymocyte VTI1A
|
558 |
+
-4.380544 9.537315 dn3 thymocyte KLRB1
|
559 |
+
3.1807687 6.615242 dn3 thymocyte PTPN7
|
560 |
+
-3.6974502 9.045826 dn3 thymocyte CD2
|
561 |
+
13.764836 12.199128 dn3 thymocyte MYH9
|
562 |
+
-5.3182955 9.885354 dn3 thymocyte SFXN1
|
563 |
+
-1.7708209 7.2778926 dn3 thymocyte PHF19
|
564 |
+
-4.958897 10.510002 dn3 thymocyte NEFM
|
565 |
+
-4.4736247 8.930419 dn3 thymocyte SINHCAF
|
566 |
+
-4.3217993 9.094201 dn3 thymocyte SPDYA
|
567 |
+
-4.7595162 9.59714 dn3 thymocyte SKI
|
568 |
+
-4.576247 9.415282 dn3 thymocyte PELP1
|
569 |
+
2.67518 7.099834 dn3 thymocyte YBEY
|
570 |
+
-4.6340933 9.669727 dn3 thymocyte CDK13
|
571 |
+
-4.671182 9.184929 dn3 thymocyte RRP15
|
572 |
+
-1.4760479 7.174541 dn3 thymocyte PPP6R1
|
573 |
+
-4.6224303 9.468908 dn3 thymocyte ATIC
|
574 |
+
-5.9934416 10.302004 dn3 thymocyte PDCD7
|
575 |
+
-14.1828 -2.3255422 dn3 thymocyte SEMA4D
|
576 |
+
-4.5145826 10.098744 dn3 thymocyte MRM3
|
577 |
+
-9.179426 3.002034 dn3 thymocyte DCXR
|
578 |
+
-5.0110865 10.504468 dn3 thymocyte CUL2
|
579 |
+
-4.8865952 9.727451 dn3 thymocyte MRPS31
|
580 |
+
-9.151561 2.4044142 dn3 thymocyte RAB29
|
581 |
+
-3.8784833 8.689256 dn3 thymocyte EID2
|
582 |
+
-4.119447 8.561614 dn3 thymocyte WWP1
|
583 |
+
-4.1000805 9.474402 dn3 thymocyte RPS28
|
584 |
+
-4.6163583 9.255873 dn3 thymocyte BORCS6
|
585 |
+
-4.32347 9.099594 dn3 thymocyte BCL2
|
586 |
+
-4.762505 9.474381 dn3 thymocyte JAK1
|
587 |
+
-6.5011244 10.373301 dn3 thymocyte KLF2
|
588 |
+
-4.319024 9.201529 dn3 thymocyte STAMBPL1
|
589 |
+
-2.6986506 6.870882 dn3 thymocyte HIPK1
|
590 |
+
-6.985865 10.963226 dn3 thymocyte KMT2E
|
591 |
+
-4.5163503 10.417039 dn3 thymocyte ABRAXAS1
|
592 |
+
-4.447336 8.908467 dn3 thymocyte IPCEF1
|
593 |
+
-13.825398 -2.1103406 dn3 thymocyte TOB1
|
594 |
+
-4.4324794 9.527649 dn3 thymocyte DOCK8
|
595 |
+
-2.8175635 7.5305877 dn3 thymocyte PDZD4
|
596 |
+
-6.1351957 10.421648 dn3 thymocyte DDX21
|
597 |
+
-7.3439617 10.815789 dn3 thymocyte PDCD4
|
598 |
+
14.436283 10.825275 dn3 thymocyte RPL23
|
599 |
+
-4.5801477 9.726757 dn3 thymocyte TGIF2
|
600 |
+
-4.786171 8.954603 dn3 thymocyte PBX4
|
601 |
+
14.278382 10.555964 dn3 thymocyte ALOX5AP
|
602 |
+
-2.9402728 7.3786454 dn3 thymocyte MAZ
|
603 |
+
-3.520005 2.3372896 dn3 thymocyte NSA2
|
604 |
+
-2.8160768 6.3781276 dn3 thymocyte TERF2IP
|
605 |
+
1.3547676 3.0306792 dn3 thymocyte TNFAIP8
|
606 |
+
-4.9619036 8.48767 dn3 thymocyte SYNGAP1
|
607 |
+
-5.5317116 10.207631 dn3 thymocyte TBC1D4
|
608 |
+
-3.6732779 6.655871 dn3 thymocyte ZBTB6
|
609 |
+
-4.660583 9.277525 dn3 thymocyte EDRF1
|
610 |
+
-5.1807137 7.9225483 dn3 thymocyte GIMAP1
|
611 |
+
1.7524413 5.498313 dn3 thymocyte RPS19
|
612 |
+
-4.6950455 9.556098 dn3 thymocyte ADSL
|
613 |
+
-14.691417 -0.55107605 dn3 thymocyte CFL1
|
614 |
+
-6.179606 10.54181 dn3 thymocyte TBCC
|
615 |
+
-4.924513 9.212676 dn3 thymocyte IL2RA
|
616 |
+
1.3002359 3.359757 dn3 thymocyte EP400
|
617 |
+
-6.6063104 10.074028 dn3 thymocyte UBE2V1
|
618 |
+
-0.6847427 6.044708 dn3 thymocyte MALT1
|
619 |
+
-8.852032 3.0397744 dn3 thymocyte CEP85L
|
620 |
+
-4.4953556 9.889849 dn3 thymocyte SAMD1
|
621 |
+
-5.398203 10.629527 dn3 thymocyte SEZ6
|
622 |
+
-5.8459706 10.236292 dn3 thymocyte GIMAP5
|
623 |
+
5.3856373 5.655626 dn3 thymocyte TNFRSF18
|
624 |
+
-3.6272113 6.205767 dn3 thymocyte AIP
|
625 |
+
3.0338185 7.885536 dn3 thymocyte EEF1G
|
626 |
+
-5.4616666 10.279038 dn3 thymocyte NEFL
|
627 |
+
-4.8437066 8.926068 dn3 thymocyte CPNE1
|
628 |
+
-4.319678 9.181156 dn3 thymocyte COX7C
|
629 |
+
-0.73144364 4.0957637 dn3 thymocyte SRSF5
|
630 |
+
-3.5259938 8.774849 dn3 thymocyte KMT5C
|
631 |
+
-5.7708917 10.3038225 dn3 thymocyte RPL22
|
632 |
+
-1.0904357 6.3815722 dn3 thymocyte RAP1B
|
633 |
+
4.869715 5.5181646 dn3 thymocyte FBXO41
|
634 |
+
3.2448256 7.877011 dn3 thymocyte GYPC
|
635 |
+
-2.8560905 6.6359096 dn3 thymocyte RIPK2
|
636 |
+
-4.9220986 9.266745 dn3 thymocyte C11orf1
|
637 |
+
-5.210509 10.080807 dn3 thymocyte EIF3M
|
638 |
+
-4.3723655 9.498698 dn3 thymocyte TRAPPC6A
|
639 |
+
-4.1511664 7.5318356 dn3 thymocyte SLC16A7
|
640 |
+
-4.6192317 9.920436 dn3 thymocyte CTDSPL2
|
641 |
+
-4.0396156 7.948908 dn3 thymocyte USP44
|
642 |
+
-3.6632385 9.078344 dn3 thymocyte LAIR1
|
643 |
+
-0.24226467 2.3980005 dn3 thymocyte NUDCD3
|
644 |
+
-6.2409286 10.453361 dn3 thymocyte CCND3
|
645 |
+
-4.8287783 9.560887 dn3 thymocyte CD320
|
646 |
+
-7.142939 10.13897 dn3 thymocyte RPS5
|
647 |
+
-4.740485 9.944864 dn3 thymocyte RPS3A
|
648 |
+
-4.865124 10.040316 dn3 thymocyte CORO1B
|
649 |
+
13.07668 12.504394 dn3 thymocyte GTF2B
|
650 |
+
10.653564 13.083679 dn3 thymocyte AMIGO1
|
651 |
+
-7.3815327 10.819138 dn3 thymocyte EDAR
|
652 |
+
-4.3597426 9.183117 dn3 thymocyte CDKN2D
|
653 |
+
-3.7919052 4.945166 dn3 thymocyte SNRPG
|
654 |
+
1.3064129 6.945813 dn3 thymocyte BIN1
|
655 |
+
-5.59001 10.478231 dn3 thymocyte NPM1
|
656 |
+
13.437699 12.345119 dn3 thymocyte GRWD1
|
657 |
+
-1.827842 7.5083055 dn3 thymocyte RPL36AL
|
658 |
+
-7.326103 10.690883 dn3 thymocyte RBL2
|
659 |
+
-4.605317 9.954112 dn3 thymocyte EEF1B2
|
660 |
+
0.19235069 6.424428 dn3 thymocyte PTMA
|
661 |
+
-2.620389 7.382201 dn3 thymocyte CDK12
|
662 |
+
0.5934016 2.6947796 dn3 thymocyte STK38
|
663 |
+
2.305553 6.3209605 dn3 thymocyte RPS18
|
664 |
+
-4.288697 9.444823 dn3 thymocyte RPS2
|
665 |
+
-4.3341703 9.816321 dn3 thymocyte RPL8
|
666 |
+
12.961447 12.536248 dn3 thymocyte TTC14
|
667 |
+
-5.697763 10.079644 dn3 thymocyte JOSD1
|
668 |
+
-0.27336743 3.8943937 dn3 thymocyte B2M
|
669 |
+
-4.505622 9.532222 dn3 thymocyte ZNF138
|
670 |
+
-5.217222 9.314121 dn3 thymocyte TDG
|
671 |
+
-4.769483 9.924907 dn3 thymocyte TPT1
|
672 |
+
13.6465845 12.344691 dn3 thymocyte BTG1
|
673 |
+
0.41952002 6.720053 dn3 thymocyte DHPS
|
674 |
+
14.094399 11.786692 dn3 thymocyte LEPROTL1
|
675 |
+
-4.1457314 7.9494543 dn3 thymocyte PPA1
|
676 |
+
-4.6384554 8.368216 dn3 thymocyte ZNF410
|
677 |
+
4.313887 6.272979 dn3 thymocyte TNFAIP3
|
678 |
+
-5.3538 9.754361 dn3 thymocyte NACA
|
679 |
+
-4.626271 9.600136 dn3 thymocyte BCAS2
|
680 |
+
0.03409121 6.515972 dn3 thymocyte MAD1L1
|
681 |
+
-4.7612987 9.008841 dn3 thymocyte YPEL3
|
682 |
+
3.2884736 6.5509973 dn3 thymocyte MRPL57
|
683 |
+
-4.848571 10.371883 dn3 thymocyte ICAM3
|
684 |
+
-5.0422916 10.334098 dn3 thymocyte NAP1L3
|
685 |
+
1.8105297 7.0705914 dn3 thymocyte MRFAP1L1
|
686 |
+
-4.548558 9.791378 dn3 thymocyte ING3
|
687 |
+
-4.3823824 9.054841 dn3 thymocyte LGALS14
|
688 |
+
1.5335295 5.166773 dn3 thymocyte MYCBP2
|
689 |
+
-14.4563875 -0.99958247 dn3 thymocyte CD27
|
690 |
+
3.6916223 6.495474 dn3 thymocyte CRBN
|
691 |
+
3.3354049 4.9229813 dn3 thymocyte CDC37L1
|
692 |
+
3.1005456 6.817932 dn3 thymocyte MX2
|
693 |
+
-2.6791093 5.3722386 dn3 thymocyte PRAG1
|
694 |
+
-9.519181 2.20703 dn3 thymocyte RPL5
|
695 |
+
-2.7693343 6.850239 dn3 thymocyte PSD
|
696 |
+
-9.185818 2.624358 dn3 thymocyte CD79B
|
697 |
+
-5.282491 10.444414 dn3 thymocyte PDCD1
|
698 |
+
-4.409128 10.033121 dn3 thymocyte PNMA3
|
699 |
+
-1.0513927 5.3874326 dn3 thymocyte IL18R1
|
700 |
+
-6.2230144 10.110848 dn3 thymocyte JUNB
|
701 |
+
-2.7093394 1.4242505 dn3 thymocyte HSBP1L1
|
702 |
+
-3.6824973 5.787692 dn3 thymocyte TSPYL4
|
703 |
+
-2.097635 7.60966 dn3 thymocyte ZFYVE27
|
704 |
+
-5.1726646 10.296006 dn3 thymocyte C1orf50
|
705 |
+
-9.054786 2.753285 dn3 thymocyte RNF144A
|
706 |
+
-4.5060663 9.480489 dn3 thymocyte RPL29
|
707 |
+
-7.6856422 9.871684 dn3 thymocyte IL21R
|
708 |
+
-1.7862967 5.5339746 dn3 thymocyte ISY1
|
709 |
+
14.425822 11.510896 dn3 thymocyte SNRPF
|
710 |
+
3.2425532 7.5546427 dn3 thymocyte NDUFB11
|
711 |
+
-4.2110314 8.897488 dn3 thymocyte DEDD2
|
712 |
+
-0.13348311 6.471807 dn3 thymocyte RPS6
|
713 |
+
-8.707098 3.457211 dn3 thymocyte ARHGAP9
|
714 |
+
-4.9674 10.322997 dn3 thymocyte PRPF18
|
715 |
+
-6.165196 10.370234 dn3 thymocyte CCND2
|
716 |
+
14.178432 11.814802 dn3 thymocyte NOSIP
|
717 |
+
-4.5104175 9.28422 dn3 thymocyte SCML1
|
718 |
+
-5.376479 7.617652 dn3 thymocyte LPXN
|
719 |
+
-5.695647 10.163861 dn3 thymocyte PNMA5
|
720 |
+
-4.0342617 8.806639 dn3 thymocyte NDUFA13
|
721 |
+
5.1684976 5.722341 dn3 thymocyte UBASH3B
|
722 |
+
2.4642107 4.1065865 dn3 thymocyte EMP3
|
723 |
+
3.4784656 6.8520627 dn3 thymocyte CNKSR2
|
724 |
+
5.523458 5.5598383 dn3 thymocyte PSTPIP1
|
725 |
+
-6.6338124 9.813561 dn3 thymocyte TLE4
|
726 |
+
13.224283 12.630616 dn3 thymocyte ZNHIT6
|
727 |
+
-4.4356647 9.221988 dn3 thymocyte C22orf15
|
728 |
+
-4.579273 9.125161 dn3 thymocyte MAGEH1
|
729 |
+
-14.1915455 -1.8819778 dn3 thymocyte GRK2
|
730 |
+
4.443965 6.671526 dn3 thymocyte FANCB
|
731 |
+
-4.2354374 8.954712 dn3 thymocyte INPP5D
|
732 |
+
14.067174 11.769339 dn3 thymocyte TNFRSF4
|
733 |
+
-5.0082197 10.270301 dn3 thymocyte GPX7
|
734 |
+
-4.8560815 10.478576 dn3 thymocyte SRSF3
|
735 |
+
-4.694695 8.794919 dn3 thymocyte ADAT2
|
736 |
+
-5.196711 10.42177 dn3 thymocyte LEF1
|
737 |
+
-1.9917804 4.393454 dn3 thymocyte NAP1L5
|
738 |
+
-4.6703477 9.269692 dn3 thymocyte RPS11
|
739 |
+
-6.0379963 10.482021 dn3 thymocyte FOXP3
|
740 |
+
-9.024942 2.341018 dn3 thymocyte ZBTB24
|
741 |
+
-7.3243484 10.288673 dn3 thymocyte CAGE1
|
742 |
+
-4.5729756 9.2235365 dn3 thymocyte CASK
|
743 |
+
-3.4845104 4.962568 dn3 thymocyte TSPYL1
|
744 |
+
-4.5209675 9.950911 dn3 thymocyte CASP4
|
745 |
+
-4.6776133 9.193607 dn3 thymocyte ZNF17
|
746 |
+
-4.754315 8.922551 dn3 thymocyte TNFSF12
|
747 |
+
-4.5382466 9.705154 dn3 thymocyte RGS1
|
748 |
+
4.4576416 5.394312 dn3 thymocyte RPS13
|
749 |
+
-5.070025 10.390873 dn3 thymocyte FYN
|
750 |
+
-4.6128387 9.086793 dn3 thymocyte RPL37A
|
751 |
+
-4.367111 9.405526 dn3 thymocyte ZNF420
|
752 |
+
-4.0388837 8.4316225 dn3 thymocyte SP110
|
753 |
+
-4.7809377 8.464567 dn3 thymocyte SNX9
|
754 |
+
-4.9092937 8.94661 dn3 thymocyte KCNC1
|
755 |
+
-3.7387955 8.884162 dn3 thymocyte MIF
|
756 |
+
-2.4554985 7.4562054 dn3 thymocyte PFN1
|
757 |
+
14.124519 11.802516 dn3 thymocyte UFD1
|
758 |
+
-5.0476465 9.303843 dn3 thymocyte MED17
|
759 |
+
3.8124526 5.0592923 dn3 thymocyte DPP4
|
760 |
+
-4.257534 9.118574 dn3 thymocyte CYTH4
|
761 |
+
-14.702714 -0.8158093 dn3 thymocyte IL12RB1
|
762 |
+
-6.362808 10.227089 dn3 thymocyte RGS14
|
763 |
+
-2.053079 5.4502816 dn3 thymocyte AQP3
|
764 |
+
-6.391653 9.710336 dn3 thymocyte ELK4
|
765 |
+
-0.9725356 6.5355706 dn3 thymocyte MED16
|
766 |
+
-5.930534 9.762994 dn3 thymocyte MPP6
|
767 |
+
-4.6685996 8.691094 dn3 thymocyte GPKOW
|
768 |
+
-4.6886735 9.345974 dn3 thymocyte MIB2
|
769 |
+
-4.06889 8.013606 dn3 thymocyte TAF10
|
770 |
+
-3.5522456 8.718 dn3 thymocyte ODF2
|
771 |
+
-14.096201 -1.9371444 dn3 thymocyte OLFM2
|
772 |
+
5.688116 6.0005875 dn3 thymocyte BUB3
|
773 |
+
-3.6601872 8.931596 dn3 thymocyte NECAP2
|
774 |
+
-2.6833715 4.772177 dn3 thymocyte TRMO
|
775 |
+
-4.6553464 9.354414 dn3 thymocyte TMSB4X
|
776 |
+
-7.601772 10.044399 dn3 thymocyte GALT
|
777 |
+
-5.214013 9.472779 dn3 thymocyte SP4
|
778 |
+
-5.885927 10.265092 dn3 thymocyte DOCK2
|
779 |
+
-4.4386725 9.09944 dn3 thymocyte RHOH
|
780 |
+
-5.010941 10.338014 dn3 thymocyte IFITM1
|
781 |
+
4.935207 5.7861133 dn3 thymocyte SLAIN1
|
782 |
+
-5.5201755 10.404034 dn3 thymocyte CD3D
|
783 |
+
-4.3898215 8.980401 dn3 thymocyte RPL7A
|
784 |
+
-4.770651 9.561928 dn3 thymocyte JUND
|
785 |
+
-5.123026 10.277858 dn3 thymocyte IRF4
|
786 |
+
-4.2332306 9.508957 dn3 thymocyte MRPL9
|
787 |
+
-4.98248 8.406611 dn3 thymocyte KRT2
|
788 |
+
-4.844347 9.582042 dn3 thymocyte NPAT
|
789 |
+
13.330079 12.423017 dn3 thymocyte IL16
|
790 |
+
-4.760649 9.269753 dn3 thymocyte PKIA
|
791 |
+
-3.583165 8.1785 dn3 thymocyte GMFG
|
792 |
+
14.343125 10.692306 dn3 thymocyte ANKRD36
|
793 |
+
-4.3922725 9.10753 dn3 thymocyte URI1
|
794 |
+
-4.8426433 9.595127 dn3 thymocyte ADTRP
|
795 |
+
-5.763947 10.33964 dn3 thymocyte MAX
|
796 |
+
3.427047 7.9074364 dn3 thymocyte APBB1IP
|
797 |
+
-4.655531 9.448874 dn3 thymocyte FBF1
|
798 |
+
-4.320905 9.593653 dn3 thymocyte SEC14L2
|
799 |
+
-3.6676974 5.871869 dn3 thymocyte CNOT7
|
800 |
+
-2.838412 7.368742 dn3 thymocyte NFRKB
|
801 |
+
-0.6779844 2.21152 dn3 thymocyte PDCD2
|
802 |
+
-3.8723233 6.951733 dn3 thymocyte RPL4
|
803 |
+
-6.64848 10.083186 dn3 thymocyte GPSM3
|
804 |
+
-1.9634148 7.6280828 dn3 thymocyte MYH11
|
805 |
+
-2.329113 5.736077 dn3 thymocyte DDX27
|
806 |
+
2.315633 6.5141573 dn3 thymocyte TRAF5
|
807 |
+
-4.5524926 9.68191 dn3 thymocyte L1TD1
|
808 |
+
3.1164284 7.655785 dn3 thymocyte RPL28
|
809 |
+
-7.8834686 9.988229 dn3 thymocyte RPS3
|
810 |
+
0.90987253 4.6841846 dn3 thymocyte TOX
|
811 |
+
-4.2871284 10.083024 dn3 thymocyte GTF2H4
|
812 |
+
-14.03993 -2.0834303 dn3 thymocyte IGHG4
|
813 |
+
5.4818764 5.6488123 dn3 thymocyte MZT2B
|
814 |
+
10.916923 13.236915 dn3 thymocyte ADD2
|
815 |
+
-4.735611 9.702592 dn3 thymocyte TESMIN
|
816 |
+
-1.5108076 6.9658885 dn3 thymocyte ITPKB
|
817 |
+
3.9941375 7.0365157 dn3 thymocyte FNBP1
|
818 |
+
-4.810309 10.349136 dn3 thymocyte MUTYH
|
819 |
+
-4.02118 9.043438 dn3 thymocyte CITED2
|
820 |
+
-4.532907 9.240834 dn3 thymocyte GTF2F1
|
821 |
+
-4.3747334 9.07376 dn3 thymocyte JAK3
|
822 |
+
-4.750672 9.20422 dn3 thymocyte PPWD1
|
823 |
+
-3.960005 8.592039 dn3 thymocyte TSR2
|
824 |
+
-4.5758333 8.819033 dn3 thymocyte CD247
|
825 |
+
-3.4197998 8.556844 dn3 thymocyte NUCB2
|
826 |
+
-3.5499978 8.667338 dn3 thymocyte TNK2
|
827 |
+
-2.8528385 6.8399944 dn3 thymocyte RPL13A
|
828 |
+
-4.772124 10.255155 dn3 thymocyte BTLA
|
829 |
+
-4.937739 9.416436 dn3 thymocyte STX1B
|
830 |
+
14.484657 10.733683 dn3 thymocyte FKBP5
|
831 |
+
-5.252888 10.186369 dn3 thymocyte CASP6
|
832 |
+
3.5347862 6.7439995 dn3 thymocyte SIGIRR
|
833 |
+
-4.684969 9.679218 dn3 thymocyte ZNF512B
|
834 |
+
-2.8146706 1.9276702 dn3 thymocyte EPOR
|
835 |
+
3.1362972 7.683664 dn3 thymocyte CD53
|
836 |
+
-4.2728844 9.507556 dn3 thymocyte PPP1R2
|
837 |
+
-6.6038575 11.360391 dn3 thymocyte ANAPC1
|
838 |
+
-2.6158547 6.3774805 dn3 thymocyte LAT
|
839 |
+
-3.976237 9.013983 dn3 thymocyte CHD8
|
840 |
+
-4.2284636 9.428942 dn3 thymocyte KIF20B
|
841 |
+
-2.1632373 7.5361643 dn3 thymocyte TENT5C
|
842 |
+
4.389346 5.3753533 dn3 thymocyte VRK1
|
843 |
+
-4.835766 10.147281 dn3 thymocyte SIK1
|
844 |
+
-4.673235 9.608251 dn3 thymocyte LAX1
|
845 |
+
-14.338082 -1.7203207 dn3 thymocyte LTA
|
846 |
+
-4.9400277 8.138989 dn3 thymocyte ZEB1
|
847 |
+
-4.3045006 8.980215 dn3 thymocyte CLEC2D
|
848 |
+
-4.4790244 9.57151 dn3 thymocyte RPS24
|
849 |
+
-5.020046 10.384544 dn3 thymocyte TSC22D4
|
850 |
+
-4.2533917 8.750007 dn3 thymocyte PABPC1
|
851 |
+
-4.690994 9.877136 dn3 thymocyte COIL
|
852 |
+
-5.0577207 10.183463 dn3 thymocyte HSPE1
|
853 |
+
-7.0711393 10.125265 dn3 thymocyte TRMT112
|
854 |
+
-14.35644 -1.4625047 dn3 thymocyte ANKRD36B
|
855 |
+
-7.22284 10.630527 dn3 thymocyte PIM1
|
856 |
+
-5.075826 9.953767 dn3 thymocyte IGLC2
|
857 |
+
2.6835148 6.333862 dn3 thymocyte EXOSC9
|
858 |
+
-6.622686 10.362185 dn3 thymocyte NR4A2
|
859 |
+
-2.5046272 7.178626 dn3 thymocyte RPS7
|
860 |
+
5.0583563 5.778698 dn3 thymocyte SPRTN
|
861 |
+
3.1826103 6.9183087 dn3 thymocyte IL23A
|
862 |
+
1.6490911 6.255291 dn3 thymocyte POLR1E
|
863 |
+
-2.243048 5.2625885 dn3 thymocyte HERC3
|
864 |
+
-1.4668461 7.0470304 dn3 thymocyte MLLT6
|
865 |
+
-14.686413 -0.7334398 dn3 thymocyte FANCF
|
866 |
+
-4.5311027 9.755352 dn3 thymocyte EID2B
|
867 |
+
-3.7575815 8.473951 dn3 thymocyte PTPN6
|
868 |
+
-7.9250326 9.772047 dn3 thymocyte KMT2A
|
869 |
+
13.800171 11.99388 dn3 thymocyte PDE4B
|
870 |
+
-7.0034094 10.801338 dn3 thymocyte SIRT7
|
871 |
+
4.505765 4.934075 dn3 thymocyte GINS4
|
872 |
+
-2.2028768 7.6669717 dn3 thymocyte SFMBT2
|
873 |
+
5.1889024 5.659548 dn3 thymocyte CCDC85B
|
874 |
+
1.7573863 5.174354 dn3 thymocyte RPS27
|
875 |
+
-5.945039 9.684196 dn3 thymocyte RASA3
|
876 |
+
-4.251299 8.862341 dn3 thymocyte STAT3
|
877 |
+
-4.8170934 10.155849 dn3 thymocyte RBM34
|
878 |
+
-4.835797 9.163559 dn3 thymocyte PASK
|
879 |
+
-4.5966454 8.245385 dn3 thymocyte ZNF131
|
880 |
+
-2.848378 1.721909 dn3 thymocyte EIF3G
|
881 |
+
-7.706783 10.095729 dn3 thymocyte SH3KBP1
|
882 |
+
5.1142554 5.6319475 dn3 thymocyte SUPT3H
|
883 |
+
1.7016594 7.0931473 dn3 thymocyte IL6ST
|
884 |
+
2.24063 7.1772614 dn3 thymocyte SUN2
|
885 |
+
-5.8809385 10.340135 dn3 thymocyte TRRAP
|
886 |
+
-4.7158647 8.832019 dn3 thymocyte RNMT
|
887 |
+
-4.9856358 9.217146 dn3 thymocyte CD4
|
888 |
+
-4.7300215 9.272651 dn3 thymocyte PSME2
|
889 |
+
-4.18058 9.282469 dn3 thymocyte EVI2A
|
890 |
+
0.058669116 6.5068107 dn3 thymocyte RHOG
|
891 |
+
-5.1387944 8.470774 dn3 thymocyte RPA2
|
892 |
+
-7.4640827 11.189842 dn3 thymocyte RPL7
|
893 |
+
-2.4853508 6.6639347 dn3 thymocyte ATG12
|
894 |
+
3.6051407 7.471924 dn3 thymocyte ZBP1
|
895 |
+
11.254957 13.029611 dn3 thymocyte OBSCN
|
896 |
+
-4.74463 9.787231 dn3 thymocyte POLR2M
|
897 |
+
-4.495887 9.583372 dn3 thymocyte PPAN
|
898 |
+
-7.3721304 11.255615 dn3 thymocyte CHMP1B
|
899 |
+
-6.2979016 10.407106 dn3 thymocyte EXOC2
|
900 |
+
-5.3064914 8.633001 dn3 thymocyte TOX2
|
901 |
+
-3.6814775 8.634731 dn3 thymocyte RBM8A
|
902 |
+
-4.3082056 8.936496 dn3 thymocyte TECR
|
903 |
+
-3.469198 8.260901 dn3 thymocyte CD6
|
904 |
+
-4.1678677 9.012748 dn3 thymocyte ELMO1
|
905 |
+
-4.8779287 10.195158 dn3 thymocyte NCBP2
|
906 |
+
-4.9809136 10.420647 dn3 thymocyte LSM7
|
907 |
+
-3.841904 8.898976 dn3 thymocyte PCSK7
|
908 |
+
-4.6022124 9.828422 dn3 thymocyte REX1BD
|
909 |
+
-5.4686685 10.330199 dn3 thymocyte RCAN3
|
910 |
+
-3.9880135 8.891811 dn3 thymocyte HNRNPA0
|
911 |
+
-2.1516852 7.395547 dn3 thymocyte RRS1
|
912 |
+
-8.046683 10.075909 dn3 thymocyte CCNH
|
913 |
+
-3.5994966 8.335809 dn3 thymocyte A1BG
|
914 |
+
-5.4708567 10.353669 dn3 thymocyte RPS8
|
915 |
+
2.938529 7.1290274 dn3 thymocyte RPL27A
|
916 |
+
-4.2178426 7.827935 dn3 thymocyte CHURC1
|
917 |
+
-4.6610503 9.689696 dn3 thymocyte C1orf52
|
918 |
+
-1.8753942 7.5660253 dn3 thymocyte DNMT1
|
919 |
+
2.4458864 7.1867843 dn3 thymocyte RPL32
|
920 |
+
-4.6240916 9.843301 dn3 thymocyte RPL21
|
921 |
+
-14.499672 -0.8238042 dn3 thymocyte MTREX
|
922 |
+
-1.9625459 7.5168605 dn3 thymocyte HERC5
|
923 |
+
1.9312656 7.1133113 dn3 thymocyte DUSP11
|
924 |
+
-13.942621 -2.0097296 dn3 thymocyte ITGB7
|
925 |
+
5.2962837 6.0748634 dn3 thymocyte TNRC6C
|
926 |
+
-14.870247 -0.56450874 dn3 thymocyte MSL3
|
927 |
+
-2.6927922 7.525086 dn3 thymocyte TMIE
|
928 |
+
-4.8263726 9.73789 dn3 thymocyte RPS16
|
929 |
+
-4.9530683 10.31944 dn3 thymocyte SFSWAP
|
930 |
+
-4.505256 9.29576 dn3 thymocyte RELL2
|
931 |
+
-4.2999034 9.5148115 dn3 thymocyte RPS4X
|
932 |
+
-3.6620445 8.858754 dn3 thymocyte CRYBG1
|
933 |
+
-3.6150877 8.754206 dn3 thymocyte TACC3
|
934 |
+
-2.71629 6.959303 dn3 thymocyte IL6R
|
935 |
+
-9.146872 2.7994676 dn3 thymocyte RPL41
|
936 |
+
1.5243466 3.6015294 dn3 thymocyte POLR3GL
|
937 |
+
-4.883779 10.173433 dn3 thymocyte STK26
|
938 |
+
-6.7922645 10.633543 dn3 thymocyte GRAP2
|
939 |
+
-5.504942 10.360243 dn3 thymocyte SRSF7
|
940 |
+
-4.171126 8.822278 dn3 thymocyte SAMHD1
|
941 |
+
-4.722921 9.74532 dn3 thymocyte MECP2
|
942 |
+
-7.474684 10.055051 dn3 thymocyte COL9A2
|
943 |
+
-2.7534244 6.6395817 dn3 thymocyte ARHGEF1
|
944 |
+
0.2898535 6.4115663 dn3 thymocyte TBC1D31
|
945 |
+
-2.7394207 6.921282 dn3 thymocyte PKN1
|
946 |
+
14.143692 11.81789 dn3 thymocyte ITFG2
|
947 |
+
14.512587 11.105731 dn3 thymocyte PATJ
|
948 |
+
2.7899425 6.5180063 dn3 thymocyte PTCH1
|
949 |
+
-1.9871114 6.2167177 dn3 thymocyte TSPAN18
|
950 |
+
-5.200031 10.021679 dn3 thymocyte ERP29
|
951 |
+
-6.899043 9.874595 dn3 thymocyte EHMT2
|
952 |
+
-1.9242004 5.6312857 dn3 thymocyte UBASH3A
|
953 |
+
4.7080083 5.2227116 dn3 thymocyte ARHGEF6
|
954 |
+
-4.851054 8.7836 dn3 thymocyte POLE3
|
955 |
+
-6.9011955 10.522884 dn3 thymocyte TSHZ2
|
956 |
+
-2.720319 7.1908035 dn3 thymocyte ANKRD55
|
957 |
+
-7.2922444 10.432109 dn3 thymocyte NOP58
|
958 |
+
-4.870239 8.712219 dn3 thymocyte NOP56
|
959 |
+
-3.6838293 8.885598 dn3 thymocyte ARID5A
|
960 |
+
-4.6938577 9.730789 dn3 thymocyte STK4
|
961 |
+
-4.5837636 9.940697 dn3 thymocyte USP20
|
962 |
+
-4.998567 8.763121 dn3 thymocyte SLC14A1
|
963 |
+
-4.253591 7.9796195 dn3 thymocyte SYTL3
|
964 |
+
0.8471613 6.3707967 dn3 thymocyte PRPF38A
|
965 |
+
-4.4300294 9.108295 dn3 thymocyte TRAT1
|
966 |
+
-4.632268 8.464994 dn3 thymocyte LAPTM5
|
967 |
+
11.562561 12.982224 dn3 thymocyte FHIT
|
968 |
+
-3.1301794 7.734927 dn3 thymocyte C10orf67
|
969 |
+
-8.892663 2.7139425 dn3 thymocyte BLOC1S5
|
970 |
+
-7.4223294 9.987661 dn3 thymocyte HDAC1
|
971 |
+
-1.6128787 6.120894 dn3 thymocyte GPM6A
|
972 |
+
-3.6208274 8.333572 dn3 thymocyte STMN1
|
973 |
+
-1.1828736 6.3148994 dn3 thymocyte HMGA1
|
974 |
+
-4.622054 10.11845 dn3 thymocyte TRDMT1
|
975 |
+
-0.5256033 6.1719337 dn3 thymocyte MAD2L1
|
976 |
+
-4.499054 9.761066 dn3 thymocyte GRAP
|
977 |
+
4.5853047 5.2328615 dn3 thymocyte PRMT2
|
978 |
+
-8.958648 2.7718189 dn3 thymocyte RPS10
|
979 |
+
-2.513266 6.3289504 dn3 thymocyte GADD45A
|
980 |
+
-2.4409964 1.1664526 dn3 thymocyte APEX1
|
981 |
+
-3.632866 8.62228 dn3 thymocyte CHRAC1
|
982 |
+
4.9735346 6.114506 dn3 thymocyte GATA3
|
983 |
+
-4.0641727 9.195106 dn3 thymocyte TAF4B
|
984 |
+
13.807565 12.001649 dn3 thymocyte SNIP1
|
985 |
+
-4.653561 9.155872 dn3 thymocyte AKAP7
|
986 |
+
-1.9745903 5.846691 dn3 thymocyte ATP5PO
|
987 |
+
-4.407826 9.119871 dn3 thymocyte ATP5IF1
|
988 |
+
-3.498452 7.696663 dn3 thymocyte RPS20
|
989 |
+
-3.3164272 7.5306187 dn3 thymocyte HAUS3
|
990 |
+
-7.1389074 10.510544 dn3 thymocyte RNASEH2B
|
991 |
+
-14.703365 -0.80163527 dn3 thymocyte SELPLG
|
992 |
+
5.132893 5.264816 dn3 thymocyte LTB
|
993 |
+
-1.6685423 4.8068314 dn3 thymocyte TIGIT
|
994 |
+
-4.592278 9.706502 dn3 thymocyte STAP1
|
995 |
+
14.157763 10.525096 dn3 thymocyte ZNF431
|
996 |
+
-1.2409334 6.4893193 dn3 thymocyte COX6B2
|
997 |
+
-4.593703 9.620235 dn3 thymocyte SUPT20H
|
998 |
+
-4.389827 9.1346655 dn3 thymocyte HLA-F
|
999 |
+
-8.188121 9.71136 dn3 thymocyte ARL6IP4
|
1000 |
+
-14.334296 -1.0138931 dn3 thymocyte HENMT1
|
1001 |
+
-5.743986 10.32159 dn3 thymocyte ATXN7
|
1002 |
+
-7.5912557 9.855326 dn3 thymocyte CASP8
|
1003 |
+
-2.6050763 2.0596602 dn3 thymocyte MPHOSPH10
|
1004 |
+
-4.483485 9.293967 dn3 thymocyte INO80B
|
1005 |
+
-6.306857 11.2614155 dn3 thymocyte AGAP2
|
1006 |
+
-9.083573 2.8850505 dn3 thymocyte TRIB2
|
1007 |
+
-4.715587 9.612547 dn3 thymocyte SNURF
|
1008 |
+
-4.9645452 10.298066 dn3 thymocyte PSMB8
|
1009 |
+
-5.30007 10.307793 dn3 thymocyte TAF15
|
1010 |
+
-2.7264235 7.6665215 dn3 thymocyte TMEM229B
|
1011 |
+
-4.619137 9.291542 dn3 thymocyte RPS6KB1
|
1012 |
+
-4.046886 8.606279 dn3 thymocyte RTKN2
|
1013 |
+
-3.5830815 8.829223 dn3 thymocyte GPC2
|
1014 |
+
14.45662 10.55782 dn3 thymocyte EIF4B
|
1015 |
+
-4.617639 9.217056 dn3 thymocyte DNAJB1
|
1016 |
+
-5.203618 8.064062 dn3 thymocyte FAM102A
|
1017 |
+
-4.507227 9.009069 dn3 thymocyte CHMP7
|
1018 |
+
-5.107063 10.656796 dn3 thymocyte TNFRSF9
|
1019 |
+
-4.6949496 9.865341 dn3 thymocyte DYRK2
|
1020 |
+
-2.3032112 6.3241982 dn3 thymocyte RPS6KA3
|
1021 |
+
-2.6257672 6.4720035 dn3 thymocyte STIM1
|
1022 |
+
-6.3859634 10.221203 dn3 thymocyte PLCG1
|
1023 |
+
-9.007065 2.5725758 dn3 thymocyte CNNM3
|
1024 |
+
-4.587634 9.131577 dn3 thymocyte NRF1
|
1025 |
+
-2.0963843 7.41024 dn3 thymocyte KAT7
|
1026 |
+
-6.958713 10.611536 dn3 thymocyte UBIAD1
|
1027 |
+
-5.181779 10.512794 dn3 thymocyte DCK
|
1028 |
+
-0.9344804 5.955356 dn3 thymocyte SNRPB
|
1029 |
+
-5.606573 10.051449 dn3 thymocyte PRKCB
|
1030 |
+
-4.377287 9.868031 dn3 thymocyte CYBA
|
1031 |
+
-3.0660481 7.6248474 dn3 thymocyte USP15
|
1032 |
+
13.569025 12.144103 dn3 thymocyte TRIM14
|
1033 |
+
-4.4232664 9.675835 dn3 thymocyte MAGOH
|
1034 |
+
-4.768603 8.950262 dn3 thymocyte RPS6KA5
|
1035 |
+
-4.730904 9.753339 dn3 thymocyte PAG1
|
1036 |
+
-5.863867 10.101605 dn3 thymocyte RPL36
|
1037 |
+
-4.5270114 8.961384 dn3 thymocyte DDX39A
|
1038 |
+
-4.9848785 10.614879 dn3 thymocyte FCHO1
|
1039 |
+
0.81257963 6.9176025 dn3 thymocyte IGHG1
|
1040 |
+
-3.2689295 7.445434 dn3 thymocyte RPL27
|
1041 |
+
-5.0955925 10.121937 dn3 thymocyte CD3G
|
1042 |
+
0.044567745 2.3480186 dn3 thymocyte ZBTB21
|
1043 |
+
-6.3413515 10.456989 dn3 thymocyte CD5
|
1044 |
+
-1.4462932 6.7658486 dn3 thymocyte PIM2
|
1045 |
+
2.9844668 7.4344177 dn3 thymocyte DNMT3A
|
1046 |
+
1.9028783 7.261118 dn3 thymocyte EIF3K
|
1047 |
+
-4.845634 9.383355 dn3 thymocyte GPA33
|
1048 |
+
0.8651152 2.625423 dn3 thymocyte RPS21
|
1049 |
+
-4.84644 9.215155 dn3 thymocyte TCF7
|
1050 |
+
11.741335 12.952295 dn3 thymocyte IKZF2
|
1051 |
+
-5.1357794 10.03319 dn3 thymocyte CLPP
|
1052 |
+
-14.773136 -0.58457327 dn3 thymocyte CORO7
|
1053 |
+
-4.4597807 8.983542 dn3 thymocyte LMNB1
|
1054 |
+
-4.366136 9.819486 dn3 thymocyte CHMP6
|
1055 |
+
12.43239 12.736446 dn3 thymocyte SGTB
|
1056 |
+
-2.9842775 7.835008 dn3 thymocyte RPL15
|
1057 |
+
-3.784 8.760739 dn3 thymocyte SNU13
|
1058 |
+
-4.489653 9.199944 dn3 thymocyte RPL34
|
1059 |
+
-3.6587074 8.39103 dn3 thymocyte HLA-C
|
1060 |
+
-14.342422 -1.8193877 dn3 thymocyte WDR43
|
1061 |
+
-4.3801537 9.000512 dn3 thymocyte SOCS3
|
1062 |
+
-4.4884186 9.920957 dn3 thymocyte BIRC3
|
1063 |
+
-4.513016 8.879433 dn3 thymocyte NSD3
|
1064 |
+
-4.291373 8.825002 dn3 thymocyte CRLF3
|
1065 |
+
-4.85019 10.338689 dn3 thymocyte ABHD17A
|
1066 |
+
4.536303 5.488874 dn3 thymocyte RGS2
|
1067 |
+
-4.933089 10.057744 dn3 thymocyte LYSMD2
|
1068 |
+
-8.056324 9.98189 dn3 thymocyte RPL12
|
1069 |
+
-4.5988803 9.553789 dn3 thymocyte CENPC
|
1070 |
+
-4.8584337 10.216765 dn3 thymocyte OPRM1
|
1071 |
+
-2.6172373 6.653514 dn3 thymocyte MCM6
|
1072 |
+
14.384763 11.472938 dn3 thymocyte HSF5
|
1073 |
+
-4.674568 8.408532 dn3 thymocyte PRKCA
|
1074 |
+
-3.119681 4.3051996 dn3 thymocyte YEATS4
|
1075 |
+
-4.3483334 9.1753235 dn3 thymocyte HTR6
|
1076 |
+
-6.803942 10.19619 dn3 thymocyte RPS12
|
1077 |
+
-4.913385 8.387357 dn3 thymocyte MED4
|
1078 |
+
-1.7822242 1.4351717 dn3 thymocyte DISC1
|
1079 |
+
-3.309419 1.4612825 dn3 thymocyte PRKAR1B
|
1080 |
+
-4.4128036 9.244168 dn3 thymocyte SOD1
|
1081 |
+
-4.5471826 8.661276 dn3 thymocyte GNG2
|
1082 |
+
-3.0114145 7.2701607 dn3 thymocyte TRMT10C
|
1083 |
+
-1.4503374 3.9787087 dn3 thymocyte PLEKHG4
|
1084 |
+
-5.144606 10.273224 dn3 thymocyte SNRPN
|
1085 |
+
3.7541203 6.9539146 dn3 thymocyte HNRNPF
|
1086 |
+
-4.8938084 9.183474 dn3 thymocyte CD84
|
1087 |
+
-1.5573742 5.2392726 dn3 thymocyte NMT2
|
1088 |
+
-4.8354096 9.002619 dn3 thymocyte JAML
|
1089 |
+
-4.4468675 9.549402 dn3 thymocyte FRAT1
|
1090 |
+
-3.6475706 8.711106 dn3 thymocyte VAMP2
|
1091 |
+
1.6347297 5.5861244 dn3 thymocyte L3MBTL3
|
1092 |
+
1.6971424 3.9419725 dn3 thymocyte CD3E
|
1093 |
+
-6.572757 9.582691 dn3 thymocyte ANXA6
|
1094 |
+
-3.5549288 8.130585 dn3 thymocyte ARHGDIB
|
1095 |
+
-5.4761243 10.101685 dn3 thymocyte RPL3
|
1096 |
+
-4.465043 9.720394 dn3 thymocyte PPP1R16B
|
1097 |
+
-5.0903993 10.339438 dn3 thymocyte FBL
|
1098 |
+
-4.140935 9.149545 dn3 thymocyte SF3A2
|
1099 |
+
-1.5541017 7.0250716 dn3 thymocyte APBA2
|
1100 |
+
-5.2489133 10.287306 dn3 thymocyte POLR2D
|
1101 |
+
-4.4985037 9.685895 dn3 thymocyte BEX5
|
1102 |
+
-4.854849 9.354717 dn3 thymocyte RPS14
|
1103 |
+
-4.576855 9.660546 dn3 thymocyte TNRC6B
|
1104 |
+
-7.4257884 10.014719 dn3 thymocyte KLHL32
|
1105 |
+
-4.880795 10.306124 dn3 thymocyte UCP2
|
1106 |
+
-4.0592566 8.7521305 dn3 thymocyte EXOSC6
|
1107 |
+
-2.8094049 5.1304317 dn3 thymocyte CLDN5
|
1108 |
+
-2.0493395 5.0327344 dn3 thymocyte CCT8
|
1109 |
+
-4.3155947 9.485942 dn3 thymocyte RPL19
|
1110 |
+
-5.126821 10.378616 dn3 thymocyte TKTL1
|
1111 |
+
3.9006693 7.431555 dn3 thymocyte PPP4R3A
|
1112 |
+
-4.3143296 9.100846 dn3 thymocyte RNF113A
|
1113 |
+
-1.2328066 3.7286217 dn3 thymocyte CRACR2A
|
1114 |
+
-4.823425 8.991103 dn3 thymocyte SUMO4
|
1115 |
+
0.4435576 4.356121 dn3 thymocyte ZNF275
|
1116 |
+
12.780335 12.668686 dn3 thymocyte IL24
|
1117 |
+
-4.832546 9.199183 dn3 thymocyte RPL10A
|
1118 |
+
-6.6636996 11.118086 dn3 thymocyte WAS
|
1119 |
+
-7.320539 10.197958 dn3 thymocyte RPL13
|
1120 |
+
-4.680609 9.683715 dn3 thymocyte NCK2
|
1121 |
+
14.479766 10.851159 dn3 thymocyte TUBA1A
|
1122 |
+
10.585186 13.036033 dn3 thymocyte ISCU
|
1123 |
+
10.516746 13.071889 dn3 thymocyte CCDC184
|
1124 |
+
-4.5399714 10.061097 dn3 thymocyte ATF1
|
1125 |
+
-4.4427996 9.446085 dn3 thymocyte TGS1
|
1126 |
+
-5.8109603 11.337645 dn3 thymocyte RBMX
|
1127 |
+
-4.3001947 8.959764 dn3 thymocyte TECPR1
|
1128 |
+
-4.339775 9.101474 dn3 thymocyte SP100
|
1129 |
+
-6.9113393 9.971184 dn3 thymocyte TMEM123
|
1130 |
+
-6.5437045 10.433228 dn3 thymocyte HCST
|
1131 |
+
-4.757838 9.812488 dn3 thymocyte ST3GAL2
|
1132 |
+
-4.6940417 9.284306 dn3 thymocyte CDC25B
|
1133 |
+
-4.5496607 9.779516 dn3 thymocyte MAP4K1
|
1134 |
+
-3.4852378 7.8140373 dn3 thymocyte TRERF1
|
1135 |
+
-5.0798507 9.943635 dn3 thymocyte PCBP3
|
1136 |
+
-4.472178 9.675653 dn3 thymocyte RPL36A
|
1137 |
+
-3.9832623 9.268414 dn3 thymocyte KIF2A
|
1138 |
+
-8.688889 3.1636972 dn3 thymocyte PITPNM2
|
1139 |
+
-0.7849903 2.3971817 dn3 thymocyte LENG1
|
1140 |
+
-5.154163 10.258709 dn3 thymocyte ZNF250
|
1141 |
+
-4.5560393 9.371608 dn3 thymocyte STAT5A
|
1142 |
+
-4.790162 9.705124 dn3 thymocyte CNOT6L
|
1143 |
+
-4.235018 8.889317 dn3 thymocyte RPL38
|
1144 |
+
13.36532 12.358444 dn3 thymocyte SCAPER
|
1145 |
+
-4.5887103 9.088021 dn3 thymocyte TAF3
|
1146 |
+
3.128473 7.515737 dn3 thymocyte HBS1L
|
1147 |
+
2.1962755 7.119805 dn3 thymocyte TNFSF4
|
1148 |
+
0.9666026 5.8840284 dn3 thymocyte RAC2
|
1149 |
+
-5.10713 10.114132 dn3 thymocyte SWSAP1
|
1150 |
+
-3.960316 8.679784 dn3 thymocyte IKZF3
|
1151 |
+
-4.7451506 8.959904 dn3 thymocyte LRFN1
|
1152 |
+
-4.7201214 9.6391 dn3 thymocyte MAGEE1
|
1153 |
+
3.099276 7.2737074 dn3 thymocyte PRR34
|
1154 |
+
5.2086577 6.351427 dn3 thymocyte KDM8
|
1155 |
+
-5.269306 10.190136 dn3 thymocyte CHN1
|
1156 |
+
-4.955132 9.979174 dn3 thymocyte RPSA
|
1157 |
+
-4.777196 9.229731 dn3 thymocyte GCNT4
|
1158 |
+
-5.861046 10.181716 dn3 thymocyte ICAM2
|
1159 |
+
-2.791869 7.5620484 dn3 thymocyte ZSCAN32
|
1160 |
+
-7.182989 9.733376 dn3 thymocyte APRT
|
1161 |
+
-4.7301445 9.923443 dn3 thymocyte EXOSC2
|
1162 |
+
-4.8016567 9.005148 dn3 thymocyte SFMBT1
|
1163 |
+
-3.3998482 8.469095 dn3 thymocyte DGKH
|
1164 |
+
5.0314403 6.001837 dn3 thymocyte EIF2S3
|
1165 |
+
-5.053329 10.054958 dn3 thymocyte IGBP1
|
1166 |
+
-4.77819 8.722706 dn3 thymocyte TCEANC
|
1167 |
+
4.3230805 6.0528193 dn3 thymocyte KLRG1
|
1168 |
+
3.801078 6.4350076 dn3 thymocyte CD200R1
|
1169 |
+
-4.7126083 9.997971 dn3 thymocyte CFAP20
|
1170 |
+
-2.4903696 4.997862 dn3 thymocyte PHF12
|
1171 |
+
-4.880189 9.650386 dn3 thymocyte ZFP36L2
|
1172 |
+
-4.526756 9.671704 dn3 thymocyte NDUFA3
|
1173 |
+
-4.41543 9.727086 dn3 thymocyte RN7SL1
|
1174 |
+
-9.18084 2.7826061 dn3 thymocyte YPEL5
|
1175 |
+
3.988408 4.8791246 dn3 thymocyte MDFIC
|
1176 |
+
-1.8666137 7.5346117 dn3 thymocyte EIF4A2
|
1177 |
+
-3.4035332 5.2354603 dn3 thymocyte CYLD
|
1178 |
+
-2.5531592 7.043993 dn3 thymocyte TSPYL2
|
1179 |
+
-4.169849 7.459448 dn3 thymocyte RPA3
|
1180 |
+
-4.2422633 9.897306 dn3 thymocyte TLK1
|
1181 |
+
-4.709307 9.242766 dn3 thymocyte PCID2
|
1182 |
+
5.178123 6.3229084 dn3 thymocyte GP5
|
1183 |
+
-6.947428 10.469748 dn3 thymocyte MYL12A
|
1184 |
+
-4.7382917 9.996154 dn3 thymocyte BTF3
|
1185 |
+
-9.066868 2.8396425 dn3 thymocyte TMPO
|
1186 |
+
1.8541247 5.78686 dn3 thymocyte ST13
|
1187 |
+
-3.216751 5.098336 dn3 thymocyte NFATC1
|
1188 |
+
12.978569 12.463241 dn3 thymocyte PRPS1
|
1189 |
+
-3.4879534 4.1255536 dn3 thymocyte RGPD5
|
1190 |
+
-3.8024015 8.5846 dn3 thymocyte JADE2
|
1191 |
+
-5.0218143 10.461018 dn3 thymocyte VSIG1
|
1192 |
+
-4.4302154 9.142987 dn3 thymocyte PFDN5
|
1193 |
+
-3.6353896 8.451672 dn3 thymocyte USP36
|
1194 |
+
13.923902 10.409267 dn3 thymocyte SERP1
|
1195 |
+
-4.7084193 9.274149 dn3 thymocyte XPO4
|
1196 |
+
-6.361687 10.031898 dn3 thymocyte MLLT3
|
1197 |
+
5.058168 5.3076224 dn3 thymocyte DIAPH1
|
1198 |
+
-14.680811 -0.28916526 dn3 thymocyte PFKP
|
1199 |
+
-4.732365 9.315001 dn3 thymocyte ZNF830
|
1200 |
+
-5.0379496 10.257019 dn3 thymocyte SPATC1L
|
1201 |
+
-4.349922 9.406166 dn3 thymocyte ZNF764
|
1202 |
+
-6.448734 10.448774 dn3 thymocyte MAP3K12
|
1203 |
+
-0.21471936 2.451223 dn3 thymocyte SORL1
|
1204 |
+
-2.2590537 6.997485 dn3 thymocyte UIMC1
|
1205 |
+
-3.6520045 8.300601 dn3 thymocyte DDX28
|
1206 |
+
-5.361812 10.279824 dn3 thymocyte RBM48
|
1207 |
+
-5.003723 9.744777 dn3 thymocyte METTL18
|
1208 |
+
-3.7427816 9.066123 dn3 thymocyte ABLIM1
|
1209 |
+
1.7135541 6.7693105 dn3 thymocyte UBTF
|
1210 |
+
-4.496453 9.286667 dn3 thymocyte IKZF5
|
1211 |
+
-4.531527 8.403504 dn3 thymocyte RASAL3
|
1212 |
+
-14.300157 -1.3705937 dn3 thymocyte ELK3
|
1213 |
+
-14.225686 -2.2799082 dn3 thymocyte FMNL1
|
1214 |
+
-5.2436247 8.836836 dn3 thymocyte RPS15
|
1215 |
+
1.5496638 7.2036467 dn3 thymocyte WDR33
|
1216 |
+
-2.8239791 4.7763066 dn3 thymocyte RPL26
|
1217 |
+
-7.812166 9.782658 dn3 thymocyte PPHLN1
|
1218 |
+
14.337907 11.656607 dn3 thymocyte AKTIP
|
1219 |
+
-4.550468 9.191618 dn3 thymocyte CDK5R1
|
1220 |
+
-5.0709267 10.322946 dn3 thymocyte CDK11B
|
1221 |
+
-4.786113 9.71425 dn3 thymocyte PEX16
|
1222 |
+
-4.5043473 9.308551 dn3 thymocyte RPL39
|
1223 |
+
-4.4673114 9.451473 dn3 thymocyte NOA1
|
1224 |
+
-3.903819 4.666626 dn3 thymocyte RUNX2
|
1225 |
+
-5.47762 10.33362 dn3 thymocyte ZNF609
|
1226 |
+
-5.94196 10.106827 dn3 thymocyte CDC26
|
1227 |
+
-4.4945016 9.253804 dn3 thymocyte CD40LG
|
1228 |
+
-6.025888 10.167732 dn3 thymocyte HNRNPDL
|
1229 |
+
-7.5740967 10.652916 dn3 thymocyte RPL18
|
1230 |
+
-5.178127 8.641912 dn3 thymocyte SYF2
|
1231 |
+
-4.638392 9.565031 dn3 thymocyte EEF2
|
1232 |
+
-4.776302 9.237515 dn3 thymocyte FXYD1
|
1233 |
+
-4.722625 9.508882 dn3 thymocyte RPL6
|
1234 |
+
-4.3356476 9.44331 dn3 thymocyte SYNE2
|
1235 |
+
-3.1242917 4.497789 dn3 thymocyte DHX36
|
1236 |
+
-4.3096986 9.375515 dn3 thymocyte CTH
|
1237 |
+
-4.3782606 8.7863455 dn3 thymocyte SLAMF1
|
1238 |
+
-4.3555703 8.929322 dn3 thymocyte SIAH2
|
1239 |
+
-7.1523237 10.418717 dn3 thymocyte FBXO33
|
1240 |
+
-5.3108234 10.361673 dn3 thymocyte NDFIP1
|
1241 |
+
14.371546 11.517475 dn3 thymocyte DCAF15
|
1242 |
+
-4.2719455 9.143259 dn3 thymocyte RSL1D1
|
1243 |
+
-2.5217247 5.506315 dn3 thymocyte NDC80
|
1244 |
+
-13.931998 -2.1460452 dn3 thymocyte RPS29
|
1245 |
+
-4.583522 9.608468 dn3 thymocyte MRPS17
|
1246 |
+
3.3007812 6.3252344 dn3 thymocyte RPL35A
|
1247 |
+
13.43742 12.292262 dn3 thymocyte THAP11
|
1248 |
+
-7.3400903 9.91386 dn3 thymocyte AREG
|
1249 |
+
-13.633063 -2.0841012 dn3 thymocyte INPP4A
|
1250 |
+
-5.030016 10.489705 dn3 thymocyte RPS9
|
1251 |
+
-3.6436186 8.571652 dn3 thymocyte LCP2
|
1252 |
+
-2.7336662 6.833952 dn3 thymocyte ZBTB1
|
1253 |
+
-7.113321 11.150297 dn3 thymocyte COL18A1
|
1254 |
+
-5.7284584 10.359112 dn3 thymocyte IL21
|
1255 |
+
-3.7287726 8.954392 dn3 thymocyte SLA
|
1256 |
+
-4.4275346 9.430214 dn3 thymocyte SDHAF2
|
1257 |
+
-7.270571 9.823531 dn3 thymocyte STX2
|
1258 |
+
-2.2656116 5.336883 dn3 thymocyte SLC7A14
|
1259 |
+
-3.5922067 8.440451 dn3 thymocyte XPO6
|
1260 |
+
-6.847579 10.456663 dn3 thymocyte GNG8
|
1261 |
+
-1.2059817 5.587261 dn3 thymocyte KRI1
|
1262 |
+
-4.9025927 8.389793 dn3 thymocyte FAM169A
|
1263 |
+
-2.9582078 7.5428004 dn3 thymocyte VAMP1
|
1264 |
+
-3.394086 8.032339 dn3 thymocyte IL2RG
|
1265 |
+
-4.694026 9.87027 dn3 thymocyte GPRASP1
|
1266 |
+
-6.8092766 10.504759 dn3 thymocyte NDE1
|
1267 |
+
-1.1501081 1.8101394 dn3 thymocyte IQGAP2
|
1268 |
+
-5.9886684 10.489251 dn3 thymocyte TSEN54
|
1269 |
+
-4.497811 9.656537 dn3 thymocyte CEP135
|
1270 |
+
-0.5970039 6.233729 dn3 thymocyte ZSCAN16
|
1271 |
+
1.9606216 5.3644404 dn3 thymocyte EIF2A
|
1272 |
+
-7.3293605 10.851536 dn3 thymocyte STX16
|
1273 |
+
-9.179827 2.8987257 dn3 thymocyte GRK6
|
1274 |
+
-4.379042 9.066287 dn3 thymocyte SNRPE
|
1275 |
+
-4.743316 9.195722 dn3 thymocyte CHD2
|
1276 |
+
-4.2655315 9.091628 dn3 thymocyte SET
|
1277 |
+
-6.8417635 10.556599 dn3 thymocyte UBE2D2
|
1278 |
+
-0.7012275 2.4852738 dn3 thymocyte CCDC59
|
1279 |
+
-5.0299363 9.354958 dn3 thymocyte CD48
|
1280 |
+
-4.396822 9.694014 dn3 thymocyte TAF9B
|
1281 |
+
-4.610624 8.575626 dn3 thymocyte RICTOR
|
1282 |
+
-9.260813 2.6160145 dn3 thymocyte RBM23
|
1283 |
+
-5.891467 10.350109 dn3 thymocyte HINT1
|
1284 |
+
-4.7086873 9.030814 dn3 thymocyte PIP4K2A
|
1285 |
+
-2.9089239 6.288732 dn3 thymocyte EIF5A2
|
1286 |
+
-4.8684883 9.078653 dn3 thymocyte RPL30
|
1287 |
+
-4.628909 9.222321 dn3 thymocyte CMTM3
|
1288 |
+
-0.8086853 4.5521293 dn3 thymocyte MBP
|
1289 |
+
-7.3226047 10.50714 dn3 thymocyte MDN1
|
1290 |
+
-4.333296 9.196865 dn3 thymocyte CASP8AP2
|
1291 |
+
-4.5235662 9.612825 dn3 thymocyte EVL
|
1292 |
+
-4.5439897 8.910444 dn3 thymocyte DDX24
|
1293 |
+
-4.202234 7.810655 dn3 thymocyte MRPL54
|
1294 |
+
-7.0632434 10.617182 dn3 thymocyte XPA
|
1295 |
+
13.124521 12.507735 dn3 thymocyte VAV1
|
1296 |
+
-4.291441 9.284613 dn3 thymocyte PLAC8
|
1297 |
+
-3.3043995 8.143674 dn3 thymocyte UBA2
|
data/dn4_thymocyte_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/double-positive,_alpha-beta_thymocyte_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/duct_epithelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/duodenum_glandular_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/endothelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/endothelial_cell_of_artery_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/endothelial_cell_of_hepatic_sinusoid_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/endothelial_cell_of_lymphatic_vessel_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/endothelial_cell_of_vascular_tree_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/enterocyte_of_epithelium_of_large_intestine_embeddings.csv
ADDED
@@ -0,0 +1,1321 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
10.164131 2.5570548 enterocyte of epithelium of large intestine CMTM4
|
3 |
+
10.899492 3.4457648 enterocyte of epithelium of large intestine HNF4G
|
4 |
+
10.892953 2.9088387 enterocyte of epithelium of large intestine FOS
|
5 |
+
10.821406 3.2584193 enterocyte of epithelium of large intestine CCDC183
|
6 |
+
12.016061 0.776299 enterocyte of epithelium of large intestine ARHGEF5
|
7 |
+
9.361309 1.048932 enterocyte of epithelium of large intestine SLC37A4
|
8 |
+
11.079984 2.2269897 enterocyte of epithelium of large intestine FXYD3
|
9 |
+
10.689324 2.5995474 enterocyte of epithelium of large intestine TENT5A
|
10 |
+
-17.055416 -5.4607744 enterocyte of epithelium of large intestine SPAG9
|
11 |
+
10.747434 2.6120663 enterocyte of epithelium of large intestine GFPT1
|
12 |
+
10.882306 2.6685536 enterocyte of epithelium of large intestine POF1B
|
13 |
+
11.441522 0.16683485 enterocyte of epithelium of large intestine HAVCR1
|
14 |
+
11.163203 2.5873988 enterocyte of epithelium of large intestine PPP1R14D
|
15 |
+
12.166847 -0.016973373 enterocyte of epithelium of large intestine PLS1
|
16 |
+
8.7063 -0.46518221 enterocyte of epithelium of large intestine ROCK2
|
17 |
+
12.436925 -0.21342564 enterocyte of epithelium of large intestine USP54
|
18 |
+
8.825211 -0.260313 enterocyte of epithelium of large intestine SLC9A2
|
19 |
+
10.567987 1.6930794 enterocyte of epithelium of large intestine MAP3K11
|
20 |
+
11.589956 -0.42754647 enterocyte of epithelium of large intestine ENPP1
|
21 |
+
10.826758 3.089221 enterocyte of epithelium of large intestine CRB3
|
22 |
+
11.002557 2.914912 enterocyte of epithelium of large intestine CANT1
|
23 |
+
10.742435 2.4455533 enterocyte of epithelium of large intestine TRIM36
|
24 |
+
11.011128 3.3072927 enterocyte of epithelium of large intestine ZFC3H1
|
25 |
+
10.940369 -0.13914117 enterocyte of epithelium of large intestine TP53BP1
|
26 |
+
11.132495 -1.4077452 enterocyte of epithelium of large intestine ABHD11
|
27 |
+
9.782311 1.3599622 enterocyte of epithelium of large intestine COMTD1
|
28 |
+
10.624877 2.535352 enterocyte of epithelium of large intestine THRB
|
29 |
+
8.103432 3.8960788 enterocyte of epithelium of large intestine NDUFA1
|
30 |
+
11.10956 3.1308606 enterocyte of epithelium of large intestine NDFIP2
|
31 |
+
9.636453 2.2614992 enterocyte of epithelium of large intestine DOK4
|
32 |
+
13.003194 -0.62748885 enterocyte of epithelium of large intestine MAST2
|
33 |
+
10.443973 2.7442427 enterocyte of epithelium of large intestine SPIB
|
34 |
+
10.950388 2.9490209 enterocyte of epithelium of large intestine MOK
|
35 |
+
8.617937 3.7261424 enterocyte of epithelium of large intestine CEBPG
|
36 |
+
10.627174 2.0183027 enterocyte of epithelium of large intestine GNPTAB
|
37 |
+
13.180534 -0.5758583 enterocyte of epithelium of large intestine ATP5F1E
|
38 |
+
10.946213 2.7166471 enterocyte of epithelium of large intestine FUS
|
39 |
+
10.516129 1.6690317 enterocyte of epithelium of large intestine CLDND2
|
40 |
+
10.928455 -2.003457 enterocyte of epithelium of large intestine CSPP1
|
41 |
+
9.808185 0.68015224 enterocyte of epithelium of large intestine SYTL4
|
42 |
+
10.469304 2.0856326 enterocyte of epithelium of large intestine PITX3
|
43 |
+
-2.9840298 4.15177 enterocyte of epithelium of large intestine CLCA4
|
44 |
+
11.939245 0.11834702 enterocyte of epithelium of large intestine RALGPS2
|
45 |
+
12.772692 -0.2822321 enterocyte of epithelium of large intestine DSP
|
46 |
+
10.701307 1.0983151 enterocyte of epithelium of large intestine ZNF823
|
47 |
+
9.124582 1.1625246 enterocyte of epithelium of large intestine DAGLA
|
48 |
+
10.943701 2.0223298 enterocyte of epithelium of large intestine SELENBP1
|
49 |
+
9.597642 1.2769734 enterocyte of epithelium of large intestine NANS
|
50 |
+
11.057371 3.5046906 enterocyte of epithelium of large intestine RSRC2
|
51 |
+
-3.4464176 3.0140479 enterocyte of epithelium of large intestine TGFA
|
52 |
+
10.7375965 2.5601895 enterocyte of epithelium of large intestine MST1R
|
53 |
+
-3.4926164 2.8511229 enterocyte of epithelium of large intestine KALRN
|
54 |
+
11.133952 -0.04156454 enterocyte of epithelium of large intestine SLC39A10
|
55 |
+
-17.011986 -5.597738 enterocyte of epithelium of large intestine FOXO4
|
56 |
+
10.117818 3.6222787 enterocyte of epithelium of large intestine ARFIP2
|
57 |
+
10.661127 3.0480113 enterocyte of epithelium of large intestine CLDN4
|
58 |
+
9.250578 0.100203276 enterocyte of epithelium of large intestine MAP3K21
|
59 |
+
9.775167 1.0001562 enterocyte of epithelium of large intestine ETFDH
|
60 |
+
11.279129 2.5555408 enterocyte of epithelium of large intestine DGKQ
|
61 |
+
10.371628 2.9793372 enterocyte of epithelium of large intestine NEURL1
|
62 |
+
11.475045 -1.6848055 enterocyte of epithelium of large intestine PRKG1
|
63 |
+
-17.171377 -5.622476 enterocyte of epithelium of large intestine IGHA1
|
64 |
+
10.592694 3.2215831 enterocyte of epithelium of large intestine GRAMD4
|
65 |
+
10.880696 2.808726 enterocyte of epithelium of large intestine SRSF2
|
66 |
+
9.180967 0.86888283 enterocyte of epithelium of large intestine TEC
|
67 |
+
10.083028 3.3811233 enterocyte of epithelium of large intestine EPHB3
|
68 |
+
10.757592 2.1826682 enterocyte of epithelium of large intestine PRPF4B
|
69 |
+
10.565207 1.6298579 enterocyte of epithelium of large intestine LUC7L
|
70 |
+
10.109551 2.3934596 enterocyte of epithelium of large intestine FOXD3
|
71 |
+
10.014209 3.3636289 enterocyte of epithelium of large intestine STAP2
|
72 |
+
11.371964 3.2293377 enterocyte of epithelium of large intestine GOLGB1
|
73 |
+
10.523948 2.9897044 enterocyte of epithelium of large intestine ATP5MC1
|
74 |
+
11.518129 3.7356992 enterocyte of epithelium of large intestine MT-ND4
|
75 |
+
9.417999 0.112926684 enterocyte of epithelium of large intestine CDKL1
|
76 |
+
11.006296 3.1967013 enterocyte of epithelium of large intestine HDX
|
77 |
+
11.028583 2.4792252 enterocyte of epithelium of large intestine CACNB3
|
78 |
+
10.881761 2.9274352 enterocyte of epithelium of large intestine NDUFB1
|
79 |
+
11.033294 2.4154644 enterocyte of epithelium of large intestine CDC6
|
80 |
+
9.471865 3.311423 enterocyte of epithelium of large intestine TRIM2
|
81 |
+
10.138141 -0.40321252 enterocyte of epithelium of large intestine RECQL5
|
82 |
+
11.0716715 2.550497 enterocyte of epithelium of large intestine GIPC2
|
83 |
+
11.360081 0.15158781 enterocyte of epithelium of large intestine THBS1
|
84 |
+
10.581083 3.3207197 enterocyte of epithelium of large intestine AGPAT2
|
85 |
+
8.01153 2.1864839 enterocyte of epithelium of large intestine NDUFA12
|
86 |
+
10.461953 2.1353905 enterocyte of epithelium of large intestine CENPV
|
87 |
+
0.26938376 -0.37708285 enterocyte of epithelium of large intestine CKMT1B
|
88 |
+
10.139264 3.6530523 enterocyte of epithelium of large intestine HEXIM1
|
89 |
+
11.361019 -0.18746915 enterocyte of epithelium of large intestine EFNB2
|
90 |
+
10.492179 1.7561606 enterocyte of epithelium of large intestine BIK
|
91 |
+
11.230546 -0.43155137 enterocyte of epithelium of large intestine WNT3A
|
92 |
+
11.5037155 4.10475 enterocyte of epithelium of large intestine CCSER1
|
93 |
+
10.329807 1.9138478 enterocyte of epithelium of large intestine COX7A2
|
94 |
+
10.97907 2.9900796 enterocyte of epithelium of large intestine BTG2
|
95 |
+
11.787509 -2.0076709 enterocyte of epithelium of large intestine ZNF513
|
96 |
+
11.151526 2.5800297 enterocyte of epithelium of large intestine SEMA6A
|
97 |
+
10.914144 1.9079633 enterocyte of epithelium of large intestine ADAM22
|
98 |
+
8.52168 0.43106592 enterocyte of epithelium of large intestine VPS37B
|
99 |
+
10.301278 -0.085020594 enterocyte of epithelium of large intestine KSR2
|
100 |
+
10.976555 2.411932 enterocyte of epithelium of large intestine ARHGAP32
|
101 |
+
12.048128 -0.6583273 enterocyte of epithelium of large intestine RBM47
|
102 |
+
11.125068 -1.5081322 enterocyte of epithelium of large intestine MVP
|
103 |
+
10.187585 3.7462904 enterocyte of epithelium of large intestine LMTK2
|
104 |
+
5.411998 0.486565 enterocyte of epithelium of large intestine NT5C
|
105 |
+
11.345533 3.9395347 enterocyte of epithelium of large intestine GSTZ1
|
106 |
+
10.40569 -0.39564547 enterocyte of epithelium of large intestine RDH5
|
107 |
+
10.972611 2.447157 enterocyte of epithelium of large intestine ZNF768
|
108 |
+
10.283688 2.2317028 enterocyte of epithelium of large intestine FLNB
|
109 |
+
10.291695 2.065417 enterocyte of epithelium of large intestine EDF1
|
110 |
+
10.984313 -1.4767889 enterocyte of epithelium of large intestine MALL
|
111 |
+
10.604473 3.3861706 enterocyte of epithelium of large intestine MAP3K9
|
112 |
+
10.412538 2.1916428 enterocyte of epithelium of large intestine NDUFA6
|
113 |
+
8.696061 3.670311 enterocyte of epithelium of large intestine TOM1L1
|
114 |
+
8.113645 1.1649741 enterocyte of epithelium of large intestine LGALS4
|
115 |
+
10.660949 2.7083957 enterocyte of epithelium of large intestine ID2
|
116 |
+
11.054535 2.8204286 enterocyte of epithelium of large intestine LRP6
|
117 |
+
11.1094675 -0.46069074 enterocyte of epithelium of large intestine HSPA1B
|
118 |
+
12.159267 -0.57410794 enterocyte of epithelium of large intestine PEAK1
|
119 |
+
10.237342 3.2544632 enterocyte of epithelium of large intestine CDC42BPB
|
120 |
+
10.001579 -0.73057777 enterocyte of epithelium of large intestine D2HGDH
|
121 |
+
11.862111 4.6721272 enterocyte of epithelium of large intestine ACE
|
122 |
+
9.300278 0.04697245 enterocyte of epithelium of large intestine RAD52
|
123 |
+
11.865537 0.36212677 enterocyte of epithelium of large intestine FA2H
|
124 |
+
11.033391 3.4748526 enterocyte of epithelium of large intestine SAPCD2
|
125 |
+
10.754074 1.7996875 enterocyte of epithelium of large intestine OASL
|
126 |
+
11.289434 2.3472364 enterocyte of epithelium of large intestine SIPA1L1
|
127 |
+
10.858264 1.0901965 enterocyte of epithelium of large intestine SLC44A3
|
128 |
+
12.007409 1.3025662 enterocyte of epithelium of large intestine BRD1
|
129 |
+
9.935286 1.7006453 enterocyte of epithelium of large intestine ERBB2
|
130 |
+
12.313167 0.107761845 enterocyte of epithelium of large intestine ZBTB7A
|
131 |
+
11.162306 3.2664242 enterocyte of epithelium of large intestine ZNF622
|
132 |
+
10.929731 1.9617137 enterocyte of epithelium of large intestine CDC42BPG
|
133 |
+
10.277881 0.3036579 enterocyte of epithelium of large intestine CHCHD7
|
134 |
+
10.257105 3.0840967 enterocyte of epithelium of large intestine GOLGA2
|
135 |
+
7.7823133 0.4578294 enterocyte of epithelium of large intestine LAMB3
|
136 |
+
12.347307 -0.0024099313 enterocyte of epithelium of large intestine EDA
|
137 |
+
-16.964054 -5.6006684 enterocyte of epithelium of large intestine PRKAB1
|
138 |
+
-14.656612 1.3868355 enterocyte of epithelium of large intestine TPM3
|
139 |
+
8.514927 2.1815617 enterocyte of epithelium of large intestine SYTL5
|
140 |
+
9.850041 1.7777233 enterocyte of epithelium of large intestine PTK6
|
141 |
+
8.210345 0.79985636 enterocyte of epithelium of large intestine TPI1
|
142 |
+
11.958975 -0.5214925 enterocyte of epithelium of large intestine ERBB3
|
143 |
+
9.165504 0.16473067 enterocyte of epithelium of large intestine PLK3
|
144 |
+
11.329951 0.54644156 enterocyte of epithelium of large intestine ABO
|
145 |
+
10.062105 3.744173 enterocyte of epithelium of large intestine PLK2
|
146 |
+
10.061606 3.2904277 enterocyte of epithelium of large intestine KLF5
|
147 |
+
11.227393 2.748648 enterocyte of epithelium of large intestine ANKRD26
|
148 |
+
11.725553 0.28621304 enterocyte of epithelium of large intestine INPP1
|
149 |
+
9.7032585 0.22134885 enterocyte of epithelium of large intestine TRAPPC10
|
150 |
+
10.894588 2.3880973 enterocyte of epithelium of large intestine BRD8
|
151 |
+
10.637669 1.2776622 enterocyte of epithelium of large intestine USP43
|
152 |
+
10.796596 1.3230853 enterocyte of epithelium of large intestine SH3GL2
|
153 |
+
10.153151 1.5188724 enterocyte of epithelium of large intestine MRPS33
|
154 |
+
10.967479 3.2321002 enterocyte of epithelium of large intestine SPAG1
|
155 |
+
7.7978787 -0.24651633 enterocyte of epithelium of large intestine MYO5B
|
156 |
+
10.519644 3.7112472 enterocyte of epithelium of large intestine RRBP1
|
157 |
+
8.71659 3.4512808 enterocyte of epithelium of large intestine UPF2
|
158 |
+
10.709444 2.1245348 enterocyte of epithelium of large intestine TMEM176B
|
159 |
+
10.505961 2.7764273 enterocyte of epithelium of large intestine PMM2
|
160 |
+
10.495284 3.4226606 enterocyte of epithelium of large intestine SMAD7
|
161 |
+
10.456155 3.4026961 enterocyte of epithelium of large intestine ID3
|
162 |
+
10.95473 2.2877808 enterocyte of epithelium of large intestine GPX2
|
163 |
+
11.018392 -0.40993825 enterocyte of epithelium of large intestine NDUFS7
|
164 |
+
8.888196 0.010245919 enterocyte of epithelium of large intestine SLC39A14
|
165 |
+
9.16042 -0.04331683 enterocyte of epithelium of large intestine TNFRSF14
|
166 |
+
10.198171 2.9696262 enterocyte of epithelium of large intestine TLE2
|
167 |
+
-16.960539 -5.6217833 enterocyte of epithelium of large intestine NEU1
|
168 |
+
9.892436 2.4027586 enterocyte of epithelium of large intestine HNF4A
|
169 |
+
10.431318 2.4890957 enterocyte of epithelium of large intestine RALBP1
|
170 |
+
10.76636 2.4835804 enterocyte of epithelium of large intestine SH3D21
|
171 |
+
11.334165 3.3786175 enterocyte of epithelium of large intestine CABYR
|
172 |
+
12.009723 0.19212465 enterocyte of epithelium of large intestine PRRG1
|
173 |
+
10.163454 3.5827432 enterocyte of epithelium of large intestine PLSCR1
|
174 |
+
12.076126 -0.040822048 enterocyte of epithelium of large intestine SPICE1
|
175 |
+
10.675772 1.8890494 enterocyte of epithelium of large intestine LGALS9C
|
176 |
+
10.619206 3.4114788 enterocyte of epithelium of large intestine PRSS8
|
177 |
+
10.934473 2.5403614 enterocyte of epithelium of large intestine MPDU1
|
178 |
+
10.672527 1.700698 enterocyte of epithelium of large intestine NCR3LG1
|
179 |
+
10.921249 3.0053303 enterocyte of epithelium of large intestine EVX2
|
180 |
+
10.664696 2.8371782 enterocyte of epithelium of large intestine KHDC4
|
181 |
+
10.179225 2.4349227 enterocyte of epithelium of large intestine VIPR1
|
182 |
+
10.486675 1.2572546 enterocyte of epithelium of large intestine SPECC1
|
183 |
+
7.798028 0.2389472 enterocyte of epithelium of large intestine TSGA10
|
184 |
+
8.626602 1.0452739 enterocyte of epithelium of large intestine SNAI1
|
185 |
+
10.477805 2.6556053 enterocyte of epithelium of large intestine AFG3L2
|
186 |
+
11.059998 3.1975083 enterocyte of epithelium of large intestine CEP83
|
187 |
+
10.153409 0.7834364 enterocyte of epithelium of large intestine HOXA11
|
188 |
+
10.663373 3.3347516 enterocyte of epithelium of large intestine C1QL4
|
189 |
+
8.967492 3.7615116 enterocyte of epithelium of large intestine HYI
|
190 |
+
10.673624 1.2982715 enterocyte of epithelium of large intestine AP1M2
|
191 |
+
11.114529 2.869524 enterocyte of epithelium of large intestine SLC22A18AS
|
192 |
+
11.074723 3.0214436 enterocyte of epithelium of large intestine RPS4Y1
|
193 |
+
10.869893 2.1930997 enterocyte of epithelium of large intestine ODC1
|
194 |
+
10.597084 3.0508394 enterocyte of epithelium of large intestine PIDD1
|
195 |
+
11.876271 1.3169856 enterocyte of epithelium of large intestine PTPRK
|
196 |
+
11.328836 -1.5073403 enterocyte of epithelium of large intestine MECOM
|
197 |
+
8.711399 1.0300694 enterocyte of epithelium of large intestine SOWAHC
|
198 |
+
10.546384 2.5991046 enterocyte of epithelium of large intestine ZRANB2
|
199 |
+
12.164768 0.5439889 enterocyte of epithelium of large intestine EBP
|
200 |
+
10.792148 1.8467755 enterocyte of epithelium of large intestine PPARG
|
201 |
+
10.079026 3.3155718 enterocyte of epithelium of large intestine LIMA1
|
202 |
+
10.599043 -0.11256859 enterocyte of epithelium of large intestine MISP
|
203 |
+
10.579949 2.0375154 enterocyte of epithelium of large intestine TNIK
|
204 |
+
9.838497 1.8123703 enterocyte of epithelium of large intestine NUTM1
|
205 |
+
13.000426 -0.43179432 enterocyte of epithelium of large intestine PLCH1
|
206 |
+
11.401038 3.5494242 enterocyte of epithelium of large intestine MRPL27
|
207 |
+
11.089953 -0.011079977 enterocyte of epithelium of large intestine ATF4
|
208 |
+
10.816791 2.0062535 enterocyte of epithelium of large intestine HES6
|
209 |
+
10.931244 2.7522314 enterocyte of epithelium of large intestine FAM13A
|
210 |
+
11.275041 0.88129574 enterocyte of epithelium of large intestine SH2D3A
|
211 |
+
10.445079 3.2687757 enterocyte of epithelium of large intestine TUBB4B
|
212 |
+
10.949176 2.9492764 enterocyte of epithelium of large intestine FOSL1
|
213 |
+
5.824891 0.36557406 enterocyte of epithelium of large intestine HTR4
|
214 |
+
11.21978 -0.3958211 enterocyte of epithelium of large intestine FOXA3
|
215 |
+
7.9482126 3.6287286 enterocyte of epithelium of large intestine TAF1D
|
216 |
+
10.937081 3.1824448 enterocyte of epithelium of large intestine SLC16A1
|
217 |
+
11.318737 3.3848598 enterocyte of epithelium of large intestine CHRNA7
|
218 |
+
11.388961 4.020608 enterocyte of epithelium of large intestine SLC22A5
|
219 |
+
12.475778 0.22257821 enterocyte of epithelium of large intestine KRT20
|
220 |
+
10.371668 2.7633104 enterocyte of epithelium of large intestine THAP4
|
221 |
+
8.751532 -0.13329214 enterocyte of epithelium of large intestine SYNJ2
|
222 |
+
10.88076 3.6511025 enterocyte of epithelium of large intestine MGST1
|
223 |
+
9.252682 3.3760374 enterocyte of epithelium of large intestine KCNQ1
|
224 |
+
11.151328 -0.18564305 enterocyte of epithelium of large intestine TMEM11
|
225 |
+
9.737643 0.9118223 enterocyte of epithelium of large intestine RASD1
|
226 |
+
8.643388 3.6947136 enterocyte of epithelium of large intestine RPLP2
|
227 |
+
10.904859 2.0089629 enterocyte of epithelium of large intestine MCMDC2
|
228 |
+
12.104413 -0.04164226 enterocyte of epithelium of large intestine RNF32
|
229 |
+
9.7908745 3.3631377 enterocyte of epithelium of large intestine ZNF91
|
230 |
+
8.756756 -0.40649223 enterocyte of epithelium of large intestine AGR2
|
231 |
+
10.606701 2.0225685 enterocyte of epithelium of large intestine SULT1A3
|
232 |
+
9.513989 2.45866 enterocyte of epithelium of large intestine LLGL2
|
233 |
+
8.836775 0.8834702 enterocyte of epithelium of large intestine SEMA4A
|
234 |
+
-16.33943 5.4350924 enterocyte of epithelium of large intestine GOLGA4
|
235 |
+
12.448133 -0.27569717 enterocyte of epithelium of large intestine LSR
|
236 |
+
11.35299 -1.6133575 enterocyte of epithelium of large intestine AIRE
|
237 |
+
10.524873 2.7671647 enterocyte of epithelium of large intestine PCNT
|
238 |
+
10.909554 3.3921146 enterocyte of epithelium of large intestine CCL28
|
239 |
+
10.271519 0.35779873 enterocyte of epithelium of large intestine EFNA3
|
240 |
+
9.488677 2.9447336 enterocyte of epithelium of large intestine TMEM45B
|
241 |
+
7.50843 -0.15442808 enterocyte of epithelium of large intestine FAM43A
|
242 |
+
12.355015 0.18733537 enterocyte of epithelium of large intestine CLASRP
|
243 |
+
10.066645 1.8793607 enterocyte of epithelium of large intestine COQ9
|
244 |
+
11.092293 2.375965 enterocyte of epithelium of large intestine TCEAL9
|
245 |
+
-17.119678 -5.7544947 enterocyte of epithelium of large intestine KNOP1
|
246 |
+
10.766483 2.3554657 enterocyte of epithelium of large intestine MID1
|
247 |
+
12.024769 -0.7879954 enterocyte of epithelium of large intestine SPDEF
|
248 |
+
10.792778 2.2882237 enterocyte of epithelium of large intestine DISP3
|
249 |
+
8.739171 3.6187396 enterocyte of epithelium of large intestine SAFB2
|
250 |
+
10.802533 2.9421308 enterocyte of epithelium of large intestine XK
|
251 |
+
9.572576 3.6256418 enterocyte of epithelium of large intestine PAGR1
|
252 |
+
9.438156 -0.049330138 enterocyte of epithelium of large intestine PHETA1
|
253 |
+
11.049367 3.4046292 enterocyte of epithelium of large intestine EVPL
|
254 |
+
8.0305 3.7975307 enterocyte of epithelium of large intestine NRIP1
|
255 |
+
10.534925 3.1550303 enterocyte of epithelium of large intestine UGT1A8
|
256 |
+
11.026765 4.0462112 enterocyte of epithelium of large intestine KLF4
|
257 |
+
-13.144347 -0.14328927 enterocyte of epithelium of large intestine MYO19
|
258 |
+
10.869756 2.6698246 enterocyte of epithelium of large intestine FABP5
|
259 |
+
8.870343 3.410642 enterocyte of epithelium of large intestine CPLANE1
|
260 |
+
11.213278 2.9007335 enterocyte of epithelium of large intestine LRP5
|
261 |
+
4.7186246 0.4340869 enterocyte of epithelium of large intestine TMEM44
|
262 |
+
10.959225 2.7997527 enterocyte of epithelium of large intestine RBM24
|
263 |
+
10.456686 2.832447 enterocyte of epithelium of large intestine BCAR1
|
264 |
+
10.271635 3.131912 enterocyte of epithelium of large intestine PHACTR4
|
265 |
+
11.986369 -0.652409 enterocyte of epithelium of large intestine SLC35E4
|
266 |
+
11.397693 0.1748595 enterocyte of epithelium of large intestine SERTAD3
|
267 |
+
10.617071 3.2069314 enterocyte of epithelium of large intestine DSG2
|
268 |
+
11.381546 -1.2821233 enterocyte of epithelium of large intestine NDRG1
|
269 |
+
10.221667 3.7282 enterocyte of epithelium of large intestine KCTD5
|
270 |
+
11.213959 3.5762954 enterocyte of epithelium of large intestine TRPM4
|
271 |
+
11.942904 1.6374851 enterocyte of epithelium of large intestine IRF3
|
272 |
+
11.032286 1.6140825 enterocyte of epithelium of large intestine OCLN
|
273 |
+
11.962123 -1.0825275 enterocyte of epithelium of large intestine SGK1
|
274 |
+
11.470588 -1.5111235 enterocyte of epithelium of large intestine MYBPC1
|
275 |
+
11.771113 -1.8837146 enterocyte of epithelium of large intestine PRSS3
|
276 |
+
9.410215 0.37793595 enterocyte of epithelium of large intestine GJB3
|
277 |
+
9.341751 -0.50825673 enterocyte of epithelium of large intestine CLCNKA
|
278 |
+
10.063467 0.098245166 enterocyte of epithelium of large intestine ATP2A3
|
279 |
+
3.6873598 0.4996708 enterocyte of epithelium of large intestine EZR
|
280 |
+
10.307862 2.9111593 enterocyte of epithelium of large intestine SLC12A2
|
281 |
+
10.785507 3.043012 enterocyte of epithelium of large intestine UBAC1
|
282 |
+
11.716192 0.52557415 enterocyte of epithelium of large intestine ZNF219
|
283 |
+
13.064769 -0.59064287 enterocyte of epithelium of large intestine ELAVL3
|
284 |
+
10.306241 3.3887038 enterocyte of epithelium of large intestine RIPK4
|
285 |
+
10.676593 1.3433843 enterocyte of epithelium of large intestine UQCR11
|
286 |
+
10.919581 3.47957 enterocyte of epithelium of large intestine BSG
|
287 |
+
10.466299 3.5841892 enterocyte of epithelium of large intestine PLCD1
|
288 |
+
10.959158 2.7819183 enterocyte of epithelium of large intestine SGK2
|
289 |
+
10.827025 1.6515852 enterocyte of epithelium of large intestine PPFIA3
|
290 |
+
10.708082 2.27972 enterocyte of epithelium of large intestine KCTD9
|
291 |
+
10.414262 3.0920343 enterocyte of epithelium of large intestine MXD1
|
292 |
+
10.26036 3.4754982 enterocyte of epithelium of large intestine WFDC2
|
293 |
+
10.6448965 2.2674005 enterocyte of epithelium of large intestine AFF4
|
294 |
+
10.697623 2.0836668 enterocyte of epithelium of large intestine PITX2
|
295 |
+
11.920628 -2.2887232 enterocyte of epithelium of large intestine BAG1
|
296 |
+
9.291831 0.31362844 enterocyte of epithelium of large intestine LAMC2
|
297 |
+
11.3986845 -0.84415585 enterocyte of epithelium of large intestine RAB11FIP1
|
298 |
+
9.612747 -0.31507245 enterocyte of epithelium of large intestine MT-ND3
|
299 |
+
11.189872 2.1513612 enterocyte of epithelium of large intestine PMM1
|
300 |
+
11.21151 -0.6709669 enterocyte of epithelium of large intestine HBEGF
|
301 |
+
10.7852335 3.3171003 enterocyte of epithelium of large intestine SEMA4G
|
302 |
+
11.634811 0.45954552 enterocyte of epithelium of large intestine RHOU
|
303 |
+
11.376536 3.7524686 enterocyte of epithelium of large intestine MRPS34
|
304 |
+
11.024176 3.4590967 enterocyte of epithelium of large intestine GBA2
|
305 |
+
10.803223 2.2968214 enterocyte of epithelium of large intestine BCAS1
|
306 |
+
11.128854 3.1797316 enterocyte of epithelium of large intestine POLR2H
|
307 |
+
11.113567 2.5478642 enterocyte of epithelium of large intestine MAGI1
|
308 |
+
-3.3864584 3.1625109 enterocyte of epithelium of large intestine ATP5PD
|
309 |
+
11.757657 -1.9788433 enterocyte of epithelium of large intestine NDUFA2
|
310 |
+
10.846134 2.4190938 enterocyte of epithelium of large intestine NDEL1
|
311 |
+
-0.028347148 -0.11565011 enterocyte of epithelium of large intestine DSC2
|
312 |
+
10.817924 3.139123 enterocyte of epithelium of large intestine SH3D19
|
313 |
+
10.742544 2.7378383 enterocyte of epithelium of large intestine UQCRH
|
314 |
+
11.106202 2.5527864 enterocyte of epithelium of large intestine CDYL
|
315 |
+
11.446575 -1.7515659 enterocyte of epithelium of large intestine CD151
|
316 |
+
10.413047 2.2141716 enterocyte of epithelium of large intestine AFDN
|
317 |
+
10.445541 2.2271159 enterocyte of epithelium of large intestine CCNK
|
318 |
+
11.225918 0.3833209 enterocyte of epithelium of large intestine CDC20B
|
319 |
+
10.915184 2.9187722 enterocyte of epithelium of large intestine PRR3
|
320 |
+
11.537219 -1.4621642 enterocyte of epithelium of large intestine C1orf35
|
321 |
+
11.994568 -0.13606122 enterocyte of epithelium of large intestine SLC16A3
|
322 |
+
9.2513275 -0.50747085 enterocyte of epithelium of large intestine COX8A
|
323 |
+
10.16013 2.1070273 enterocyte of epithelium of large intestine CKB
|
324 |
+
8.735486 2.1425292 enterocyte of epithelium of large intestine MED29
|
325 |
+
10.783154 2.7076154 enterocyte of epithelium of large intestine F11R
|
326 |
+
9.873909 -0.353159 enterocyte of epithelium of large intestine SRI
|
327 |
+
11.930804 0.24462263 enterocyte of epithelium of large intestine CEP290
|
328 |
+
10.6473255 2.385418 enterocyte of epithelium of large intestine FAM221B
|
329 |
+
11.78197 0.7582667 enterocyte of epithelium of large intestine SMG1
|
330 |
+
11.088367 3.555311 enterocyte of epithelium of large intestine MUC2
|
331 |
+
9.750456 0.1083646 enterocyte of epithelium of large intestine F12
|
332 |
+
11.01497 2.4527884 enterocyte of epithelium of large intestine MYO18A
|
333 |
+
9.168794 2.0828602 enterocyte of epithelium of large intestine SEZ6L2
|
334 |
+
10.719002 2.8257341 enterocyte of epithelium of large intestine TRIP10
|
335 |
+
11.324698 -1.1353687 enterocyte of epithelium of large intestine MAP7
|
336 |
+
9.905836 -0.26382688 enterocyte of epithelium of large intestine KRAS
|
337 |
+
9.709561 2.4708567 enterocyte of epithelium of large intestine SELENOS
|
338 |
+
11.08695 0.05142684 enterocyte of epithelium of large intestine TNFRSF11A
|
339 |
+
10.14231 3.6196697 enterocyte of epithelium of large intestine C21orf58
|
340 |
+
11.102076 3.6061494 enterocyte of epithelium of large intestine KMT2B
|
341 |
+
10.156551 3.385314 enterocyte of epithelium of large intestine CA2
|
342 |
+
10.817757 2.412384 enterocyte of epithelium of large intestine PER2
|
343 |
+
10.852307 2.5576603 enterocyte of epithelium of large intestine CDH1
|
344 |
+
11.190319 -0.018535985 enterocyte of epithelium of large intestine ALKBH7
|
345 |
+
9.78799 2.4517019 enterocyte of epithelium of large intestine ITGA2
|
346 |
+
11.299983 3.1317894 enterocyte of epithelium of large intestine TACC2
|
347 |
+
10.778088 0.6194215 enterocyte of epithelium of large intestine NOL4L
|
348 |
+
10.892364 2.9556808 enterocyte of epithelium of large intestine RUSC1
|
349 |
+
11.12639 2.479075 enterocyte of epithelium of large intestine GIPC1
|
350 |
+
10.691611 1.1791152 enterocyte of epithelium of large intestine GSTK1
|
351 |
+
11.026724 2.8436437 enterocyte of epithelium of large intestine PPARA
|
352 |
+
10.4959545 2.091951 enterocyte of epithelium of large intestine HMGA2
|
353 |
+
10.448855 1.48736 enterocyte of epithelium of large intestine ZNF844
|
354 |
+
10.024255 3.6171455 enterocyte of epithelium of large intestine ECHS1
|
355 |
+
10.825629 2.781814 enterocyte of epithelium of large intestine UTY
|
356 |
+
11.326157 2.775894 enterocyte of epithelium of large intestine PNP
|
357 |
+
11.841701 -2.0492043 enterocyte of epithelium of large intestine ANK3
|
358 |
+
9.407861 2.4368403 enterocyte of epithelium of large intestine TICAM1
|
359 |
+
10.26619 3.8720891 enterocyte of epithelium of large intestine FGFR3
|
360 |
+
9.726306 0.983409 enterocyte of epithelium of large intestine GJB1
|
361 |
+
9.597879 3.4524984 enterocyte of epithelium of large intestine DHRS11
|
362 |
+
10.674682 1.3607329 enterocyte of epithelium of large intestine NPDC1
|
363 |
+
10.455281 0.9700459 enterocyte of epithelium of large intestine DIP2A
|
364 |
+
10.469717 2.3172705 enterocyte of epithelium of large intestine HSPA2
|
365 |
+
4.4756465 0.50597817 enterocyte of epithelium of large intestine SH2B1
|
366 |
+
10.822447 1.8535556 enterocyte of epithelium of large intestine EFNA2
|
367 |
+
7.411465 0.40102088 enterocyte of epithelium of large intestine AKAP8L
|
368 |
+
10.746924 3.4590912 enterocyte of epithelium of large intestine PPFIBP2
|
369 |
+
11.288027 3.0529442 enterocyte of epithelium of large intestine CRYBA2
|
370 |
+
11.517766 4.0814967 enterocyte of epithelium of large intestine SHROOM3
|
371 |
+
10.338577 3.389761 enterocyte of epithelium of large intestine TCF7L2
|
372 |
+
9.417107 0.49921143 enterocyte of epithelium of large intestine PRKCZ
|
373 |
+
8.292352 -0.23950638 enterocyte of epithelium of large intestine SLC16A13
|
374 |
+
12.402609 -0.16554798 enterocyte of epithelium of large intestine SERINC2
|
375 |
+
9.61461 3.5388026 enterocyte of epithelium of large intestine NEK3
|
376 |
+
11.107438 2.5310824 enterocyte of epithelium of large intestine ARHGAP21
|
377 |
+
10.515086 2.957223 enterocyte of epithelium of large intestine ANXA11
|
378 |
+
10.733891 -0.7984984 enterocyte of epithelium of large intestine ABLIM2
|
379 |
+
10.024256 3.0189035 enterocyte of epithelium of large intestine AATK
|
380 |
+
10.309979 2.1492705 enterocyte of epithelium of large intestine HOXD9
|
381 |
+
6.9112697 0.45256585 enterocyte of epithelium of large intestine KLF3
|
382 |
+
9.397334 0.10370421 enterocyte of epithelium of large intestine UQCRC1
|
383 |
+
11.981064 -0.8132787 enterocyte of epithelium of large intestine SEMA3B
|
384 |
+
10.669372 3.0651846 enterocyte of epithelium of large intestine GPS2
|
385 |
+
11.064825 2.691154 enterocyte of epithelium of large intestine PRR5L
|
386 |
+
10.897966 2.4451606 enterocyte of epithelium of large intestine COBL
|
387 |
+
5.933595 1.402962 enterocyte of epithelium of large intestine SPATA20
|
388 |
+
12.578679 -0.34909365 enterocyte of epithelium of large intestine ENPP3
|
389 |
+
8.824508 -0.006803263 enterocyte of epithelium of large intestine ERRFI1
|
390 |
+
11.783055 -0.13878968 enterocyte of epithelium of large intestine GSS
|
391 |
+
9.834009 3.605368 enterocyte of epithelium of large intestine GDA
|
392 |
+
8.368737 0.9076361 enterocyte of epithelium of large intestine ARHGAP44
|
393 |
+
10.949627 2.2948835 enterocyte of epithelium of large intestine FAM214B
|
394 |
+
10.776871 2.1712434 enterocyte of epithelium of large intestine DDIT3
|
395 |
+
11.720238 -0.10407913 enterocyte of epithelium of large intestine ADH6
|
396 |
+
9.970401 1.6585337 enterocyte of epithelium of large intestine FOXA2
|
397 |
+
11.681303 0.20931672 enterocyte of epithelium of large intestine RHOB
|
398 |
+
-3.3426578 4.223498 enterocyte of epithelium of large intestine HK2
|
399 |
+
11.696076 1.3146108 enterocyte of epithelium of large intestine NOXA1
|
400 |
+
8.127069 0.17707492 enterocyte of epithelium of large intestine MYB
|
401 |
+
11.764111 2.06208 enterocyte of epithelium of large intestine IP6K2
|
402 |
+
10.856936 1.2499102 enterocyte of epithelium of large intestine TST
|
403 |
+
10.248276 3.1935024 enterocyte of epithelium of large intestine SLC26A6
|
404 |
+
9.947131 3.469354 enterocyte of epithelium of large intestine ZC3H10
|
405 |
+
10.545392 1.9558599 enterocyte of epithelium of large intestine CDS1
|
406 |
+
11.96627 -0.4957391 enterocyte of epithelium of large intestine TFF3
|
407 |
+
10.296075 2.3521502 enterocyte of epithelium of large intestine ANKS4B
|
408 |
+
10.838242 2.8599713 enterocyte of epithelium of large intestine RHPN2
|
409 |
+
11.204632 3.411526 enterocyte of epithelium of large intestine ADH1C
|
410 |
+
10.386698 1.5802052 enterocyte of epithelium of large intestine KCNC4
|
411 |
+
8.615197 -0.5694477 enterocyte of epithelium of large intestine SLC29A2
|
412 |
+
10.785116 3.179407 enterocyte of epithelium of large intestine KDM5B
|
413 |
+
10.20792 2.1973317 enterocyte of epithelium of large intestine CYCS
|
414 |
+
9.587228 0.39360455 enterocyte of epithelium of large intestine ADGRL1
|
415 |
+
10.173293 3.0525188 enterocyte of epithelium of large intestine ELOB
|
416 |
+
11.108314 3.2573714 enterocyte of epithelium of large intestine BCL10
|
417 |
+
11.007637 -0.040356793 enterocyte of epithelium of large intestine SRSF10
|
418 |
+
8.167326 0.26670983 enterocyte of epithelium of large intestine EPB41L5
|
419 |
+
11.158025 3.5055397 enterocyte of epithelium of large intestine TNFRSF10A
|
420 |
+
11.124822 2.974904 enterocyte of epithelium of large intestine COX4I1
|
421 |
+
12.047116 0.13848501 enterocyte of epithelium of large intestine CDK11A
|
422 |
+
11.646683 -2.1245403 enterocyte of epithelium of large intestine SLC30A1
|
423 |
+
10.841365 2.8491168 enterocyte of epithelium of large intestine ENTPD5
|
424 |
+
10.67722 1.9723737 enterocyte of epithelium of large intestine GOLGA1
|
425 |
+
12.385442 -0.057204496 enterocyte of epithelium of large intestine SOX9
|
426 |
+
9.9312525 3.0159776 enterocyte of epithelium of large intestine SCRIB
|
427 |
+
10.611311 3.4357238 enterocyte of epithelium of large intestine CREB3L1
|
428 |
+
9.247354 3.1053967 enterocyte of epithelium of large intestine PAXBP1
|
429 |
+
10.704657 2.4724312 enterocyte of epithelium of large intestine DHX15
|
430 |
+
13.21539 -0.36970615 enterocyte of epithelium of large intestine SRRM2
|
431 |
+
4.615766 0.67620176 enterocyte of epithelium of large intestine HNMT
|
432 |
+
10.697148 3.1183336 enterocyte of epithelium of large intestine ZCCHC8
|
433 |
+
8.403296 2.799825 enterocyte of epithelium of large intestine KRTAP13-2
|
434 |
+
10.76024 1.9367621 enterocyte of epithelium of large intestine LMNTD2
|
435 |
+
9.284402 3.59901 enterocyte of epithelium of large intestine MT-CYB
|
436 |
+
10.840922 3.3281012 enterocyte of epithelium of large intestine SPEN
|
437 |
+
7.313212 -0.038386498 enterocyte of epithelium of large intestine ARIH1
|
438 |
+
-2.2578745 3.965532 enterocyte of epithelium of large intestine ADCY6
|
439 |
+
11.569591 -1.3088405 enterocyte of epithelium of large intestine COA3
|
440 |
+
6.0417137 0.44198945 enterocyte of epithelium of large intestine PROM1
|
441 |
+
11.095548 1.9333423 enterocyte of epithelium of large intestine ETHE1
|
442 |
+
9.4706 3.5981135 enterocyte of epithelium of large intestine NFE2L1
|
443 |
+
9.583861 0.7224376 enterocyte of epithelium of large intestine EGLN3
|
444 |
+
10.537323 2.1466193 enterocyte of epithelium of large intestine DHDDS
|
445 |
+
11.939974 -2.1034286 enterocyte of epithelium of large intestine ITPKC
|
446 |
+
11.359035 3.2718105 enterocyte of epithelium of large intestine OVOL2
|
447 |
+
4.08056 0.5329605 enterocyte of epithelium of large intestine ILVBL
|
448 |
+
-2.9266055 4.1045203 enterocyte of epithelium of large intestine FGF13
|
449 |
+
12.993054 -0.5811595 enterocyte of epithelium of large intestine METTL17
|
450 |
+
10.588445 1.9925568 enterocyte of epithelium of large intestine TENT5B
|
451 |
+
10.792827 2.5044138 enterocyte of epithelium of large intestine PRDX2
|
452 |
+
3.7594953 0.62740606 enterocyte of epithelium of large intestine PDK4
|
453 |
+
10.587118 2.3493106 enterocyte of epithelium of large intestine NOX1
|
454 |
+
12.1917305 0.21580741 enterocyte of epithelium of large intestine FDXR
|
455 |
+
11.300114 0.19411549 enterocyte of epithelium of large intestine IGSF21
|
456 |
+
10.506934 2.7087257 enterocyte of epithelium of large intestine HERC2
|
457 |
+
11.560709 -0.07388195 enterocyte of epithelium of large intestine DDC
|
458 |
+
7.85539 -0.10169689 enterocyte of epithelium of large intestine ITGB4
|
459 |
+
12.2387905 -0.87295616 enterocyte of epithelium of large intestine LGALS3BP
|
460 |
+
10.23008 2.6448753 enterocyte of epithelium of large intestine TDRD7
|
461 |
+
10.865781 -0.29191172 enterocyte of epithelium of large intestine ARL14
|
462 |
+
10.923715 2.796447 enterocyte of epithelium of large intestine NUAK2
|
463 |
+
8.92145 3.7356205 enterocyte of epithelium of large intestine NDUFV3
|
464 |
+
9.847336 -0.09445742 enterocyte of epithelium of large intestine HOXA7
|
465 |
+
9.975538 3.4702 enterocyte of epithelium of large intestine DALRD3
|
466 |
+
9.905487 2.366432 enterocyte of epithelium of large intestine HOXA9
|
467 |
+
-16.746895 -5.3537183 enterocyte of epithelium of large intestine PCBD1
|
468 |
+
11.690348 0.36665228 enterocyte of epithelium of large intestine CTBP2
|
469 |
+
10.98898 1.5581448 enterocyte of epithelium of large intestine GRAMD2B
|
470 |
+
10.844512 2.1508155 enterocyte of epithelium of large intestine CBLC
|
471 |
+
10.224277 3.3396516 enterocyte of epithelium of large intestine YOD1
|
472 |
+
12.422805 0.036412567 enterocyte of epithelium of large intestine EPPK1
|
473 |
+
11.156122 1.2420805 enterocyte of epithelium of large intestine ELL3
|
474 |
+
10.916548 3.5271206 enterocyte of epithelium of large intestine MPP5
|
475 |
+
12.261035 -0.88755655 enterocyte of epithelium of large intestine TMUB1
|
476 |
+
10.662088 3.228534 enterocyte of epithelium of large intestine COX5A
|
477 |
+
11.033329 -0.6596607 enterocyte of epithelium of large intestine TM7SF2
|
478 |
+
-16.759327 -5.580796 enterocyte of epithelium of large intestine COX17
|
479 |
+
10.020313 3.9508915 enterocyte of epithelium of large intestine TPM1
|
480 |
+
11.409532 -0.5198837 enterocyte of epithelium of large intestine PIGR
|
481 |
+
10.533986 -0.908877 enterocyte of epithelium of large intestine PKP3
|
482 |
+
-16.997803 -5.627375 enterocyte of epithelium of large intestine CNKSR1
|
483 |
+
8.898203 0.9048427 enterocyte of epithelium of large intestine CELF5
|
484 |
+
9.545402 -0.21625759 enterocyte of epithelium of large intestine SFN
|
485 |
+
10.904447 3.027711 enterocyte of epithelium of large intestine JPT1
|
486 |
+
10.2534075 3.4975808 enterocyte of epithelium of large intestine SERTAD1
|
487 |
+
9.270399 -0.0059212865 enterocyte of epithelium of large intestine PARD3B
|
488 |
+
11.008636 -1.1925198 enterocyte of epithelium of large intestine DHX16
|
489 |
+
10.514439 0.41566607 enterocyte of epithelium of large intestine LARP1B
|
490 |
+
10.22145 3.1573892 enterocyte of epithelium of large intestine PTTG1IP
|
491 |
+
10.521202 2.1142876 enterocyte of epithelium of large intestine MT-ND6
|
492 |
+
10.635418 2.9625964 enterocyte of epithelium of large intestine GAK
|
493 |
+
10.659913 3.4427202 enterocyte of epithelium of large intestine E2F2
|
494 |
+
10.258955 2.0604205 enterocyte of epithelium of large intestine OSGIN1
|
495 |
+
10.690705 2.7143207 enterocyte of epithelium of large intestine AKAP9
|
496 |
+
12.3478365 -0.36494908 enterocyte of epithelium of large intestine C8orf33
|
497 |
+
11.290345 -2.0531676 enterocyte of epithelium of large intestine ST6GAL2
|
498 |
+
12.47374 -0.27475592 enterocyte of epithelium of large intestine ZBTB10
|
499 |
+
10.786758 1.2397834 enterocyte of epithelium of large intestine UQCRQ
|
500 |
+
10.881211 2.6761808 enterocyte of epithelium of large intestine SPINT1
|
501 |
+
10.4348 1.8032962 enterocyte of epithelium of large intestine YTHDC1
|
502 |
+
10.973474 3.4482265 enterocyte of epithelium of large intestine GADD45B
|
503 |
+
10.964916 2.581048 enterocyte of epithelium of large intestine PLEKHA7
|
504 |
+
-4.2772756 0.85277086 enterocyte of epithelium of large intestine SCN8A
|
505 |
+
10.358154 2.573943 enterocyte of epithelium of large intestine PLAGL2
|
506 |
+
11.52839 -0.5751964 enterocyte of epithelium of large intestine EPHB2
|
507 |
+
10.184776 0.31247765 enterocyte of epithelium of large intestine FNBP1L
|
508 |
+
10.696366 3.211314 enterocyte of epithelium of large intestine TRA2B
|
509 |
+
11.061824 3.3697257 enterocyte of epithelium of large intestine RAPH1
|
510 |
+
10.469182 2.2880147 enterocyte of epithelium of large intestine NEDD4L
|
511 |
+
10.310964 3.2411127 enterocyte of epithelium of large intestine AOC1
|
512 |
+
10.650578 1.7660614 enterocyte of epithelium of large intestine RERE
|
513 |
+
12.258314 -0.71533805 enterocyte of epithelium of large intestine TES
|
514 |
+
10.98217 -0.99617106 enterocyte of epithelium of large intestine LMNA
|
515 |
+
10.791759 3.579937 enterocyte of epithelium of large intestine MSH5
|
516 |
+
-17.04966 -5.6837068 enterocyte of epithelium of large intestine NDUFC1
|
517 |
+
9.120021 -0.27716517 enterocyte of epithelium of large intestine CXADR
|
518 |
+
10.957825 -2.1057253 enterocyte of epithelium of large intestine MRPL14
|
519 |
+
12.274146 -0.65678585 enterocyte of epithelium of large intestine INTS6
|
520 |
+
10.561198 3.0662842 enterocyte of epithelium of large intestine ANXA3
|
521 |
+
10.3782425 3.5079346 enterocyte of epithelium of large intestine SH3RF1
|
522 |
+
8.698605 -0.0724888 enterocyte of epithelium of large intestine RASSF7
|
523 |
+
10.83132 1.8945994 enterocyte of epithelium of large intestine TNFRSF10B
|
524 |
+
10.760619 1.4356114 enterocyte of epithelium of large intestine COX6C
|
525 |
+
10.4142065 3.1245193 enterocyte of epithelium of large intestine KLC4
|
526 |
+
11.352736 3.494935 enterocyte of epithelium of large intestine CGN
|
527 |
+
10.428522 3.802036 enterocyte of epithelium of large intestine ARHGEF11
|
528 |
+
12.611859 -0.31596017 enterocyte of epithelium of large intestine BOLA3
|
529 |
+
10.593768 2.2378497 enterocyte of epithelium of large intestine CCDC146
|
530 |
+
10.7613945 2.7868862 enterocyte of epithelium of large intestine VAV3
|
531 |
+
9.630209 0.6537168 enterocyte of epithelium of large intestine NAPRT
|
532 |
+
10.309474 -0.24118641 enterocyte of epithelium of large intestine AGR3
|
533 |
+
11.864452 1.2834511 enterocyte of epithelium of large intestine MRPL35
|
534 |
+
11.291972 -1.7386681 enterocyte of epithelium of large intestine BAIAP2L2
|
535 |
+
10.122085 1.1087358 enterocyte of epithelium of large intestine RCAN1
|
536 |
+
10.366152 2.194391 enterocyte of epithelium of large intestine PPIP5K2
|
537 |
+
12.926261 -0.42240626 enterocyte of epithelium of large intestine USP9Y
|
538 |
+
10.673356 1.6216836 enterocyte of epithelium of large intestine REPS2
|
539 |
+
11.437291 -0.6441707 enterocyte of epithelium of large intestine SDCBP2
|
540 |
+
10.95209 1.2331717 enterocyte of epithelium of large intestine WASH3P
|
541 |
+
10.038756 -0.3890229 enterocyte of epithelium of large intestine TINAGL1
|
542 |
+
11.301777 -2.1330814 enterocyte of epithelium of large intestine ZNF552
|
543 |
+
10.537622 3.273327 enterocyte of epithelium of large intestine LAD1
|
544 |
+
10.221542 1.8225639 enterocyte of epithelium of large intestine SVIL
|
545 |
+
9.476248 2.6889877 enterocyte of epithelium of large intestine VEGFA
|
546 |
+
9.976631 2.7807536 enterocyte of epithelium of large intestine SLCO1C1
|
547 |
+
12.8444805 -0.3161166 enterocyte of epithelium of large intestine ARHGEF16
|
548 |
+
10.662991 3.2665124 enterocyte of epithelium of large intestine PREP
|
549 |
+
11.263456 -0.9274625 enterocyte of epithelium of large intestine UQCR10
|
550 |
+
11.602426 3.4796295 enterocyte of epithelium of large intestine COX7B
|
551 |
+
11.711445 3.6736124 enterocyte of epithelium of large intestine KPNA2
|
552 |
+
-13.327751 -0.734979 enterocyte of epithelium of large intestine SQLE
|
553 |
+
9.636682 3.2447534 enterocyte of epithelium of large intestine TMEM54
|
554 |
+
10.081176 1.1011117 enterocyte of epithelium of large intestine LRRK1
|
555 |
+
10.645744 1.5420985 enterocyte of epithelium of large intestine LRRFIP2
|
556 |
+
10.921636 2.8298106 enterocyte of epithelium of large intestine NSMF
|
557 |
+
12.097381 -0.6409857 enterocyte of epithelium of large intestine ISOC2
|
558 |
+
12.016391 -0.6712747 enterocyte of epithelium of large intestine GMNN
|
559 |
+
10.229527 2.1185734 enterocyte of epithelium of large intestine CDC20
|
560 |
+
10.138776 3.547294 enterocyte of epithelium of large intestine FNBP4
|
561 |
+
12.337192 -0.58652496 enterocyte of epithelium of large intestine INAVA
|
562 |
+
11.148305 0.560702 enterocyte of epithelium of large intestine NET1
|
563 |
+
10.927823 -0.06608353 enterocyte of epithelium of large intestine DNAJC11
|
564 |
+
-2.8912108 4.1418986 enterocyte of epithelium of large intestine RBM39
|
565 |
+
10.350335 2.8269188 enterocyte of epithelium of large intestine AMD1
|
566 |
+
9.297179 0.026823822 enterocyte of epithelium of large intestine CFTR
|
567 |
+
10.560598 1.8552195 enterocyte of epithelium of large intestine GNA11
|
568 |
+
-10.680523 -1.9110497 enterocyte of epithelium of large intestine ECSIT
|
569 |
+
10.42631 3.4578915 enterocyte of epithelium of large intestine SDC1
|
570 |
+
8.85161 -0.19192529 enterocyte of epithelium of large intestine ACTN4
|
571 |
+
10.829607 2.5983882 enterocyte of epithelium of large intestine BOLA2B
|
572 |
+
10.652518 2.7436945 enterocyte of epithelium of large intestine USH1C
|
573 |
+
9.49432 0.06390316 enterocyte of epithelium of large intestine USP53
|
574 |
+
10.67783 2.1874712 enterocyte of epithelium of large intestine NOS1AP
|
575 |
+
11.878819 -0.46161327 enterocyte of epithelium of large intestine TRIB1
|
576 |
+
10.694436 2.2430952 enterocyte of epithelium of large intestine TJP1
|
577 |
+
4.0034757 0.57583696 enterocyte of epithelium of large intestine PPP1R16A
|
578 |
+
11.224035 2.3640509 enterocyte of epithelium of large intestine YBEY
|
579 |
+
10.558888 3.6590254 enterocyte of epithelium of large intestine GCC2-AS1
|
580 |
+
8.684766 3.6565125 enterocyte of epithelium of large intestine CD2AP
|
581 |
+
11.275267 3.724105 enterocyte of epithelium of large intestine POU5F1
|
582 |
+
11.074487 2.7015321 enterocyte of epithelium of large intestine CYP51A1
|
583 |
+
10.9815645 -0.19922787 enterocyte of epithelium of large intestine BEGAIN
|
584 |
+
10.7343645 3.0395548 enterocyte of epithelium of large intestine MTNR1A
|
585 |
+
10.152716 2.4035091 enterocyte of epithelium of large intestine CCNE1
|
586 |
+
10.841899 2.9878342 enterocyte of epithelium of large intestine SIPA1L3
|
587 |
+
8.576352 0.822033 enterocyte of epithelium of large intestine MICALL2
|
588 |
+
10.382502 2.74581 enterocyte of epithelium of large intestine HNF1A
|
589 |
+
10.756317 0.12071494 enterocyte of epithelium of large intestine CTNND1
|
590 |
+
10.927806 2.840782 enterocyte of epithelium of large intestine GUCA2A
|
591 |
+
10.091366 2.540464 enterocyte of epithelium of large intestine TSC22D1
|
592 |
+
8.927647 3.7073126 enterocyte of epithelium of large intestine TRAF4
|
593 |
+
9.077767 -0.06972595 enterocyte of epithelium of large intestine USP12
|
594 |
+
10.683325 3.1305957 enterocyte of epithelium of large intestine EXD3
|
595 |
+
10.88564 1.6909026 enterocyte of epithelium of large intestine MT-ND2
|
596 |
+
11.536834 3.641621 enterocyte of epithelium of large intestine INCA1
|
597 |
+
9.063693 3.6174488 enterocyte of epithelium of large intestine PARD6B
|
598 |
+
11.76314 0.3678154 enterocyte of epithelium of large intestine STAMBPL1
|
599 |
+
8.280836 0.86794084 enterocyte of epithelium of large intestine NABP1
|
600 |
+
11.226739 2.9422698 enterocyte of epithelium of large intestine CSKMT
|
601 |
+
10.872015 3.230424 enterocyte of epithelium of large intestine CRCP
|
602 |
+
11.654062 0.74239457 enterocyte of epithelium of large intestine TOB1
|
603 |
+
10.486687 0.87479 enterocyte of epithelium of large intestine TRA2A
|
604 |
+
10.2740345 2.3992548 enterocyte of epithelium of large intestine ZZEF1
|
605 |
+
10.764738 1.8827101 enterocyte of epithelium of large intestine MST1
|
606 |
+
11.725843 0.23298065 enterocyte of epithelium of large intestine FOXA1
|
607 |
+
9.069165 -0.22497138 enterocyte of epithelium of large intestine SHANK2
|
608 |
+
13.125893 -0.036262874 enterocyte of epithelium of large intestine PDCD4
|
609 |
+
11.66938 3.8942044 enterocyte of epithelium of large intestine CHMP4C
|
610 |
+
10.772072 2.2611153 enterocyte of epithelium of large intestine DLG3
|
611 |
+
12.6888485 -0.23595884 enterocyte of epithelium of large intestine PTPRF
|
612 |
+
5.2210217 0.20518295 enterocyte of epithelium of large intestine ECHDC2
|
613 |
+
-4.389434 0.3098744 enterocyte of epithelium of large intestine DLX2
|
614 |
+
11.052702 3.358735 enterocyte of epithelium of large intestine NDUFS8
|
615 |
+
10.806773 3.0921133 enterocyte of epithelium of large intestine CLDN7
|
616 |
+
9.576223 2.784577 enterocyte of epithelium of large intestine ARGLU1
|
617 |
+
9.091396 3.2359774 enterocyte of epithelium of large intestine HAP1
|
618 |
+
10.9905205 3.7285278 enterocyte of epithelium of large intestine MAZ
|
619 |
+
10.988744 2.0249202 enterocyte of epithelium of large intestine ELOVL7
|
620 |
+
10.604847 3.8839023 enterocyte of epithelium of large intestine AURKAIP1
|
621 |
+
11.996669 1.2744584 enterocyte of epithelium of large intestine PTPRD
|
622 |
+
11.116658 2.1765907 enterocyte of epithelium of large intestine OPTN
|
623 |
+
10.283956 3.7403822 enterocyte of epithelium of large intestine KLK15
|
624 |
+
10.726774 1.0566454 enterocyte of epithelium of large intestine KRT18
|
625 |
+
10.50599 2.7955947 enterocyte of epithelium of large intestine DDX3Y
|
626 |
+
10.652671 2.046913 enterocyte of epithelium of large intestine CDX2
|
627 |
+
9.596411 2.9857693 enterocyte of epithelium of large intestine HDAC6
|
628 |
+
10.726598 3.026158 enterocyte of epithelium of large intestine AP2B1
|
629 |
+
11.975284 -0.61834705 enterocyte of epithelium of large intestine GNRH1
|
630 |
+
12.336256 -0.89049685 enterocyte of epithelium of large intestine CDKN1C
|
631 |
+
10.735876 1.9322032 enterocyte of epithelium of large intestine PLCB4
|
632 |
+
11.546307 0.28237057 enterocyte of epithelium of large intestine MRPL12
|
633 |
+
10.472294 2.8546548 enterocyte of epithelium of large intestine MT-ND4L
|
634 |
+
11.366358 1.2819766 enterocyte of epithelium of large intestine TPRN
|
635 |
+
11.053005 2.413765 enterocyte of epithelium of large intestine RASL11B
|
636 |
+
9.867005 -0.21588008 enterocyte of epithelium of large intestine MIDN
|
637 |
+
13.09457 -0.66505206 enterocyte of epithelium of large intestine SREBF2
|
638 |
+
9.413829 1.5358429 enterocyte of epithelium of large intestine MT-CO3
|
639 |
+
10.919434 2.9622653 enterocyte of epithelium of large intestine ID4
|
640 |
+
10.9349375 1.8785744 enterocyte of epithelium of large intestine GPRIN2
|
641 |
+
10.920383 3.543967 enterocyte of epithelium of large intestine PID1
|
642 |
+
10.506091 3.4300745 enterocyte of epithelium of large intestine ADAM32
|
643 |
+
10.784734 -0.12610036 enterocyte of epithelium of large intestine OFD1
|
644 |
+
10.556752 0.21045832 enterocyte of epithelium of large intestine MRPL2
|
645 |
+
10.753075 2.1735473 enterocyte of epithelium of large intestine CCDC112
|
646 |
+
10.533823 2.7279103 enterocyte of epithelium of large intestine ETFB
|
647 |
+
10.813853 1.5331587 enterocyte of epithelium of large intestine FUT3
|
648 |
+
9.157043 1.4074699 enterocyte of epithelium of large intestine SDHA
|
649 |
+
10.390243 2.245023 enterocyte of epithelium of large intestine PPP2R3A
|
650 |
+
12.609645 -0.31645527 enterocyte of epithelium of large intestine NDUFA10
|
651 |
+
9.868801 2.5237586 enterocyte of epithelium of large intestine TIMM13
|
652 |
+
11.633473 3.7566202 enterocyte of epithelium of large intestine COX7C
|
653 |
+
10.39251 3.285701 enterocyte of epithelium of large intestine PLSCR4
|
654 |
+
11.87382 -1.9278337 enterocyte of epithelium of large intestine CEBPA
|
655 |
+
11.00385 -1.2392867 enterocyte of epithelium of large intestine HOXB7
|
656 |
+
10.323381 2.8224678 enterocyte of epithelium of large intestine ENGASE
|
657 |
+
10.919317 -1.45951 enterocyte of epithelium of large intestine RBBP8NL
|
658 |
+
11.639867 3.5473154 enterocyte of epithelium of large intestine S100A10
|
659 |
+
10.606091 3.266222 enterocyte of epithelium of large intestine NR1I2
|
660 |
+
10.048807 -0.28788623 enterocyte of epithelium of large intestine SQSTM1
|
661 |
+
0.7359421 -0.42982098 enterocyte of epithelium of large intestine SH3YL1
|
662 |
+
10.483951 3.1872945 enterocyte of epithelium of large intestine GTF2H2C
|
663 |
+
10.748508 -0.57735443 enterocyte of epithelium of large intestine STX3
|
664 |
+
10.668945 2.440681 enterocyte of epithelium of large intestine PHPT1
|
665 |
+
10.195902 2.5312572 enterocyte of epithelium of large intestine UBE2S
|
666 |
+
8.922877 3.4451783 enterocyte of epithelium of large intestine CCN3
|
667 |
+
10.710177 2.3219345 enterocyte of epithelium of large intestine EPN3
|
668 |
+
11.255493 3.908497 enterocyte of epithelium of large intestine THRA
|
669 |
+
8.701955 -0.099527836 enterocyte of epithelium of large intestine DEFB1
|
670 |
+
12.263471 -0.83142865 enterocyte of epithelium of large intestine TRIM15
|
671 |
+
10.712337 3.1398766 enterocyte of epithelium of large intestine PDE11A
|
672 |
+
9.421727 3.4648237 enterocyte of epithelium of large intestine PTPRH
|
673 |
+
11.728677 0.2996096 enterocyte of epithelium of large intestine EIF3J
|
674 |
+
11.760134 1.2187037 enterocyte of epithelium of large intestine PPARGC1A
|
675 |
+
-10.284739 -1.3134966 enterocyte of epithelium of large intestine MRPS5
|
676 |
+
10.852751 -0.25250214 enterocyte of epithelium of large intestine COX6A1
|
677 |
+
10.535602 2.8851657 enterocyte of epithelium of large intestine CKMT1A
|
678 |
+
10.617755 1.4428797 enterocyte of epithelium of large intestine CDK10
|
679 |
+
11.633599 0.35683733 enterocyte of epithelium of large intestine FAM83D
|
680 |
+
12.313561 -0.1782296 enterocyte of epithelium of large intestine BDP1
|
681 |
+
10.7353735 2.655374 enterocyte of epithelium of large intestine CDC42BPA
|
682 |
+
8.752268 3.257889 enterocyte of epithelium of large intestine NR1H4
|
683 |
+
10.909077 2.166815 enterocyte of epithelium of large intestine TRAK1
|
684 |
+
10.911319 3.6010783 enterocyte of epithelium of large intestine CDK12
|
685 |
+
12.024191 1.1822399 enterocyte of epithelium of large intestine RPS18
|
686 |
+
11.922572 -2.247502 enterocyte of epithelium of large intestine KLHDC2
|
687 |
+
11.528574 1.7233522 enterocyte of epithelium of large intestine JOSD1
|
688 |
+
10.710682 3.34168 enterocyte of epithelium of large intestine SH3BGRL2
|
689 |
+
11.116183 1.5653468 enterocyte of epithelium of large intestine RFLNA
|
690 |
+
11.677317 -1.8784139 enterocyte of epithelium of large intestine SI
|
691 |
+
10.209359 3.2036598 enterocyte of epithelium of large intestine SIRT1
|
692 |
+
11.355544 -0.84288806 enterocyte of epithelium of large intestine PDE9A
|
693 |
+
10.776362 2.0311325 enterocyte of epithelium of large intestine EFNA4
|
694 |
+
-14.092631 0.8563666 enterocyte of epithelium of large intestine RAB17
|
695 |
+
11.395825 -1.9936807 enterocyte of epithelium of large intestine GALNT4
|
696 |
+
9.904267 3.1705165 enterocyte of epithelium of large intestine SUDS3
|
697 |
+
10.823379 1.148242 enterocyte of epithelium of large intestine EPCAM
|
698 |
+
10.277409 2.1942742 enterocyte of epithelium of large intestine SLC16A9
|
699 |
+
10.266266 0.86412674 enterocyte of epithelium of large intestine MOBP
|
700 |
+
11.265234 3.6730368 enterocyte of epithelium of large intestine DSCAML1
|
701 |
+
7.88025 1.3170606 enterocyte of epithelium of large intestine CLDN8
|
702 |
+
9.334296 1.7327876 enterocyte of epithelium of large intestine HSPB3
|
703 |
+
11.538434 4.105299 enterocyte of epithelium of large intestine RPS27L
|
704 |
+
10.408059 2.448954 enterocyte of epithelium of large intestine ATXN7L3
|
705 |
+
10.96643 3.3179448 enterocyte of epithelium of large intestine TLE1
|
706 |
+
10.441047 1.9256177 enterocyte of epithelium of large intestine OTUD6A
|
707 |
+
11.466747 3.695771 enterocyte of epithelium of large intestine NEDD9
|
708 |
+
9.015936 2.981474 enterocyte of epithelium of large intestine NDUFB7
|
709 |
+
10.625533 2.2202175 enterocyte of epithelium of large intestine SPRED2
|
710 |
+
10.902154 2.1886733 enterocyte of epithelium of large intestine ZBTB7C
|
711 |
+
10.773568 -1.1436032 enterocyte of epithelium of large intestine HOXA10
|
712 |
+
10.741923 2.118723 enterocyte of epithelium of large intestine NDUFB9
|
713 |
+
11.192433 -2.1629689 enterocyte of epithelium of large intestine ZFP3
|
714 |
+
10.973284 2.2267203 enterocyte of epithelium of large intestine ANKRD9
|
715 |
+
11.255997 3.6811645 enterocyte of epithelium of large intestine NECTIN3
|
716 |
+
7.2836957 0.8110809 enterocyte of epithelium of large intestine LIMK2
|
717 |
+
10.51336 2.509329 enterocyte of epithelium of large intestine IER2
|
718 |
+
10.675869 2.87358 enterocyte of epithelium of large intestine SUCLG1
|
719 |
+
10.5761 3.2024722 enterocyte of epithelium of large intestine PRAG1
|
720 |
+
11.920091 1.4529234 enterocyte of epithelium of large intestine MUC13
|
721 |
+
10.015753 3.1171992 enterocyte of epithelium of large intestine HSD17B11
|
722 |
+
9.195715 0.04435001 enterocyte of epithelium of large intestine SPG7
|
723 |
+
10.554348 3.2994637 enterocyte of epithelium of large intestine PHLPP2
|
724 |
+
10.897254 2.1211944 enterocyte of epithelium of large intestine PVR
|
725 |
+
10.146547 2.180221 enterocyte of epithelium of large intestine KCNN4
|
726 |
+
10.285746 -0.38430008 enterocyte of epithelium of large intestine ENTPD2
|
727 |
+
10.2529545 3.850452 enterocyte of epithelium of large intestine MGST2
|
728 |
+
11.841224 -1.5515172 enterocyte of epithelium of large intestine HSBP1L1
|
729 |
+
11.454912 4.2067065 enterocyte of epithelium of large intestine ZP2
|
730 |
+
10.805728 2.2569506 enterocyte of epithelium of large intestine CD9
|
731 |
+
9.920377 3.590493 enterocyte of epithelium of large intestine B3GALT1
|
732 |
+
10.500076 0.85060716 enterocyte of epithelium of large intestine BATF2
|
733 |
+
9.598529 1.239128 enterocyte of epithelium of large intestine MPC2
|
734 |
+
10.692885 3.2588527 enterocyte of epithelium of large intestine ZC2HC1C
|
735 |
+
9.058641 3.3489523 enterocyte of epithelium of large intestine MAFK
|
736 |
+
11.558346 0.00034765573 enterocyte of epithelium of large intestine CCDC186
|
737 |
+
11.487543 3.4592113 enterocyte of epithelium of large intestine COL17A1
|
738 |
+
10.620617 1.3163084 enterocyte of epithelium of large intestine ROPN1
|
739 |
+
13.260133 -0.2500061 enterocyte of epithelium of large intestine C9orf24
|
740 |
+
10.686524 2.459956 enterocyte of epithelium of large intestine MICOS10
|
741 |
+
10.761486 2.3816097 enterocyte of epithelium of large intestine EFHC2
|
742 |
+
10.950451 1.523387 enterocyte of epithelium of large intestine PAK1
|
743 |
+
8.566818 1.1583307 enterocyte of epithelium of large intestine LCN2
|
744 |
+
10.050156 2.4999757 enterocyte of epithelium of large intestine DEDD2
|
745 |
+
11.070453 -0.012982907 enterocyte of epithelium of large intestine LXN
|
746 |
+
10.605171 2.1036863 enterocyte of epithelium of large intestine SERF1B
|
747 |
+
10.231312 1.3711293 enterocyte of epithelium of large intestine PHACTR3
|
748 |
+
10.647492 1.6556991 enterocyte of epithelium of large intestine PAWR
|
749 |
+
5.007655 0.42944726 enterocyte of epithelium of large intestine CCND2
|
750 |
+
10.6679945 2.6136224 enterocyte of epithelium of large intestine NXF1
|
751 |
+
10.741502 2.7184904 enterocyte of epithelium of large intestine ING1
|
752 |
+
8.92471 2.491494 enterocyte of epithelium of large intestine NDUFA13
|
753 |
+
11.47585 2.74352 enterocyte of epithelium of large intestine TLE4
|
754 |
+
6.675037 1.6660904 enterocyte of epithelium of large intestine DOCK1
|
755 |
+
10.869681 2.6358738 enterocyte of epithelium of large intestine LMBR1L
|
756 |
+
10.767906 1.2118387 enterocyte of epithelium of large intestine TNFRSF10D
|
757 |
+
10.252985 1.8241737 enterocyte of epithelium of large intestine SCAMP4
|
758 |
+
10.982361 3.4443073 enterocyte of epithelium of large intestine CLTB
|
759 |
+
10.597078 2.1256676 enterocyte of epithelium of large intestine NDUFS6
|
760 |
+
11.155988 2.6717238 enterocyte of epithelium of large intestine AK1
|
761 |
+
10.972667 2.8370802 enterocyte of epithelium of large intestine CAGE1
|
762 |
+
9.914784 2.2467449 enterocyte of epithelium of large intestine CACNB2
|
763 |
+
10.72742 2.4689395 enterocyte of epithelium of large intestine CEP70
|
764 |
+
10.60286 3.3784528 enterocyte of epithelium of large intestine PNKD
|
765 |
+
10.087584 3.0875788 enterocyte of epithelium of large intestine ADAP1
|
766 |
+
11.044282 -0.29204437 enterocyte of epithelium of large intestine COX5B
|
767 |
+
10.144104 2.2157137 enterocyte of epithelium of large intestine MYO1C
|
768 |
+
9.101289 -0.35621372 enterocyte of epithelium of large intestine FBXW7
|
769 |
+
10.515913 3.1183167 enterocyte of epithelium of large intestine RPL37A
|
770 |
+
10.757939 2.6617959 enterocyte of epithelium of large intestine SLC3A1
|
771 |
+
8.112858 -0.7290974 enterocyte of epithelium of large intestine SCIN
|
772 |
+
10.454925 3.4783788 enterocyte of epithelium of large intestine MRPL41
|
773 |
+
10.297853 -0.08121427 enterocyte of epithelium of large intestine CHDH
|
774 |
+
10.744713 1.9105052 enterocyte of epithelium of large intestine NDUFV1
|
775 |
+
10.7457485 2.3236666 enterocyte of epithelium of large intestine AKR1C3
|
776 |
+
11.814067 -0.7856733 enterocyte of epithelium of large intestine PLA2G2A
|
777 |
+
10.508113 1.6123997 enterocyte of epithelium of large intestine BRPF3
|
778 |
+
9.003672 3.4925911 enterocyte of epithelium of large intestine KHDRBS2
|
779 |
+
9.376384 3.4214609 enterocyte of epithelium of large intestine ELAVL2
|
780 |
+
11.3633585 3.4825952 enterocyte of epithelium of large intestine DVL1
|
781 |
+
4.5253477 0.50451505 enterocyte of epithelium of large intestine SH3RF2
|
782 |
+
11.883436 0.99028534 enterocyte of epithelium of large intestine RPS6KA6
|
783 |
+
11.761318 3.9198124 enterocyte of epithelium of large intestine MIB2
|
784 |
+
10.856138 0.27952087 enterocyte of epithelium of large intestine CLN3
|
785 |
+
9.620572 2.303772 enterocyte of epithelium of large intestine SMAGP
|
786 |
+
13.062368 -0.4243167 enterocyte of epithelium of large intestine NDUFS3
|
787 |
+
-16.39173 5.3983135 enterocyte of epithelium of large intestine RNF43
|
788 |
+
10.037125 3.3487067 enterocyte of epithelium of large intestine CCDC130
|
789 |
+
10.089018 2.4565244 enterocyte of epithelium of large intestine SHROOM1
|
790 |
+
9.878566 -0.13180563 enterocyte of epithelium of large intestine RASSF10
|
791 |
+
11.06804 2.5996568 enterocyte of epithelium of large intestine GRB7
|
792 |
+
10.553231 2.482391 enterocyte of epithelium of large intestine SLC9A1
|
793 |
+
10.323892 3.0705295 enterocyte of epithelium of large intestine TFRC
|
794 |
+
11.717218 -1.7797549 enterocyte of epithelium of large intestine PLA2G10
|
795 |
+
10.645343 2.194753 enterocyte of epithelium of large intestine MT-ATP8
|
796 |
+
-2.73782 1.9456481 enterocyte of epithelium of large intestine ZNF774
|
797 |
+
10.479324 3.4878829 enterocyte of epithelium of large intestine ICA1
|
798 |
+
10.938966 2.797892 enterocyte of epithelium of large intestine BRF1
|
799 |
+
11.204046 -0.7066775 enterocyte of epithelium of large intestine NT5C3A
|
800 |
+
10.797864 2.7359087 enterocyte of epithelium of large intestine HOOK2
|
801 |
+
11.640041 -1.3538011 enterocyte of epithelium of large intestine BRD2
|
802 |
+
10.926222 1.6400828 enterocyte of epithelium of large intestine EZH2
|
803 |
+
10.917394 2.4638307 enterocyte of epithelium of large intestine JUND
|
804 |
+
9.615345 0.033359174 enterocyte of epithelium of large intestine CEACAM1
|
805 |
+
8.994938 2.2496986 enterocyte of epithelium of large intestine SPATA18
|
806 |
+
9.057818 3.4663534 enterocyte of epithelium of large intestine MINK1
|
807 |
+
11.554909 -0.94585115 enterocyte of epithelium of large intestine RPS6KA1
|
808 |
+
10.402564 2.1507838 enterocyte of epithelium of large intestine FAM135A
|
809 |
+
10.680995 1.6565698 enterocyte of epithelium of large intestine CCHCR1
|
810 |
+
10.636623 1.3704963 enterocyte of epithelium of large intestine FABP1
|
811 |
+
10.457748 2.3816028 enterocyte of epithelium of large intestine TJP3
|
812 |
+
11.23766 -0.43444347 enterocyte of epithelium of large intestine PABPC4
|
813 |
+
10.771596 2.6288428 enterocyte of epithelium of large intestine CLCA1
|
814 |
+
9.70771 0.91957015 enterocyte of epithelium of large intestine CEP170B
|
815 |
+
10.481736 2.7625816 enterocyte of epithelium of large intestine EMP1
|
816 |
+
9.375167 3.507963 enterocyte of epithelium of large intestine WASL
|
817 |
+
10.705769 2.5495431 enterocyte of epithelium of large intestine ANKRD36
|
818 |
+
10.85432 2.439832 enterocyte of epithelium of large intestine CNST
|
819 |
+
12.36091 -0.08484353 enterocyte of epithelium of large intestine SCX
|
820 |
+
10.857701 2.4397206 enterocyte of epithelium of large intestine MYO15B
|
821 |
+
10.726433 2.2530153 enterocyte of epithelium of large intestine HOOK1
|
822 |
+
11.016041 2.5959084 enterocyte of epithelium of large intestine HPCA
|
823 |
+
9.786365 1.5253532 enterocyte of epithelium of large intestine ZNF775
|
824 |
+
10.563754 2.9644856 enterocyte of epithelium of large intestine MPST
|
825 |
+
8.1035185 0.22285044 enterocyte of epithelium of large intestine PKP2
|
826 |
+
11.011459 2.6810267 enterocyte of epithelium of large intestine KLF6
|
827 |
+
11.096821 3.6094704 enterocyte of epithelium of large intestine ACAD10
|
828 |
+
10.693177 1.9934771 enterocyte of epithelium of large intestine PLEKHB2
|
829 |
+
11.011647 3.1922688 enterocyte of epithelium of large intestine RHOT2
|
830 |
+
10.951645 3.1521854 enterocyte of epithelium of large intestine RNPC3
|
831 |
+
11.4469185 1.2829429 enterocyte of epithelium of large intestine HMGCS1
|
832 |
+
-17.029762 -5.7987523 enterocyte of epithelium of large intestine MT-CO1
|
833 |
+
9.7332945 3.7096682 enterocyte of epithelium of large intestine FZD8
|
834 |
+
9.946311 3.4811225 enterocyte of epithelium of large intestine NDUFA5
|
835 |
+
10.395417 2.4804032 enterocyte of epithelium of large intestine FAM171A1
|
836 |
+
12.367122 0.19437185 enterocyte of epithelium of large intestine MZT2B
|
837 |
+
11.059703 2.410675 enterocyte of epithelium of large intestine GOLT1A
|
838 |
+
10.95018 1.0566968 enterocyte of epithelium of large intestine TDP2
|
839 |
+
10.860201 1.9096566 enterocyte of epithelium of large intestine MYH14
|
840 |
+
0.0322106 -0.43756068 enterocyte of epithelium of large intestine SH2D4A
|
841 |
+
10.122819 1.8643986 enterocyte of epithelium of large intestine PLCD3
|
842 |
+
12.148843 0.1496465 enterocyte of epithelium of large intestine CARD10
|
843 |
+
11.100637 0.63026196 enterocyte of epithelium of large intestine BEND7
|
844 |
+
10.565544 2.7357163 enterocyte of epithelium of large intestine RAB3IP
|
845 |
+
10.1004505 1.2166057 enterocyte of epithelium of large intestine RIPK3
|
846 |
+
5.0219646 0.17843239 enterocyte of epithelium of large intestine WWC1
|
847 |
+
8.434502 3.8488162 enterocyte of epithelium of large intestine AURKA
|
848 |
+
10.5573635 3.4894283 enterocyte of epithelium of large intestine CLDN9
|
849 |
+
10.395613 1.5568976 enterocyte of epithelium of large intestine HOXA1
|
850 |
+
10.716946 -0.86698234 enterocyte of epithelium of large intestine MT-ND1
|
851 |
+
4.5585284 0.34522584 enterocyte of epithelium of large intestine TPD52
|
852 |
+
11.657858 3.7192574 enterocyte of epithelium of large intestine RDH10
|
853 |
+
11.000451 2.4370866 enterocyte of epithelium of large intestine RMDN2
|
854 |
+
10.116895 2.844714 enterocyte of epithelium of large intestine CHP2
|
855 |
+
10.590172 1.801469 enterocyte of epithelium of large intestine SLC25A13
|
856 |
+
10.107589 -0.2692312 enterocyte of epithelium of large intestine CLCN3
|
857 |
+
11.676546 -0.56666017 enterocyte of epithelium of large intestine CASP6
|
858 |
+
10.085581 3.1125948 enterocyte of epithelium of large intestine TLN2
|
859 |
+
9.397464 3.534409 enterocyte of epithelium of large intestine CTDSPL
|
860 |
+
11.67161 1.7091043 enterocyte of epithelium of large intestine SFPQ
|
861 |
+
9.01178 3.2470124 enterocyte of epithelium of large intestine ASAP2
|
862 |
+
9.539983 1.2665586 enterocyte of epithelium of large intestine AXIN1
|
863 |
+
0.25760418 -0.3350437 enterocyte of epithelium of large intestine NUFIP2
|
864 |
+
11.044949 3.3822136 enterocyte of epithelium of large intestine EGR1
|
865 |
+
11.316511 3.515165 enterocyte of epithelium of large intestine SEMA4B
|
866 |
+
10.866612 2.6887698 enterocyte of epithelium of large intestine ARHGEF10L
|
867 |
+
10.246659 3.7764044 enterocyte of epithelium of large intestine GEM
|
868 |
+
9.532226 0.71713144 enterocyte of epithelium of large intestine COQ7
|
869 |
+
10.730381 1.7641739 enterocyte of epithelium of large intestine RND3
|
870 |
+
10.762823 3.0484838 enterocyte of epithelium of large intestine CAMSAP3
|
871 |
+
11.343767 -0.24011926 enterocyte of epithelium of large intestine NDUFB2
|
872 |
+
9.941477 0.15737495 enterocyte of epithelium of large intestine JUP
|
873 |
+
11.488206 0.07777647 enterocyte of epithelium of large intestine TLCD1
|
874 |
+
9.358848 -0.32389817 enterocyte of epithelium of large intestine TMEM51
|
875 |
+
10.500498 1.9987601 enterocyte of epithelium of large intestine NPPC
|
876 |
+
11.087276 3.5091264 enterocyte of epithelium of large intestine MAGI3
|
877 |
+
10.928272 -1.733928 enterocyte of epithelium of large intestine MRRF
|
878 |
+
10.870662 3.0108664 enterocyte of epithelium of large intestine MAP2K6
|
879 |
+
10.598649 1.8427302 enterocyte of epithelium of large intestine GDF15
|
880 |
+
4.5424104 0.54444623 enterocyte of epithelium of large intestine NSD2
|
881 |
+
10.828658 1.9951833 enterocyte of epithelium of large intestine MPP3
|
882 |
+
11.567801 3.9257064 enterocyte of epithelium of large intestine PYGB
|
883 |
+
12.88543 0.17272425 enterocyte of epithelium of large intestine MYO15A
|
884 |
+
12.091126 0.37107334 enterocyte of epithelium of large intestine CCL11
|
885 |
+
0.2970776 -0.52610445 enterocyte of epithelium of large intestine PLCB3
|
886 |
+
10.936051 2.520224 enterocyte of epithelium of large intestine CITED1
|
887 |
+
11.809587 -2.0693536 enterocyte of epithelium of large intestine SNORC
|
888 |
+
11.472428 0.84131277 enterocyte of epithelium of large intestine RPS24
|
889 |
+
10.990809 2.0191581 enterocyte of epithelium of large intestine CDX1
|
890 |
+
11.680308 0.5433117 enterocyte of epithelium of large intestine BMP2
|
891 |
+
8.1807785 0.042616308 enterocyte of epithelium of large intestine PFKFB2
|
892 |
+
10.506061 2.2737303 enterocyte of epithelium of large intestine IVNS1ABP
|
893 |
+
10.8196335 -1.2373629 enterocyte of epithelium of large intestine TOB2
|
894 |
+
10.540192 0.4232433 enterocyte of epithelium of large intestine PLSCR2
|
895 |
+
8.52753 -0.16933715 enterocyte of epithelium of large intestine HSPE1
|
896 |
+
11.4272995 0.22324175 enterocyte of epithelium of large intestine VIL1
|
897 |
+
11.037447 1.0660938 enterocyte of epithelium of large intestine ANKRD36B
|
898 |
+
10.218795 2.9014113 enterocyte of epithelium of large intestine PLEKHA5
|
899 |
+
10.515438 2.9453666 enterocyte of epithelium of large intestine KHDRBS3
|
900 |
+
11.254749 -0.10304012 enterocyte of epithelium of large intestine PDXDC1
|
901 |
+
11.194758 -0.9609871 enterocyte of epithelium of large intestine OTOP2
|
902 |
+
10.210307 2.4198735 enterocyte of epithelium of large intestine PLCE1
|
903 |
+
11.176789 2.426789 enterocyte of epithelium of large intestine ACSF2
|
904 |
+
11.101636 2.3437564 enterocyte of epithelium of large intestine PCLO
|
905 |
+
10.415829 3.6013157 enterocyte of epithelium of large intestine PHYH
|
906 |
+
10.839647 1.4875604 enterocyte of epithelium of large intestine CYC1
|
907 |
+
9.949867 0.8618947 enterocyte of epithelium of large intestine ERMP1
|
908 |
+
10.724557 2.0716467 enterocyte of epithelium of large intestine WDR97
|
909 |
+
10.947553 2.4570694 enterocyte of epithelium of large intestine PPP1R10
|
910 |
+
10.120502 -0.4760357 enterocyte of epithelium of large intestine CDHR2
|
911 |
+
11.638605 -1.0688874 enterocyte of epithelium of large intestine EHD4
|
912 |
+
10.73079 1.7717738 enterocyte of epithelium of large intestine PPP1R26
|
913 |
+
11.209029 -1.2669256 enterocyte of epithelium of large intestine ZBTB43
|
914 |
+
12.205446 -0.5761135 enterocyte of epithelium of large intestine GPATCH1
|
915 |
+
10.610166 2.0232632 enterocyte of epithelium of large intestine RPL10L
|
916 |
+
10.228071 2.1719942 enterocyte of epithelium of large intestine CLIC5
|
917 |
+
10.333819 1.988819 enterocyte of epithelium of large intestine PPP2R2D
|
918 |
+
10.936803 2.2352595 enterocyte of epithelium of large intestine CEACAM5
|
919 |
+
10.144495 3.3731284 enterocyte of epithelium of large intestine GALNT12
|
920 |
+
10.456433 3.23163 enterocyte of epithelium of large intestine PPARGC1B
|
921 |
+
10.94386 2.931417 enterocyte of epithelium of large intestine PRLR
|
922 |
+
11.436646 0.5785653 enterocyte of epithelium of large intestine JPH1
|
923 |
+
9.293203 3.2914095 enterocyte of epithelium of large intestine MVD
|
924 |
+
7.5428553 -0.033132285 enterocyte of epithelium of large intestine MRPS25
|
925 |
+
8.881651 0.40559357 enterocyte of epithelium of large intestine HOMER1
|
926 |
+
9.422239 -0.005847928 enterocyte of epithelium of large intestine ARFGEF2
|
927 |
+
10.6145735 2.644653 enterocyte of epithelium of large intestine INO80
|
928 |
+
10.154161 2.384115 enterocyte of epithelium of large intestine PRKAA2
|
929 |
+
9.795891 2.503771 enterocyte of epithelium of large intestine ACSL5
|
930 |
+
11.486968 -0.181151 enterocyte of epithelium of large intestine PPP5C
|
931 |
+
11.500614 -0.63837874 enterocyte of epithelium of large intestine FBLIM1
|
932 |
+
11.34957 3.590381 enterocyte of epithelium of large intestine C1orf159
|
933 |
+
9.563385 0.07961097 enterocyte of epithelium of large intestine PARD3
|
934 |
+
11.85349 -1.5990381 enterocyte of epithelium of large intestine FZD5
|
935 |
+
10.328885 3.6339316 enterocyte of epithelium of large intestine CCDC14
|
936 |
+
11.317842 1.8228077 enterocyte of epithelium of large intestine HNRNPAB
|
937 |
+
11.7952175 4.747988 enterocyte of epithelium of large intestine TXN
|
938 |
+
6.913635 -0.067243546 enterocyte of epithelium of large intestine PCSK5
|
939 |
+
-16.836351 -5.3476415 enterocyte of epithelium of large intestine KCNJ2
|
940 |
+
10.429906 -0.39816028 enterocyte of epithelium of large intestine CHMP4B
|
941 |
+
10.868452 2.9482348 enterocyte of epithelium of large intestine LIN7B
|
942 |
+
11.823088 0.027170014 enterocyte of epithelium of large intestine NPAS2
|
943 |
+
12.524336 -0.19925703 enterocyte of epithelium of large intestine SPRY2
|
944 |
+
10.779427 2.3114712 enterocyte of epithelium of large intestine GOLM1
|
945 |
+
8.284337 3.4846723 enterocyte of epithelium of large intestine ACAA1
|
946 |
+
11.633581 3.7535625 enterocyte of epithelium of large intestine CCNL1
|
947 |
+
11.387036 -1.9785016 enterocyte of epithelium of large intestine RNASEK
|
948 |
+
11.222562 3.532154 enterocyte of epithelium of large intestine BEST2
|
949 |
+
10.565084 1.8297936 enterocyte of epithelium of large intestine RPL27A
|
950 |
+
10.67974 0.3590831 enterocyte of epithelium of large intestine C7orf31
|
951 |
+
10.440199 3.2856174 enterocyte of epithelium of large intestine PCSK4
|
952 |
+
12.037773 0.3444974 enterocyte of epithelium of large intestine PPRC1
|
953 |
+
10.614928 2.9534855 enterocyte of epithelium of large intestine MSMO1
|
954 |
+
11.420406 1.4459355 enterocyte of epithelium of large intestine ABCF1
|
955 |
+
12.220126 -0.005841648 enterocyte of epithelium of large intestine ID1
|
956 |
+
9.059698 0.072929606 enterocyte of epithelium of large intestine ATP1B1
|
957 |
+
8.371582 -0.7338482 enterocyte of epithelium of large intestine MARCKS
|
958 |
+
10.063895 3.678209 enterocyte of epithelium of large intestine C1orf116
|
959 |
+
10.67764 1.1372548 enterocyte of epithelium of large intestine ZNF165
|
960 |
+
10.670501 2.8804643 enterocyte of epithelium of large intestine ITPKA
|
961 |
+
8.474101 3.5758772 enterocyte of epithelium of large intestine FHL2
|
962 |
+
10.989051 0.89445597 enterocyte of epithelium of large intestine CNFN
|
963 |
+
10.248918 1.3631334 enterocyte of epithelium of large intestine SLC4A4
|
964 |
+
7.0040374 0.10813255 enterocyte of epithelium of large intestine ATP5PF
|
965 |
+
10.713497 2.759025 enterocyte of epithelium of large intestine S100P
|
966 |
+
11.231212 -2.0214624 enterocyte of epithelium of large intestine ATRIP
|
967 |
+
10.786544 3.440548 enterocyte of epithelium of large intestine LURAP1L
|
968 |
+
11.435589 -1.245533 enterocyte of epithelium of large intestine TANC1
|
969 |
+
9.031352 -0.38649094 enterocyte of epithelium of large intestine FAM160A2
|
970 |
+
11.424198 -0.1275497 enterocyte of epithelium of large intestine CC2D1A
|
971 |
+
10.35106 3.2155192 enterocyte of epithelium of large intestine LNPK
|
972 |
+
10.263305 2.307579 enterocyte of epithelium of large intestine HSD17B2
|
973 |
+
10.848274 2.956636 enterocyte of epithelium of large intestine SLC35G1
|
974 |
+
8.438472 -0.24263658 enterocyte of epithelium of large intestine HGD
|
975 |
+
11.722375 4.227902 enterocyte of epithelium of large intestine PATJ
|
976 |
+
10.581937 2.0176678 enterocyte of epithelium of large intestine DAB2IP
|
977 |
+
10.549264 1.9521347 enterocyte of epithelium of large intestine ZNF326
|
978 |
+
11.071741 3.2530034 enterocyte of epithelium of large intestine ITPR3
|
979 |
+
10.528706 3.5011368 enterocyte of epithelium of large intestine KRT8
|
980 |
+
9.171687 3.6361785 enterocyte of epithelium of large intestine HNF1B
|
981 |
+
10.463749 3.6796615 enterocyte of epithelium of large intestine MAFB
|
982 |
+
0.36505273 -0.4295908 enterocyte of epithelium of large intestine AGXT
|
983 |
+
10.77718 1.526097 enterocyte of epithelium of large intestine RSRP1
|
984 |
+
7.5227914 -0.06351366 enterocyte of epithelium of large intestine JDP2
|
985 |
+
11.726176 -0.41380954 enterocyte of epithelium of large intestine DNM2
|
986 |
+
10.403376 0.38779837 enterocyte of epithelium of large intestine SLC13A2
|
987 |
+
-17.051847 -5.6885233 enterocyte of epithelium of large intestine CRIM1
|
988 |
+
10.58565 1.3960643 enterocyte of epithelium of large intestine COX6B1
|
989 |
+
11.173816 3.397173 enterocyte of epithelium of large intestine PACSIN2
|
990 |
+
12.173875 -0.3203264 enterocyte of epithelium of large intestine ELF3
|
991 |
+
10.709008 2.277779 enterocyte of epithelium of large intestine CAPRIN2
|
992 |
+
10.698662 2.2562406 enterocyte of epithelium of large intestine MRPL23
|
993 |
+
11.038159 2.7920933 enterocyte of epithelium of large intestine LTBR
|
994 |
+
10.035788 0.51193774 enterocyte of epithelium of large intestine SLC25A10
|
995 |
+
11.463285 -1.1174092 enterocyte of epithelium of large intestine FHIT
|
996 |
+
10.352566 -0.034042735 enterocyte of epithelium of large intestine RAP1GAP2
|
997 |
+
10.281353 2.208934 enterocyte of epithelium of large intestine PPIP5K1
|
998 |
+
10.902187 -0.06242898 enterocyte of epithelium of large intestine HOXD13
|
999 |
+
10.412097 1.9088751 enterocyte of epithelium of large intestine ISX
|
1000 |
+
-16.01638 5.2981772 enterocyte of epithelium of large intestine PHLPP1
|
1001 |
+
10.164657 3.5325587 enterocyte of epithelium of large intestine GJB4
|
1002 |
+
9.343486 -0.12224479 enterocyte of epithelium of large intestine SOCS6
|
1003 |
+
8.343702 3.7172034 enterocyte of epithelium of large intestine TJP2
|
1004 |
+
11.385362 0.42085293 enterocyte of epithelium of large intestine SLC22A23
|
1005 |
+
9.339885 -0.029937146 enterocyte of epithelium of large intestine DDAH1
|
1006 |
+
10.93183 2.7786222 enterocyte of epithelium of large intestine WDR70
|
1007 |
+
10.284188 -0.48585668 enterocyte of epithelium of large intestine GPM6A
|
1008 |
+
9.244176 3.0627744 enterocyte of epithelium of large intestine EFNA1
|
1009 |
+
10.910794 2.575611 enterocyte of epithelium of large intestine FAR1
|
1010 |
+
10.596248 1.3259478 enterocyte of epithelium of large intestine FGF9
|
1011 |
+
-16.903488 -5.6019135 enterocyte of epithelium of large intestine ZNF408
|
1012 |
+
10.448972 2.63122 enterocyte of epithelium of large intestine GADD45A
|
1013 |
+
10.746712 2.2252398 enterocyte of epithelium of large intestine C9orf163
|
1014 |
+
9.877325 3.2720048 enterocyte of epithelium of large intestine TTC19
|
1015 |
+
10.354435 2.3374608 enterocyte of epithelium of large intestine BTC
|
1016 |
+
10.068353 3.6110609 enterocyte of epithelium of large intestine RDH13
|
1017 |
+
10.88432 2.0738559 enterocyte of epithelium of large intestine MT-ATP6
|
1018 |
+
10.68049 3.4442825 enterocyte of epithelium of large intestine PBLD
|
1019 |
+
10.484787 3.4917576 enterocyte of epithelium of large intestine S100A6
|
1020 |
+
10.632219 1.8131986 enterocyte of epithelium of large intestine DECR2
|
1021 |
+
12.056847 5.750186 enterocyte of epithelium of large intestine ATP1A1
|
1022 |
+
11.718633 0.66818774 enterocyte of epithelium of large intestine ATP5IF1
|
1023 |
+
10.066356 0.74394596 enterocyte of epithelium of large intestine TTLL10
|
1024 |
+
11.1398535 -0.7579242 enterocyte of epithelium of large intestine ATP23
|
1025 |
+
11.056765 2.6425083 enterocyte of epithelium of large intestine CCDC125
|
1026 |
+
7.312944 0.35027522 enterocyte of epithelium of large intestine FGFR4
|
1027 |
+
10.590669 2.5037906 enterocyte of epithelium of large intestine PRKAG2
|
1028 |
+
11.104599 0.8794874 enterocyte of epithelium of large intestine EPS8
|
1029 |
+
10.47332 3.1165338 enterocyte of epithelium of large intestine PAK4
|
1030 |
+
10.366601 2.6229575 enterocyte of epithelium of large intestine ATP5MF
|
1031 |
+
9.22764 3.6098664 enterocyte of epithelium of large intestine COX6B2
|
1032 |
+
12.226401 1.0374603 enterocyte of epithelium of large intestine SMURF1
|
1033 |
+
8.045814 2.011112 enterocyte of epithelium of large intestine SLC27A2
|
1034 |
+
9.917497 2.7357163 enterocyte of epithelium of large intestine SAXO1
|
1035 |
+
10.577418 2.1059573 enterocyte of epithelium of large intestine RBFOX1
|
1036 |
+
10.697134 3.2552845 enterocyte of epithelium of large intestine ACHE
|
1037 |
+
10.905798 2.7334843 enterocyte of epithelium of large intestine RNF151
|
1038 |
+
10.413112 3.2209191 enterocyte of epithelium of large intestine SRC
|
1039 |
+
12.060635 0.33409375 enterocyte of epithelium of large intestine GLYCTK
|
1040 |
+
8.9767 3.5395024 enterocyte of epithelium of large intestine MAL2
|
1041 |
+
10.712603 2.722125 enterocyte of epithelium of large intestine CAAP1
|
1042 |
+
10.783081 1.688769 enterocyte of epithelium of large intestine HOXA5
|
1043 |
+
10.738904 2.1037874 enterocyte of epithelium of large intestine BAIAP2L1
|
1044 |
+
10.999253 -1.3789518 enterocyte of epithelium of large intestine KCNK1
|
1045 |
+
10.466787 2.8334384 enterocyte of epithelium of large intestine A1CF
|
1046 |
+
13.223386 -0.49720296 enterocyte of epithelium of large intestine IMPA2
|
1047 |
+
10.843166 3.119706 enterocyte of epithelium of large intestine MUC4
|
1048 |
+
10.86549 -2.156026 enterocyte of epithelium of large intestine CCNL2
|
1049 |
+
10.50488 -0.6263633 enterocyte of epithelium of large intestine CDK18
|
1050 |
+
8.757356 -0.67756027 enterocyte of epithelium of large intestine NADSYN1
|
1051 |
+
10.6394415 1.3480642 enterocyte of epithelium of large intestine GUCY2C
|
1052 |
+
8.028897 0.21656917 enterocyte of epithelium of large intestine GOLGA3
|
1053 |
+
7.8400626 0.24272403 enterocyte of epithelium of large intestine PRAP1
|
1054 |
+
10.584581 3.524672 enterocyte of epithelium of large intestine ACKR2
|
1055 |
+
9.311592 1.5601572 enterocyte of epithelium of large intestine RHBDL2
|
1056 |
+
10.91267 1.9446926 enterocyte of epithelium of large intestine FOXP2
|
1057 |
+
9.318821 3.5400553 enterocyte of epithelium of large intestine EPHA2
|
1058 |
+
11.098598 -0.7936142 enterocyte of epithelium of large intestine FAM102A
|
1059 |
+
11.163302 -0.32045102 enterocyte of epithelium of large intestine ACADVL
|
1060 |
+
11.016685 3.2187347 enterocyte of epithelium of large intestine PPP1R13B
|
1061 |
+
10.075285 3.4585106 enterocyte of epithelium of large intestine DYRK2
|
1062 |
+
11.587172 1.7600521 enterocyte of epithelium of large intestine GTPBP1
|
1063 |
+
-16.548176 -5.495287 enterocyte of epithelium of large intestine ZNF436
|
1064 |
+
8.814234 3.6340742 enterocyte of epithelium of large intestine CAST
|
1065 |
+
10.724169 2.061523 enterocyte of epithelium of large intestine PPP1R15A
|
1066 |
+
9.986485 3.0948603 enterocyte of epithelium of large intestine NAA38
|
1067 |
+
10.058074 0.54235613 enterocyte of epithelium of large intestine MYCL
|
1068 |
+
9.79694 -0.02458208 enterocyte of epithelium of large intestine HOXB9
|
1069 |
+
8.623628 0.60502803 enterocyte of epithelium of large intestine PDHA1
|
1070 |
+
10.148729 2.7376385 enterocyte of epithelium of large intestine KIAA1522
|
1071 |
+
11.569942 0.23587646 enterocyte of epithelium of large intestine USP15
|
1072 |
+
10.964368 2.4950244 enterocyte of epithelium of large intestine SNRNP70
|
1073 |
+
10.342192 0.9749945 enterocyte of epithelium of large intestine MYO10
|
1074 |
+
-14.507182 1.6536866 enterocyte of epithelium of large intestine NBL1
|
1075 |
+
9.95817 1.2079619 enterocyte of epithelium of large intestine ESRRA
|
1076 |
+
10.0258045 3.659921 enterocyte of epithelium of large intestine MRPS18A
|
1077 |
+
10.631856 3.4739316 enterocyte of epithelium of large intestine CFAP44
|
1078 |
+
10.671847 3.2906196 enterocyte of epithelium of large intestine RPL36
|
1079 |
+
9.907224 -0.29832795 enterocyte of epithelium of large intestine KIAA1217
|
1080 |
+
-17.010582 -5.7006044 enterocyte of epithelium of large intestine ARL4A
|
1081 |
+
10.421273 2.3560948 enterocyte of epithelium of large intestine PHKG2
|
1082 |
+
10.492012 3.08572 enterocyte of epithelium of large intestine HOXD10
|
1083 |
+
11.67373 -0.013375125 enterocyte of epithelium of large intestine SLC22A18
|
1084 |
+
10.025533 1.4170493 enterocyte of epithelium of large intestine GPA33
|
1085 |
+
9.675069 2.4459958 enterocyte of epithelium of large intestine PLD1
|
1086 |
+
5.275867 0.31887242 enterocyte of epithelium of large intestine FAT1
|
1087 |
+
9.801157 3.5146174 enterocyte of epithelium of large intestine PDK2
|
1088 |
+
13.120243 -0.837141 enterocyte of epithelium of large intestine LGALS9
|
1089 |
+
12.040805 1.1053548 enterocyte of epithelium of large intestine LAMA3
|
1090 |
+
10.991645 2.1067798 enterocyte of epithelium of large intestine RPS21
|
1091 |
+
10.888933 2.537002 enterocyte of epithelium of large intestine MRPL21
|
1092 |
+
-3.4654176 3.8369713 enterocyte of epithelium of large intestine SDHB
|
1093 |
+
10.3800535 1.5776833 enterocyte of epithelium of large intestine AXIN2
|
1094 |
+
5.014051 0.06698952 enterocyte of epithelium of large intestine MAB21L3
|
1095 |
+
11.638845 -1.4149094 enterocyte of epithelium of large intestine IQCC
|
1096 |
+
10.319379 3.7234051 enterocyte of epithelium of large intestine PLEKHA6
|
1097 |
+
9.594168 2.066661 enterocyte of epithelium of large intestine SDC4
|
1098 |
+
10.671301 3.2703564 enterocyte of epithelium of large intestine BARX2
|
1099 |
+
10.172611 -0.28147823 enterocyte of epithelium of large intestine MUC1
|
1100 |
+
10.774179 2.300384 enterocyte of epithelium of large intestine CDKN2B
|
1101 |
+
9.933535 3.4704664 enterocyte of epithelium of large intestine SPATA2
|
1102 |
+
12.479161 -0.64971024 enterocyte of epithelium of large intestine ZNF575
|
1103 |
+
-17.037321 -5.466965 enterocyte of epithelium of large intestine CCDC24
|
1104 |
+
10.950807 3.5302374 enterocyte of epithelium of large intestine PHB
|
1105 |
+
-17.058014 -5.7497506 enterocyte of epithelium of large intestine WEE1
|
1106 |
+
10.520251 2.4303668 enterocyte of epithelium of large intestine EIF4E
|
1107 |
+
11.518451 0.40937302 enterocyte of epithelium of large intestine AGAP1
|
1108 |
+
10.97578 0.49289793 enterocyte of epithelium of large intestine EFNB1
|
1109 |
+
10.566918 2.797006 enterocyte of epithelium of large intestine CLYBL
|
1110 |
+
10.847043 3.4295778 enterocyte of epithelium of large intestine PIM3
|
1111 |
+
13.153748 -0.44501737 enterocyte of epithelium of large intestine SLC41A2
|
1112 |
+
10.500856 2.5547178 enterocyte of epithelium of large intestine KIF16B
|
1113 |
+
10.578329 1.7532234 enterocyte of epithelium of large intestine PRKCA
|
1114 |
+
10.7408695 3.169077 enterocyte of epithelium of large intestine ZNF205
|
1115 |
+
9.19528 -0.039274123 enterocyte of epithelium of large intestine KCNK5
|
1116 |
+
10.650733 2.4868426 enterocyte of epithelium of large intestine AKAP1
|
1117 |
+
11.561312 -2.1541817 enterocyte of epithelium of large intestine C3orf52
|
1118 |
+
10.297482 3.2379277 enterocyte of epithelium of large intestine PRKAR1B
|
1119 |
+
9.828432 3.6744626 enterocyte of epithelium of large intestine LONRF3
|
1120 |
+
9.876057 2.206968 enterocyte of epithelium of large intestine FOSB
|
1121 |
+
11.223681 -0.5616263 enterocyte of epithelium of large intestine NMT2
|
1122 |
+
9.145702 3.3265526 enterocyte of epithelium of large intestine COA6
|
1123 |
+
10.116052 -0.046627164 enterocyte of epithelium of large intestine NEU4
|
1124 |
+
8.857054 -0.08192777 enterocyte of epithelium of large intestine HRH1
|
1125 |
+
10.240775 2.5457442 enterocyte of epithelium of large intestine SLC5A1
|
1126 |
+
10.876137 2.939874 enterocyte of epithelium of large intestine HDHD3
|
1127 |
+
10.889586 2.1110413 enterocyte of epithelium of large intestine GATA6
|
1128 |
+
10.495987 1.1809903 enterocyte of epithelium of large intestine MEPCE
|
1129 |
+
11.26195 0.7221714 enterocyte of epithelium of large intestine ZG16
|
1130 |
+
10.159384 0.34700108 enterocyte of epithelium of large intestine KCNJ12
|
1131 |
+
10.013933 3.3460262 enterocyte of epithelium of large intestine HOXB5
|
1132 |
+
10.965358 2.4678397 enterocyte of epithelium of large intestine SOX8
|
1133 |
+
10.6403675 3.2381687 enterocyte of epithelium of large intestine CRYM
|
1134 |
+
9.373271 3.387308 enterocyte of epithelium of large intestine CPT1A
|
1135 |
+
10.012394 -0.13904758 enterocyte of epithelium of large intestine CCDC96
|
1136 |
+
11.905765 1.218086 enterocyte of epithelium of large intestine PLEKHJ1
|
1137 |
+
11.217207 3.4404638 enterocyte of epithelium of large intestine SREBF1
|
1138 |
+
9.0962 3.5765955 enterocyte of epithelium of large intestine NDUFB10
|
1139 |
+
-16.985687 -5.717099 enterocyte of epithelium of large intestine ADM
|
1140 |
+
10.817228 1.9739696 enterocyte of epithelium of large intestine SFXN5
|
1141 |
+
4.9263988 0.38116854 enterocyte of epithelium of large intestine EHF
|
1142 |
+
10.940476 1.604288 enterocyte of epithelium of large intestine PDE6A
|
1143 |
+
11.7614355 1.622564 enterocyte of epithelium of large intestine TMEM98
|
1144 |
+
11.849909 1.0091056 enterocyte of epithelium of large intestine GNE
|
1145 |
+
11.577682 5.548426 enterocyte of epithelium of large intestine FABP2
|
1146 |
+
10.301045 3.80552 enterocyte of epithelium of large intestine HOXB6
|
1147 |
+
10.918811 2.9969766 enterocyte of epithelium of large intestine RRAD
|
1148 |
+
11.663566 0.530551 enterocyte of epithelium of large intestine MICOS13
|
1149 |
+
10.155954 0.43772972 enterocyte of epithelium of large intestine TTPA
|
1150 |
+
11.689079 -0.3012812 enterocyte of epithelium of large intestine TOX3
|
1151 |
+
11.464825 -1.6149259 enterocyte of epithelium of large intestine TXNDC17
|
1152 |
+
10.779785 2.9550917 enterocyte of epithelium of large intestine BAIAP2
|
1153 |
+
10.53495 1.951109 enterocyte of epithelium of large intestine HIC2
|
1154 |
+
-16.728344 -5.708964 enterocyte of epithelium of large intestine SUCLG2
|
1155 |
+
11.849331 -0.14188954 enterocyte of epithelium of large intestine RPL36A
|
1156 |
+
10.336678 2.230572 enterocyte of epithelium of large intestine TUBB3
|
1157 |
+
10.607606 2.1462443 enterocyte of epithelium of large intestine RND1
|
1158 |
+
11.650553 1.8486053 enterocyte of epithelium of large intestine TMEM176A
|
1159 |
+
10.802035 3.1164317 enterocyte of epithelium of large intestine UGT2B17
|
1160 |
+
-3.4394615 3.8190153 enterocyte of epithelium of large intestine ETS2
|
1161 |
+
10.964397 -0.30848154 enterocyte of epithelium of large intestine RAB25
|
1162 |
+
4.4286003 0.69097 enterocyte of epithelium of large intestine PI3
|
1163 |
+
11.683689 0.47689503 enterocyte of epithelium of large intestine LGALS3
|
1164 |
+
9.370073 0.15711355 enterocyte of epithelium of large intestine PCK2
|
1165 |
+
10.772778 2.5757642 enterocyte of epithelium of large intestine FSIP1
|
1166 |
+
10.738652 2.2838387 enterocyte of epithelium of large intestine RPL38
|
1167 |
+
11.150262 2.9474738 enterocyte of epithelium of large intestine TMPRSS2
|
1168 |
+
10.752464 3.009725 enterocyte of epithelium of large intestine PLXNB1
|
1169 |
+
10.943043 2.5397415 enterocyte of epithelium of large intestine IMPA1
|
1170 |
+
11.15378 3.510959 enterocyte of epithelium of large intestine OXSR1
|
1171 |
+
9.57778 2.6964834 enterocyte of epithelium of large intestine GJB2
|
1172 |
+
10.333877 3.121879 enterocyte of epithelium of large intestine JAG1
|
1173 |
+
10.159906 2.8702307 enterocyte of epithelium of large intestine EMX1
|
1174 |
+
9.346825 2.9159176 enterocyte of epithelium of large intestine APRT
|
1175 |
+
9.192723 1.3557929 enterocyte of epithelium of large intestine DNMBP
|
1176 |
+
10.161351 3.4315429 enterocyte of epithelium of large intestine UBAP2
|
1177 |
+
9.152472 1.4167438 enterocyte of epithelium of large intestine PCSK6
|
1178 |
+
11.638062 1.3369703 enterocyte of epithelium of large intestine SFMBT1
|
1179 |
+
11.023231 1.9161625 enterocyte of epithelium of large intestine NECTIN2
|
1180 |
+
10.707746 1.8814802 enterocyte of epithelium of large intestine DGKH
|
1181 |
+
11.052496 3.3108993 enterocyte of epithelium of large intestine ABCA2
|
1182 |
+
9.75799 1.0324246 enterocyte of epithelium of large intestine PDLIM1
|
1183 |
+
10.893576 2.9935849 enterocyte of epithelium of large intestine IER3
|
1184 |
+
10.940812 2.491456 enterocyte of epithelium of large intestine ATAD3B
|
1185 |
+
10.277551 2.5560005 enterocyte of epithelium of large intestine SPTAN1
|
1186 |
+
11.138439 1.0588844 enterocyte of epithelium of large intestine WNK4
|
1187 |
+
9.626535 0.90734017 enterocyte of epithelium of large intestine SYP
|
1188 |
+
8.964867 -0.035454288 enterocyte of epithelium of large intestine RBM15
|
1189 |
+
10.881792 2.9597182 enterocyte of epithelium of large intestine NDUFA3
|
1190 |
+
12.167811 -0.25505185 enterocyte of epithelium of large intestine CCNE2
|
1191 |
+
11.14479 2.2297971 enterocyte of epithelium of large intestine ACIN1
|
1192 |
+
10.8061695 2.687423 enterocyte of epithelium of large intestine NRIP3
|
1193 |
+
11.278302 -1.4537835 enterocyte of epithelium of large intestine PLXNB2
|
1194 |
+
10.700285 3.019524 enterocyte of epithelium of large intestine RCOR1
|
1195 |
+
10.932087 3.2035136 enterocyte of epithelium of large intestine HHLA2
|
1196 |
+
10.872253 2.9016523 enterocyte of epithelium of large intestine TLK2
|
1197 |
+
10.901484 3.3210425 enterocyte of epithelium of large intestine PCK1
|
1198 |
+
12.661039 -0.35487324 enterocyte of epithelium of large intestine NDUFS4
|
1199 |
+
10.903588 2.1761525 enterocyte of epithelium of large intestine FBXL12
|
1200 |
+
10.530944 2.1329048 enterocyte of epithelium of large intestine CHGA
|
1201 |
+
9.130104 3.5449865 enterocyte of epithelium of large intestine RAD50
|
1202 |
+
11.00457 1.070161 enterocyte of epithelium of large intestine OTUD1
|
1203 |
+
9.679751 2.741369 enterocyte of epithelium of large intestine INPP5J
|
1204 |
+
11.167066 -1.718012 enterocyte of epithelium of large intestine AHI1
|
1205 |
+
8.343647 -0.43567973 enterocyte of epithelium of large intestine ZBTB7B
|
1206 |
+
5.303214 0.33687606 enterocyte of epithelium of large intestine SH3GLB2
|
1207 |
+
7.964719 -0.064465314 enterocyte of epithelium of large intestine ATF3
|
1208 |
+
-14.573999 0.978464 enterocyte of epithelium of large intestine MT-CO2
|
1209 |
+
12.495166 -0.7576362 enterocyte of epithelium of large intestine MLLT3
|
1210 |
+
9.719719 2.7011256 enterocyte of epithelium of large intestine ATF5
|
1211 |
+
-17.019491 -5.5759134 enterocyte of epithelium of large intestine SCT
|
1212 |
+
3.4674633 -10.094115 enterocyte of epithelium of large intestine ARC
|
1213 |
+
10.524651 2.2824454 enterocyte of epithelium of large intestine NR5A2
|
1214 |
+
10.98534 3.2498763 enterocyte of epithelium of large intestine TESK2
|
1215 |
+
-16.821781 -5.527143 enterocyte of epithelium of large intestine SPA17
|
1216 |
+
10.634613 2.3522651 enterocyte of epithelium of large intestine ADORA2B
|
1217 |
+
11.033552 2.4794757 enterocyte of epithelium of large intestine ATP5F1D
|
1218 |
+
11.166939 2.096779 enterocyte of epithelium of large intestine DSTN
|
1219 |
+
9.799943 3.486494 enterocyte of epithelium of large intestine ZNF764
|
1220 |
+
10.78982 2.1698105 enterocyte of epithelium of large intestine TRIM10
|
1221 |
+
10.414854 2.9237072 enterocyte of epithelium of large intestine CASP7
|
1222 |
+
9.082773 0.42369652 enterocyte of epithelium of large intestine ATP5ME
|
1223 |
+
11.614234 1.0503111 enterocyte of epithelium of large intestine IGF2BP2
|
1224 |
+
11.309785 3.344855 enterocyte of epithelium of large intestine TRPM6
|
1225 |
+
10.712617 3.3155892 enterocyte of epithelium of large intestine TMSB10
|
1226 |
+
10.6554 2.460835 enterocyte of epithelium of large intestine TNK1
|
1227 |
+
10.763491 3.5265634 enterocyte of epithelium of large intestine VDR
|
1228 |
+
10.570226 1.7857624 enterocyte of epithelium of large intestine SMPDL3A
|
1229 |
+
10.886597 2.3464158 enterocyte of epithelium of large intestine BAD
|
1230 |
+
9.944961 1.1612923 enterocyte of epithelium of large intestine HR
|
1231 |
+
10.984907 2.0994592 enterocyte of epithelium of large intestine TUBB2A
|
1232 |
+
10.448533 1.7425269 enterocyte of epithelium of large intestine KRT19
|
1233 |
+
10.85508 0.7107495 enterocyte of epithelium of large intestine GOT1
|
1234 |
+
10.701472 3.2068002 enterocyte of epithelium of large intestine PRDX5
|
1235 |
+
11.48671 -2.222808 enterocyte of epithelium of large intestine CDK11B
|
1236 |
+
10.8753 3.2545533 enterocyte of epithelium of large intestine AVPI1
|
1237 |
+
7.9340634 2.0394702 enterocyte of epithelium of large intestine PDZK1IP1
|
1238 |
+
10.788343 2.4334364 enterocyte of epithelium of large intestine CLDN3
|
1239 |
+
10.355874 3.3655064 enterocyte of epithelium of large intestine PPP1R9A
|
1240 |
+
10.710751 3.301526 enterocyte of epithelium of large intestine YIF1B
|
1241 |
+
11.302285 3.854026 enterocyte of epithelium of large intestine E4F1
|
1242 |
+
10.772496 2.3738353 enterocyte of epithelium of large intestine ATP13A4
|
1243 |
+
10.552743 2.834539 enterocyte of epithelium of large intestine HIP1R
|
1244 |
+
11.230852 2.316138 enterocyte of epithelium of large intestine RTN4R
|
1245 |
+
12.277509 -0.25987092 enterocyte of epithelium of large intestine NGEF
|
1246 |
+
6.9748034 0.6859881 enterocyte of epithelium of large intestine MAOA
|
1247 |
+
10.940093 2.9156635 enterocyte of epithelium of large intestine STK39
|
1248 |
+
7.6739182 0.27230698 enterocyte of epithelium of large intestine FXYD1
|
1249 |
+
3.4047904 0.36663938 enterocyte of epithelium of large intestine HES4
|
1250 |
+
10.970467 2.683249 enterocyte of epithelium of large intestine TUBA1C
|
1251 |
+
11.489771 0.6502509 enterocyte of epithelium of large intestine RNF152
|
1252 |
+
10.27772 2.2448046 enterocyte of epithelium of large intestine SYNE2
|
1253 |
+
10.341371 1.8746185 enterocyte of epithelium of large intestine LINC00663
|
1254 |
+
10.840594 2.9969845 enterocyte of epithelium of large intestine JUN
|
1255 |
+
8.868747 -0.30624756 enterocyte of epithelium of large intestine NR4A1
|
1256 |
+
10.514819 1.7595512 enterocyte of epithelium of large intestine ST14
|
1257 |
+
8.897679 0.06058808 enterocyte of epithelium of large intestine ITGA3
|
1258 |
+
11.19318 3.3591144 enterocyte of epithelium of large intestine VMP1
|
1259 |
+
10.837355 2.945866 enterocyte of epithelium of large intestine HES1
|
1260 |
+
10.192576 3.4515445 enterocyte of epithelium of large intestine CTDP1
|
1261 |
+
10.173539 3.2060208 enterocyte of epithelium of large intestine MT-ND5
|
1262 |
+
12.292507 -0.08884838 enterocyte of epithelium of large intestine LGALS2
|
1263 |
+
11.138336 -1.0619442 enterocyte of epithelium of large intestine PDE8A
|
1264 |
+
10.406069 1.4596968 enterocyte of epithelium of large intestine ZG16B
|
1265 |
+
10.599851 2.1665878 enterocyte of epithelium of large intestine BAG5
|
1266 |
+
10.575004 2.0914567 enterocyte of epithelium of large intestine RPS29
|
1267 |
+
11.333483 2.5114112 enterocyte of epithelium of large intestine MEP1A
|
1268 |
+
10.6428585 2.348289 enterocyte of epithelium of large intestine CCN2
|
1269 |
+
10.662486 2.5476227 enterocyte of epithelium of large intestine LAMA1
|
1270 |
+
11.368528 0.86528754 enterocyte of epithelium of large intestine BCL2L14
|
1271 |
+
11.167858 0.7535682 enterocyte of epithelium of large intestine NR2F6
|
1272 |
+
10.458312 2.5455902 enterocyte of epithelium of large intestine F2RL1
|
1273 |
+
9.402176 3.404236 enterocyte of epithelium of large intestine MAML3
|
1274 |
+
11.133926 3.1243618 enterocyte of epithelium of large intestine CDC37
|
1275 |
+
11.320204 -0.323329 enterocyte of epithelium of large intestine ASPG
|
1276 |
+
11.30909 0.23411813 enterocyte of epithelium of large intestine PDZD3
|
1277 |
+
11.488517 -1.0940725 enterocyte of epithelium of large intestine PDE5A
|
1278 |
+
11.733684 1.4308981 enterocyte of epithelium of large intestine GAB1
|
1279 |
+
10.631326 2.513424 enterocyte of epithelium of large intestine MARCKSL1
|
1280 |
+
10.785454 2.2156475 enterocyte of epithelium of large intestine EDN1
|
1281 |
+
9.542397 -0.17485966 enterocyte of epithelium of large intestine FARP2
|
1282 |
+
10.890592 3.378608 enterocyte of epithelium of large intestine ECH1
|
1283 |
+
10.823473 1.4477899 enterocyte of epithelium of large intestine GADD45G
|
1284 |
+
10.640984 2.2228122 enterocyte of epithelium of large intestine BTNL8
|
1285 |
+
11.042232 2.8883207 enterocyte of epithelium of large intestine MAPK3
|
1286 |
+
10.894207 2.4699366 enterocyte of epithelium of large intestine ACADS
|
1287 |
+
11.292156 3.5739198 enterocyte of epithelium of large intestine CDC25A
|
1288 |
+
11.034162 2.0871704 enterocyte of epithelium of large intestine PDE3A
|
1289 |
+
9.492225 3.3835664 enterocyte of epithelium of large intestine TMEM139
|
1290 |
+
10.288631 2.3882086 enterocyte of epithelium of large intestine UGT1A10
|
1291 |
+
10.549685 3.370645 enterocyte of epithelium of large intestine MAFF
|
1292 |
+
12.565925 -0.3382714 enterocyte of epithelium of large intestine HADH
|
1293 |
+
10.916774 2.9612935 enterocyte of epithelium of large intestine SLC4A10
|
1294 |
+
10.3159075 3.778893 enterocyte of epithelium of large intestine PIK3R3
|
1295 |
+
10.513962 2.6871707 enterocyte of epithelium of large intestine MRPS36
|
1296 |
+
10.787213 3.4951994 enterocyte of epithelium of large intestine PNN
|
1297 |
+
10.622424 -0.04745529 enterocyte of epithelium of large intestine PSCA
|
1298 |
+
10.795286 2.347897 enterocyte of epithelium of large intestine PLXNA2
|
1299 |
+
10.480475 3.6603422 enterocyte of epithelium of large intestine POLR2A
|
1300 |
+
10.729879 0.6121516 enterocyte of epithelium of large intestine MEF2D
|
1301 |
+
10.796524 1.2109824 enterocyte of epithelium of large intestine ING5
|
1302 |
+
10.723631 2.9395714 enterocyte of epithelium of large intestine RTKN
|
1303 |
+
12.041236 1.2451342 enterocyte of epithelium of large intestine ZNF440
|
1304 |
+
-3.5414948 3.6301656 enterocyte of epithelium of large intestine SCNN1G
|
1305 |
+
12.190833 0.55368966 enterocyte of epithelium of large intestine EIF4A1
|
1306 |
+
11.244295 -0.4889955 enterocyte of epithelium of large intestine ARHGEF9
|
1307 |
+
8.015355 -0.15807968 enterocyte of epithelium of large intestine IER5
|
1308 |
+
12.790352 0.023503102 enterocyte of epithelium of large intestine IQCN
|
1309 |
+
9.049378 -0.41466066 enterocyte of epithelium of large intestine PFDN6
|
1310 |
+
5.2103195 0.29692543 enterocyte of epithelium of large intestine MYO1D
|
1311 |
+
10.461388 2.3386278 enterocyte of epithelium of large intestine LMO7
|
1312 |
+
10.699193 2.626397 enterocyte of epithelium of large intestine PSD3
|
1313 |
+
10.285424 3.21189 enterocyte of epithelium of large intestine LDLR
|
1314 |
+
10.737365 1.3444654 enterocyte of epithelium of large intestine HMGCS2
|
1315 |
+
0.9892808 -0.2889674 enterocyte of epithelium of large intestine AKR1C2
|
1316 |
+
10.157141 2.4360328 enterocyte of epithelium of large intestine GSTM4
|
1317 |
+
10.902223 2.5771294 enterocyte of epithelium of large intestine CDCP1
|
1318 |
+
11.4804 3.5370827 enterocyte of epithelium of large intestine PPP1R12B
|
1319 |
+
10.214341 2.3139305 enterocyte of epithelium of large intestine C1orf131
|
1320 |
+
10.619395 2.2286677 enterocyte of epithelium of large intestine NDUFB3
|
1321 |
+
9.542245 2.955045 enterocyte of epithelium of large intestine PLAC8
|
data/enterocyte_of_epithelium_of_small_intestine_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/epithelial_cell_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/epithelial_cell_of_lacrimal_sac_embeddings.csv
ADDED
@@ -0,0 +1,1532 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
x y Celltype Name
|
2 |
+
3.3995879 -8.698839 epithelial cell of lacrimal sac FSTL1
|
3 |
+
6.5196457 -12.219557 epithelial cell of lacrimal sac YAP1
|
4 |
+
4.1344967 -10.062816 epithelial cell of lacrimal sac POLR1D
|
5 |
+
7.056537 -12.301364 epithelial cell of lacrimal sac CCDC183
|
6 |
+
-1.0057944 -9.455262 epithelial cell of lacrimal sac ARHGEF5
|
7 |
+
5.3722143 -11.647356 epithelial cell of lacrimal sac FXYD3
|
8 |
+
0.60975826 -9.498952 epithelial cell of lacrimal sac LRRC4
|
9 |
+
6.540603 -11.814305 epithelial cell of lacrimal sac TENT5A
|
10 |
+
7.3249264 -12.078967 epithelial cell of lacrimal sac RAB27B
|
11 |
+
4.776512 -9.887356 epithelial cell of lacrimal sac ESR2
|
12 |
+
3.2301283 -10.002447 epithelial cell of lacrimal sac SPAG9
|
13 |
+
4.908416 -11.650694 epithelial cell of lacrimal sac MSX2
|
14 |
+
4.599532 -12.199049 epithelial cell of lacrimal sac POF1B
|
15 |
+
6.6091366 -11.797703 epithelial cell of lacrimal sac PLS1
|
16 |
+
-1.6203839 -9.8813715 epithelial cell of lacrimal sac RAB23
|
17 |
+
-1.4370054 -2.2871828 epithelial cell of lacrimal sac TGM1
|
18 |
+
5.7316976 -11.654392 epithelial cell of lacrimal sac YBX3
|
19 |
+
6.800893 -11.809313 epithelial cell of lacrimal sac CRB3
|
20 |
+
1.9796377 -9.7099905 epithelial cell of lacrimal sac ETF1
|
21 |
+
5.8111124 -11.924658 epithelial cell of lacrimal sac YARS2
|
22 |
+
6.2473874 -12.18153 epithelial cell of lacrimal sac GRIN3A
|
23 |
+
1.5220236 -8.426686 epithelial cell of lacrimal sac CPEB1
|
24 |
+
1.9156122 -10.392934 epithelial cell of lacrimal sac ZNF629
|
25 |
+
2.7620146 -9.803001 epithelial cell of lacrimal sac TRIM36
|
26 |
+
4.948774 -11.4312525 epithelial cell of lacrimal sac PER3
|
27 |
+
5.962663 -12.119317 epithelial cell of lacrimal sac STRN3
|
28 |
+
5.42529 -11.159895 epithelial cell of lacrimal sac BAG3
|
29 |
+
6.5283265 -11.329905 epithelial cell of lacrimal sac SNTG1
|
30 |
+
6.7065754 -11.8305235 epithelial cell of lacrimal sac NAF1
|
31 |
+
7.4311676 -11.455086 epithelial cell of lacrimal sac SIPA1L2
|
32 |
+
3.3547509 -10.253817 epithelial cell of lacrimal sac CRMP1
|
33 |
+
5.618556 -11.273089 epithelial cell of lacrimal sac NDFIP2
|
34 |
+
6.9736595 -11.84982 epithelial cell of lacrimal sac SYT3
|
35 |
+
6.246801 -11.019646 epithelial cell of lacrimal sac RNF133
|
36 |
+
5.021782 -10.750651 epithelial cell of lacrimal sac TIMP1
|
37 |
+
7.532847 -12.0811615 epithelial cell of lacrimal sac CAMK2B
|
38 |
+
7.6031885 -11.57074 epithelial cell of lacrimal sac PLIN3
|
39 |
+
5.45058 -11.69137 epithelial cell of lacrimal sac DPYSL4
|
40 |
+
5.7964897 -11.874443 epithelial cell of lacrimal sac CLCA4
|
41 |
+
4.2806287 -11.300115 epithelial cell of lacrimal sac DSP
|
42 |
+
7.6589947 -12.099826 epithelial cell of lacrimal sac SERTAD4
|
43 |
+
7.0265245 -11.211324 epithelial cell of lacrimal sac BTRC
|
44 |
+
4.1873484 -10.954041 epithelial cell of lacrimal sac SYNE4
|
45 |
+
6.4011846 -11.86257 epithelial cell of lacrimal sac KRTAP3-2
|
46 |
+
5.2207313 -11.394615 epithelial cell of lacrimal sac TFB2M
|
47 |
+
7.192196 -12.004939 epithelial cell of lacrimal sac SYNM
|
48 |
+
4.33624 -11.317537 epithelial cell of lacrimal sac C2orf42
|
49 |
+
4.04182 -10.170666 epithelial cell of lacrimal sac TGFA
|
50 |
+
4.8549814 -11.634601 epithelial cell of lacrimal sac CFH
|
51 |
+
5.165648 -9.678602 epithelial cell of lacrimal sac KRTAP17-1
|
52 |
+
5.754951 -11.402983 epithelial cell of lacrimal sac ROBO2
|
53 |
+
-17.655077 -3.8511794 epithelial cell of lacrimal sac SLC7A5
|
54 |
+
5.0684705 -11.438822 epithelial cell of lacrimal sac FOXO4
|
55 |
+
7.679458 -11.979697 epithelial cell of lacrimal sac PPIF
|
56 |
+
7.244831 -12.438824 epithelial cell of lacrimal sac S100A9
|
57 |
+
-1.4154518 -9.367477 epithelial cell of lacrimal sac DUSP10
|
58 |
+
-1.3274896 -9.947508 epithelial cell of lacrimal sac CLDN4
|
59 |
+
3.6644695 -9.430314 epithelial cell of lacrimal sac COBLL1
|
60 |
+
-1.8737116 -9.706168 epithelial cell of lacrimal sac ZNF280A
|
61 |
+
7.2628775 -11.649039 epithelial cell of lacrimal sac NEURL1
|
62 |
+
5.980636 -12.224849 epithelial cell of lacrimal sac ISG20L2
|
63 |
+
5.326163 -11.89263 epithelial cell of lacrimal sac BHLHE40
|
64 |
+
5.836886 -11.749759 epithelial cell of lacrimal sac CCN4
|
65 |
+
-1.7932097 -9.662219 epithelial cell of lacrimal sac NCAM2
|
66 |
+
2.4175718 -9.802161 epithelial cell of lacrimal sac CITED4
|
67 |
+
5.179737 -12.192469 epithelial cell of lacrimal sac NR1D1
|
68 |
+
5.18406 -11.701366 epithelial cell of lacrimal sac CACNB4
|
69 |
+
5.594851 -11.8589115 epithelial cell of lacrimal sac ASB7
|
70 |
+
7.6201067 -11.708843 epithelial cell of lacrimal sac PPP1R13L
|
71 |
+
6.3296595 -11.7201605 epithelial cell of lacrimal sac EPHB3
|
72 |
+
-17.660833 -3.840131 epithelial cell of lacrimal sac EDN3
|
73 |
+
6.113569 -11.160384 epithelial cell of lacrimal sac STAP2
|
74 |
+
7.1343513 -11.359009 epithelial cell of lacrimal sac PCP2
|
75 |
+
7.189208 -12.02979 epithelial cell of lacrimal sac MT-ND4
|
76 |
+
6.831914 -11.456967 epithelial cell of lacrimal sac TUBB2B
|
77 |
+
5.4376493 -10.766281 epithelial cell of lacrimal sac PTGES
|
78 |
+
6.818187 -12.350885 epithelial cell of lacrimal sac TRIM2
|
79 |
+
4.0165257 -11.455652 epithelial cell of lacrimal sac S100A1
|
80 |
+
5.035306 -11.873899 epithelial cell of lacrimal sac DDX3X
|
81 |
+
4.2532873 -10.665825 epithelial cell of lacrimal sac S100A2
|
82 |
+
6.981522 -11.409958 epithelial cell of lacrimal sac CKMT1B
|
83 |
+
5.8161073 -11.107006 epithelial cell of lacrimal sac EFNB2
|
84 |
+
6.6125164 -11.277721 epithelial cell of lacrimal sac CLDND1
|
85 |
+
5.684068 -10.452324 epithelial cell of lacrimal sac BIK
|
86 |
+
6.655396 -11.113495 epithelial cell of lacrimal sac SLC22A11
|
87 |
+
6.811156 -12.262946 epithelial cell of lacrimal sac DLG4
|
88 |
+
6.4061804 -12.111387 epithelial cell of lacrimal sac COX7A2
|
89 |
+
5.553207 -11.521203 epithelial cell of lacrimal sac IL6
|
90 |
+
7.531785 -11.327339 epithelial cell of lacrimal sac CCL2
|
91 |
+
7.2514787 -11.683214 epithelial cell of lacrimal sac DOK5
|
92 |
+
4.8919454 -11.685828 epithelial cell of lacrimal sac ALDOC
|
93 |
+
3.18332 -8.748228 epithelial cell of lacrimal sac PLPP3
|
94 |
+
7.0758495 -12.040188 epithelial cell of lacrimal sac VPS37B
|
95 |
+
4.778872 -11.627345 epithelial cell of lacrimal sac NUMBL
|
96 |
+
5.7737913 -12.319683 epithelial cell of lacrimal sac CLU
|
97 |
+
6.3462195 -12.136729 epithelial cell of lacrimal sac TIMP3
|
98 |
+
3.6359398 -8.738201 epithelial cell of lacrimal sac PARD6G
|
99 |
+
5.4318104 -11.969448 epithelial cell of lacrimal sac GNG12
|
100 |
+
5.592085 -11.259663 epithelial cell of lacrimal sac NKX3-1
|
101 |
+
6.4936767 -12.172934 epithelial cell of lacrimal sac THOC3
|
102 |
+
-2.2209501 -10.254462 epithelial cell of lacrimal sac MAP2
|
103 |
+
3.798137 -10.667299 epithelial cell of lacrimal sac ARHGAP32
|
104 |
+
6.4466405 -12.113974 epithelial cell of lacrimal sac HOMER3
|
105 |
+
6.63536 -12.007691 epithelial cell of lacrimal sac RBM47
|
106 |
+
5.111249 -11.776744 epithelial cell of lacrimal sac CCND1
|
107 |
+
6.2676744 -11.768653 epithelial cell of lacrimal sac DPP6
|
108 |
+
-1.6752633 -9.435618 epithelial cell of lacrimal sac PPP2CB
|
109 |
+
6.6977735 -12.202667 epithelial cell of lacrimal sac BLNK
|
110 |
+
-0.19217613 -10.004757 epithelial cell of lacrimal sac BMP7
|
111 |
+
7.356227 -11.218298 epithelial cell of lacrimal sac EPAS1
|
112 |
+
6.510036 -11.496784 epithelial cell of lacrimal sac NRG1
|
113 |
+
4.2888165 -11.303579 epithelial cell of lacrimal sac HNRNPU
|
114 |
+
-2.529681 -10.292343 epithelial cell of lacrimal sac AMOTL2
|
115 |
+
2.488949 -10.136735 epithelial cell of lacrimal sac MALL
|
116 |
+
5.5694046 -10.443328 epithelial cell of lacrimal sac CDH19
|
117 |
+
4.693252 -11.722764 epithelial cell of lacrimal sac TOM1L1
|
118 |
+
6.7844586 -11.6575775 epithelial cell of lacrimal sac RNF19B
|
119 |
+
7.3897576 -12.184575 epithelial cell of lacrimal sac CRB1
|
120 |
+
5.434397 -11.572926 epithelial cell of lacrimal sac HSPA1B
|
121 |
+
5.050268 -10.850075 epithelial cell of lacrimal sac BRSK1
|
122 |
+
7.12229 -12.33223 epithelial cell of lacrimal sac SYNJ2BP
|
123 |
+
3.9938033 -11.18635 epithelial cell of lacrimal sac LIMK1
|
124 |
+
7.270695 -11.508947 epithelial cell of lacrimal sac UBE2E2
|
125 |
+
3.205778 -9.828111 epithelial cell of lacrimal sac PIWIL1
|
126 |
+
6.5139275 -12.260917 epithelial cell of lacrimal sac SERPINB13
|
127 |
+
1.494988 -8.6002035 epithelial cell of lacrimal sac FA2H
|
128 |
+
6.115556 -11.884285 epithelial cell of lacrimal sac MEIS1
|
129 |
+
5.4268007 -11.178833 epithelial cell of lacrimal sac NKAPL
|
130 |
+
-0.3489281 -10.342273 epithelial cell of lacrimal sac BEX3
|
131 |
+
6.4740443 -12.094923 epithelial cell of lacrimal sac PTPRZ1
|
132 |
+
-0.74991304 -10.0608635 epithelial cell of lacrimal sac SERPINE2
|
133 |
+
1.2246637 -10.406852 epithelial cell of lacrimal sac RDH12
|
134 |
+
-0.8963389 -9.417562 epithelial cell of lacrimal sac TYRP1
|
135 |
+
2.545145 -8.326975 epithelial cell of lacrimal sac RCVRN
|
136 |
+
-0.30645058 -9.598885 epithelial cell of lacrimal sac ZBTB7A
|
137 |
+
-2.1227777 -9.970221 epithelial cell of lacrimal sac CDC42BPG
|
138 |
+
6.1987863 -11.326269 epithelial cell of lacrimal sac SPINT2
|
139 |
+
5.4093356 -10.892859 epithelial cell of lacrimal sac AJAP1
|
140 |
+
6.809158 -11.657025 epithelial cell of lacrimal sac SELENOK
|
141 |
+
3.5658824 -8.846246 epithelial cell of lacrimal sac PEA15
|
142 |
+
1.5904255 -9.670808 epithelial cell of lacrimal sac CAPN3
|
143 |
+
5.9009185 -10.417129 epithelial cell of lacrimal sac SHC4
|
144 |
+
6.13891 -11.893645 epithelial cell of lacrimal sac LAMB3
|
145 |
+
-0.6466926 -9.894784 epithelial cell of lacrimal sac SYTL5
|
146 |
+
6.4038925 -12.24374 epithelial cell of lacrimal sac PCDHA10
|
147 |
+
5.205424 -11.454345 epithelial cell of lacrimal sac ERBB3
|
148 |
+
2.643754 -11.111156 epithelial cell of lacrimal sac RGR
|
149 |
+
7.2887936 -12.030884 epithelial cell of lacrimal sac TRIM39
|
150 |
+
0.65906316 -9.291245 epithelial cell of lacrimal sac KCNV2
|
151 |
+
5.466309 -11.996827 epithelial cell of lacrimal sac KLF5
|
152 |
+
-2.4024339 -10.466773 epithelial cell of lacrimal sac INPP1
|
153 |
+
6.0815606 -11.397474 epithelial cell of lacrimal sac CRX
|
154 |
+
-1.8616557 -10.132227 epithelial cell of lacrimal sac TLE6
|
155 |
+
5.722023 -12.134326 epithelial cell of lacrimal sac EIF5A
|
156 |
+
5.9064617 -12.0716 epithelial cell of lacrimal sac RFC5
|
157 |
+
6.5232115 -12.225401 epithelial cell of lacrimal sac MAGI2
|
158 |
+
1.7046273 4.815751 epithelial cell of lacrimal sac APOBEC3B
|
159 |
+
2.2722764 -10.028049 epithelial cell of lacrimal sac STUM
|
160 |
+
0.111864395 -9.449052 epithelial cell of lacrimal sac SH3GL2
|
161 |
+
1.6395804 -9.899651 epithelial cell of lacrimal sac CHL1
|
162 |
+
-1.9258331 -9.404912 epithelial cell of lacrimal sac AGT
|
163 |
+
4.1599455 -11.486431 epithelial cell of lacrimal sac SDR16C5
|
164 |
+
6.0346775 -11.761008 epithelial cell of lacrimal sac RESF1
|
165 |
+
7.477433 -11.553432 epithelial cell of lacrimal sac MYO5B
|
166 |
+
4.8072987 -11.450911 epithelial cell of lacrimal sac KCNH2
|
167 |
+
3.4061482 -10.296948 epithelial cell of lacrimal sac PMM2
|
168 |
+
3.4877737 -9.937658 epithelial cell of lacrimal sac ID3
|
169 |
+
7.6841373 -11.730811 epithelial cell of lacrimal sac GPX2
|
170 |
+
4.341073 -11.303858 epithelial cell of lacrimal sac KRT6B
|
171 |
+
-0.5141189 -9.307486 epithelial cell of lacrimal sac KRT10
|
172 |
+
-2.125685 -10.063053 epithelial cell of lacrimal sac TBX6
|
173 |
+
6.632716 -12.422945 epithelial cell of lacrimal sac TLE2
|
174 |
+
7.830683 -12.196969 epithelial cell of lacrimal sac FEM1B
|
175 |
+
5.0180526 -11.529181 epithelial cell of lacrimal sac ADH7
|
176 |
+
4.534709 -10.383027 epithelial cell of lacrimal sac NFIA
|
177 |
+
6.755534 -12.438914 epithelial cell of lacrimal sac GKAP1
|
178 |
+
6.563237 -11.968428 epithelial cell of lacrimal sac AZGP1
|
179 |
+
5.283646 -10.63074 epithelial cell of lacrimal sac RASGEF1B
|
180 |
+
5.116569 -9.907445 epithelial cell of lacrimal sac BYSL
|
181 |
+
5.16807 -11.5656595 epithelial cell of lacrimal sac STK35
|
182 |
+
6.529577 -10.849363 epithelial cell of lacrimal sac POLR2L
|
183 |
+
7.5144434 -11.899736 epithelial cell of lacrimal sac OTUD7B
|
184 |
+
7.6231747 -11.401427 epithelial cell of lacrimal sac GNA15
|
185 |
+
3.192713 -10.393157 epithelial cell of lacrimal sac NDUFV2
|
186 |
+
4.0753922 -10.51696 epithelial cell of lacrimal sac TRIM6
|
187 |
+
3.6808708 -8.510866 epithelial cell of lacrimal sac BCL2L13
|
188 |
+
5.060372 -10.012476 epithelial cell of lacrimal sac STMN4
|
189 |
+
1.6817653 -10.480733 epithelial cell of lacrimal sac ERCC6
|
190 |
+
6.5861707 -11.993265 epithelial cell of lacrimal sac TOMM22
|
191 |
+
2.6342742 -8.569741 epithelial cell of lacrimal sac PELI1
|
192 |
+
3.0020218 -10.070163 epithelial cell of lacrimal sac FOXD2
|
193 |
+
7.156929 -11.868382 epithelial cell of lacrimal sac CPLX4
|
194 |
+
6.348298 -11.468257 epithelial cell of lacrimal sac TSPYL6
|
195 |
+
6.4638395 -11.15647 epithelial cell of lacrimal sac PYGO1
|
196 |
+
1.7291399 -9.743103 epithelial cell of lacrimal sac CEP83
|
197 |
+
3.3480878 -11.291035 epithelial cell of lacrimal sac REV1
|
198 |
+
6.435968 -11.644473 epithelial cell of lacrimal sac PLEKHA4
|
199 |
+
7.712632 -11.465098 epithelial cell of lacrimal sac DIMT1
|
200 |
+
3.1889184 -11.813241 epithelial cell of lacrimal sac KRTAP4-1
|
201 |
+
6.815582 -11.924162 epithelial cell of lacrimal sac LRIF1
|
202 |
+
6.386975 -11.536475 epithelial cell of lacrimal sac AP1G1
|
203 |
+
1.9956628 -8.868288 epithelial cell of lacrimal sac ALDH1A1
|
204 |
+
7.853104 -11.629131 epithelial cell of lacrimal sac NTN1
|
205 |
+
-1.2030582 -10.504444 epithelial cell of lacrimal sac LETM1
|
206 |
+
3.6419628 -10.414837 epithelial cell of lacrimal sac HECW1
|
207 |
+
4.98397 -12.11532 epithelial cell of lacrimal sac PITPNB
|
208 |
+
1.447115 -10.274796 epithelial cell of lacrimal sac PPFIA2
|
209 |
+
5.262925 -10.686333 epithelial cell of lacrimal sac LIMA1
|
210 |
+
2.3997612 -10.914513 epithelial cell of lacrimal sac NEK1
|
211 |
+
7.2258844 -12.212839 epithelial cell of lacrimal sac MISP
|
212 |
+
4.6944747 -11.077941 epithelial cell of lacrimal sac GSN
|
213 |
+
6.097896 -11.98939 epithelial cell of lacrimal sac LINC00636
|
214 |
+
-1.1301919 -9.598239 epithelial cell of lacrimal sac TNR
|
215 |
+
3.1241913 -8.680915 epithelial cell of lacrimal sac PAQR6
|
216 |
+
5.594623 -11.618819 epithelial cell of lacrimal sac SLC2A1
|
217 |
+
5.9003234 -10.401821 epithelial cell of lacrimal sac PLCH1
|
218 |
+
-17.905611 -3.8827362 epithelial cell of lacrimal sac PHLDA3
|
219 |
+
-2.1791 -1.9530015 epithelial cell of lacrimal sac ADCY5
|
220 |
+
5.1412168 -11.986623 epithelial cell of lacrimal sac PEG3
|
221 |
+
5.41061 -12.448213 epithelial cell of lacrimal sac ATF4
|
222 |
+
4.4923882 -11.200001 epithelial cell of lacrimal sac LSMEM1
|
223 |
+
6.319029 -11.913043 epithelial cell of lacrimal sac TUBB4B
|
224 |
+
1.9196506 -9.1218815 epithelial cell of lacrimal sac FOSL1
|
225 |
+
3.565658 -10.500385 epithelial cell of lacrimal sac TUBB6
|
226 |
+
3.894037 -11.305228 epithelial cell of lacrimal sac LPAR3
|
227 |
+
6.426777 -12.449673 epithelial cell of lacrimal sac FOXA3
|
228 |
+
3.663615 -9.83728 epithelial cell of lacrimal sac DRD4
|
229 |
+
5.300246 -11.175489 epithelial cell of lacrimal sac MAL
|
230 |
+
6.839771 -12.079555 epithelial cell of lacrimal sac LY6G6C
|
231 |
+
2.0753648 -9.778924 epithelial cell of lacrimal sac UMPS
|
232 |
+
5.087593 -11.473144 epithelial cell of lacrimal sac SPTSSA
|
233 |
+
5.4151707 -10.764664 epithelial cell of lacrimal sac KLB
|
234 |
+
4.9829373 -11.261802 epithelial cell of lacrimal sac SCD5
|
235 |
+
5.168197 -11.498503 epithelial cell of lacrimal sac DIPK1B
|
236 |
+
2.97456 -11.183044 epithelial cell of lacrimal sac FRMD6
|
237 |
+
7.658053 -11.692748 epithelial cell of lacrimal sac TTC23
|
238 |
+
1.7549666 -8.901179 epithelial cell of lacrimal sac KCNG3
|
239 |
+
5.0333323 -10.286213 epithelial cell of lacrimal sac ZCCHC12
|
240 |
+
7.4329724 -11.575645 epithelial cell of lacrimal sac SYNJ2
|
241 |
+
5.505245 -11.715155 epithelial cell of lacrimal sac MGST1
|
242 |
+
6.4831524 -12.0734825 epithelial cell of lacrimal sac SYNGR1
|
243 |
+
-2.0824935 -9.938197 epithelial cell of lacrimal sac CDK7
|
244 |
+
4.656486 -11.582789 epithelial cell of lacrimal sac ABCB11
|
245 |
+
-1.966929 -9.889832 epithelial cell of lacrimal sac BNIPL
|
246 |
+
5.978842 -11.535839 epithelial cell of lacrimal sac MAS1
|
247 |
+
6.990834 -11.952571 epithelial cell of lacrimal sac CRYAB
|
248 |
+
2.164213 -8.740166 epithelial cell of lacrimal sac AGR2
|
249 |
+
1.725657 -9.39361 epithelial cell of lacrimal sac HRAS
|
250 |
+
7.0835047 -11.937659 epithelial cell of lacrimal sac IGF2
|
251 |
+
6.5727353 -11.828595 epithelial cell of lacrimal sac MRPS6
|
252 |
+
7.4418187 -11.695075 epithelial cell of lacrimal sac SLC39A2
|
253 |
+
0.7438499 -10.276418 epithelial cell of lacrimal sac LSR
|
254 |
+
5.9245667 -11.903437 epithelial cell of lacrimal sac TMEM45B
|
255 |
+
6.237673 -12.111742 epithelial cell of lacrimal sac EFS
|
256 |
+
5.1547613 -11.679218 epithelial cell of lacrimal sac APLP1
|
257 |
+
-0.13697435 -9.294388 epithelial cell of lacrimal sac BAMBI
|
258 |
+
1.8333915 -10.158032 epithelial cell of lacrimal sac TCEAL9
|
259 |
+
6.8064303 -11.980077 epithelial cell of lacrimal sac STXBP1
|
260 |
+
2.8641727 -10.855977 epithelial cell of lacrimal sac MFSD6
|
261 |
+
4.828861 -10.796918 epithelial cell of lacrimal sac MID1
|
262 |
+
7.5817604 -11.583379 epithelial cell of lacrimal sac LGALS7B
|
263 |
+
-1.9246366 -9.498808 epithelial cell of lacrimal sac KCNMA1
|
264 |
+
6.5365 -11.766538 epithelial cell of lacrimal sac DUSP23
|
265 |
+
3.097279 -8.775181 epithelial cell of lacrimal sac GNG7
|
266 |
+
7.135449 -12.083352 epithelial cell of lacrimal sac EVPL
|
267 |
+
7.429786 -12.056411 epithelial cell of lacrimal sac NRIP1
|
268 |
+
7.5544887 -12.114822 epithelial cell of lacrimal sac KLF4
|
269 |
+
4.4265237 -10.0943985 epithelial cell of lacrimal sac P4HA3
|
270 |
+
6.308694 -11.200519 epithelial cell of lacrimal sac MAPK10
|
271 |
+
2.2725024 -8.757969 epithelial cell of lacrimal sac KRT25
|
272 |
+
5.933187 -11.908155 epithelial cell of lacrimal sac KRT24
|
273 |
+
6.253185 -12.160827 epithelial cell of lacrimal sac NRL
|
274 |
+
7.259724 -12.068491 epithelial cell of lacrimal sac F2R
|
275 |
+
3.3043847 -11.832081 epithelial cell of lacrimal sac PHACTR4
|
276 |
+
7.229488 -12.121258 epithelial cell of lacrimal sac KPNA4
|
277 |
+
7.7522945 -12.171989 epithelial cell of lacrimal sac MTUS1
|
278 |
+
6.2472234 -11.992868 epithelial cell of lacrimal sac PRR19
|
279 |
+
-0.92055786 -9.245752 epithelial cell of lacrimal sac NDRG1
|
280 |
+
5.798259 -10.376306 epithelial cell of lacrimal sac ENO2
|
281 |
+
5.5843563 -11.519129 epithelial cell of lacrimal sac OCLN
|
282 |
+
5.4538736 -10.925068 epithelial cell of lacrimal sac TJAP1
|
283 |
+
6.5170445 -11.372145 epithelial cell of lacrimal sac SGK1
|
284 |
+
2.1226656 -8.852828 epithelial cell of lacrimal sac HIVEP1
|
285 |
+
4.312092 -10.439756 epithelial cell of lacrimal sac PDZD2
|
286 |
+
5.277237 -11.704023 epithelial cell of lacrimal sac SRRM4
|
287 |
+
1.95297 -10.478104 epithelial cell of lacrimal sac GJB3
|
288 |
+
7.189759 -11.89072 epithelial cell of lacrimal sac GPRC5B
|
289 |
+
7.2236714 -11.952457 epithelial cell of lacrimal sac CHTOP
|
290 |
+
7.3546424 -12.345431 epithelial cell of lacrimal sac MCL1
|
291 |
+
4.0876794 -11.0900755 epithelial cell of lacrimal sac GNG3
|
292 |
+
5.7483606 -12.023134 epithelial cell of lacrimal sac ITPRID2
|
293 |
+
5.338857 -11.528848 epithelial cell of lacrimal sac GUCY1A1
|
294 |
+
6.2100945 -12.253042 epithelial cell of lacrimal sac EZR
|
295 |
+
6.0946994 -10.643664 epithelial cell of lacrimal sac SLC12A2
|
296 |
+
6.951636 -12.161014 epithelial cell of lacrimal sac LIM2
|
297 |
+
3.455179 -10.921321 epithelial cell of lacrimal sac ITGB6
|
298 |
+
5.5280776 -11.9186 epithelial cell of lacrimal sac ETFBKMT
|
299 |
+
4.9392896 -10.799179 epithelial cell of lacrimal sac PDLIM3
|
300 |
+
6.443503 -12.568618 epithelial cell of lacrimal sac PLEKHB1
|
301 |
+
5.584189 -11.908135 epithelial cell of lacrimal sac RIPK4
|
302 |
+
4.4861274 -9.018236 epithelial cell of lacrimal sac MGP
|
303 |
+
6.9527965 -12.123311 epithelial cell of lacrimal sac YIPF6
|
304 |
+
7.450261 -12.484811 epithelial cell of lacrimal sac PHLDA1
|
305 |
+
7.188413 -12.007911 epithelial cell of lacrimal sac KCTD9
|
306 |
+
2.8285234 -8.61962 epithelial cell of lacrimal sac MXD1
|
307 |
+
-0.12816761 -9.671373 epithelial cell of lacrimal sac WFDC2
|
308 |
+
6.4656405 -12.639382 epithelial cell of lacrimal sac IL1A
|
309 |
+
7.6758757 -11.897216 epithelial cell of lacrimal sac SPP1
|
310 |
+
5.521513 -11.752455 epithelial cell of lacrimal sac PITX2
|
311 |
+
7.5405607 -12.495629 epithelial cell of lacrimal sac BAG1
|
312 |
+
7.797095 -12.291629 epithelial cell of lacrimal sac PDLIM5
|
313 |
+
6.296112 -12.162123 epithelial cell of lacrimal sac KANK2
|
314 |
+
7.133192 -12.255978 epithelial cell of lacrimal sac CEACAM6
|
315 |
+
6.8831854 -10.981438 epithelial cell of lacrimal sac HSPA8
|
316 |
+
7.4399447 -11.648785 epithelial cell of lacrimal sac LAMC2
|
317 |
+
5.7864475 -12.279978 epithelial cell of lacrimal sac RAB11FIP1
|
318 |
+
4.433473 -9.281713 epithelial cell of lacrimal sac MT-ND3
|
319 |
+
3.3081753 -10.192222 epithelial cell of lacrimal sac ALDH3A1
|
320 |
+
3.7308872 -11.28278 epithelial cell of lacrimal sac VAPB
|
321 |
+
3.133787 -10.313153 epithelial cell of lacrimal sac HBEGF
|
322 |
+
3.4447136 -8.593162 epithelial cell of lacrimal sac BLZF1
|
323 |
+
3.2284024 -10.084904 epithelial cell of lacrimal sac DENND2C
|
324 |
+
6.249289 -12.397875 epithelial cell of lacrimal sac ZNF837
|
325 |
+
6.5902715 -11.819357 epithelial cell of lacrimal sac TRPC4
|
326 |
+
5.7682757 -11.806521 epithelial cell of lacrimal sac S100A4
|
327 |
+
5.3510404 -10.997637 epithelial cell of lacrimal sac HSPB1
|
328 |
+
3.364104 -8.974181 epithelial cell of lacrimal sac CLOCK
|
329 |
+
-1.5853406 -9.477509 epithelial cell of lacrimal sac RRP8
|
330 |
+
5.560759 -12.3003435 epithelial cell of lacrimal sac MDFI
|
331 |
+
6.904462 -11.769413 epithelial cell of lacrimal sac DSC2
|
332 |
+
5.285589 -11.681971 epithelial cell of lacrimal sac SUV39H1
|
333 |
+
0.29718488 -9.902457 epithelial cell of lacrimal sac MAT2A
|
334 |
+
5.3876767 -12.271916 epithelial cell of lacrimal sac GCC1
|
335 |
+
7.823722 -11.747522 epithelial cell of lacrimal sac BEST1
|
336 |
+
6.4283943 -12.152826 epithelial cell of lacrimal sac DHRS1
|
337 |
+
-1.9780095 -9.614482 epithelial cell of lacrimal sac ZNF649
|
338 |
+
6.8212595 -11.679703 epithelial cell of lacrimal sac HSPA6
|
339 |
+
6.8548913 -11.219812 epithelial cell of lacrimal sac ZNF263
|
340 |
+
0.07557752 -9.62598 epithelial cell of lacrimal sac SPART
|
341 |
+
5.8918953 -11.80708 epithelial cell of lacrimal sac N4BP3
|
342 |
+
4.8630304 -12.080551 epithelial cell of lacrimal sac ARHGEF28
|
343 |
+
6.1658373 -10.655457 epithelial cell of lacrimal sac SYNPO2
|
344 |
+
5.099111 -11.690785 epithelial cell of lacrimal sac CKB
|
345 |
+
5.7232084 -11.637782 epithelial cell of lacrimal sac F11R
|
346 |
+
5.829972 -11.738324 epithelial cell of lacrimal sac DUSP4
|
347 |
+
6.3087316 -12.285666 epithelial cell of lacrimal sac LUZP1
|
348 |
+
5.202732 -12.170459 epithelial cell of lacrimal sac GJA1
|
349 |
+
6.5510964 -11.634871 epithelial cell of lacrimal sac TNFRSF21
|
350 |
+
7.350435 -12.012101 epithelial cell of lacrimal sac EVA1A
|
351 |
+
5.9934955 -11.8607235 epithelial cell of lacrimal sac TM4SF1
|
352 |
+
-2.4155595 -9.840133 epithelial cell of lacrimal sac MAP7
|
353 |
+
7.8582897 -11.863591 epithelial cell of lacrimal sac RASSF8
|
354 |
+
6.711042 -11.495992 epithelial cell of lacrimal sac AMOTL1
|
355 |
+
-1.5227057 -9.666249 epithelial cell of lacrimal sac PHYHIPL
|
356 |
+
6.499237 -12.255338 epithelial cell of lacrimal sac PPP1R1A
|
357 |
+
6.25284 -11.367035 epithelial cell of lacrimal sac CDH1
|
358 |
+
6.3893986 -11.138335 epithelial cell of lacrimal sac RAX2
|
359 |
+
7.330002 -11.473983 epithelial cell of lacrimal sac ITGA2
|
360 |
+
0.85563886 -10.611786 epithelial cell of lacrimal sac TACC2
|
361 |
+
-2.6569197 -9.25251 epithelial cell of lacrimal sac SUPT6H
|
362 |
+
6.12605 -11.783332 epithelial cell of lacrimal sac ARHGAP5
|
363 |
+
6.242001 -11.991616 epithelial cell of lacrimal sac AHNAK2
|
364 |
+
7.884612 -12.197215 epithelial cell of lacrimal sac DCT
|
365 |
+
6.1159244 -11.980382 epithelial cell of lacrimal sac EGR2
|
366 |
+
4.9902215 -11.622361 epithelial cell of lacrimal sac HSPA1L
|
367 |
+
7.1665845 -11.380704 epithelial cell of lacrimal sac SLC4A7
|
368 |
+
6.8054667 -11.625161 epithelial cell of lacrimal sac GIPC1
|
369 |
+
6.9501605 -12.238865 epithelial cell of lacrimal sac NEURL2
|
370 |
+
4.3872967 -10.20539 epithelial cell of lacrimal sac CTSK
|
371 |
+
6.409086 -11.1761265 epithelial cell of lacrimal sac LTF
|
372 |
+
7.659671 -11.5177555 epithelial cell of lacrimal sac FEZ1
|
373 |
+
6.26123 -11.573122 epithelial cell of lacrimal sac DDR2
|
374 |
+
12.298716 3.0775864 epithelial cell of lacrimal sac DHCR24
|
375 |
+
6.818598 -12.183688 epithelial cell of lacrimal sac CENPB
|
376 |
+
4.394012 -11.158773 epithelial cell of lacrimal sac TGFBI
|
377 |
+
6.5941086 -11.47895 epithelial cell of lacrimal sac MED21
|
378 |
+
5.502572 -11.772639 epithelial cell of lacrimal sac DNAJB4
|
379 |
+
6.559822 -11.70439 epithelial cell of lacrimal sac GAN
|
380 |
+
2.0417602 -9.166883 epithelial cell of lacrimal sac KIF5C
|
381 |
+
7.8350334 -12.276926 epithelial cell of lacrimal sac USP6NL
|
382 |
+
-0.30832896 -9.919841 epithelial cell of lacrimal sac ERBB4
|
383 |
+
7.2656407 -12.330907 epithelial cell of lacrimal sac KCNIP2
|
384 |
+
-2.3633494 -10.007812 epithelial cell of lacrimal sac KPNA6
|
385 |
+
6.424346 -11.915557 epithelial cell of lacrimal sac ENTPD3
|
386 |
+
7.6244707 -11.516475 epithelial cell of lacrimal sac TGIF1
|
387 |
+
-2.4220932 -9.647033 epithelial cell of lacrimal sac REN
|
388 |
+
-1.9478027 -1.7354754 epithelial cell of lacrimal sac PNP
|
389 |
+
5.545612 -11.047546 epithelial cell of lacrimal sac CSTF2
|
390 |
+
5.843098 -11.73736 epithelial cell of lacrimal sac ANK3
|
391 |
+
7.5372496 -12.25829 epithelial cell of lacrimal sac WWTR1
|
392 |
+
2.2192612 -9.6385145 epithelial cell of lacrimal sac PLAT
|
393 |
+
-2.0178452 -9.575861 epithelial cell of lacrimal sac CPT1C
|
394 |
+
4.296812 -9.908912 epithelial cell of lacrimal sac FGFR3
|
395 |
+
4.8227234 -11.76471 epithelial cell of lacrimal sac CLCA2
|
396 |
+
7.399257 -11.76033 epithelial cell of lacrimal sac RACGAP1
|
397 |
+
5.5874715 -11.414044 epithelial cell of lacrimal sac CCDC33
|
398 |
+
5.5761466 -11.411488 epithelial cell of lacrimal sac ALK
|
399 |
+
3.1687365 -8.525989 epithelial cell of lacrimal sac FANCG
|
400 |
+
7.7085505 -11.859879 epithelial cell of lacrimal sac HSPA2
|
401 |
+
4.4260545 -10.150468 epithelial cell of lacrimal sac CELF3
|
402 |
+
6.8239594 -11.211412 epithelial cell of lacrimal sac GRIP1
|
403 |
+
4.2903886 -11.862774 epithelial cell of lacrimal sac SLC23A2
|
404 |
+
6.529645 -12.338216 epithelial cell of lacrimal sac SAT1
|
405 |
+
5.055064 -11.740214 epithelial cell of lacrimal sac EIF6
|
406 |
+
2.0068414 -8.747588 epithelial cell of lacrimal sac NOL12
|
407 |
+
5.268275 -11.808649 epithelial cell of lacrimal sac COL7A1
|
408 |
+
7.014206 -11.737284 epithelial cell of lacrimal sac CRYBA2
|
409 |
+
-17.713715 -3.9500759 epithelial cell of lacrimal sac PMEL
|
410 |
+
4.4512434 -11.449604 epithelial cell of lacrimal sac RGS12
|
411 |
+
6.918491 -11.521347 epithelial cell of lacrimal sac PSMA2
|
412 |
+
6.65212 -12.405505 epithelial cell of lacrimal sac OSBPL1A
|
413 |
+
6.6521506 -12.2246685 epithelial cell of lacrimal sac CHD7
|
414 |
+
1.2389709 -10.416688 epithelial cell of lacrimal sac SERINC2
|
415 |
+
6.99431 -12.015138 epithelial cell of lacrimal sac TEAD1
|
416 |
+
3.2817128 -9.921016 epithelial cell of lacrimal sac CAV1
|
417 |
+
1.0986319 -8.907545 epithelial cell of lacrimal sac XYLB
|
418 |
+
3.8404906 -9.602033 epithelial cell of lacrimal sac SLC39A6
|
419 |
+
6.751556 -11.638098 epithelial cell of lacrimal sac NR2E3
|
420 |
+
5.37938 -11.272997 epithelial cell of lacrimal sac KLHL21
|
421 |
+
5.732151 -11.770245 epithelial cell of lacrimal sac SLC12A1
|
422 |
+
5.8905106 -11.925324 epithelial cell of lacrimal sac CDON
|
423 |
+
4.454325 -11.289619 epithelial cell of lacrimal sac SAG
|
424 |
+
7.290744 -12.052932 epithelial cell of lacrimal sac GNAI1
|
425 |
+
7.508447 -12.239915 epithelial cell of lacrimal sac MT1A
|
426 |
+
6.434876 -12.090748 epithelial cell of lacrimal sac TF
|
427 |
+
3.6672955 -11.308998 epithelial cell of lacrimal sac ERRFI1
|
428 |
+
5.3115835 -10.834083 epithelial cell of lacrimal sac GDA
|
429 |
+
7.388522 -12.553815 epithelial cell of lacrimal sac CEBPZ
|
430 |
+
6.538658 -11.85717 epithelial cell of lacrimal sac CDK15
|
431 |
+
5.7724605 -11.904952 epithelial cell of lacrimal sac SLC2A4
|
432 |
+
3.180227 -8.530256 epithelial cell of lacrimal sac FADS1
|
433 |
+
3.7994647 -10.326724 epithelial cell of lacrimal sac HK2
|
434 |
+
6.051134 -12.532374 epithelial cell of lacrimal sac MSH6
|
435 |
+
5.7918296 -11.910647 epithelial cell of lacrimal sac DCN
|
436 |
+
7.2756143 -12.200398 epithelial cell of lacrimal sac MAP4K5
|
437 |
+
2.0057003 -10.685548 epithelial cell of lacrimal sac RASL10A
|
438 |
+
-1.5273339 -9.313826 epithelial cell of lacrimal sac IP6K2
|
439 |
+
6.775565 -11.184488 epithelial cell of lacrimal sac CNDP1
|
440 |
+
3.982154 -8.829955 epithelial cell of lacrimal sac GPNMB
|
441 |
+
-1.5136633 -9.540242 epithelial cell of lacrimal sac CDS1
|
442 |
+
4.3187265 -11.4760895 epithelial cell of lacrimal sac TAF5
|
443 |
+
7.006243 -11.984393 epithelial cell of lacrimal sac RHPN2
|
444 |
+
5.4077425 -11.823009 epithelial cell of lacrimal sac TUFT1
|
445 |
+
6.246098 -11.157996 epithelial cell of lacrimal sac PSAT1
|
446 |
+
6.649215 -11.344208 epithelial cell of lacrimal sac KDM5B
|
447 |
+
2.458535 -9.652835 epithelial cell of lacrimal sac TFAP2B
|
448 |
+
6.431269 -11.015746 epithelial cell of lacrimal sac CSTA
|
449 |
+
5.0721693 -11.794926 epithelial cell of lacrimal sac PFN2
|
450 |
+
5.667494 -11.69926 epithelial cell of lacrimal sac MYL2
|
451 |
+
1.6404567 -8.925421 epithelial cell of lacrimal sac BCL10
|
452 |
+
-2.604687 -10.345168 epithelial cell of lacrimal sac SNAP91
|
453 |
+
4.1673274 -9.281057 epithelial cell of lacrimal sac RND2
|
454 |
+
2.7800171 -8.428883 epithelial cell of lacrimal sac TOLLIP
|
455 |
+
5.3645844 -11.921917 epithelial cell of lacrimal sac SCRN1
|
456 |
+
5.234925 -11.496477 epithelial cell of lacrimal sac SYT9
|
457 |
+
-1.6012447 -10.252528 epithelial cell of lacrimal sac KCNV1
|
458 |
+
-0.03662085 -9.648293 epithelial cell of lacrimal sac CNTNAP4
|
459 |
+
6.527118 -11.616179 epithelial cell of lacrimal sac ZNF217
|
460 |
+
4.3860846 -10.7485075 epithelial cell of lacrimal sac AKAP12
|
461 |
+
4.982963 -10.541034 epithelial cell of lacrimal sac CHRM3
|
462 |
+
6.0424376 -12.091823 epithelial cell of lacrimal sac PHLDB2
|
463 |
+
6.458817 -12.231056 epithelial cell of lacrimal sac TXNL4B
|
464 |
+
1.8905605 -8.95754 epithelial cell of lacrimal sac MAPK6
|
465 |
+
2.2788844 -9.674942 epithelial cell of lacrimal sac MAPKBP1
|
466 |
+
6.367516 -12.117736 epithelial cell of lacrimal sac PKM
|
467 |
+
-2.345042 -1.7100105 epithelial cell of lacrimal sac FBXO2
|
468 |
+
6.034071 -11.448987 epithelial cell of lacrimal sac FBXO32
|
469 |
+
4.5312324 -11.654938 epithelial cell of lacrimal sac UNC45B
|
470 |
+
7.224137 -12.254442 epithelial cell of lacrimal sac CSNK1G2-AS1
|
471 |
+
5.6896605 -11.848803 epithelial cell of lacrimal sac DCBLD2
|
472 |
+
4.235985 -11.266116 epithelial cell of lacrimal sac COL8A1
|
473 |
+
4.8658414 -10.200001 epithelial cell of lacrimal sac SOX9
|
474 |
+
7.0394893 -11.414603 epithelial cell of lacrimal sac HRK
|
475 |
+
4.541758 -10.236006 epithelial cell of lacrimal sac KRT4
|
476 |
+
6.667352 -11.512019 epithelial cell of lacrimal sac NIP7
|
477 |
+
7.859136 -11.546692 epithelial cell of lacrimal sac FAM83A
|
478 |
+
6.224753 -12.163584 epithelial cell of lacrimal sac BCAN
|
479 |
+
5.7006054 -11.695247 epithelial cell of lacrimal sac NUP50
|
480 |
+
6.6707892 -11.135235 epithelial cell of lacrimal sac NECAB1
|
481 |
+
7.0361037 -12.159667 epithelial cell of lacrimal sac TMEM237
|
482 |
+
6.579286 -12.23547 epithelial cell of lacrimal sac ATG101
|
483 |
+
5.5067463 -11.96475 epithelial cell of lacrimal sac PCGF2
|
484 |
+
7.082643 -11.673343 epithelial cell of lacrimal sac USP38
|
485 |
+
-0.84404653 -9.399658 epithelial cell of lacrimal sac PNMA6A
|
486 |
+
6.122143 -11.93502 epithelial cell of lacrimal sac UNC119
|
487 |
+
6.839285 -11.371251 epithelial cell of lacrimal sac SAMD8
|
488 |
+
5.598687 -10.970435 epithelial cell of lacrimal sac MT-CYB
|
489 |
+
6.626588 -12.045538 epithelial cell of lacrimal sac SRF
|
490 |
+
7.3779716 -12.197424 epithelial cell of lacrimal sac TRIM9
|
491 |
+
6.928464 -11.408732 epithelial cell of lacrimal sac AP3M1
|
492 |
+
8.012726 -12.017587 epithelial cell of lacrimal sac ARIH1
|
493 |
+
4.484336 -11.798577 epithelial cell of lacrimal sac LTB4R
|
494 |
+
4.34397 -10.276544 epithelial cell of lacrimal sac KDF1
|
495 |
+
6.341681 -10.709016 epithelial cell of lacrimal sac IL13RA2
|
496 |
+
6.5944633 -12.275076 epithelial cell of lacrimal sac CLIC6
|
497 |
+
3.5285866 -11.042542 epithelial cell of lacrimal sac KIAA1958
|
498 |
+
5.8035774 -11.380722 epithelial cell of lacrimal sac MED12L
|
499 |
+
6.4187117 -12.727517 epithelial cell of lacrimal sac WTAP
|
500 |
+
4.943136 -10.29019 epithelial cell of lacrimal sac PROM1
|
501 |
+
6.1069093 -11.929885 epithelial cell of lacrimal sac ZNF786
|
502 |
+
-1.22333 -10.23879 epithelial cell of lacrimal sac AP3B2
|
503 |
+
-0.57028633 -9.616237 epithelial cell of lacrimal sac MLC1
|
504 |
+
4.825429 -11.448317 epithelial cell of lacrimal sac TIAM1
|
505 |
+
-2.2011695 -9.81433 epithelial cell of lacrimal sac NUFIP1
|
506 |
+
5.0911593 -11.018832 epithelial cell of lacrimal sac A4GALT
|
507 |
+
4.8759956 -10.4961405 epithelial cell of lacrimal sac NDRG2
|
508 |
+
5.463828 -11.376899 epithelial cell of lacrimal sac TRIM3
|
509 |
+
1.4333378 -9.8490925 epithelial cell of lacrimal sac RAD17
|
510 |
+
7.105649 -11.870248 epithelial cell of lacrimal sac SERPINB8
|
511 |
+
7.8166666 -12.298956 epithelial cell of lacrimal sac ITPKC
|
512 |
+
6.844885 -12.1583 epithelial cell of lacrimal sac SIX2
|
513 |
+
0.6778578 -9.899964 epithelial cell of lacrimal sac EIF5AL1
|
514 |
+
7.959194 -12.173359 epithelial cell of lacrimal sac FGF13
|
515 |
+
7.365876 -12.091736 epithelial cell of lacrimal sac METTL17
|
516 |
+
5.955866 -11.763788 epithelial cell of lacrimal sac TP53TG1
|
517 |
+
5.5732355 -11.304093 epithelial cell of lacrimal sac UTP15
|
518 |
+
7.4962325 -11.75011 epithelial cell of lacrimal sac TENT5B
|
519 |
+
5.878571 -11.627685 epithelial cell of lacrimal sac ARF4
|
520 |
+
6.813976 -12.299119 epithelial cell of lacrimal sac NAV2
|
521 |
+
5.1569014 -11.084717 epithelial cell of lacrimal sac ARHGEF17
|
522 |
+
4.6343937 -10.587284 epithelial cell of lacrimal sac SPRR1B
|
523 |
+
6.0988894 -11.10661 epithelial cell of lacrimal sac RAB26
|
524 |
+
7.421557 -11.806239 epithelial cell of lacrimal sac CASP3
|
525 |
+
-0.7427477 -9.574355 epithelial cell of lacrimal sac ITGB4
|
526 |
+
3.681006 -10.990579 epithelial cell of lacrimal sac CAMTA1
|
527 |
+
5.0261874 -11.7451105 epithelial cell of lacrimal sac HSP90AB1
|
528 |
+
0.59418565 -10.2340765 epithelial cell of lacrimal sac TRIP13
|
529 |
+
4.9373198 -11.338945 epithelial cell of lacrimal sac CNTN1
|
530 |
+
2.657243 -11.10975 epithelial cell of lacrimal sac KRT5
|
531 |
+
2.1677651 -10.916792 epithelial cell of lacrimal sac NDUFA7
|
532 |
+
5.676944 -11.703204 epithelial cell of lacrimal sac NUAK2
|
533 |
+
4.1697497 -11.792907 epithelial cell of lacrimal sac REEP6
|
534 |
+
5.93255 -10.999424 epithelial cell of lacrimal sac RGS5
|
535 |
+
6.586199 -12.186366 epithelial cell of lacrimal sac ANXA1
|
536 |
+
8.001147 -11.814515 epithelial cell of lacrimal sac PACSIN1
|
537 |
+
7.396205 -11.85857 epithelial cell of lacrimal sac DMBT1
|
538 |
+
6.588547 -12.445025 epithelial cell of lacrimal sac MSC
|
539 |
+
5.955242 -11.779951 epithelial cell of lacrimal sac PLIN2
|
540 |
+
7.9430876 -12.166829 epithelial cell of lacrimal sac ITGB1
|
541 |
+
2.1611788 -9.731959 epithelial cell of lacrimal sac CTBP2
|
542 |
+
6.5468903 -12.089769 epithelial cell of lacrimal sac ZBTB8B
|
543 |
+
2.4368713 -10.032048 epithelial cell of lacrimal sac ELK1
|
544 |
+
3.2856889 -11.393676 epithelial cell of lacrimal sac TMEM213
|
545 |
+
6.1772275 -11.766111 epithelial cell of lacrimal sac YOD1
|
546 |
+
6.6712184 -11.898155 epithelial cell of lacrimal sac EPPK1
|
547 |
+
5.213465 -11.581495 epithelial cell of lacrimal sac TNS4
|
548 |
+
7.6153307 -12.053992 epithelial cell of lacrimal sac CNN3
|
549 |
+
2.6406214 -9.876289 epithelial cell of lacrimal sac PLAUR
|
550 |
+
0.08430588 -9.497063 epithelial cell of lacrimal sac KRT31
|
551 |
+
6.5660205 -12.176307 epithelial cell of lacrimal sac KCNH5
|
552 |
+
5.296706 -11.780376 epithelial cell of lacrimal sac RBP4
|
553 |
+
6.646672 -12.445811 epithelial cell of lacrimal sac ABHD5
|
554 |
+
5.19231 -10.679427 epithelial cell of lacrimal sac SPOCK1
|
555 |
+
6.5542455 -11.865843 epithelial cell of lacrimal sac PIGR
|
556 |
+
6.141024 -11.955172 epithelial cell of lacrimal sac CRYGD
|
557 |
+
4.8774734 -11.788534 epithelial cell of lacrimal sac PKP3
|
558 |
+
5.0264163 -11.728607 epithelial cell of lacrimal sac BICDL2
|
559 |
+
6.5435576 -12.007463 epithelial cell of lacrimal sac CNKSR1
|
560 |
+
6.2812138 -12.430809 epithelial cell of lacrimal sac OSBP
|
561 |
+
6.4840903 -12.333993 epithelial cell of lacrimal sac PTHLH
|
562 |
+
6.6402664 -11.2640705 epithelial cell of lacrimal sac ATP1A3
|
563 |
+
3.8784294 -10.238425 epithelial cell of lacrimal sac PPP2R2C
|
564 |
+
4.327314 -11.582665 epithelial cell of lacrimal sac SFN
|
565 |
+
6.5459547 -12.211312 epithelial cell of lacrimal sac SERTAD1
|
566 |
+
-2.2693875 -9.458134 epithelial cell of lacrimal sac TRPV4
|
567 |
+
6.359967 -11.724869 epithelial cell of lacrimal sac MYC
|
568 |
+
7.166889 -11.773442 epithelial cell of lacrimal sac JMJD6
|
569 |
+
-2.5864992 -10.091254 epithelial cell of lacrimal sac NSG1
|
570 |
+
4.9608216 -10.51717 epithelial cell of lacrimal sac ARIH2
|
571 |
+
6.377465 -11.261136 epithelial cell of lacrimal sac YWHAG
|
572 |
+
-0.36968225 -9.819409 epithelial cell of lacrimal sac MT-ND6
|
573 |
+
2.1703503 -9.693784 epithelial cell of lacrimal sac POU3F1
|
574 |
+
6.1927724 -11.531684 epithelial cell of lacrimal sac KRT17
|
575 |
+
6.355875 -10.874505 epithelial cell of lacrimal sac ST6GAL2
|
576 |
+
7.7520256 -11.841324 epithelial cell of lacrimal sac NGFR
|
577 |
+
5.1624875 -10.968673 epithelial cell of lacrimal sac CRYBB2
|
578 |
+
0.3966909 -9.245379 epithelial cell of lacrimal sac HP
|
579 |
+
7.5798373 -12.32937 epithelial cell of lacrimal sac MRPL33
|
580 |
+
-1.5990173 -9.802671 epithelial cell of lacrimal sac PFDN2
|
581 |
+
5.5795836 -11.548863 epithelial cell of lacrimal sac SUN1
|
582 |
+
5.6910024 -12.199429 epithelial cell of lacrimal sac ADGRB3
|
583 |
+
6.2890387 -12.238906 epithelial cell of lacrimal sac KRT13
|
584 |
+
6.0788326 -11.36177 epithelial cell of lacrimal sac ARR3
|
585 |
+
4.1707873 -10.359312 epithelial cell of lacrimal sac CD59
|
586 |
+
6.3098116 -11.691317 epithelial cell of lacrimal sac GADD45B
|
587 |
+
7.098235 -11.557053 epithelial cell of lacrimal sac PTMS
|
588 |
+
0.93898743 -9.528292 epithelial cell of lacrimal sac PKP1
|
589 |
+
4.915721 -9.939037 epithelial cell of lacrimal sac OTX1
|
590 |
+
5.1407714 -11.746747 epithelial cell of lacrimal sac SCP2
|
591 |
+
7.081945 -11.413416 epithelial cell of lacrimal sac TWSG1
|
592 |
+
7.4283423 -11.389527 epithelial cell of lacrimal sac MYL6B
|
593 |
+
-0.4990014 -10.046995 epithelial cell of lacrimal sac PLAGL2
|
594 |
+
4.8371696 -11.893746 epithelial cell of lacrimal sac SNTA1
|
595 |
+
5.4359884 -11.958144 epithelial cell of lacrimal sac RAPH1
|
596 |
+
5.752994 -11.726483 epithelial cell of lacrimal sac PRDM1
|
597 |
+
6.5323043 -12.000971 epithelial cell of lacrimal sac NEDD4L
|
598 |
+
-2.0675223 -9.803051 epithelial cell of lacrimal sac TES
|
599 |
+
6.708124 -12.094472 epithelial cell of lacrimal sac INSC
|
600 |
+
-1.1969684 -10.140956 epithelial cell of lacrimal sac RGS9
|
601 |
+
5.573837 -11.607718 epithelial cell of lacrimal sac TSPAN13
|
602 |
+
4.7182794 -10.406313 epithelial cell of lacrimal sac URB2
|
603 |
+
3.6143782 -10.291701 epithelial cell of lacrimal sac LMNA
|
604 |
+
6.8715525 -12.088385 epithelial cell of lacrimal sac S100A11
|
605 |
+
6.8452625 -11.847116 epithelial cell of lacrimal sac CXADR
|
606 |
+
6.6789956 -12.289279 epithelial cell of lacrimal sac CPXM2
|
607 |
+
7.5603313 -11.618993 epithelial cell of lacrimal sac CEP72
|
608 |
+
5.358152 -11.022316 epithelial cell of lacrimal sac INTS6
|
609 |
+
4.5060277 -10.619481 epithelial cell of lacrimal sac SH3RF1
|
610 |
+
5.811603 -11.832932 epithelial cell of lacrimal sac PDCD11
|
611 |
+
5.8760777 -11.759226 epithelial cell of lacrimal sac TPD52L1
|
612 |
+
-0.73997813 -9.183009 epithelial cell of lacrimal sac RTN4IP1
|
613 |
+
6.1454024 -12.020309 epithelial cell of lacrimal sac TSPAN12
|
614 |
+
7.062374 -12.437831 epithelial cell of lacrimal sac DMD
|
615 |
+
4.707893 -11.22177 epithelial cell of lacrimal sac AFMID
|
616 |
+
5.1349516 -11.383418 epithelial cell of lacrimal sac NCAM1
|
617 |
+
4.054489 -11.937256 epithelial cell of lacrimal sac NHLRC2
|
618 |
+
4.73188 -9.380938 epithelial cell of lacrimal sac URB1
|
619 |
+
5.5119724 -11.585 epithelial cell of lacrimal sac AEN
|
620 |
+
3.3113286 -11.057342 epithelial cell of lacrimal sac CDK6
|
621 |
+
3.6839104 -10.058919 epithelial cell of lacrimal sac TRDN
|
622 |
+
4.0153027 -8.937654 epithelial cell of lacrimal sac CYP2C18
|
623 |
+
-0.696374 -10.000469 epithelial cell of lacrimal sac LAPTM4B
|
624 |
+
6.4109073 -12.116715 epithelial cell of lacrimal sac SDCBP2
|
625 |
+
4.2597065 -10.465986 epithelial cell of lacrimal sac ITGB8
|
626 |
+
0.46494663 -10.09551 epithelial cell of lacrimal sac AHSA1
|
627 |
+
2.8460405 -10.207676 epithelial cell of lacrimal sac MDM2
|
628 |
+
3.087887 -8.67662 epithelial cell of lacrimal sac TEAD2
|
629 |
+
3.276564 -11.213583 epithelial cell of lacrimal sac RPS26
|
630 |
+
4.6602654 -11.8169775 epithelial cell of lacrimal sac RXRG
|
631 |
+
5.4125495 -11.1635685 epithelial cell of lacrimal sac LAD1
|
632 |
+
4.568357 -10.6536455 epithelial cell of lacrimal sac VEGFA
|
633 |
+
4.6337852 -10.525056 epithelial cell of lacrimal sac SLC4A5
|
634 |
+
-2.0716116 -10.094682 epithelial cell of lacrimal sac ZNF593
|
635 |
+
3.3540866 -8.543816 epithelial cell of lacrimal sac ARHGEF16
|
636 |
+
-2.2355564 -9.700436 epithelial cell of lacrimal sac PPL
|
637 |
+
5.175057 -11.968467 epithelial cell of lacrimal sac KIFC3
|
638 |
+
5.4262967 -11.257907 epithelial cell of lacrimal sac NLGN2
|
639 |
+
4.7226734 -9.239851 epithelial cell of lacrimal sac TMEM54
|
640 |
+
6.4835496 -11.112671 epithelial cell of lacrimal sac RBM41
|
641 |
+
2.330042 -9.907029 epithelial cell of lacrimal sac KRT3
|
642 |
+
7.440728 -12.126207 epithelial cell of lacrimal sac HOMEZ
|
643 |
+
10.238482 0.46046823 epithelial cell of lacrimal sac HOPX
|
644 |
+
4.1110773 -10.984972 epithelial cell of lacrimal sac HSPA5
|
645 |
+
0.33695415 -9.737929 epithelial cell of lacrimal sac LACRT
|
646 |
+
-0.17471257 -10.006621 epithelial cell of lacrimal sac TUBA4A
|
647 |
+
7.052715 -11.773966 epithelial cell of lacrimal sac RORB
|
648 |
+
7.2952466 -12.272353 epithelial cell of lacrimal sac KIAA0895L
|
649 |
+
7.032164 -11.723289 epithelial cell of lacrimal sac PRRX1
|
650 |
+
6.458647 -11.110271 epithelial cell of lacrimal sac LONRF1
|
651 |
+
5.3750176 -11.254751 epithelial cell of lacrimal sac INAVA
|
652 |
+
6.4025044 -11.734377 epithelial cell of lacrimal sac TTC4
|
653 |
+
4.6627274 -11.3060875 epithelial cell of lacrimal sac DAAM1
|
654 |
+
5.901876 -11.46068 epithelial cell of lacrimal sac NET1
|
655 |
+
6.415404 -11.418826 epithelial cell of lacrimal sac RC3H1
|
656 |
+
5.2233386 -10.282836 epithelial cell of lacrimal sac DPH2
|
657 |
+
-17.473394 -3.9979155 epithelial cell of lacrimal sac MATR3
|
658 |
+
-0.71859825 -9.926863 epithelial cell of lacrimal sac USH2A
|
659 |
+
7.6718397 -12.335208 epithelial cell of lacrimal sac SDC1
|
660 |
+
6.2466607 -11.112489 epithelial cell of lacrimal sac IGFBP2
|
661 |
+
4.1976094 -10.348057 epithelial cell of lacrimal sac ACTN4
|
662 |
+
5.5056505 -11.867488 epithelial cell of lacrimal sac NEFM
|
663 |
+
7.2336845 -11.475184 epithelial cell of lacrimal sac STK38L
|
664 |
+
3.1535995 -10.7520895 epithelial cell of lacrimal sac SPDYA
|
665 |
+
6.425914 -12.232991 epithelial cell of lacrimal sac USP53
|
666 |
+
5.7470694 -11.781312 epithelial cell of lacrimal sac TJP1
|
667 |
+
6.8871965 -11.676264 epithelial cell of lacrimal sac PKNOX1
|
668 |
+
4.650002 -11.069055 epithelial cell of lacrimal sac ANKLE2
|
669 |
+
6.4788113 -11.774117 epithelial cell of lacrimal sac RRP15
|
670 |
+
-17.80261 -3.8159022 epithelial cell of lacrimal sac CXCL8
|
671 |
+
4.694227 -10.4915085 epithelial cell of lacrimal sac SAA2
|
672 |
+
5.7311034 -11.791863 epithelial cell of lacrimal sac SLMAP
|
673 |
+
6.1542263 -11.4261465 epithelial cell of lacrimal sac DNM3
|
674 |
+
-1.8710548 -9.650042 epithelial cell of lacrimal sac GAMT
|
675 |
+
6.541737 -12.0978775 epithelial cell of lacrimal sac MAN2B1
|
676 |
+
6.7950153 -11.526471 epithelial cell of lacrimal sac CALR
|
677 |
+
4.952341 -11.5646 epithelial cell of lacrimal sac NKAIN4
|
678 |
+
4.7899456 -11.669838 epithelial cell of lacrimal sac CCNE1
|
679 |
+
6.2715645 -12.26559 epithelial cell of lacrimal sac MIPOL1
|
680 |
+
6.191734 -12.1073475 epithelial cell of lacrimal sac STARD13
|
681 |
+
1.933366 -10.594396 epithelial cell of lacrimal sac SMAD9
|
682 |
+
3.778091 -11.320911 epithelial cell of lacrimal sac ZNF417
|
683 |
+
7.322914 -11.532794 epithelial cell of lacrimal sac LY6D
|
684 |
+
6.1958165 -12.083014 epithelial cell of lacrimal sac CTNND1
|
685 |
+
6.4360137 -12.087564 epithelial cell of lacrimal sac TSC22D1
|
686 |
+
3.8772466 -10.513466 epithelial cell of lacrimal sac INSIG1
|
687 |
+
-2.5668797 -10.091393 epithelial cell of lacrimal sac C1orf105
|
688 |
+
3.9805436 -11.548129 epithelial cell of lacrimal sac CARTPT
|
689 |
+
4.515386 -10.999221 epithelial cell of lacrimal sac CDC25C
|
690 |
+
3.489325 -8.749207 epithelial cell of lacrimal sac DUSP14
|
691 |
+
5.6325026 -11.751956 epithelial cell of lacrimal sac ZNF503
|
692 |
+
2.0311537 -10.477482 epithelial cell of lacrimal sac RBBP8
|
693 |
+
3.4737253 -11.041709 epithelial cell of lacrimal sac MARK1
|
694 |
+
2.9667737 -10.31353 epithelial cell of lacrimal sac MINDY2
|
695 |
+
5.4771113 -11.895989 epithelial cell of lacrimal sac MT-ND2
|
696 |
+
6.5076237 -12.141257 epithelial cell of lacrimal sac PARD6B
|
697 |
+
9.420842 0.12323895 epithelial cell of lacrimal sac BRPF1
|
698 |
+
7.786509 -11.845563 epithelial cell of lacrimal sac GTF2H1
|
699 |
+
6.011067 -11.129086 epithelial cell of lacrimal sac DLG1
|
700 |
+
5.7424626 -11.810163 epithelial cell of lacrimal sac BRSK2
|
701 |
+
6.821575 -11.973981 epithelial cell of lacrimal sac GUCA1B
|
702 |
+
-17.73986 -3.9147627 epithelial cell of lacrimal sac CPNE4
|
703 |
+
5.7160454 -11.778885 epithelial cell of lacrimal sac ZIC2
|
704 |
+
6.251901 -11.232002 epithelial cell of lacrimal sac TOB1
|
705 |
+
6.8724856 -11.262233 epithelial cell of lacrimal sac DDX21
|
706 |
+
7.9932323 -11.990819 epithelial cell of lacrimal sac TRA2A
|
707 |
+
6.8281918 -11.693857 epithelial cell of lacrimal sac BZW1
|
708 |
+
6.224535 -10.760723 epithelial cell of lacrimal sac FOXA1
|
709 |
+
3.774014 -10.006401 epithelial cell of lacrimal sac KIT
|
710 |
+
-0.99365443 -9.765252 epithelial cell of lacrimal sac PDCD4
|
711 |
+
5.9391236 -12.49317 epithelial cell of lacrimal sac DLG3
|
712 |
+
7.6421943 -12.138487 epithelial cell of lacrimal sac PTPRF
|
713 |
+
6.9662604 -11.082183 epithelial cell of lacrimal sac PTGS2
|
714 |
+
6.8315816 -11.802773 epithelial cell of lacrimal sac GPR37L1
|
715 |
+
3.9292521 -10.328318 epithelial cell of lacrimal sac CLDN7
|
716 |
+
3.097198 -10.363012 epithelial cell of lacrimal sac ASCL2
|
717 |
+
2.9022698 -8.572433 epithelial cell of lacrimal sac INA
|
718 |
+
5.7829475 -12.014009 epithelial cell of lacrimal sac FOSL2
|
719 |
+
6.302383 -11.983534 epithelial cell of lacrimal sac ZNF750
|
720 |
+
6.6038923 -11.997933 epithelial cell of lacrimal sac KRT18
|
721 |
+
6.193668 -12.024406 epithelial cell of lacrimal sac TRIM63
|
722 |
+
7.875254 -11.72698 epithelial cell of lacrimal sac IFI27
|
723 |
+
6.196594 -12.259858 epithelial cell of lacrimal sac PBK
|
724 |
+
-2.1429305 -1.905807 epithelial cell of lacrimal sac ENO1
|
725 |
+
6.303622 -11.120763 epithelial cell of lacrimal sac SOX10
|
726 |
+
-1.9301788 -9.688785 epithelial cell of lacrimal sac CDC42EP4
|
727 |
+
7.282192 -12.147747 epithelial cell of lacrimal sac UNKL
|
728 |
+
-1.9569919 -9.632784 epithelial cell of lacrimal sac CDKN1C
|
729 |
+
2.5034242 -10.9841175 epithelial cell of lacrimal sac LURAP1
|
730 |
+
2.2156496 -10.896944 epithelial cell of lacrimal sac ZNF229
|
731 |
+
-2.6840987 -10.158074 epithelial cell of lacrimal sac B3GNT9
|
732 |
+
6.5924315 -12.253002 epithelial cell of lacrimal sac PLCB4
|
733 |
+
5.581166 -12.078473 epithelial cell of lacrimal sac MT-ND4L
|
734 |
+
1.5184932 -9.14696 epithelial cell of lacrimal sac TRAM1L1
|
735 |
+
7.4383855 -12.004083 epithelial cell of lacrimal sac GSTO2
|
736 |
+
5.586012 -11.794297 epithelial cell of lacrimal sac RIBC1
|
737 |
+
0.32913655 -10.126954 epithelial cell of lacrimal sac MT-CO3
|
738 |
+
5.702607 -10.423515 epithelial cell of lacrimal sac CDKN2A
|
739 |
+
5.5544953 -11.096213 epithelial cell of lacrimal sac TNFAIP6
|
740 |
+
7.010752 -11.94786 epithelial cell of lacrimal sac COL25A1
|
741 |
+
7.9898667 -12.001087 epithelial cell of lacrimal sac COMT
|
742 |
+
6.7197723 -12.307421 epithelial cell of lacrimal sac FSTL3
|
743 |
+
5.0541787 -11.843531 epithelial cell of lacrimal sac PAX3
|
744 |
+
1.581659 -8.880638 epithelial cell of lacrimal sac ALDH7A1
|
745 |
+
5.167899 -11.639227 epithelial cell of lacrimal sac MACF1
|
746 |
+
5.813025 -12.106775 epithelial cell of lacrimal sac SLC15A2
|
747 |
+
4.5984607 -11.172933 epithelial cell of lacrimal sac APOD
|
748 |
+
4.705108 -12.406592 epithelial cell of lacrimal sac CELSR2
|
749 |
+
4.242622 -10.324227 epithelial cell of lacrimal sac MTAP
|
750 |
+
2.8941846 -10.491485 epithelial cell of lacrimal sac ANK2
|
751 |
+
5.9695196 -12.0767355 epithelial cell of lacrimal sac DOC2A
|
752 |
+
6.208342 -12.245001 epithelial cell of lacrimal sac NINL
|
753 |
+
6.14675 -11.920194 epithelial cell of lacrimal sac SHC3
|
754 |
+
1.5534195 -8.711808 epithelial cell of lacrimal sac CAPN6
|
755 |
+
6.689332 -12.042484 epithelial cell of lacrimal sac ABI2
|
756 |
+
3.7795157 -10.274433 epithelial cell of lacrimal sac AIPL1
|
757 |
+
2.5461767 -9.966015 epithelial cell of lacrimal sac AQP5
|
758 |
+
7.2412543 -11.770619 epithelial cell of lacrimal sac BRAF
|
759 |
+
6.780241 -12.101585 epithelial cell of lacrimal sac PAX6
|
760 |
+
5.3326206 -10.034629 epithelial cell of lacrimal sac S100A10
|
761 |
+
4.209609 -10.479397 epithelial cell of lacrimal sac SQSTM1
|
762 |
+
6.064892 -12.151196 epithelial cell of lacrimal sac CCDC181
|
763 |
+
2.0252984 -10.772487 epithelial cell of lacrimal sac STX3
|
764 |
+
5.1016126 -11.571196 epithelial cell of lacrimal sac NCKAP1
|
765 |
+
4.780807 -12.0427885 epithelial cell of lacrimal sac CCN3
|
766 |
+
5.5133023 -11.472986 epithelial cell of lacrimal sac FDCSP
|
767 |
+
6.5549545 -11.387625 epithelial cell of lacrimal sac DEFB1
|
768 |
+
4.21607 -10.234872 epithelial cell of lacrimal sac GABRA2
|
769 |
+
6.770698 -11.318015 epithelial cell of lacrimal sac CDAN1
|
770 |
+
4.8917747 -10.304395 epithelial cell of lacrimal sac PTTG1
|
771 |
+
6.010746 -12.188924 epithelial cell of lacrimal sac RAB4A
|
772 |
+
4.6820927 -11.504592 epithelial cell of lacrimal sac PTPRH
|
773 |
+
3.6050043 -11.399082 epithelial cell of lacrimal sac CFLAR
|
774 |
+
5.935852 -12.182816 epithelial cell of lacrimal sac ARNT2
|
775 |
+
4.1685195 -11.7137575 epithelial cell of lacrimal sac EIF3J
|
776 |
+
6.668595 -11.046931 epithelial cell of lacrimal sac KRTAP4-4
|
777 |
+
7.020739 -11.469507 epithelial cell of lacrimal sac PPARGC1A
|
778 |
+
3.560291 -8.71293 epithelial cell of lacrimal sac SNRPG
|
779 |
+
5.768457 -11.715628 epithelial cell of lacrimal sac RPE65
|
780 |
+
5.1290436 -11.177743 epithelial cell of lacrimal sac KIF6
|
781 |
+
6.5350704 -11.12724 epithelial cell of lacrimal sac HSBP1
|
782 |
+
6.883656 -11.802599 epithelial cell of lacrimal sac CKMT1A
|
783 |
+
4.594844 -10.031458 epithelial cell of lacrimal sac CDKN2AIP
|
784 |
+
6.9900537 -11.993619 epithelial cell of lacrimal sac GRWD1
|
785 |
+
5.190523 -11.889979 epithelial cell of lacrimal sac SYT7
|
786 |
+
5.2228284 -12.096667 epithelial cell of lacrimal sac SLC25A4
|
787 |
+
5.101822 -11.807072 epithelial cell of lacrimal sac PTS
|
788 |
+
1.8895018 -8.687593 epithelial cell of lacrimal sac A2M
|
789 |
+
6.3171744 -12.100283 epithelial cell of lacrimal sac GOLGA7B
|
790 |
+
6.5235677 -12.521446 epithelial cell of lacrimal sac EIF1AX
|
791 |
+
7.125636 -11.640393 epithelial cell of lacrimal sac ATP6V1C2
|
792 |
+
6.5375013 -12.001795 epithelial cell of lacrimal sac COL8A2
|
793 |
+
-0.6120146 -9.395226 epithelial cell of lacrimal sac CDK2AP1
|
794 |
+
7.096039 -11.913463 epithelial cell of lacrimal sac POLR2J3
|
795 |
+
5.3475685 -11.187118 epithelial cell of lacrimal sac PLCH2
|
796 |
+
4.1075974 -11.443731 epithelial cell of lacrimal sac KLHL9
|
797 |
+
5.4933295 -11.264707 epithelial cell of lacrimal sac P2RY2
|
798 |
+
6.137756 -12.028164 epithelial cell of lacrimal sac MYO1A
|
799 |
+
0.8766905 -9.022634 epithelial cell of lacrimal sac PDE9A
|
800 |
+
5.519682 -12.078113 epithelial cell of lacrimal sac CCNA2
|
801 |
+
6.298973 -11.832603 epithelial cell of lacrimal sac EPCAM
|
802 |
+
5.740223 -12.004854 epithelial cell of lacrimal sac RGS20
|
803 |
+
5.5662355 -12.209377 epithelial cell of lacrimal sac TNFAIP3
|
804 |
+
6.2109866 -11.824819 epithelial cell of lacrimal sac RAP2B
|
805 |
+
5.0448565 -11.190688 epithelial cell of lacrimal sac ADRB2
|
806 |
+
7.009038 -11.617942 epithelial cell of lacrimal sac TM2D1
|
807 |
+
6.361704 -11.964196 epithelial cell of lacrimal sac HSPA4L
|
808 |
+
-2.393901 -10.45585 epithelial cell of lacrimal sac JPH4
|
809 |
+
4.2966557 -11.046457 epithelial cell of lacrimal sac GLIS3
|
810 |
+
-2.3224218 -9.643975 epithelial cell of lacrimal sac MCM4
|
811 |
+
7.0413413 -11.921559 epithelial cell of lacrimal sac ADIRF
|
812 |
+
5.836493 -11.964183 epithelial cell of lacrimal sac UPK1B
|
813 |
+
5.650784 -11.265802 epithelial cell of lacrimal sac ATXN7L3
|
814 |
+
6.5810637 -12.048437 epithelial cell of lacrimal sac TLE1
|
815 |
+
7.4662166 -12.007548 epithelial cell of lacrimal sac HAPLN1
|
816 |
+
6.963626 -11.445925 epithelial cell of lacrimal sac SLPI
|
817 |
+
3.0418112 -11.121389 epithelial cell of lacrimal sac P3H3
|
818 |
+
1.8899645 -8.848414 epithelial cell of lacrimal sac PDE1C
|
819 |
+
7.23061 -11.641457 epithelial cell of lacrimal sac ASB9
|
820 |
+
6.8644996 -12.379513 epithelial cell of lacrimal sac TTLL7
|
821 |
+
3.610892 -10.260799 epithelial cell of lacrimal sac SGMS2
|
822 |
+
11.276728 0.32827374 epithelial cell of lacrimal sac HIVEP2
|
823 |
+
0.084375426 -9.375281 epithelial cell of lacrimal sac NLGN4X
|
824 |
+
6.43551 -11.905809 epithelial cell of lacrimal sac SERPINB5
|
825 |
+
6.8319335 -11.552096 epithelial cell of lacrimal sac CDH6
|
826 |
+
6.9012074 -12.392081 epithelial cell of lacrimal sac GAL
|
827 |
+
6.184654 -12.149857 epithelial cell of lacrimal sac PHLPP2
|
828 |
+
7.274285 -11.548747 epithelial cell of lacrimal sac SNX32
|
829 |
+
7.85359 -11.4532995 epithelial cell of lacrimal sac LSM12
|
830 |
+
6.473244 -11.862408 epithelial cell of lacrimal sac SELENOM
|
831 |
+
2.4742134 -9.972355 epithelial cell of lacrimal sac ABCB1
|
832 |
+
5.600135 -11.643781 epithelial cell of lacrimal sac TFAP2C
|
833 |
+
7.05078 -11.349051 epithelial cell of lacrimal sac CD9
|
834 |
+
6.15441 -11.953574 epithelial cell of lacrimal sac INHBA
|
835 |
+
7.8587494 -11.581358 epithelial cell of lacrimal sac ACVR2A
|
836 |
+
7.8666053 -12.097043 epithelial cell of lacrimal sac SOSTDC1
|
837 |
+
3.5060248 -11.571853 epithelial cell of lacrimal sac CGNL1
|
838 |
+
4.5753837 -11.285005 epithelial cell of lacrimal sac COL17A1
|
839 |
+
5.986825 -12.108898 epithelial cell of lacrimal sac DIRAS1
|
840 |
+
4.906748 -11.922476 epithelial cell of lacrimal sac G0S2
|
841 |
+
6.956034 -12.099245 epithelial cell of lacrimal sac CTNNBIP1
|
842 |
+
-1.7741903 -9.636563 epithelial cell of lacrimal sac ROPN1
|
843 |
+
2.4540098 -10.795666 epithelial cell of lacrimal sac NOMO1
|
844 |
+
5.736519 -10.31748 epithelial cell of lacrimal sac LCN2
|
845 |
+
5.791573 -12.117409 epithelial cell of lacrimal sac TMCC2
|
846 |
+
-0.87367064 -9.54448 epithelial cell of lacrimal sac SULT1E1
|
847 |
+
3.8341186 -10.9852705 epithelial cell of lacrimal sac ASPH
|
848 |
+
5.1574793 -10.697346 epithelial cell of lacrimal sac PAWR
|
849 |
+
6.390847 -11.924253 epithelial cell of lacrimal sac AKAP6
|
850 |
+
5.754379 -11.859854 epithelial cell of lacrimal sac CDH24
|
851 |
+
7.857624 -11.913775 epithelial cell of lacrimal sac GLDC
|
852 |
+
6.227525 -11.483463 epithelial cell of lacrimal sac CCND2
|
853 |
+
-17.745453 -3.8978136 epithelial cell of lacrimal sac PKNOX2
|
854 |
+
6.6570067 -12.414041 epithelial cell of lacrimal sac MRNIP
|
855 |
+
7.8426614 -11.532077 epithelial cell of lacrimal sac PFKM
|
856 |
+
6.246561 -11.801475 epithelial cell of lacrimal sac DNAJA4
|
857 |
+
5.7528734 -11.281511 epithelial cell of lacrimal sac ITGA10
|
858 |
+
7.458169 -11.922789 epithelial cell of lacrimal sac DKK1
|
859 |
+
6.4646997 -11.053554 epithelial cell of lacrimal sac CNKSR2
|
860 |
+
6.357499 -12.045947 epithelial cell of lacrimal sac TLE4
|
861 |
+
7.8321033 -11.930965 epithelial cell of lacrimal sac MAP2K3
|
862 |
+
-0.92148525 -9.929361 epithelial cell of lacrimal sac PLPP2
|
863 |
+
6.3467407 -12.4391 epithelial cell of lacrimal sac PLCD4
|
864 |
+
-2.4801733 -10.401627 epithelial cell of lacrimal sac TOR1AIP1
|
865 |
+
7.4194117 -12.458741 epithelial cell of lacrimal sac HLF
|
866 |
+
-1.0655746 -10.042945 epithelial cell of lacrimal sac CTPS1
|
867 |
+
6.307654 -12.208519 epithelial cell of lacrimal sac SOD3
|
868 |
+
6.896931 -11.232234 epithelial cell of lacrimal sac ZNF653
|
869 |
+
6.7937837 -11.74398 epithelial cell of lacrimal sac STX19
|
870 |
+
6.6846585 -11.459246 epithelial cell of lacrimal sac DDR1
|
871 |
+
-0.4998509 -9.4648485 epithelial cell of lacrimal sac ANKS1B
|
872 |
+
1.3629829 -8.943002 epithelial cell of lacrimal sac CFAP53
|
873 |
+
5.3021593 -11.422334 epithelial cell of lacrimal sac PTGFRN
|
874 |
+
6.1737885 -12.681732 epithelial cell of lacrimal sac ABCC9
|
875 |
+
4.871326 -12.269157 epithelial cell of lacrimal sac GGN
|
876 |
+
5.479883 -11.909378 epithelial cell of lacrimal sac ABCA1
|
877 |
+
3.6632497 -11.324358 epithelial cell of lacrimal sac TUBB4A
|
878 |
+
5.012533 -11.220068 epithelial cell of lacrimal sac CFD
|
879 |
+
4.3706264 -11.728005 epithelial cell of lacrimal sac CACNB2
|
880 |
+
1.5291063 -7.950211 epithelial cell of lacrimal sac CBR3
|
881 |
+
6.354561 -12.506742 epithelial cell of lacrimal sac DGKI
|
882 |
+
4.696794 -11.256232 epithelial cell of lacrimal sac SLC41A1
|
883 |
+
2.7180972 -9.790087 epithelial cell of lacrimal sac PLPPR3
|
884 |
+
5.6824484 -12.113094 epithelial cell of lacrimal sac APOE
|
885 |
+
5.333822 -11.187441 epithelial cell of lacrimal sac CNTN3
|
886 |
+
6.8912497 -11.936544 epithelial cell of lacrimal sac JAM3
|
887 |
+
6.2629485 -10.802436 epithelial cell of lacrimal sac PRIMA1
|
888 |
+
7.438717 -12.139098 epithelial cell of lacrimal sac GNB3
|
889 |
+
7.363938 -12.097623 epithelial cell of lacrimal sac FBXW7
|
890 |
+
2.4547074 -9.743429 epithelial cell of lacrimal sac MDK
|
891 |
+
6.0707374 -12.168413 epithelial cell of lacrimal sac TUBB1
|
892 |
+
3.225873 -11.237892 epithelial cell of lacrimal sac S100B
|
893 |
+
7.8372974 -11.748428 epithelial cell of lacrimal sac FOXC1
|
894 |
+
3.6573524 -10.377086 epithelial cell of lacrimal sac MT2A
|
895 |
+
2.711277 -8.580533 epithelial cell of lacrimal sac BDNF
|
896 |
+
6.4352965 -11.320864 epithelial cell of lacrimal sac S100A13
|
897 |
+
5.2954473 -10.897157 epithelial cell of lacrimal sac MIF
|
898 |
+
6.593718 -11.766799 epithelial cell of lacrimal sac MEIS2
|
899 |
+
7.6710615 -11.98994 epithelial cell of lacrimal sac ALCAM
|
900 |
+
5.649006 -10.972895 epithelial cell of lacrimal sac SCIN
|
901 |
+
5.2576528 -10.413214 epithelial cell of lacrimal sac TP63
|
902 |
+
5.4464235 -10.860078 epithelial cell of lacrimal sac PLA2G2A
|
903 |
+
6.327767 -11.5609665 epithelial cell of lacrimal sac AQP3
|
904 |
+
5.508758 -11.945264 epithelial cell of lacrimal sac APP
|
905 |
+
4.0042114 -11.033977 epithelial cell of lacrimal sac SH3PXD2A
|
906 |
+
7.895143 -12.049276 epithelial cell of lacrimal sac PLEKHG1
|
907 |
+
3.9372575 -11.433472 epithelial cell of lacrimal sac S100A8
|
908 |
+
4.3039823 -11.25005 epithelial cell of lacrimal sac TDRD6
|
909 |
+
3.0945659 -10.917143 epithelial cell of lacrimal sac MPP6
|
910 |
+
1.3178277 -8.823429 epithelial cell of lacrimal sac HSP90AA1
|
911 |
+
6.0928044 -11.839864 epithelial cell of lacrimal sac PERP
|
912 |
+
5.3440423 -11.827431 epithelial cell of lacrimal sac MT1M
|
913 |
+
-2.0559468 -10.22119 epithelial cell of lacrimal sac MIB2
|
914 |
+
0.71329594 -10.318539 epithelial cell of lacrimal sac RIPPLY2
|
915 |
+
5.83847 -11.626869 epithelial cell of lacrimal sac FANCL
|
916 |
+
2.4042795 -11.074541 epithelial cell of lacrimal sac BMP4
|
917 |
+
5.2360444 -10.4010725 epithelial cell of lacrimal sac IL18
|
918 |
+
9.769009 0.7425867 epithelial cell of lacrimal sac SMAGP
|
919 |
+
4.992744 -12.051418 epithelial cell of lacrimal sac SCN1B
|
920 |
+
5.7662444 -10.927735 epithelial cell of lacrimal sac IGFBP7
|
921 |
+
6.8755937 -11.977726 epithelial cell of lacrimal sac MOB4
|
922 |
+
6.799156 -11.350672 epithelial cell of lacrimal sac NTRK1
|
923 |
+
2.7871816 -9.726256 epithelial cell of lacrimal sac RASSF10
|
924 |
+
-0.8648299 -10.357308 epithelial cell of lacrimal sac SLC35F1
|
925 |
+
5.9631066 -12.187532 epithelial cell of lacrimal sac IFITM3
|
926 |
+
3.759903 -8.747241 epithelial cell of lacrimal sac PLS3
|
927 |
+
6.832088 -12.50398 epithelial cell of lacrimal sac ZNF726
|
928 |
+
-1.1237955 -9.834976 epithelial cell of lacrimal sac ARF6
|
929 |
+
4.539942 -10.481681 epithelial cell of lacrimal sac SPON1
|
930 |
+
5.7784405 -11.697454 epithelial cell of lacrimal sac PPP1R12A
|
931 |
+
4.498924 -11.914553 epithelial cell of lacrimal sac OGN
|
932 |
+
7.340382 -12.127724 epithelial cell of lacrimal sac KLHL41
|
933 |
+
7.6030116 -11.813362 epithelial cell of lacrimal sac MMP1
|
934 |
+
-17.44391 -4.0031714 epithelial cell of lacrimal sac SORBS2
|
935 |
+
2.983468 -9.763898 epithelial cell of lacrimal sac TRAK2
|
936 |
+
-2.0434318 -9.548599 epithelial cell of lacrimal sac CEACAM1
|
937 |
+
9.516698 0.33751002 epithelial cell of lacrimal sac LSMEM2
|
938 |
+
-2.1343644 -10.074341 epithelial cell of lacrimal sac DNAJB11
|
939 |
+
-2.5008347 -10.011185 epithelial cell of lacrimal sac PPP2R2A
|
940 |
+
2.0047772 -10.108141 epithelial cell of lacrimal sac NQO1
|
941 |
+
4.455942 -9.648835 epithelial cell of lacrimal sac TBC1D25
|
942 |
+
5.099794 -11.708083 epithelial cell of lacrimal sac RSPH14
|
943 |
+
-17.786663 -3.8641834 epithelial cell of lacrimal sac CEP170B
|
944 |
+
6.2561903 -11.930897 epithelial cell of lacrimal sac EMP1
|
945 |
+
4.315191 -10.215269 epithelial cell of lacrimal sac WASL
|
946 |
+
4.7872047 -9.592827 epithelial cell of lacrimal sac MRPL18
|
947 |
+
6.6966 -11.608649 epithelial cell of lacrimal sac BOC
|
948 |
+
6.1550956 -11.836979 epithelial cell of lacrimal sac HTATIP2
|
949 |
+
7.4276075 -12.39255 epithelial cell of lacrimal sac GAREM1
|
950 |
+
4.6992636 -9.647 epithelial cell of lacrimal sac KRT16
|
951 |
+
5.1427364 -10.853677 epithelial cell of lacrimal sac COX20
|
952 |
+
6.6408033 -11.854272 epithelial cell of lacrimal sac SCX
|
953 |
+
5.8504558 -11.450204 epithelial cell of lacrimal sac ZBTB22
|
954 |
+
4.947734 -11.553768 epithelial cell of lacrimal sac EXPH5
|
955 |
+
6.114453 -11.129845 epithelial cell of lacrimal sac SPHK1
|
956 |
+
5.9773207 -11.414436 epithelial cell of lacrimal sac PDE6B
|
957 |
+
6.235047 -11.125202 epithelial cell of lacrimal sac NKD1
|
958 |
+
7.364316 -11.294727 epithelial cell of lacrimal sac ABTB2
|
959 |
+
-0.02223933 -10.26183 epithelial cell of lacrimal sac RGS7
|
960 |
+
3.1308606 -8.383853 epithelial cell of lacrimal sac NKIRAS1
|
961 |
+
5.083123 -11.550289 epithelial cell of lacrimal sac CDH2
|
962 |
+
6.390418 -11.485693 epithelial cell of lacrimal sac PKP2
|
963 |
+
-1.801774 -9.703931 epithelial cell of lacrimal sac SEC24A
|
964 |
+
4.393435 -10.867517 epithelial cell of lacrimal sac RBM15B
|
965 |
+
6.188714 -12.205656 epithelial cell of lacrimal sac MITF
|
966 |
+
5.142702 -10.167069 epithelial cell of lacrimal sac EXTL3
|
967 |
+
7.263602 -12.021665 epithelial cell of lacrimal sac PYCR1
|
968 |
+
6.532215 -11.742867 epithelial cell of lacrimal sac CNKSR3
|
969 |
+
-0.5985898 -9.51329 epithelial cell of lacrimal sac PTGDS
|
970 |
+
-0.6099349 -9.761481 epithelial cell of lacrimal sac MT-CO1
|
971 |
+
5.236639 -10.644067 epithelial cell of lacrimal sac FGD6
|
972 |
+
6.340825 -11.483238 epithelial cell of lacrimal sac SPSB1
|
973 |
+
6.0543227 -12.231156 epithelial cell of lacrimal sac NTM
|
974 |
+
7.289075 -12.071085 epithelial cell of lacrimal sac KCNJ9
|
975 |
+
5.389401 -10.837217 epithelial cell of lacrimal sac NOG
|
976 |
+
4.4602866 -11.903071 epithelial cell of lacrimal sac ZNF124
|
977 |
+
-2.4410279 -9.732391 epithelial cell of lacrimal sac DSG1
|
978 |
+
7.2244935 -11.860217 epithelial cell of lacrimal sac UBAP1
|
979 |
+
7.2274027 -11.8813715 epithelial cell of lacrimal sac FRZB
|
980 |
+
6.8510246 -12.317452 epithelial cell of lacrimal sac NAB1
|
981 |
+
5.228504 -10.976666 epithelial cell of lacrimal sac ABHD16A
|
982 |
+
4.098684 -11.449588 epithelial cell of lacrimal sac CALML3
|
983 |
+
3.733196 -10.310369 epithelial cell of lacrimal sac DBI
|
984 |
+
6.9011188 -11.027058 epithelial cell of lacrimal sac CDCA2
|
985 |
+
7.0272574 -11.211807 epithelial cell of lacrimal sac CARD10
|
986 |
+
3.7405014 -10.175655 epithelial cell of lacrimal sac BEND7
|
987 |
+
-1.317418 -9.640542 epithelial cell of lacrimal sac RAB3IP
|
988 |
+
4.8091264 -12.07547 epithelial cell of lacrimal sac PLPP4
|
989 |
+
-1.4388989 -10.099895 epithelial cell of lacrimal sac FAM3C
|
990 |
+
0.60442346 -9.491675 epithelial cell of lacrimal sac SERPINF1
|
991 |
+
5.944877 -11.721882 epithelial cell of lacrimal sac CTNND2
|
992 |
+
5.3984885 -11.943913 epithelial cell of lacrimal sac HSPA1A
|
993 |
+
6.6508794 -12.152086 epithelial cell of lacrimal sac STON2
|
994 |
+
-0.19462137 -9.30508 epithelial cell of lacrimal sac TXNRD1
|
995 |
+
7.2453175 -12.421729 epithelial cell of lacrimal sac CLIP1
|
996 |
+
3.1491117 -10.453506 epithelial cell of lacrimal sac LMO4
|
997 |
+
5.832592 -11.998064 epithelial cell of lacrimal sac LYPD3
|
998 |
+
-1.6953768 -9.548682 epithelial cell of lacrimal sac ZKSCAN5
|
999 |
+
4.3334985 -9.245534 epithelial cell of lacrimal sac MT-ND1
|
1000 |
+
5.3179917 -11.02146 epithelial cell of lacrimal sac TPD52
|
1001 |
+
4.374051 -10.594861 epithelial cell of lacrimal sac RDH10
|
1002 |
+
4.2247467 -9.090849 epithelial cell of lacrimal sac CA11
|
1003 |
+
2.6916316 -9.572095 epithelial cell of lacrimal sac PM20D2
|
1004 |
+
3.8115895 -10.440453 epithelial cell of lacrimal sac BHLHE41
|
1005 |
+
1.1130465 -9.156506 epithelial cell of lacrimal sac CTDSPL
|
1006 |
+
6.6526136 -11.511816 epithelial cell of lacrimal sac TOP1
|
1007 |
+
-2.3093657 -10.381379 epithelial cell of lacrimal sac GLS
|
1008 |
+
2.191797 -9.556355 epithelial cell of lacrimal sac EGR1
|
1009 |
+
6.3100033 -12.304114 epithelial cell of lacrimal sac GEM
|
1010 |
+
5.1699276 -10.893873 epithelial cell of lacrimal sac RND3
|
1011 |
+
6.4481683 -12.24058 epithelial cell of lacrimal sac CAMSAP3
|
1012 |
+
7.1559024 -12.18401 epithelial cell of lacrimal sac PRKCI
|
1013 |
+
7.3840227 -11.462385 epithelial cell of lacrimal sac DKK3
|
1014 |
+
5.2756567 -11.787667 epithelial cell of lacrimal sac JUP
|
1015 |
+
7.164785 -12.23337 epithelial cell of lacrimal sac C1QTNF1
|
1016 |
+
-2.0083418 -9.812443 epithelial cell of lacrimal sac NRG4
|
1017 |
+
-2.6958263 -9.259251 epithelial cell of lacrimal sac TGFBR1
|
1018 |
+
5.41394 -12.017556 epithelial cell of lacrimal sac NPPC
|
1019 |
+
5.168717 -11.287209 epithelial cell of lacrimal sac FAM210B
|
1020 |
+
-0.73540497 -9.533319 epithelial cell of lacrimal sac FGFBP1
|
1021 |
+
5.592491 -11.848128 epithelial cell of lacrimal sac DCX
|
1022 |
+
7.3208084 -11.971362 epithelial cell of lacrimal sac PYGL
|
1023 |
+
-17.690851 -3.7965674 epithelial cell of lacrimal sac KRT15
|
1024 |
+
7.3214746 -12.1576 epithelial cell of lacrimal sac DSG3
|
1025 |
+
-1.2396717 -9.466846 epithelial cell of lacrimal sac SERPINH1
|
1026 |
+
3.6180806 -10.091454 epithelial cell of lacrimal sac PLAU
|
1027 |
+
-1.7675147 -9.582626 epithelial cell of lacrimal sac ITGAV
|
1028 |
+
1.5737103 -8.72996 epithelial cell of lacrimal sac SNORC
|
1029 |
+
3.491508 -11.082624 epithelial cell of lacrimal sac DNAJB6
|
1030 |
+
5.410019 -11.281261 epithelial cell of lacrimal sac KHDC1
|
1031 |
+
5.3308067 -10.96713 epithelial cell of lacrimal sac AQP6
|
1032 |
+
3.272631 -10.240177 epithelial cell of lacrimal sac UBE2H
|
1033 |
+
7.2185497 -12.067197 epithelial cell of lacrimal sac BMP2
|
1034 |
+
0.7151769 -9.835811 epithelial cell of lacrimal sac TOB2
|
1035 |
+
4.5440583 -10.688387 epithelial cell of lacrimal sac IL36RN
|
1036 |
+
4.146213 -10.307689 epithelial cell of lacrimal sac HSPE1
|
1037 |
+
2.035561 -10.626616 epithelial cell of lacrimal sac GPRC5D
|
1038 |
+
5.110927 -10.811317 epithelial cell of lacrimal sac KHDRBS3
|
1039 |
+
4.5092893 -11.937443 epithelial cell of lacrimal sac DAPL1
|
1040 |
+
7.4894013 -11.982039 epithelial cell of lacrimal sac DUSP26
|
1041 |
+
5.393261 -12.003448 epithelial cell of lacrimal sac CTNNB1
|
1042 |
+
-2.1255958 -10.027081 epithelial cell of lacrimal sac CHORDC1
|
1043 |
+
6.160556 -12.147996 epithelial cell of lacrimal sac PCLO
|
1044 |
+
4.466356 -11.90986 epithelial cell of lacrimal sac KRT6A
|
1045 |
+
4.1473994 -10.451199 epithelial cell of lacrimal sac YES1
|
1046 |
+
5.537161 -11.638947 epithelial cell of lacrimal sac EGFR
|
1047 |
+
4.8331285 -10.822739 epithelial cell of lacrimal sac ELOVL4
|
1048 |
+
6.4292855 -11.779272 epithelial cell of lacrimal sac EHD4
|
1049 |
+
3.9925587 -9.905371 epithelial cell of lacrimal sac EML2
|
1050 |
+
4.9011855 -11.301014 epithelial cell of lacrimal sac OTUD7A
|
1051 |
+
6.213497 -12.245287 epithelial cell of lacrimal sac GLUL
|
1052 |
+
2.8473508 -9.7576275 epithelial cell of lacrimal sac KCNMB4
|
1053 |
+
6.0209217 -11.9851265 epithelial cell of lacrimal sac TP73
|
1054 |
+
6.5044055 -12.42279 epithelial cell of lacrimal sac ZBTB43
|
1055 |
+
7.6121383 -11.919714 epithelial cell of lacrimal sac IL20RB
|
1056 |
+
7.153438 -11.53187 epithelial cell of lacrimal sac DYNC1I1
|
1057 |
+
-1.3791083 -9.83508 epithelial cell of lacrimal sac RHBDL1
|
1058 |
+
4.734204 -10.285122 epithelial cell of lacrimal sac PAPPA
|
1059 |
+
6.6843305 -11.637402 epithelial cell of lacrimal sac NRXN3
|
1060 |
+
7.1258764 -11.653523 epithelial cell of lacrimal sac RHOJ
|
1061 |
+
5.035914 -11.781551 epithelial cell of lacrimal sac SCEL
|
1062 |
+
4.0398183 -11.136486 epithelial cell of lacrimal sac MMP10
|
1063 |
+
2.9965243 -11.214484 epithelial cell of lacrimal sac ARHGEF12
|
1064 |
+
-0.12829521 -9.795612 epithelial cell of lacrimal sac KCNJ3
|
1065 |
+
3.9505494 -10.952461 epithelial cell of lacrimal sac BCAR3
|
1066 |
+
6.293781 -12.2291355 epithelial cell of lacrimal sac CCL26
|
1067 |
+
4.781259 -11.9634695 epithelial cell of lacrimal sac FKBP4
|
1068 |
+
4.8556743 -10.526941 epithelial cell of lacrimal sac IL6ST
|
1069 |
+
5.727134 -11.975699 epithelial cell of lacrimal sac HIF1AN
|
1070 |
+
5.9847336 -12.300562 epithelial cell of lacrimal sac PRKG2
|
1071 |
+
5.8277674 -11.298975 epithelial cell of lacrimal sac ENC1
|
1072 |
+
6.3531713 -12.8583 epithelial cell of lacrimal sac HOMER1
|
1073 |
+
5.692569 -10.851026 epithelial cell of lacrimal sac UNC13A
|
1074 |
+
-1.4575832 -9.53053 epithelial cell of lacrimal sac GSTP1
|
1075 |
+
7.482868 -11.563726 epithelial cell of lacrimal sac S100A16
|
1076 |
+
7.05576 -12.298638 epithelial cell of lacrimal sac MED13
|
1077 |
+
6.52344 -11.926869 epithelial cell of lacrimal sac MYL9
|
1078 |
+
-2.1597774 -9.998464 epithelial cell of lacrimal sac ODAM
|
1079 |
+
4.0708785 -9.95987 epithelial cell of lacrimal sac PLP1
|
1080 |
+
7.395309 -11.75788 epithelial cell of lacrimal sac OSBP2
|
1081 |
+
6.213738 -11.293343 epithelial cell of lacrimal sac MAP4K4
|
1082 |
+
6.790366 -11.944459 epithelial cell of lacrimal sac NPNT
|
1083 |
+
5.6313205 -11.728852 epithelial cell of lacrimal sac PIP5K1A
|
1084 |
+
-2.274744 -9.875123 epithelial cell of lacrimal sac PDZRN4
|
1085 |
+
-0.043050885 -9.363805 epithelial cell of lacrimal sac EDNRB
|
1086 |
+
3.029149 -11.140969 epithelial cell of lacrimal sac RDH8
|
1087 |
+
2.4514136 -10.884472 epithelial cell of lacrimal sac SNAP25
|
1088 |
+
4.7723722 -9.251114 epithelial cell of lacrimal sac TXN
|
1089 |
+
4.20765 -9.82535 epithelial cell of lacrimal sac PCSK5
|
1090 |
+
4.3935337 -10.323145 epithelial cell of lacrimal sac TRIML2
|
1091 |
+
7.2607055 -11.661847 epithelial cell of lacrimal sac SUCLA2
|
1092 |
+
6.0459237 -11.761973 epithelial cell of lacrimal sac ROBO1
|
1093 |
+
3.4429367 -11.369461 epithelial cell of lacrimal sac NPAS2
|
1094 |
+
6.4346313 -11.293605 epithelial cell of lacrimal sac IGFL2
|
1095 |
+
4.1783543 -11.542155 epithelial cell of lacrimal sac SPRY2
|
1096 |
+
6.82202 -11.795408 epithelial cell of lacrimal sac GOLM1
|
1097 |
+
2.8551116 -9.953831 epithelial cell of lacrimal sac DDIT4L
|
1098 |
+
0.12127391 -10.268154 epithelial cell of lacrimal sac ZNF460
|
1099 |
+
5.7609777 -12.05973 epithelial cell of lacrimal sac FKBP2
|
1100 |
+
1.9296671 -10.683593 epithelial cell of lacrimal sac GGT6
|
1101 |
+
2.3414655 -10.03951 epithelial cell of lacrimal sac MAP1B
|
1102 |
+
6.578561 -11.017594 epithelial cell of lacrimal sac E2F6
|
1103 |
+
4.930563 -10.603598 epithelial cell of lacrimal sac PCSK4
|
1104 |
+
7.818515 -12.26641 epithelial cell of lacrimal sac NECTIN4
|
1105 |
+
3.4313219 -11.150171 epithelial cell of lacrimal sac PPRC1
|
1106 |
+
7.57532 -12.1135025 epithelial cell of lacrimal sac C16orf92
|
1107 |
+
1.7427742 -8.977108 epithelial cell of lacrimal sac SCN2A
|
1108 |
+
7.9054904 -11.839222 epithelial cell of lacrimal sac DLX4
|
1109 |
+
7.748527 -11.654734 epithelial cell of lacrimal sac ID1
|
1110 |
+
5.8894906 -11.616677 epithelial cell of lacrimal sac ATP1B1
|
1111 |
+
7.9725304 -11.806094 epithelial cell of lacrimal sac C1orf116
|
1112 |
+
-2.0100877 -9.819408 epithelial cell of lacrimal sac HOMER2
|
1113 |
+
5.448543 -11.766603 epithelial cell of lacrimal sac ZNF165
|
1114 |
+
7.6437225 -11.493394 epithelial cell of lacrimal sac FAM171A2
|
1115 |
+
4.4376965 -11.126501 epithelial cell of lacrimal sac S100A14
|
1116 |
+
-2.3947387 -9.828526 epithelial cell of lacrimal sac BAALC
|
1117 |
+
1.2511024 -8.87758 epithelial cell of lacrimal sac FHL2
|
1118 |
+
5.830672 -11.961579 epithelial cell of lacrimal sac LCN1
|
1119 |
+
7.708143 -12.007847 epithelial cell of lacrimal sac DIP2B
|
1120 |
+
6.9149723 -11.948984 epithelial cell of lacrimal sac NECTIN1
|
1121 |
+
5.684704 -11.68142 epithelial cell of lacrimal sac S100P
|
1122 |
+
5.553522 -10.039064 epithelial cell of lacrimal sac MT3
|
1123 |
+
4.8691764 -11.665122 epithelial cell of lacrimal sac KAZN
|
1124 |
+
3.6488585 -10.508037 epithelial cell of lacrimal sac HSD17B2
|
1125 |
+
3.597098 -11.409079 epithelial cell of lacrimal sac SYT1
|
1126 |
+
7.469834 -12.183897 epithelial cell of lacrimal sac CORO1C
|
1127 |
+
-0.9053106 -10.287762 epithelial cell of lacrimal sac DDX47
|
1128 |
+
5.3104067 -12.072757 epithelial cell of lacrimal sac MLANA
|
1129 |
+
6.283048 -11.731538 epithelial cell of lacrimal sac SERPINA3
|
1130 |
+
5.142828 -11.495861 epithelial cell of lacrimal sac RPGRIP1
|
1131 |
+
6.672808 -12.214035 epithelial cell of lacrimal sac IL1RL2
|
1132 |
+
4.060046 -10.257495 epithelial cell of lacrimal sac ZNF326
|
1133 |
+
-0.37773746 -9.358353 epithelial cell of lacrimal sac KRT8
|
1134 |
+
6.974103 -11.371567 epithelial cell of lacrimal sac GBP3
|
1135 |
+
0.42613715 -9.070618 epithelial cell of lacrimal sac PITX1
|
1136 |
+
-2.4398117 -10.176028 epithelial cell of lacrimal sac EPS8L1
|
1137 |
+
6.2166486 -12.480112 epithelial cell of lacrimal sac WIPF2
|
1138 |
+
5.8203154 -11.475849 epithelial cell of lacrimal sac FSCN1
|
1139 |
+
6.315049 -12.145172 epithelial cell of lacrimal sac FEZ2
|
1140 |
+
6.68928 -11.578984 epithelial cell of lacrimal sac PI16
|
1141 |
+
7.16782 -11.672208 epithelial cell of lacrimal sac CRIM1
|
1142 |
+
5.072688 -10.396775 epithelial cell of lacrimal sac ELF3
|
1143 |
+
3.5657957 -10.361164 epithelial cell of lacrimal sac MYO6
|
1144 |
+
5.5356965 -10.980866 epithelial cell of lacrimal sac KIAA0040
|
1145 |
+
5.4066105 -12.109348 epithelial cell of lacrimal sac TUB
|
1146 |
+
6.469089 -12.169413 epithelial cell of lacrimal sac FHIT
|
1147 |
+
8.0491295 -12.029847 epithelial cell of lacrimal sac EBI3
|
1148 |
+
4.900336 -11.780223 epithelial cell of lacrimal sac PHLPP1
|
1149 |
+
3.142837 -8.497176 epithelial cell of lacrimal sac GJB4
|
1150 |
+
-0.7799202 -9.534594 epithelial cell of lacrimal sac SOCS6
|
1151 |
+
6.1409764 -12.133009 epithelial cell of lacrimal sac TJP2
|
1152 |
+
6.179118 -12.473994 epithelial cell of lacrimal sac FGF2
|
1153 |
+
7.05022 -12.092327 epithelial cell of lacrimal sac SLC22A23
|
1154 |
+
7.7354417 -12.054806 epithelial cell of lacrimal sac SLC6A8
|
1155 |
+
6.3280067 -11.416838 epithelial cell of lacrimal sac HMGA1
|
1156 |
+
7.7288694 -12.260971 epithelial cell of lacrimal sac GSR
|
1157 |
+
5.243937 -11.295383 epithelial cell of lacrimal sac CCN1
|
1158 |
+
6.4939017 -12.154158 epithelial cell of lacrimal sac HNRNPH1
|
1159 |
+
7.093416 -12.106385 epithelial cell of lacrimal sac MYLK
|
1160 |
+
2.484431 -8.613892 epithelial cell of lacrimal sac L1CAM
|
1161 |
+
7.192255 -11.946953 epithelial cell of lacrimal sac FGF1
|
1162 |
+
3.4303534 -8.600032 epithelial cell of lacrimal sac ZNF408
|
1163 |
+
7.747793 -11.372225 epithelial cell of lacrimal sac GADD45A
|
1164 |
+
7.5165825 -12.235408 epithelial cell of lacrimal sac RASSF6
|
1165 |
+
6.339885 -11.836957 epithelial cell of lacrimal sac TPM4
|
1166 |
+
7.7955055 -11.898574 epithelial cell of lacrimal sac PRDX1
|
1167 |
+
7.533992 -12.017813 epithelial cell of lacrimal sac BTC
|
1168 |
+
3.0475233 -10.00861 epithelial cell of lacrimal sac PIP
|
1169 |
+
5.276325 -11.727791 epithelial cell of lacrimal sac POLR3D
|
1170 |
+
6.353813 -12.038786 epithelial cell of lacrimal sac EDNRA
|
1171 |
+
6.2025895 -12.118296 epithelial cell of lacrimal sac LRP12
|
1172 |
+
7.2689366 -11.989373 epithelial cell of lacrimal sac SNIP1
|
1173 |
+
4.6243567 -11.791865 epithelial cell of lacrimal sac ILDR2
|
1174 |
+
-1.7520483 -10.347642 epithelial cell of lacrimal sac S100A6
|
1175 |
+
6.284743 -12.00601 epithelial cell of lacrimal sac CPLANE2
|
1176 |
+
4.2976327 -9.989698 epithelial cell of lacrimal sac ACTG1
|
1177 |
+
2.814271 -11.089664 epithelial cell of lacrimal sac PTPN14
|
1178 |
+
4.929536 -11.256959 epithelial cell of lacrimal sac F3
|
1179 |
+
-2.5912979 -9.720876 epithelial cell of lacrimal sac ATP1A1
|
1180 |
+
1.939144 -9.020801 epithelial cell of lacrimal sac COX7A1
|
1181 |
+
5.7141523 -10.542242 epithelial cell of lacrimal sac OSBPL6
|
1182 |
+
4.4659834 -10.969963 epithelial cell of lacrimal sac CLDN16
|
1183 |
+
4.8147974 -9.633446 epithelial cell of lacrimal sac YWHAE
|
1184 |
+
6.020382 -12.039656 epithelial cell of lacrimal sac TIMM8A
|
1185 |
+
5.8147407 -12.079212 epithelial cell of lacrimal sac DST
|
1186 |
+
5.791341 -10.289945 epithelial cell of lacrimal sac NKAPD1
|
1187 |
+
7.1592016 -11.345395 epithelial cell of lacrimal sac FAM124A
|
1188 |
+
7.054841 -12.131907 epithelial cell of lacrimal sac CALN1
|
1189 |
+
-0.7810323 -9.778435 epithelial cell of lacrimal sac MCF2
|
1190 |
+
6.6708264 -11.596013 epithelial cell of lacrimal sac PITPNC1
|
1191 |
+
5.3159685 -10.677971 epithelial cell of lacrimal sac HKDC1
|
1192 |
+
6.530698 -12.061043 epithelial cell of lacrimal sac STYXL1
|
1193 |
+
7.9725986 -11.56576 epithelial cell of lacrimal sac PON1
|
1194 |
+
-2.1512253 -9.979068 epithelial cell of lacrimal sac TRIM21
|
1195 |
+
6.9122434 -11.681121 epithelial cell of lacrimal sac LTK
|
1196 |
+
0.94817305 -10.465006 epithelial cell of lacrimal sac NXPH3
|
1197 |
+
7.044353 -11.936216 epithelial cell of lacrimal sac ITGA8
|
1198 |
+
3.7119253 -11.087164 epithelial cell of lacrimal sac CXCL2
|
1199 |
+
5.4527617 -11.971954 epithelial cell of lacrimal sac NCS1
|
1200 |
+
4.4996853 -9.977942 epithelial cell of lacrimal sac KRT78
|
1201 |
+
5.8806334 -10.924442 epithelial cell of lacrimal sac ACHE
|
1202 |
+
-17.764914 -4.095255 epithelial cell of lacrimal sac ANXA2
|
1203 |
+
4.5114 -10.65572 epithelial cell of lacrimal sac SPTBN2
|
1204 |
+
7.5129848 -11.4919195 epithelial cell of lacrimal sac YWHAZ
|
1205 |
+
4.661682 -11.9088335 epithelial cell of lacrimal sac KDM6A
|
1206 |
+
-0.36353648 -9.614127 epithelial cell of lacrimal sac SRC
|
1207 |
+
5.580642 -11.969612 epithelial cell of lacrimal sac ZNF664
|
1208 |
+
-2.3346407 -10.036249 epithelial cell of lacrimal sac PDE4DIP
|
1209 |
+
1.9284827 -8.643077 epithelial cell of lacrimal sac MAL2
|
1210 |
+
-0.6766141 6.010051 epithelial cell of lacrimal sac KCNK1
|
1211 |
+
6.9550886 -12.086749 epithelial cell of lacrimal sac TFG
|
1212 |
+
-2.1332853 -2.167133 epithelial cell of lacrimal sac C16orf74
|
1213 |
+
5.710383 -12.140024 epithelial cell of lacrimal sac MUC4
|
1214 |
+
6.982914 -12.348272 epithelial cell of lacrimal sac MYO1B
|
1215 |
+
5.1405234 -11.381361 epithelial cell of lacrimal sac FREM1
|
1216 |
+
5.9040084 -12.226322 epithelial cell of lacrimal sac PSMD12
|
1217 |
+
6.441587 -12.175343 epithelial cell of lacrimal sac SOX15
|
1218 |
+
5.101679 -12.1614275 epithelial cell of lacrimal sac PMAIP1
|
1219 |
+
5.8862357 -10.912616 epithelial cell of lacrimal sac SERPINB2
|
1220 |
+
7.7439194 -12.181485 epithelial cell of lacrimal sac GNGT1
|
1221 |
+
0.41263846 -10.137565 epithelial cell of lacrimal sac RHBDL2
|
1222 |
+
5.3779426 -11.296234 epithelial cell of lacrimal sac FOXP2
|
1223 |
+
4.978752 -10.785707 epithelial cell of lacrimal sac UBC
|
1224 |
+
6.014749 -10.8860855 epithelial cell of lacrimal sac EPHA2
|
1225 |
+
5.6036177 -10.974943 epithelial cell of lacrimal sac DNAJB1
|
1226 |
+
7.189318 -11.546096 epithelial cell of lacrimal sac ZNF547
|
1227 |
+
5.6247554 -11.317849 epithelial cell of lacrimal sac TSGA10IP
|
1228 |
+
4.915568 -10.459529 epithelial cell of lacrimal sac ELF5
|
1229 |
+
-0.57422316 -9.616195 epithelial cell of lacrimal sac CAST
|
1230 |
+
2.6524918 -11.019993 epithelial cell of lacrimal sac CAMSAP2
|
1231 |
+
5.6502857 -10.891434 epithelial cell of lacrimal sac PPP1R15A
|
1232 |
+
6.6810484 -11.587358 epithelial cell of lacrimal sac NAA38
|
1233 |
+
2.3091211 -9.546816 epithelial cell of lacrimal sac GLIS2
|
1234 |
+
6.480957 -12.029673 epithelial cell of lacrimal sac LHX8
|
1235 |
+
-0.28290266 -10.059305 epithelial cell of lacrimal sac CAMSAP1
|
1236 |
+
-1.5734235 -9.787807 epithelial cell of lacrimal sac KIAA1522
|
1237 |
+
6.0834312 -11.228659 epithelial cell of lacrimal sac MYO10
|
1238 |
+
7.6181808 -11.5625305 epithelial cell of lacrimal sac CASP14
|
1239 |
+
7.57743 -12.1929865 epithelial cell of lacrimal sac DCUN1D3
|
1240 |
+
7.601489 -11.895235 epithelial cell of lacrimal sac KIAA1217
|
1241 |
+
6.10791 -12.047111 epithelial cell of lacrimal sac POLR1C
|
1242 |
+
7.7946134 -12.155542 epithelial cell of lacrimal sac TYR
|
1243 |
+
5.5452127 -11.766132 epithelial cell of lacrimal sac FAM189A2
|
1244 |
+
5.244234 -11.347944 epithelial cell of lacrimal sac PPP1R3C
|
1245 |
+
3.9128425 -10.281251 epithelial cell of lacrimal sac ADRA2C
|
1246 |
+
1.1682152 -10.327742 epithelial cell of lacrimal sac PLD1
|
1247 |
+
4.065228 -10.418913 epithelial cell of lacrimal sac SLK
|
1248 |
+
5.3243957 -11.8015785 epithelial cell of lacrimal sac ARHGEF19
|
1249 |
+
7.3196115 -11.808417 epithelial cell of lacrimal sac CLDN19
|
1250 |
+
5.8669386 -11.408015 epithelial cell of lacrimal sac FAT1
|
1251 |
+
2.3339696 -10.453998 epithelial cell of lacrimal sac HOXC8
|
1252 |
+
5.1622305 -12.008238 epithelial cell of lacrimal sac F2RL2
|
1253 |
+
4.1545615 -10.398839 epithelial cell of lacrimal sac LAMA3
|
1254 |
+
-1.990791 -9.9647 epithelial cell of lacrimal sac ARL4D
|
1255 |
+
6.2066345 -12.118801 epithelial cell of lacrimal sac BCL2L2
|
1256 |
+
2.9385285 -11.028427 epithelial cell of lacrimal sac CAND2
|
1257 |
+
6.90174 -12.656721 epithelial cell of lacrimal sac CP
|
1258 |
+
0.39801294 -10.319693 epithelial cell of lacrimal sac TEX10
|
1259 |
+
6.104488 -10.701575 epithelial cell of lacrimal sac FAM13C
|
1260 |
+
4.4386544 -11.53038 epithelial cell of lacrimal sac ANKRD1
|
1261 |
+
5.076836 -11.554064 epithelial cell of lacrimal sac COL1A2
|
1262 |
+
4.0891986 -10.099435 epithelial cell of lacrimal sac PRNP
|
1263 |
+
7.3993845 -11.856081 epithelial cell of lacrimal sac SDC4
|
1264 |
+
3.757783 -9.084178 epithelial cell of lacrimal sac ZNF600
|
1265 |
+
7.429448 -12.0807705 epithelial cell of lacrimal sac TGM2
|
1266 |
+
6.691628 -11.199894 epithelial cell of lacrimal sac BARX2
|
1267 |
+
4.6842346 -11.648277 epithelial cell of lacrimal sac C1orf56
|
1268 |
+
6.959521 -11.605612 epithelial cell of lacrimal sac TRAPPC3
|
1269 |
+
6.4933424 -12.126235 epithelial cell of lacrimal sac MUC1
|
1270 |
+
4.9949846 -12.416211 epithelial cell of lacrimal sac RGS2
|
1271 |
+
6.515732 -11.87028 epithelial cell of lacrimal sac CDKN2B
|
1272 |
+
4.6135993 -11.400793 epithelial cell of lacrimal sac DAPP1
|
1273 |
+
4.4266605 -11.285216 epithelial cell of lacrimal sac GJB6
|
1274 |
+
5.592672 -10.768982 epithelial cell of lacrimal sac GPM6B
|
1275 |
+
5.8586745 -11.503087 epithelial cell of lacrimal sac MGARP
|
1276 |
+
7.4164405 -11.198345 epithelial cell of lacrimal sac RIMS2
|
1277 |
+
7.398731 -11.71873 epithelial cell of lacrimal sac WEE1
|
1278 |
+
2.1058648 -9.241838 epithelial cell of lacrimal sac EIF4E
|
1279 |
+
4.604837 -10.679937 epithelial cell of lacrimal sac GSG1L
|
1280 |
+
1.087911 -9.261922 epithelial cell of lacrimal sac WDR62
|
1281 |
+
4.291514 -11.52701 epithelial cell of lacrimal sac NEUROD1
|
1282 |
+
3.912018 -11.385663 epithelial cell of lacrimal sac EFNB1
|
1283 |
+
6.5838027 -12.251666 epithelial cell of lacrimal sac TMEM200A
|
1284 |
+
1.1793691 -9.158576 epithelial cell of lacrimal sac SMAD3
|
1285 |
+
7.014256 -11.731791 epithelial cell of lacrimal sac SLC3A2
|
1286 |
+
6.3700337 -12.442969 epithelial cell of lacrimal sac SOD2
|
1287 |
+
-2.1414778 -10.2680855 epithelial cell of lacrimal sac TKT
|
1288 |
+
-1.799467 -9.804801 epithelial cell of lacrimal sac HAND2
|
1289 |
+
6.722657 -11.812755 epithelial cell of lacrimal sac ZNF12
|
1290 |
+
6.3485765 -11.41427 epithelial cell of lacrimal sac RRAS2
|
1291 |
+
7.7633467 -11.811869 epithelial cell of lacrimal sac HMOX1
|
1292 |
+
7.2237396 -12.1425295 epithelial cell of lacrimal sac TAF13
|
1293 |
+
5.101967 -11.02726 epithelial cell of lacrimal sac SIX3
|
1294 |
+
7.2869945 -11.457536 epithelial cell of lacrimal sac C1orf74
|
1295 |
+
7.7323933 -12.228474 epithelial cell of lacrimal sac KLHL13
|
1296 |
+
5.336533 -11.079299 epithelial cell of lacrimal sac LDHA
|
1297 |
+
6.4282246 -12.32317 epithelial cell of lacrimal sac C3orf52
|
1298 |
+
6.711161 -12.206032 epithelial cell of lacrimal sac KIF9
|
1299 |
+
7.675423 -11.467221 epithelial cell of lacrimal sac ATXN1L
|
1300 |
+
5.512562 -10.983315 epithelial cell of lacrimal sac C6orf141
|
1301 |
+
2.1141186 -10.786438 epithelial cell of lacrimal sac FGFRL1
|
1302 |
+
7.623622 -12.223697 epithelial cell of lacrimal sac RORA
|
1303 |
+
5.8386283 -10.556937 epithelial cell of lacrimal sac NR2F1
|
1304 |
+
4.2550716 -11.788027 epithelial cell of lacrimal sac FOSB
|
1305 |
+
6.7992935 -11.219197 epithelial cell of lacrimal sac CRB2
|
1306 |
+
-1.7524508 -9.433636 epithelial cell of lacrimal sac LRIG3
|
1307 |
+
5.6120067 -11.64138 epithelial cell of lacrimal sac HRH1
|
1308 |
+
4.440037 -11.656607 epithelial cell of lacrimal sac KCNS3
|
1309 |
+
0.07296727 -9.618212 epithelial cell of lacrimal sac SLC16A4
|
1310 |
+
4.175038 -11.576077 epithelial cell of lacrimal sac PLEKHF2
|
1311 |
+
5.148957 -11.617287 epithelial cell of lacrimal sac CTTNBP2NL
|
1312 |
+
5.979223 -11.455705 epithelial cell of lacrimal sac TFAP2A
|
1313 |
+
6.853137 -11.962175 epithelial cell of lacrimal sac TOR1AIP2
|
1314 |
+
5.131292 -11.746978 epithelial cell of lacrimal sac OTX2
|
1315 |
+
7.510303 -11.817741 epithelial cell of lacrimal sac FRK
|
1316 |
+
4.942406 -11.556203 epithelial cell of lacrimal sac IGFBP6
|
1317 |
+
5.8420515 -12.146581 epithelial cell of lacrimal sac CRY1
|
1318 |
+
5.4062486 -11.825665 epithelial cell of lacrimal sac EGF
|
1319 |
+
6.7888703 -12.449799 epithelial cell of lacrimal sac ADAMTSL3
|
1320 |
+
4.7716393 -11.402905 epithelial cell of lacrimal sac MTURN
|
1321 |
+
4.4514165 -11.460717 epithelial cell of lacrimal sac EHF
|
1322 |
+
6.0974784 -11.5363 epithelial cell of lacrimal sac PDE6A
|
1323 |
+
7.4427557 -11.884081 epithelial cell of lacrimal sac GJB5
|
1324 |
+
7.7508035 -11.984736 epithelial cell of lacrimal sac DNAJA1
|
1325 |
+
7.4904456 -11.494311 epithelial cell of lacrimal sac KCNIP4
|
1326 |
+
6.2248244 -12.207245 epithelial cell of lacrimal sac NLGN1
|
1327 |
+
6.3227744 -12.482789 epithelial cell of lacrimal sac ALDH1A3
|
1328 |
+
5.608385 -12.002598 epithelial cell of lacrimal sac SUV39H2
|
1329 |
+
-2.2810614 -9.828986 epithelial cell of lacrimal sac RRAD
|
1330 |
+
7.408621 -11.41255 epithelial cell of lacrimal sac CYSTM1
|
1331 |
+
7.36256 -11.642865 epithelial cell of lacrimal sac LSAMP
|
1332 |
+
5.2199945 -10.739391 epithelial cell of lacrimal sac FOXC2
|
1333 |
+
6.82906 -11.861775 epithelial cell of lacrimal sac MYO5C
|
1334 |
+
2.2905545 -9.439166 epithelial cell of lacrimal sac MSI2
|
1335 |
+
3.3071308 -8.706563 epithelial cell of lacrimal sac PTP4A3
|
1336 |
+
7.5517054 -11.671695 epithelial cell of lacrimal sac TXNDC17
|
1337 |
+
5.3573265 -11.741192 epithelial cell of lacrimal sac SMR3B
|
1338 |
+
4.609462 -11.050266 epithelial cell of lacrimal sac BAIAP2
|
1339 |
+
8.067124 -12.266354 epithelial cell of lacrimal sac KITLG
|
1340 |
+
6.469636 -11.459401 epithelial cell of lacrimal sac TRERF1
|
1341 |
+
6.520379 -12.2281 epithelial cell of lacrimal sac GUCA1A
|
1342 |
+
7.899315 -12.129201 epithelial cell of lacrimal sac ENOX1
|
1343 |
+
6.7396107 -11.722258 epithelial cell of lacrimal sac SERBP1
|
1344 |
+
3.9096475 -8.896882 epithelial cell of lacrimal sac DLC1
|
1345 |
+
4.913436 -11.793993 epithelial cell of lacrimal sac HSPB8
|
1346 |
+
5.115724 -10.934444 epithelial cell of lacrimal sac STK3
|
1347 |
+
2.1233733 -8.673413 epithelial cell of lacrimal sac FER
|
1348 |
+
5.661195 -11.551613 epithelial cell of lacrimal sac TUBB3
|
1349 |
+
6.5468364 -11.9910345 epithelial cell of lacrimal sac TMEM176A
|
1350 |
+
2.3292382 -8.528115 epithelial cell of lacrimal sac ETS2
|
1351 |
+
6.199173 -12.594011 epithelial cell of lacrimal sac RAB25
|
1352 |
+
3.5343099 -10.491833 epithelial cell of lacrimal sac CA8
|
1353 |
+
6.2215576 -12.305919 epithelial cell of lacrimal sac CLCN1
|
1354 |
+
5.114729 -10.561396 epithelial cell of lacrimal sac PI3
|
1355 |
+
4.7890315 -11.218089 epithelial cell of lacrimal sac LGALS3
|
1356 |
+
7.024634 -12.29014 epithelial cell of lacrimal sac CENPF
|
1357 |
+
4.5941734 -9.057604 epithelial cell of lacrimal sac MPP4
|
1358 |
+
7.377075 -11.454314 epithelial cell of lacrimal sac LRRC8E
|
1359 |
+
3.7305775 -11.3303385 epithelial cell of lacrimal sac CSRP2
|
1360 |
+
2.5918286 -9.864137 epithelial cell of lacrimal sac PALLD
|
1361 |
+
7.26619 -12.436882 epithelial cell of lacrimal sac CRYBA4
|
1362 |
+
6.0815825 -11.176976 epithelial cell of lacrimal sac DPYSL3
|
1363 |
+
4.0295835 -10.370924 epithelial cell of lacrimal sac LGALSL
|
1364 |
+
6.8066254 -11.452699 epithelial cell of lacrimal sac PTN
|
1365 |
+
7.063317 -11.445194 epithelial cell of lacrimal sac GJB2
|
1366 |
+
6.398284 -11.517382 epithelial cell of lacrimal sac KLC3
|
1367 |
+
4.7067804 -9.362589 epithelial cell of lacrimal sac BMI1
|
1368 |
+
5.340193 -11.085881 epithelial cell of lacrimal sac TMPRSS4
|
1369 |
+
0.467938 -9.648014 epithelial cell of lacrimal sac CHN1
|
1370 |
+
3.7038426 -10.396395 epithelial cell of lacrimal sac FBLN1
|
1371 |
+
5.5805144 -12.224237 epithelial cell of lacrimal sac CFI
|
1372 |
+
6.822123 -11.469185 epithelial cell of lacrimal sac JAG1
|
1373 |
+
-2.599661 -10.075803 epithelial cell of lacrimal sac CLEC7A
|
1374 |
+
4.6370306 -11.829104 epithelial cell of lacrimal sac CTTN
|
1375 |
+
-1.1696547 -9.551046 epithelial cell of lacrimal sac DNMBP
|
1376 |
+
4.612647 -10.939983 epithelial cell of lacrimal sac ERC2
|
1377 |
+
5.2743826 -10.513917 epithelial cell of lacrimal sac MPP7
|
1378 |
+
7.152272 -12.177468 epithelial cell of lacrimal sac GATAD2A
|
1379 |
+
-1.8998286 -10.071549 epithelial cell of lacrimal sac ADAM17
|
1380 |
+
4.3908105 -11.189602 epithelial cell of lacrimal sac DGKH
|
1381 |
+
3.384071 -11.251113 epithelial cell of lacrimal sac IQCE
|
1382 |
+
7.1416326 -12.191396 epithelial cell of lacrimal sac IRX6
|
1383 |
+
4.9983106 -11.470968 epithelial cell of lacrimal sac IGFBP5
|
1384 |
+
7.0026426 -11.490567 epithelial cell of lacrimal sac IER3
|
1385 |
+
4.517882 -9.136902 epithelial cell of lacrimal sac OPTC
|
1386 |
+
5.6067967 -11.572722 epithelial cell of lacrimal sac RAMP1
|
1387 |
+
6.864877 -11.979601 epithelial cell of lacrimal sac FGFR1
|
1388 |
+
5.382303 -10.929386 epithelial cell of lacrimal sac SYP
|
1389 |
+
7.0031967 -12.483341 epithelial cell of lacrimal sac ANKRD50
|
1390 |
+
7.443716 -12.040482 epithelial cell of lacrimal sac ELF4
|
1391 |
+
3.5857677 -11.655317 epithelial cell of lacrimal sac EPHA4
|
1392 |
+
6.3612084 -11.290339 epithelial cell of lacrimal sac UBE2D3
|
1393 |
+
6.1595154 -12.161238 epithelial cell of lacrimal sac CST3
|
1394 |
+
5.9152436 -10.656183 epithelial cell of lacrimal sac MAP3K20
|
1395 |
+
3.978266 -11.97243 epithelial cell of lacrimal sac N4BP2
|
1396 |
+
5.7645087 -11.14002 epithelial cell of lacrimal sac KCTD7
|
1397 |
+
5.299004 -11.897973 epithelial cell of lacrimal sac LYZ
|
1398 |
+
4.5063534 -11.678256 epithelial cell of lacrimal sac OXER1
|
1399 |
+
5.669405 -11.775895 epithelial cell of lacrimal sac IL1RAP
|
1400 |
+
3.2272758 -8.691731 epithelial cell of lacrimal sac INPP5J
|
1401 |
+
4.9678154 -11.613628 epithelial cell of lacrimal sac CDH3
|
1402 |
+
4.6596465 -10.596262 epithelial cell of lacrimal sac TPBG
|
1403 |
+
7.228498 -11.46401 epithelial cell of lacrimal sac TNNI3
|
1404 |
+
4.6562276 -10.626894 epithelial cell of lacrimal sac DGKG
|
1405 |
+
6.5989194 -11.638609 epithelial cell of lacrimal sac ATF3
|
1406 |
+
6.6195803 -11.692849 epithelial cell of lacrimal sac CABP5
|
1407 |
+
6.4007382 -12.293669 epithelial cell of lacrimal sac MT-CO2
|
1408 |
+
4.643376 -10.0227995 epithelial cell of lacrimal sac PBX1
|
1409 |
+
5.234645 -9.966014 epithelial cell of lacrimal sac CLEC2A
|
1410 |
+
5.6099505 -11.854235 epithelial cell of lacrimal sac ARC
|
1411 |
+
6.71841 -12.49399 epithelial cell of lacrimal sac ADORA2B
|
1412 |
+
6.24415 -11.734324 epithelial cell of lacrimal sac TMEM159
|
1413 |
+
6.2573156 -11.821665 epithelial cell of lacrimal sac RIOK3
|
1414 |
+
7.9013057 -12.362609 epithelial cell of lacrimal sac DSTN
|
1415 |
+
5.737183 -11.136348 epithelial cell of lacrimal sac IGF2BP2
|
1416 |
+
7.436535 -12.104002 epithelial cell of lacrimal sac HNRNPH3
|
1417 |
+
-2.2499094 -9.878252 epithelial cell of lacrimal sac FLRT3
|
1418 |
+
-1.7079383 -9.725634 epithelial cell of lacrimal sac ABLIM1
|
1419 |
+
4.6825156 -10.784471 epithelial cell of lacrimal sac SULT2B1
|
1420 |
+
3.7814927 -11.379473 epithelial cell of lacrimal sac TMEM8B
|
1421 |
+
2.3830113 -9.406243 epithelial cell of lacrimal sac TASOR2
|
1422 |
+
5.5626864 -11.795846 epithelial cell of lacrimal sac MYOT
|
1423 |
+
6.7317886 -12.138559 epithelial cell of lacrimal sac ELK3
|
1424 |
+
-2.1711054 -2.0771177 epithelial cell of lacrimal sac TUBB2A
|
1425 |
+
5.6707373 -11.775809 epithelial cell of lacrimal sac KRT14
|
1426 |
+
4.7579236 -10.997074 epithelial cell of lacrimal sac KRT19
|
1427 |
+
6.3703203 -12.141035 epithelial cell of lacrimal sac DSC3
|
1428 |
+
5.0105505 -11.756142 epithelial cell of lacrimal sac KLHL23
|
1429 |
+
4.0537086 -11.9818 epithelial cell of lacrimal sac PRDX5
|
1430 |
+
3.496355 -11.425909 epithelial cell of lacrimal sac GRIP2
|
1431 |
+
7.143013 -12.1664715 epithelial cell of lacrimal sac NOTCH3
|
1432 |
+
5.0828233 -11.92552 epithelial cell of lacrimal sac TRIM29
|
1433 |
+
1.9563516 -10.294209 epithelial cell of lacrimal sac DOK6
|
1434 |
+
7.1278872 -11.366236 epithelial cell of lacrimal sac IGFBP3
|
1435 |
+
6.4406037 -12.219792 epithelial cell of lacrimal sac CEBPB
|
1436 |
+
5.6796174 -11.79939 epithelial cell of lacrimal sac USP46
|
1437 |
+
5.909897 -11.492241 epithelial cell of lacrimal sac CSMD2
|
1438 |
+
6.957034 -11.183736 epithelial cell of lacrimal sac TRPC3
|
1439 |
+
3.960892 -12.043164 epithelial cell of lacrimal sac GABBR1
|
1440 |
+
3.900718 -10.453783 epithelial cell of lacrimal sac NOS2
|
1441 |
+
-1.2804048 -10.14875 epithelial cell of lacrimal sac PLCB1
|
1442 |
+
2.5165591 -8.386008 epithelial cell of lacrimal sac CCL22
|
1443 |
+
6.63991 -11.940344 epithelial cell of lacrimal sac HGFAC
|
1444 |
+
5.838813 -11.926922 epithelial cell of lacrimal sac REEP3
|
1445 |
+
6.9489164 -11.10161 epithelial cell of lacrimal sac ZDHHC15
|
1446 |
+
4.393128 -11.611716 epithelial cell of lacrimal sac KCNB1
|
1447 |
+
-0.5435266 -9.763189 epithelial cell of lacrimal sac STK39
|
1448 |
+
7.021135 -11.783102 epithelial cell of lacrimal sac PLPPR4
|
1449 |
+
5.870675 -11.818043 epithelial cell of lacrimal sac HES4
|
1450 |
+
6.8490243 -12.218858 epithelial cell of lacrimal sac ELP5
|
1451 |
+
6.163303 -12.121335 epithelial cell of lacrimal sac TUBA1C
|
1452 |
+
6.6105666 -12.5420475 epithelial cell of lacrimal sac RNF152
|
1453 |
+
4.926202 -11.445612 epithelial cell of lacrimal sac MYOC
|
1454 |
+
6.877502 -12.157832 epithelial cell of lacrimal sac RASAL2
|
1455 |
+
5.730745 -11.653357 epithelial cell of lacrimal sac SYNE2
|
1456 |
+
4.4043517 -9.216631 epithelial cell of lacrimal sac GNAT1
|
1457 |
+
4.251033 -10.158039 epithelial cell of lacrimal sac AFF2
|
1458 |
+
1.4420407 -10.403778 epithelial cell of lacrimal sac FTH1
|
1459 |
+
5.7257767 -11.652908 epithelial cell of lacrimal sac OIP5
|
1460 |
+
3.7091897 -8.815157 epithelial cell of lacrimal sac ST14
|
1461 |
+
3.093906 -10.062777 epithelial cell of lacrimal sac NR4A1
|
1462 |
+
6.8964605 -11.502322 epithelial cell of lacrimal sac ITGA3
|
1463 |
+
7.569133 -11.812072 epithelial cell of lacrimal sac VMP1
|
1464 |
+
2.536036 -9.642918 epithelial cell of lacrimal sac ZNF121
|
1465 |
+
5.3090057 -12.009429 epithelial cell of lacrimal sac EDIL3
|
1466 |
+
6.529901 -12.143344 epithelial cell of lacrimal sac PPP1R1B
|
1467 |
+
1.3983142 -10.089064 epithelial cell of lacrimal sac MT-ND5
|
1468 |
+
5.640723 -11.778212 epithelial cell of lacrimal sac CYP1B1
|
1469 |
+
5.470617 -11.913752 epithelial cell of lacrimal sac ARSJ
|
1470 |
+
6.8032374 -11.802505 epithelial cell of lacrimal sac CCN2
|
1471 |
+
-1.4169527 -9.81869 epithelial cell of lacrimal sac DUSP6
|
1472 |
+
4.275315 -11.472595 epithelial cell of lacrimal sac TP53BP2
|
1473 |
+
7.356608 -11.749546 epithelial cell of lacrimal sac F2RL1
|
1474 |
+
7.3913865 -12.140828 epithelial cell of lacrimal sac PPP4R1
|
1475 |
+
4.8195333 -9.770102 epithelial cell of lacrimal sac OSTM1
|
1476 |
+
4.84374 -9.062705 epithelial cell of lacrimal sac HSPH1
|
1477 |
+
5.722701 -11.400159 epithelial cell of lacrimal sac ALB
|
1478 |
+
2.0312529 4.735326 epithelial cell of lacrimal sac GFAP
|
1479 |
+
6.021761 -10.761493 epithelial cell of lacrimal sac ASPG
|
1480 |
+
4.6392674 -9.004223 epithelial cell of lacrimal sac TTR
|
1481 |
+
-2.2342186 -9.8881035 epithelial cell of lacrimal sac AREG
|
1482 |
+
6.2957563 -12.251539 epithelial cell of lacrimal sac GAB1
|
1483 |
+
6.0799813 -11.415988 epithelial cell of lacrimal sac EDN1
|
1484 |
+
5.2498283 -11.545464 epithelial cell of lacrimal sac PSMD11
|
1485 |
+
4.9411054 -11.393146 epithelial cell of lacrimal sac MAFA
|
1486 |
+
5.229576 -11.711382 epithelial cell of lacrimal sac LMO1
|
1487 |
+
5.789942 -11.823316 epithelial cell of lacrimal sac ESRRG
|
1488 |
+
-2.1013427 -10.398837 epithelial cell of lacrimal sac CPM
|
1489 |
+
4.5671897 -11.388727 epithelial cell of lacrimal sac CLDN1
|
1490 |
+
6.623268 -11.304299 epithelial cell of lacrimal sac SYCE1L
|
1491 |
+
5.397889 -11.8013115 epithelial cell of lacrimal sac SFRP4
|
1492 |
+
6.362883 -12.372724 epithelial cell of lacrimal sac FAM169A
|
1493 |
+
7.180273 -11.444394 epithelial cell of lacrimal sac CRK
|
1494 |
+
6.3708167 -12.2998295 epithelial cell of lacrimal sac EIF4A3
|
1495 |
+
-0.97408485 -9.34556 epithelial cell of lacrimal sac KRT7
|
1496 |
+
4.6890197 -11.6487465 epithelial cell of lacrimal sac PDE3A
|
1497 |
+
7.2040315 -11.19633 epithelial cell of lacrimal sac PDC
|
1498 |
+
-2.0843537 -9.994339 epithelial cell of lacrimal sac MAFF
|
1499 |
+
-1.4367168 -10.234825 epithelial cell of lacrimal sac USP2
|
1500 |
+
10.2067175 0.3948475 epithelial cell of lacrimal sac SIX1
|
1501 |
+
4.2967815 -10.499328 epithelial cell of lacrimal sac KCTD1
|
1502 |
+
5.831146 -12.06167 epithelial cell of lacrimal sac PSCA
|
1503 |
+
7.2064557 -11.698652 epithelial cell of lacrimal sac GLP1R
|
1504 |
+
2.5103877 -8.577222 epithelial cell of lacrimal sac SET
|
1505 |
+
-1.9839122 -9.893953 epithelial cell of lacrimal sac SAMD11
|
1506 |
+
4.0292253 -11.063333 epithelial cell of lacrimal sac STRIP2
|
1507 |
+
7.903336 -12.029625 epithelial cell of lacrimal sac CDH4
|
1508 |
+
2.7501433 -10.96709 epithelial cell of lacrimal sac HSPD1
|
1509 |
+
1.7561812 -10.495256 epithelial cell of lacrimal sac HLA-DRA
|
1510 |
+
5.9221663 -11.24499 epithelial cell of lacrimal sac GABRB3
|
1511 |
+
5.301489 -10.38779 epithelial cell of lacrimal sac CLINT1
|
1512 |
+
7.1241045 -11.802028 epithelial cell of lacrimal sac DES
|
1513 |
+
6.4799056 -12.52634 epithelial cell of lacrimal sac SORBS1
|
1514 |
+
6.213829 -11.591696 epithelial cell of lacrimal sac KIF1A
|
1515 |
+
1.912833 -9.011784 epithelial cell of lacrimal sac WNK2
|
1516 |
+
4.3182855 -10.3035 epithelial cell of lacrimal sac LMO7
|
1517 |
+
4.2501884 -10.640436 epithelial cell of lacrimal sac RHO
|
1518 |
+
5.380307 -11.644025 epithelial cell of lacrimal sac DMWD
|
1519 |
+
3.8213356 -8.626755 epithelial cell of lacrimal sac ZNF587B
|
1520 |
+
3.0843651 -11.033757 epithelial cell of lacrimal sac LDLR
|
1521 |
+
7.2798324 -11.5564575 epithelial cell of lacrimal sac MBP
|
1522 |
+
2.5384116 -10.714805 epithelial cell of lacrimal sac IGLON5
|
1523 |
+
4.7045803 -11.93585 epithelial cell of lacrimal sac AKR1C2
|
1524 |
+
4.423817 -11.302563 epithelial cell of lacrimal sac GALR1
|
1525 |
+
4.6425657 -11.799045 epithelial cell of lacrimal sac RSPO3
|
1526 |
+
7.0036845 -11.735811 epithelial cell of lacrimal sac AK3
|
1527 |
+
-2.3339827 -9.580654 epithelial cell of lacrimal sac CDCP1
|
1528 |
+
5.155375 -9.823721 epithelial cell of lacrimal sac PPP1R12B
|
1529 |
+
4.1740637 -10.395363 epithelial cell of lacrimal sac XDH
|
1530 |
+
-1.7579602 -10.439808 epithelial cell of lacrimal sac CDKN1A
|
1531 |
+
4.8452864 -11.2975855 epithelial cell of lacrimal sac RBBP5
|
1532 |
+
7.7468657 -11.605633 epithelial cell of lacrimal sac FGFR2
|
data/epithelial_cell_of_uterus_embeddings.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|