Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
DESCRIPTION 100644 2 kb
LICENSE 100644 1 kb
NAMESPACE 100644 1 kb
NEWS 100644 0 kb
README.md 100644 1 kb
README.md
# notameViz - Non-targeted metabolomics visualization The notameViz package is the notame package that comes in handy when visualizing non-targeted metabolomics data analysis. Includes quality control visualizations, feature-wise visualizations and results visualizations. Check out the [website](https://hanhineva-lab.github.io/notame/) for more on notame. ## Installation and getting started ### Bioc-release ``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("notameViz") ``` ### Bioc-devel ``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") # The following initializes usage of Bioc devel BiocManager::install(version='devel') BiocManager::install("notameViz") ``` If you find any bugs or other things to fix, please submit an issue on GitHub! All contributions to notame are always welcome!