knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  # fig.width = 7, 
  # fig.height = 5,
  warning = FALSE,
  message = TRUE,
  fig.path = "man/figures/",
  out.width = "100%"
)
library("badger")

lipidflow

cat(
    badge_cran_release("lipidflow", "green"),
    badge_code_size(ref = "jaspershen/lipidflow"),
    badge_dependencies(),
    badge_lifecycle()
    # badge_cran_download("badger", "grand-total", "green"),
    # badge_cran_download("badger", "last-month", "green"),
    # badge_cran_download("badger", "last-week", "green")
)

About

lipidflow is a R package which is used for absolute quantification for lipidomics data.

Installation

You can install lipidflow from Github.

if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("jaspershen/lipidflow")

Usage

Please see the Get started page to get the instruction of lipidflow.

Need help?

If you have any quesitions about lipidflow, please don't hesitate to email me (shenxt@stanford.edu).

shenxt1990

shenxt@stanford.edu

Twitter

M339, Alway Buidling, Cooper Lane, Palo Alto, CA 94304

Citation

If you use lipidflow in you publication, please cite this publication:

X. Shen, R. Wang, X. Xiong, Y. Yin, Y. Cai, Z. Ma, N. Liu, and Z.-J. Zhu* (Corresponding Author), Metabolic Reaction Network-based Recursive Metabolite Annotation for Untargeted Metabolomics, Nature Communications, 2019, 10: 1516.
Web Link.

Thanks very much!



jaspershen/lipidflow documentation built on March 7, 2021, 2:42 p.m.