Skip to content

ZhuMetLab/Sterol4DAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sterol4DAnalyzer

Sterol4DAnalyzer is an R package for identifying Sterol lipids with 4 dimensional match (m/z, RT, CCS and MSMS).

INSTALL

install "devtools" to help installing from github

install.packages('devtools')

install depended SpectraTools

# install dependencies
install.packages('BiocManager')
BiocManager::install(c('BiocParallel', 'ggplot2', 'ggrepel'))
devtools::install_github('ZhuMetLab/SpectraTools')

install Steorol4DAnalyzer

# install dependencies
install.packages('BiocManager')
devtools::install_github('ZhuMetLab/Sterol4DAnalyzer')

run Steorol4DAnalyzer

library(Steorol4DAnalyzer)

License

Creative Commons License This work is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)