I am trying to run the pathview tutorial and am getting the error below. Please let me know how you addressed this error within pathview. Results of sessionInfo() are also posted below if needed.
Thank you for your help,
Alison
#################Code#########################3
biocLite("pathview")
library(pathview)
#load data
data(gse16873.d)
data(demo.paths)
#KEGG view: gene data only
i <- 1
pv.out <- pathview(gene.data = gse16873.d[, 1], pathway.id =
demo.paths$sel.paths[i], species = "hsa", out.suffix = "gse16873",
kegg.native = TRUE)
#################Error Returned#####################
Error in korg[ridx, coln] : subscript out of bounds
################sessionInfo#########################
> sessionInfo()
R version 3.4.0 (2017-04-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252
attached base packages:
[1] parallel stats4 stats graphics grDevices utils datasets methods base
other attached packages:
[1] gage_2.26.1 pathview_1.16.5 org.Hs.eg.db_3.4.1 AnnotationDbi_1.38.2 IRanges_2.10.3 S4Vectors_0.14.4
[7] Biobase_2.36.2 BiocGenerics_0.22.0 BiocInstaller_1.26.1
loaded via a namespace (and not attached):
[1] graph_1.54.0 Rcpp_0.12.12 KEGGgraph_1.38.1 XVector_0.16.0 zlibbioc_1.22.0 bit_1.1-12 R6_2.2.2
[8] rlang_0.1.2 httr_1.3.1 blob_1.1.0 tools_3.4.0 grid_3.4.0 png_0.1-7 DBI_0.7
[15] class_7.3-14 bit64_0.9-7 digest_0.6.12 tibble_1.3.4 Rgraphviz_2.20.0 KEGGREST_1.16.1 memoise_1.1.0
[22] RSQLite_2.0 compiler_3.4.0 Biostrings_2.44.2 XML_3.98-1.9 pkgconfig_2.0.1