Entering edit mode
Sophie Gallina
▴
40
@sophie-gallina-2306
Last seen 10.2 years ago
Hi,
I have problems with some exonmap functions :
I made test for the functions X.to.Y described in the page
http://rss.acs.unt.edu/Rdoc/library/exonmap/html/X.toY.html
using ensembl ID for TP53 gene.
probeset.to.exon and exon.to.probeset work fine,
the other functions do not work, that is
probeset.to.transcript, probeset.to.gene,
exon.to.transcript, exon.to.gene
transcript.to.exon, transcript.to.probeset, transcript.to.gene
gene.to.exon, gene.to.probeset
symbol.to.probeset, symbol.to.gene
plot.gene don't work neither.
What I am missing ?
Thanks,
Sophie Gallina
Here is the trace of the execution
=================================================
R version 2.5.1 (2007-06-27)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R est un logiciel libre livr? sans AUCUNE GARANTIE.
Vous pouvez le redistribuer sous certaines conditions.
Tapez 'license()' ou 'licence()' pour plus de d?tails.
R est un projet collaboratif avec de nombreux contributeurs.
Tapez 'contributors()' pour plus d'information et
'citation()' pour la fa?on de le citer dans les publications.
Tapez 'demo()' pour des d?monstrations, 'help()' pour l'aide
en ligne ou 'help.start()' pour obtenir l'aide au format HTML.
Tapez 'q()' pour quitter R.
> library(exonmap)
Le chargement a n?cessit? le package : affy
Le chargement a n?cessit? le package : Biobase
Le chargement a n?cessit? le package : tools
Welcome to Bioconductor
Vignettes contain introductory material. To view, type
'openVignette()'. To cite Bioconductor, see
'citation("Biobase")' and for packages 'citation(pkgname)'.
Le chargement a n?cessit? le package : affyio
Le chargement a n?cessit? le package : simpleaffy
Le chargement a n?cessit? le package : genefilter
Le chargement a n?cessit? le package : survival
Le chargement a n?cessit? le package : splines
Le chargement a n?cessit? le package : RColorBrewer
Le chargement a n?cessit? le package : RMySQL
Le chargement a n?cessit? le package : DBI
Le chargement a n?cessit? le package : plier
> xmapDatabase("Human")
Switching to human database...
done.
> # the probeset 3102398 is in TP53 gene
> # ENSG00000141510 : ensembl gene ID for TP53
> # ENST00000269305 : one of the ensembl Transcript ID for TP53
> # ENSE00000697174 : one of the ensembl exon ID for TP53
>
> # the 2 next functions are OK
> probeset.to.exon("3102398")
[1] "ENSE00000697174"
> exon.to.probeset("ENSE00000697174")
[1] "3102398"
>
> # next ones don't work
> probeset.to.transcript("3102398");
[1] NA
> probeset.to.gene("3102398");
[1] NA
> exon.to.transcript("ENSE00000697174")
[1] NA
> exon.to.gene("ENSE00000697174")
[1] NA
> transcript.to.exon("ENST00000269305")
NULL
> transcript.to.probeset("ENST00000269305")
NULL
> transcript.to.gene("ENST00000269305")
NULL
> gene.to.exon("ENSG00000141510")
NULL
> gene.to.probeset("ENSG00000141510")
NULL
> symbol.to.probeset("TP53",
db=c("hugo","symbol","UniProt","RefSeqPeptide","RFAM","UniProtSpliceVa
riant","miRNA"))
NULL
> symbol.to.gene("TP53")
NULL
>
> plot.gene("ENSG00000141510")
Erreur dans apply(all.probes[all.probes[, 5] != 1, ], 1, function(p) {
:
dim(X) doit avoir un longueur positive
Ex?cution arr?t?e
--
-------------------------------------------------------------------
Sophie.Gallina at good.ibl.fr
CNRS UMR 8090 - http://www-good.ibl.fr
G?nomique et physiologie mol?culaire des maladies m?taboliques
I.B.L - 1 rue du Pr Calmette, B.P.245, 59019 Lille Cedex
Tel : 33 (0)3.20.87.10.71 Fax : 33 (0)3.20.87.10.31