R package:masstools画一个阿魏酸的二级质谱图

2024-06-05  本文已影响0人  佳名

安装

if(!require(remotes)){
install.packages("remotes")
}
remotes::install_gitlab("jaspershen/masstools")
library(masstools)
spectrum1 <- data.frame(
  mz = c(
    133.0284,
    134.0383,
    178.0274,
    193.0504
  ),
  intensity =
    c(
      21.37909,
      71.00197,
      33.54125,
      11.33192
    )
)
ms2_plot(spectrum1)
ms2_plot
ms2_plot(spectrum1,spectrum1)
ms2_plot

参考资料:

Introduction of masstools • masstools (tidymass.org)

上一篇下一篇

猜你喜欢

热点阅读