plerts
This commit is contained in:
parent
3d817fde0c
commit
a2e7e6c26b
2 changed files with 2 additions and 5 deletions
|
@ -13,7 +13,6 @@ snap2P
|
|||
mcsmligP
|
||||
mcsmlig2P
|
||||
mcsmppi2P
|
||||
mcsmnaP
|
||||
|
||||
# Plot labels
|
||||
tit1 = "Stability changes"
|
||||
|
@ -107,8 +106,7 @@ OutPlot_dm_om = function(x){
|
|||
cowplot::plot_grid(pt3,
|
||||
cowplot::plot_grid( #distanceP
|
||||
distanceP_lig
|
||||
#, distanceP_ppi2
|
||||
, distanceP_na
|
||||
, distanceP_ppi2
|
||||
, nrow = 1
|
||||
, labels = c("F", "G")
|
||||
, label_size = my_label_size)
|
||||
|
@ -135,7 +133,6 @@ OutPlot_dm_om = function(x){
|
|||
cowplot::plot_grid(mcsmligP
|
||||
, mcsmlig2P
|
||||
, mcsmppi2P
|
||||
, mcsmnaP
|
||||
, nrow = 1
|
||||
, labels = c("K", "L", "M")
|
||||
, label_size = my_label_size)
|
||||
|
|
|
@ -72,7 +72,7 @@ if (tolower(gene)%in%geneL_ppi2){
|
|||
}
|
||||
|
||||
if (tolower(gene)%in%geneL_na){
|
||||
corr_affinity_df[corr_affinity_df["NCA-Dist"]>DistCutOff,"mCSM-NA"]=0
|
||||
corr_affinity_df[corr_affinity_df["NA-Dist"]>DistCutOff,"mCSM-NA"]=0
|
||||
}
|
||||
|
||||
# count 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue