Dear Bioconductor community,
i tried to install some r packages for exon array preprossesing and analysis. But especially in the package "exonmap", which i found from literature that is the simplest way of importing exon array data : Warning message:
package ‘exonmap’ is not available (for R version 3.1.1) .
Is there some other package(packages) for importing exon array data in R?
Thank you- i also searched extensively for other packages, but unfortunately xps is also not available in my R version. Regarding puma, i didnt noticed that it can also read and impute exon data
Dear Mr MacDonald,
when i tried biocLite(c("xps")), it shows the message:
Warning message:
package ‘xps’ is not available (for R version 3.1.1)
Also, when i tried the "annmap" package installation:
package ‘annmap’ is available as a source package but not as a binary
Warning message:
package ‘annmap’ is not available (for R version 3.1.1)
Is it possible to install annmap with a different procedure ?
You need to provide the full output of the biocLite() command so we can see where the error is. Also you need to give us the output of the
sessionInfo()
command so we can see details about your setup. xps is not available for 64-bit R on Windows, so you could try switching to 32-bit R if you are on Windows (I'll see if this restriction can be removed in the next version).