lots of per-plot configs

This commit is contained in:
Tanushree Tunstall 2022-08-22 21:56:13 +01:00
parent 13999a477d
commit 04253b961f
36 changed files with 5121 additions and 540 deletions

View file

@ -734,7 +734,7 @@ dm_om_wf_lf_data <- function(df
# mcsm-ppi2 affinity
# data filtered by cut off
#========================
if (tolower(gene)%in%geneL_ppi2){
if (tolower(gene)%in%geneL_ppi2 || tolower(gene)%in%geneL_both){
#-----------------
# mCSM-PPI2: WF and lF
#-----------------
@ -776,13 +776,11 @@ dm_om_wf_lf_data <- function(df
}
#====================
# mcsm-NA affinity
# data filtered by cut off
#====================
if (tolower(gene)%in%geneL_na){
if (tolower(gene)%in%geneL_na|| tolower(gene)%in%geneL_both){
#---------------
# mCSM-NA: WF and lF
#-----------------