We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My data exon_number_in_each_isoform.frequency.txt
My code
ggplot(is_exon_freq_stat, aes(x = exon_number, y = freq, fill = isof_category)) + geom_bar(stat = "identity", position = position_dodge(), width = 0.5) + theme_classic() + scale_fill_manual(values = c("#00AFBB", "#E7B800", "#FC4E07")) + xlab("Exon number in each isoform") + ylab("Frequency Ratio") + theme(axis.title = element_text(size = 20), axis.text = element_text(size = 16), axis.text.x = element_text(angle = 25, vjust = 1.1, hjust = 1), legend.title = element_text(size = 15), legend.text = element_text(size = 12)) + scale_y_break(breaks = c(5000, 10000), scales = 0.5)
The text was updated successfully, but these errors were encountered:
Have the same problem when I add a geom_text for labels.
Sorry, something went wrong.
No branches or pull requests
My data
exon_number_in_each_isoform.frequency.txt
My code
The text was updated successfully, but these errors were encountered: