我正在尝试将包snpStats
与R版本3.0.1一起使用。当我使用该命令时,我收到错误
Warning message:
package ‘snpStats’ is not available (for R version 3.0.1)
但是,当我查看snpStats文档时,根据详细信息,我会看到以下信息:
Details
Package: snpStats
Version: 1.5.6
Date: 2012-03-27
Depends: R(>= 2.10.0), survival, methods, Matrix
Imports: graphics, grDevices, methods, stats, survival, utils, Matrix
Suggests: hexbin
License: GPL-3
URL: http://www-gene.cimr.cam.ac.uk/clayton
Collate: ss.R contingency.table.R convert.R compare.R glm-test.R imputation.R indata.R long.R misc.R ld.R mvtests.R pedfile.R outdata.R plink.R qc.R qq-chisq.R single.R tdt-single.R structure.R xstuff.R zzz.R
LazyLoad: yes
biocViews: Microarray, SNP, GeneticVariability
Packaged: 2012-03-27
Built: R 2.14.1; i686-pc-linux-gnu; 2012-03-27 13:27:08 UTC; unix
不Depends: R(>= 2.10.0), survival, methods, Matrix
意味着它应该在Windows 7上的R x64上运行
答案 0 :(得分:3)
看起来您可能正在使用install.packages()
?或者尝试安装旧版本?
请尝试按照Bioconductor网站上的说明操作: http://bioconductor.org/packages/2.12/bioc/html/snpStats.html
source("http://bioconductor.org/biocLite.R")
biocLite("snpStats")