knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

lipidcountr

The goal of lipidcountr is to streamline and simplify the quantification step of the lipidomics workflow in the Bruegger lab.

Installation

You can install lipidcountr from GitHub with:

# install.packages("devtools")
devtools::install_github("luechtian/lipidcountr")

Example

library(lipidcountr)
list.files(system.file("extdata", package = "lipidcountr"), pattern = ".txt", full.names = FALSE) %>% head()
read_lipidview_files(system.file("extdata", package = "lipidcountr"))


luechtian/lipidcountr documentation built on April 21, 2022, 12:36 a.m.