Skip to content

Commit

Permalink
Update R_code.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asilvestris84 authored Dec 17, 2019
1 parent 512fe0e commit ef257c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Figures_R_code/R_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cols <- c("Brain - Frontal Cortex (BA9)" = "royalblue2", "Brain - Hippocampus" =
png("AEI_GTEx_selected.png", w=25, h=16, res = 300, units = 'in', pointsize=25)
ggplot(data, aes(x=Condition, y=Value, fill=Condition)) + geom_boxplot(alpha=0.7) + xlab(" ") + theme(axis.title=element_text(size="30"), axis.text.y=element_text(size="20"), legend.text=element_text(size="25"), legend.title=element_blank(), strip.text.x=element_text(size="25"), axis.title.x=element_blank(), axis.text.x=element_blank(), axis.ticks.x=element_blank(),legend.position = "none", plot.title=element_text(size="30", hjust = 0.5)) + scale_fill_manual(values=cols)+ ylab("AEI (%)") + ggtitle("Alu Editing Index")
dev.off()

</pre>
<h1 text-align="center">R code for Volcano plot representation of differentially edited sites</h1>

Data table should be tab delimited and formatted as <a href="https://github.com/BioinfoUNIBA/QEdit/blob/master/Figures_R_code/volcano_plot_recoding_cerebVSarttib2.txt"> volcano_plot_recoding_cerebVSarttib.txt</a>
Expand Down

0 comments on commit ef257c0

Please sign in to comment.