TarMet is a shiny application for targeted metabolic analyses based on mass spectrometry.
install.packages(c("BiocManager", "rcdk", "tidyr", "devtools", "data.table", "enviPat", "Matrix", "shiny", "plotly"))
BiocManager::install("MassSpecWavelet")
BiocManager::install("mzR")
library(devtools)
install_github("hcji/TarMet")
library(TarMet)
runTarMet()
A user guide is included in the package, Here is a gif of how to use the software.
Detailed description of using TarMet with R scripts can be found Here and Here.
For any questions, please contact: ji.hongchao@foxmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.