added hbond residues in config for all genes

This commit is contained in:
Tanushree Tunstall 2022-02-09 15:59:18 +00:00
parent 7a14655ecb
commit 6ffb084546
9 changed files with 686 additions and 110 deletions

View file

@ -213,7 +213,7 @@ g = ggplot(df, aes(factor(position, ordered = T)))
# This is the key to generating the geom_tiles OUTside the plotting area on the x-axis!
OutPlot_aa_PS = g +
coord_cartesian(xlim = c(1, my_xlim)
#, ylim = c(0, 6)
#, ylim = c(0, 6)0.85
, ylim = c(0, max(snp_count))
, clip = "off") +
geom_bar(aes(fill = group), colour = "grey") +