Skip to content

Commit

Permalink
revised label for metabolite modules plot
Browse files Browse the repository at this point in the history
  • Loading branch information
AHuffmyer committed Aug 9, 2023
1 parent 4257844 commit 0191204
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mcap2020/Scripts/Metabolomics/2_metabolomics_WGCNA.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ expression_plots<-mME_meta%>%
# group_by(Module) %>%
ggplot(aes(x=lifestage, y=value, colour=group)) +
facet_wrap(~ Module)+
ylab("Mean Module Eigenegene") +
ylab("Module Expression") +
geom_hline(yintercept = 0, linetype="dashed", color = "grey")+
geom_boxplot(width=.5, outlier.shape= NA, position = position_dodge(width = 0.5), alpha = 0.7) +
stat_summary(fun=mean, geom="line", aes(group=lifestage, color = group), position = position_dodge(width = 0.5)) +
Expand All @@ -549,6 +549,8 @@ expression_plots<-mME_meta%>%
ggsave(filename="Mcap2020/Figures/Metabolomics/WGCNA/expression_eigengene.jpeg", plot=expression_plots, dpi=300, width=12, height=8, units="in")
ggsave(filename="Mcap2020/Figures/Metabolomics/WGCNA/expression_eigengene.pdf", plot=expression_plots, dpi=300, width=12, height=8, units="in")
head(mME_meta)
```
Expand Down

0 comments on commit 0191204

Please sign in to comment.