ggplot(degs,aes(paste(sample_1,"vs",sample_2),fill=status))+geom_bar()+xlab(NULL)+ylab("# DGEs")+ggtitle("DEGs by contrast")+coord_flip()
ggplot(degs,aes(paste(sample_1,"vs",sample_2),fill=sample_1_overex))+geom_bar(position="dodge")+xlab(NULL)+ylab("# DGEs")+ggtitle("DEGs by direction")+coord_flip()
ggplot(degs,aes(paste(sample_1,"vs",sample_2),fill=sample_1_overex))+geom_bar()+xlab(NULL)+ylab("# DGEs")+ggtitle("DEGs by contrast")+coord_flip()
#' DEGs can be browsed in Excel using the exported table or via the embedded table browser. To enable the IGV links, you need to set the port in the IGV preferences to 3334.