Entering edit mode
Hi,Â
I use KeggProfile in my pipeline analysis and it's efficient, but I
have problem with one pathway_ID.
Exemple ( copy and paste):
require(KEGGprofile)
download_KEGGfile(pathway_id="04110",specis='hsa')
#In this case , not problem
download_KEGGfile(pathway_id="00910",specis='hsa')
#this pahway exits in KEGG, but the download is impossibleÂ
#[1] "Downloading files: 1/1"
#essai de l'URL 'http://www.genome.jp/kegg-
bin/download?entry=hsa00910&format=kgml'
#Content type 'text/plain' length unknown
#URL ouverte
#downloaded 1 bytes
#essai de l'URL 'http://www.genome.jp/kegg/pathway/hsa/hsa00910.png'
#Erreur dans download.file(paste("http://www.genome.jp/kegg/pathway/",
specis, Â :Â
# Â impossible d'ouvrir l'URL
'http://www.genome.jp/kegg/pathway/hsa/hsa00910.png'
#De plus : Message d'avis :
#In download.file(paste("http://www.genome.jp/kegg/pathway/", specis,
 :
#  ouverture impossible : le statut HTTP était '404 Not Found'
My solution :  omit this pathway in my analysis: ponctual, fast  but
not very elegant and not professional !!
If someone has a suggestion , comments or solution, let's go ,
Thanks
GregÂ
Montréal
Dim, 16 déc. 2012 à 11:10
16 déc
Mail affecté dâune étoile
de gregory voisin à  1 destinataire
Problem to download Kegg map from KEGGprofile package
Afficher les détails
*
*
Hi,Â
I use KeggProfile in my pipeline analysis and it's efficient, but I
have problem with one pathway_ID.
Exemple ( copy and paste):
require(KEGGprofile)
download_KEGGfile(pathway_id="04110",specis='hsa')
#In this case , not problem
download_KEGGfile(pathway_id="00910",specis='hsa')
#this pahway exits in KEGG, but the download is impossibleÂ
#[1] "Downloading files: 1/1"
#essai de l'URL 'http://www.genome.jp/kegg-
bin/download?entry=hsa00910&format=kgml'
#Content type 'text/plain' length unknown
#URL ouverte
#downloaded 1 bytes
#essai de l'URL 'http://www.genome.jp/kegg/pathway/hsa/hsa00910.png'
#Erreur dans download.file(paste("http://www.genome.jp/kegg/pathway/",
specis, Â :Â
# Â impossible d'ouvrir l'URL
'http://www.genome.jp/kegg/pathway/hsa/hsa00910.png'
#De plus : Message d'avis :
#In download.file(paste("http://www.genome.jp/kegg/pathway/", specis,
 :
#  ouverture impossible : le statut HTTP était '404 Not Found'
My solution :  omit this pathway in my analysis: ponctual, fast  but
not very elegant and not professional !!
If someone has a suggestion , comments or solution, let's go ,
Thanks
GregÂ
Montréal
> sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=French_Canada.1252 Â LC_CTYPE=French_Canada.1252 Â Â
[3] LC_MONETARY=French_Canada.1252 LC_NUMERIC=C Â Â Â Â Â Â Â Â
Â
[5] LC_TIME=French_Canada.1252 Â Â
attached base packages:
[1] stats   graphics  grDevices utils   datasets  methods Â
base   Â
other attached packages:
 [1] KEGGprofile_1.0.0   KEGG.db_2.8.0     RSQLite_0.11.2 Â
 Â
 [4] DBI_0.2-5       AnnotationDbi_1.20.0 Biobase_2.18.0 Â
 Â
 [7] BiocGenerics_0.4.0  TeachingDemos_2.8   png_0.1-4   Â
  Â
[10] XML_3.95-0.1 Â Â Â Â
loaded via a namespace (and not attached):
[1] IRanges_1.16.2 Â parallel_2.15.0 stats4_2.15.0
[[alternative HTML version deleted]]