added active site positions to all config.R

This commit is contained in:
Tanushree Tunstall 2022-02-03 18:02:27 +00:00
parent 04cddbbf2b
commit 7a14655ecb
7 changed files with 78 additions and 24 deletions

View file

@ -1,2 +1,6 @@
gene = "katG"
drug = "isoniazid"
aa_plip = c(104, 229, 230)
aa_ligplus = c(107, 108, 137, 229, 230)
active_aa_pos = sort(unique(c(aa_plip, aa_ligplus)))