Proteus R软件包安装

Proteus R软件包安装

Proteus是一个用于MaxQuant输出下游分析的R包。记录下安装方法如下:

1.安装BioConductor 和limma

install.packages("BiocManager")
BiocManager::install()
BiocManager::install("limma")


2.安装devtools,安装带有示例数据的附加包

install.packages("devtools")
devtools::install_github("bartongroup/proteusLabelFree")
devtools::install_github("bartongroup/proteusTMT")
devtools::install_github("bartongroup/proteusSILAC")

3.安装proteus

devtools::install_github("bartongroup/Proteus", build_opts= c("--no-resave-data", "--no-manual"), build_vignettes=TRUE)

Note: use build_vignettes = FALSE if you run into problems with vignettes installation.



  • 发表于 2023-09-05 10:55
  • 阅读 ( 687 )
  • 分类:软件工具

你可能感兴趣的文章

相关问题

0 条评论

请先 登录 后评论
安生水
安生水

347 篇文章

作家榜 »

  1. omicsgene 698 文章
  2. 安生水 347 文章
  3. Daitoue 167 文章
  4. 生物女学霸 120 文章
  5. xun 82 文章
  6. 红橙子 78 文章
  7. rzx 74 文章
  8. CORNERSTONE 72 文章