Entering edit mode
7.3 years ago
nazaninhoseinkhan
▴
530
Dear all
I want to run RNASeq analysis in R.
Unfortunately when I try to load systemPipeR or RNASeqGene packages in R 3.4.1, I get the same error:
Error: package or namespace load failed for ‘GenomicRanges’:
.onLoad failed in loadNamespace() for 'XVector', details:
call: get(name, envir = asNamespace(pkg), inherits = FALSE)
error: object 'setDefaultSlotValue' not found
Error: package ‘GenomicRanges’ could not be loaded
Can anybody help me to solve this problem?
Regards
Nazanin
What OS do you have?
I am trying to run RNASeq analysis on R 3.4.1 in windows 7
What is the output of
sessionInfo()
?I forgot to say that I get the error message when I want to install "airway" package which is a prerequisite of loading both sysytemPipeR and RNASeqGene packages.
The sessionInfo():
How are you trying to install
airway
?Using "source("https://bioconductor.org/biocLite.R") biocLite("airway")"
I get this message : Warning message: package ‘airway’ is not available (for R version 3.4.1)
And when I try to manually install it, I get the error that the package GenomicRanges can not be loaded.
Cannot tell for Windows, I was able to install airway package on OSX using R version 3.4.1