ggplot(in_df.2)+geom_bar(aes(x=regions,y=as.numeric(prop),fill=Var1),stat="identity")+xlab("Region of predicted SV")+ylab("Best-fit SV called (%)")+theme_bw()+
ggplot(in_df.2)+geom_bar(aes(x=Var2,y=as.numeric(prop),fill=Var1),stat="identity")+xlab("Region of predicted SV")+ylab("Best-fit SV called (%)")+