Skip to content

Commit

Permalink
Added the IL6R gene
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid committed May 26, 2020
1 parent 0ad63da commit 97de77b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions analyse_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ process_gene(all_results, "CD44") # Does not have a direct comparison with Carbe
process_gene(all_results, "AGT")
process_gene(all_results, "AGTR1")
process_gene(all_results, "CTLA4")
process_gene(all_results, "IL6R")
#process_gene(all_results, "ACE")

carbetocin <- all_results %>%
Expand Down
4 changes: 2 additions & 2 deletions figure3.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ heatmap.2(
all_results_cross_inf,
dendrogram = "none",
col = colors,
colsep = 1:5,
colsep = 1:7,
rowsep = 1:5,
trace = "none",
cexRow = 3,
Expand Down Expand Up @@ -174,7 +174,7 @@ heatmap.2(
all_results_cross,
dendrogram = "none",
col = colors,
colsep = 1:9,
colsep = 1:10,
rowsep = 1:5,
trace = "none",
cexRow = 3,
Expand Down
4 changes: 4 additions & 0 deletions results/IL6R-crosstab.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cellline,Benazepril,Bupropion,Captopril,Carbetocin,Chloroquine,Desmopressin,Enalapril,Fosinopril,Hydroxychloroquine,Lisinopril,Lopinavir,Moexipril,Olmesartan,Perindopril,Quinapril,Ramipril,Telmisartan,Valsartan
A549,NA,NA,NA,NA,NA,-0.334,NA,NA,NA,NA,NA,NA,NA,0.6224,NA,NA,NA,NA
HA1E,NA,NA,0.5329,NA,0.5543,NA,0.5889,0.4779,0.5236,NA,0.5377,0.4607,NA,NA,NA,0.4893,0.5448,0.5232
PC3,0.5221,0.5525,NA,-0.5156,NA,NA,NA,NA,NA,0.5034,NA,NA,0.6291,NA,0.55,NA,NA,NA
19 changes: 19 additions & 0 deletions results/IL6R.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
perturbagen,cellline,similarity
Desmopressin,A549,-0.334
Perindopril,A549,0.6224
Moexipril,HA1E,0.4607
Fosinopril,HA1E,0.4779
Ramipril,HA1E,0.4893
Valsartan,HA1E,0.5232
Hydroxychloroquine,HA1E,0.5236
Captopril,HA1E,0.5329
Lopinavir,HA1E,0.5377
Telmisartan,HA1E,0.5448
Chloroquine,HA1E,0.5543
Enalapril,HA1E,0.5889
Carbetocin,PC3,-0.5156
Lisinopril,PC3,0.5034
Benazepril,PC3,0.5221
Quinapril,PC3,0.55
Bupropion,PC3,0.5525
Olmesartan,PC3,0.6291

0 comments on commit 97de77b

Please sign in to comment.