我正在尝试安装"cytofkit“R-包,并参考https://bioconductor.riken.jp/packages/3.7/bioc/html/cytofkit.html使用
source("https://bioconductor.org/biocLite.R")
biocLite("cytofkit")和
source("http://bioconductor.org/biocLite.R")
biocLite("cytofkit")和
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("cytofkit")似乎什么都起不到作用。请建议一下该怎么做。
配置:生物导体版本3.14 (BiocManager 1.30.18),R4.1.2 (2021-11-01) R,Windows
错误:
警告信息: 1:生物导体版本“3.14”
不提供“cytofkit”软件包
发布于 2022-05-23 10:11:36
根据这里提供的答案:https://support.bioconductor.org/p/128865/ Cytofkit在3.9版http://bioconductor.org/about/removed-packages/中从生物导体中被删除
https://stackoverflow.com/questions/72346480
复制相似问题