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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue