I installed goseq and when I call:
SO <- supportedOrganisms() Error: could not find function "supportedOrganisms" supportedGenomes() Error in getNodeSet(doc, "//table[@class='descTbl']")[[1L]] : subscript out of bounds
A Similar question have been posted here:
but following those suggestion did not help.
In the goseq Bioconductor site said that the goseq version is 1.26. However when I install it in my mac running R vesrion 3.2.2 I got the version 1.22. All my bioconductor packages have been updated to the last version. I do not understand why I did not get that function with my goseq package. Any different suggestion to fix this problem?
James, sorry but I do not follow why updating to the current version of R will help. The package I am having problem with is older than this R 3.3.3 version and it should be working fine with my R version 3.2.2.
I check for the version you suggested at it looks is really new
News
R version 3.3.3 (Another Canoe) has been released on Monday 2017-03-06.
Every six months we release a new version of Bioconductor that is tied to the current version of R. If you are using a version of R from 2015, then by definition you are also using Bioconductor packages from two years ago as well. You always want to be using the most current version of R and Bioconductor for a lot of reasons, not least of all because we don't support any older versions.
What that means is that when a bug is introduced (and in this situation the 'bug' was a change at the UCSC website that broke code in the rtracklayer package), we only update the current release and devel versions of the affected packages. So unless you are using the most current versions of R and Bioconductor, these bug fixes are unavailable to you because we don't fix old packages from two years ago - we just fix the current version.