TarMet is a shiny application for targeted metabolic analyses based on mass spectrometry.
The source code roll back to v1.1.1 version, which is identical to the latest release version. The support of DIA dataset is removed. New package for DIA-MS is developping. Pay close attention to TarSWATH.
- Show error massage when re-input some parameters, but not affect the result.
- Allow run in command line.
- Allow multi isotope tracer, like 13C and 15N.
Download the source package at url and install the package locally.
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.
For any questions, please contact: [email protected]