various
This commit is contained in:
parent
0284122ef2
commit
9aed99e805
6 changed files with 26 additions and 22 deletions
|
@ -144,4 +144,4 @@ aa_pos_lig2 = NULL
|
|||
aa_pos_lig3 = NULL
|
||||
|
||||
tile_map=data.frame(tile=c("ALR","PLP"),
|
||||
tile_colour=c("green","darkslategrey"))
|
||||
tile_colour=c("green","navyblue")) #darkslategrey
|
|
@ -106,6 +106,11 @@ cat("\n==================================================="
|
|||
aa_pos_lig1 = aa_pos_hem
|
||||
aa_pos_lig2 = NULL
|
||||
aa_pos_lig3 = NULL
|
||||
tile_map=data.frame(tile=c("KAT","DPA","CDL","Ca"),
|
||||
tile_colour=c("green","darkslategrey","navyblue","purple"))
|
||||
tile_map=data.frame(tile=c("INH","HAEM"),
|
||||
tile_colour=c("green","darkslategrey"))
|
||||
|
||||
|
||||
|
||||
#toString(aa_pos_hem)
|
||||
#toString(aa_pos_drug)
|
||||
#toString(active_aa_pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue