added ns prefix to SNPs for unambiguity

This commit is contained in:
Tanushree Tunstall 2020-10-13 13:37:22 +01:00
parent 59911687c8
commit 1f9ea3f789
3 changed files with 7 additions and 31 deletions

View file

@ -92,7 +92,7 @@ OutPlot_count = g + geom_bar(aes(fill = duet_outcome)
, legend.title = element_text(size=my_als)
, plot.title = element_blank()) +
labs(title = ""
, y = "Number of SNPs"
, y = "Number of nsSNPs"
#, fill="DUET Outcome"
) +
scale_fill_discrete(name = "DUET Outcome"
@ -180,7 +180,7 @@ OutPlot_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_pos_count)