nbay13 / lsea

An R package for analyzing lipidomics data from the UCLA lipidomics lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lsea

lsea is an R package for perfoming Lipid Structure Enrichment Analysis (LSEA) on combinations of lipid classes, chain lengths, and degrees of unsaturation.

Lipid sets for testing are assembled from the lipid species provided based on their LIPIDMAPS-style name. Name parsing is designed for results generated by the UCLA lipidomics lab.

Dependencies

compositions
fgsea

Installation

if(!require("devtools", quietly = TRUE))
    install.packages("devtools")

devtools::install_github("nbay13/lsea")

Usage

See vignette using example data to perform differential composition testing and LSEA

https://nbay13.github.io/lsea/

About

An R package for analyzing lipidomics data from the UCLA lipidomics lab

License:MIT License


Languages

Language:R 100.0%