added ns prefix to SNPs for unambiguity
This commit is contained in:
parent
59911687c8
commit
1f9ea3f789
3 changed files with 7 additions and 31 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue