diff --git a/scripts/pdb_fasta_plot.R b/scripts/pdb_fasta_plot.R
new file mode 100644
index 0000000..4f98a25
--- /dev/null
+++ b/scripts/pdb_fasta_plot.R
@@ -0,0 +1,110 @@
+library(bio3d)
+infile_pdb = "~/git/Data/ethambutol/input/embb_complex.pdb"
+infile_pdb = "~/git/Data/streptomycin/input/gid_complex.pdb"
+
+# working dir and loading libraries
+getwd()
+setwd("~/git/LSHTM_analysis/scripts/")
+getwd()
+
+drug = ""
+gene = ""
+
+source("functions/plotting_globals.R")
+import_dirs(drug_name = drug, gene_name = gene)
+########################################################################
+# get atom coordinates from pdb:
+~/git/LSHTM_analysis/scripts/my_pdbtools/pdbtools/scripts/pdb_seq -c B -a >