Entering edit mode
8.1 years ago
nazaninhoseinkhan
▴
530
Dear all,
I want to analyze microarray methylation data to find differentially methylated regions.
First I tried to work with Galaxy, but I did not know how can I add required tools to my list of tools in Galaxy.
Someone advise me to use R for this analysis. I found "methyAnalysis" package for this purpose.
However I get these lines of errors when trying to load package:
Error : Function found when exporting methods from the namespace ‘Biostrings’ which is not S4 generic: ‘compare’
In addition: Warning messages:
1: multiple methods tables found for ‘fileName’
2: multiple methods tables found for ‘organism’
3: replacing previous import ‘BiocGenerics::image’ by ‘graphics::image’ when loading ‘methylumi’
4: no function found corresponding to methods exports from ‘Biostrings’ for: ‘encoding’, ‘splitAsListReturnedClass’
Error: package or namespace load failed for ‘methyAnalysis’
>
can anyone help me to solve this problem?
or do you know any other reliable tools that I can use to do methylation analysis.
Thank u in advance
Nazanin
what's your sessionInfo() ?
Also try to restart R and reload methyAnalysis package alone. Sometimes already loaded objects in workspace can conflict with current loadings.
Also u can try minfi package. This might help. http://kasperdanielhansen.github.io/genbioconductor/html/minfi.html
Thanks
Priyabrata
Persistent LABS
My sessioninfo():
Attaching package: ‘BiocGenerics’
The following objects are masked from ‘package:parallel’:
The following objects are masked from ‘package:stats’:
The following objects are masked from ‘package:base’:
Loading required package: IRanges Loading required package: S4Vectors Loading required package: stats4
Attaching package: ‘S4Vectors’
The following objects are masked from ‘package:base’:
Loading required package: GenomeInfoDb Loading required package: GenomicRanges Loading required package: Biobase Welcome to Bioconductor
Loading required package: org.Hs.eg.db Loading required package: AnnotationDbi
Error : object ‘sqliteQuickSQL’ is not exported by 'namespace:RSQLite' In addition: Warning messages: 1: multiple methods tables found for ‘fileName’ 2: multiple methods tables found for ‘organism’ 3: replacing previous import ‘BiocGenerics::image’ by ‘graphics::image’ when loading ‘methylumi’ Error: package or namespace load failed for ‘methyAnalysis’
Thanks for the help
Nazanin