added active site positions to all config.R
This commit is contained in:
parent
04cddbbf2b
commit
7a14655ecb
7 changed files with 78 additions and 24 deletions
|
@ -1,2 +1,7 @@
|
|||
gene = "embB"
|
||||
drug = "ethambutol"
|
||||
|
||||
aa_plip = c(299, 302, 303, 327, 594, 988, 1028 )
|
||||
aa_ligplus = c(299, 302, 303, 306, 334, 594, 988, 1028)
|
||||
#active_aa_pos = c(299, 302, 303, 306, 327, 334, 594, 988, 1028 )
|
||||
active_aa_pos = sort(unique(c(aa_plip, aa_ligplus)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue