lots of per-plot configs
This commit is contained in:
parent
13999a477d
commit
04253b961f
36 changed files with 5121 additions and 540 deletions
|
@ -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
|
||||
#-----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue