knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of lipidcountr is to streamline and simplify the quantification step of the lipidomics workflow in the Bruegger lab.
You can install lipidcountr from GitHub with:
# install.packages("devtools") devtools::install_github("luechtian/lipidcountr")
library(lipidcountr)
list.files(system.file("extdata", package = "lipidcountr"), pattern = ".txt", full.names = FALSE) %>% head()
read_lipidview_files(system.file("extdata", package = "lipidcountr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.