fmsea
is a part of tidymass
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 ([email protected]).
M339, Alway Buidling, Cooper Lane, Palo Alto, CA 94304
If you use fmsea
in your publications, please cite this paper:
Xiaotao Shen* (Corresponding Author)
fmsea: A R package for automatable compound annotation for LC−MS-based data
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.
Thank you!