fmsea is a R package which is used for metabolic feature
based metabolite set enrichment analysis.

You can install fmsea from GitLab
if(!require(remotes)){
install.packages("remotes")
}
remotes::install_gitlab("jaspershen/fmsea")or Github
remotes::install_github("tidymass/fmsea")fmsea is a part of tidymass, so you can
also install it by installing tidymass.
Please see the Help documents page to get the
instruction of fmsea.
If you have any questions about fmsea, please don’t
hesitate to email me (shenxt@stanford.edu).
If you use fmsea in your publications, please cite this
paper:
Xiaotao Shen, Si Wu, Liang Liang, Songjie Chen, Kevin Contrepois, Zheng-Jiang Zhu*, Michael Snyder* (Corresponding Author)
fmsea: A R package for automatable compound annotation for LC−MS-based data
Bioinformatics, btab583, https://doi.org/10.1093/bioinformatics/btab583
and
TidyMass: An Object-oriented Reproducible Analysis Framework for LC-MS Data.
Xiaotao Shen, Hong Yan, Chuchu Wang, Peng Gao, Caroline H. Johnson, Michael P. Snyder.
Thanks very much!