AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
parent
cd9b1ad245
commit
c9d7ea9fad
10 changed files with 208 additions and 128 deletions
|
@ -104,7 +104,7 @@ cat("\n==================================================="
|
|||
, aa_pos_ca
|
||||
, "\nNo. of ligand 'CDL' binding residues:" , length(aa_pos_cdl), "\n"
|
||||
, aa_pos_cdl
|
||||
, "\nNo. of ligand 'DSL' binding residues:" , length(aa_pos_dsl), "\n"
|
||||
, "\nNo. of ligand 'DPA' binding residues:" , length(aa_pos_dsl), "\n"
|
||||
, aa_pos_dsl, "\n"
|
||||
)
|
||||
##############################################################
|
||||
|
@ -117,6 +117,6 @@ aa_pos_lig1 = aa_pos_dsl #slategray
|
|||
aa_pos_lig2 = aa_pos_cdl #navy blue
|
||||
aa_pos_lig3 = aa_pos_ca #purple
|
||||
|
||||
tile_map=data.frame(tile=c("EMB","DSL","CDL","Ca"),
|
||||
tile_map=data.frame(tile=c("EMB","DPA","CDL","Ca"),
|
||||
tile_colour=c("green","darkslategrey","navyblue","purple"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue