krumsieklab / maplet

R statistical toolbox for metabolomics
GNU General Public License v3.0
17 stars 6 forks source link

Fix plot labels in volcano plot legend #146

Open KelseyChetnik opened 3 years ago

KelseyChetnik commented 3 years ago

In GitLab by @kelsey.chetnik on Jun 17, 2020, 11:54

for example, when supplying a significance threshold as a parameter alpha <- 0.05, the plot legend shows padj<alpha, while it should output padj<0.05

KelseyChetnik commented 3 years ago

In GitLab by @krumsiek on Jul 10, 2020, 13:29

We know we can save this with !!enquo(x) in the calling script outside of MT. Maybe, there's a way to do extract the inside of a term from inside our MT functions?

KelseyChetnik commented 1 year ago

at least document why it doesn't seem doable