Skip to content
New issue

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

Add 2d-density mz/rt map to QualityControlBasic #150

Open
biodavidjm opened this issue Apr 4, 2020 · 0 comments
Open

Add 2d-density mz/rt map to QualityControlBasic #150

biodavidjm opened this issue Apr 4, 2020 · 0 comments
Projects

Comments

@biodavidjm
Copy link
Owner

biodavidjm commented Apr 4, 2020

something like this

ggplot(m_m, aes(rt, mz)) +
  stat_density2d(aes(fill = ..density..), contour = F, geom = 'tile') +
  theme_light() +
  scale_fill_viridis() +
  ggtitle("RT/MZ")
@biodavidjm biodavidjm added 1 - Ready v1.6 Release v1.6 and removed 2 - Working <= 5 v1.4 next bioconductor version labels Apr 21, 2020
@biodavidjm biodavidjm added this to Backlog in artMS Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
artMS
Backlog
Development

No branches or pull requests

1 participant