ahmohamed / lipidr

Data Mining and Analysis of Lipidomics datasets in R
https://www.lipidr.org/
Other
27 stars 13 forks source link

no TG nor DG in list #28

Closed jallebasi closed 2 years ago

jallebasi commented 2 years ago

Hi! Thanks for this package. I am wondering if it can be true that neither triglycerides nor diglycerides is included in the lipid reference list, and hence cannot be analyzed?

ahmohamed commented 2 years ago

Hi @jallebasi, Sorry for the late response. lipidr is completely agnostic to the lipid classes. This is determined by your dataset. As long as you names your lipid molecules using the convention CLS XX:YY, lipidr will automatically parse it and analyse it accordingly. Please refer to the vignette example here: https://www.lipidr.org/articles/examples/mw_integration.html where you'll find TGs and DGs included in the analysis.

Cheers, Ahmed.