added ns prefix to SNPs for unambiguity

This commit is contained in:
Tanushree Tunstall 2020-10-13 13:37:22 +01:00
parent 02fae30c29
commit 784199d48f
3 changed files with 7 additions and 31 deletions

View file

@ -94,7 +94,7 @@ OutPlot_lig_count = g + geom_bar(aes(fill = ligand_outcome)
, legend.title = element_text(size=my_als)
, plot.title = element_blank()) +
labs(title = ""
, y = "Number of SNPs"
, y = "Number of nsSNPs"
#, fill="ligand_outcome"
) +
scale_fill_discrete(name = "Ligand Outcome"
@ -182,7 +182,7 @@ OutPlot_lig_pos_count = g + geom_bar(aes (alpha = 0.5)
, axis.title.y = element_text(size = my_als)
, plot.title = element_blank()) +
labs(x = "Number of SNPs"
labs(x = "Number of nsSNPs"
, y = "Number of Sites")
print(OutPlot_lig_pos_count)