R functions to facilitate managing, processing and evaluating lipidomics data.
Installation
You can install the development version of SLINGtools like so:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("SLINGhub/SLINGtools")
Example
library(SLINGtools)
data_file_path <- system.file("extdata", "Testdata_Lipidomics_MHQuant_Detailed.csv",
package = "SLINGtools")
d <- read_MassHunterCSV(data_file_path)
print(d)
Contributor Code of Conduct
Please note that the SLINGtools project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.