[BioC] using ensembl archive in GenomicRanges
Paul Leo
p.leo at uq.edu.au
Thu Jan 12 09:07:56 CET 2012
Not tried it for makeTranscriptDbFromBiomart but probably works the same
was as biomart which would use :
mart<-useMart("ensembl_mart_51",host="apr2011.archive.ensembl.org",dataset="hsapiens_gene_ensembl",archive=TRUE)
see http://www.ensembl.org/index.html and at the very bottom of the page
the "View in archive site" link to get the version you want
you get the strange mart name "ensembl_mart_51" using:
listMarts(host="apr2011.archive.ensembl.org",archive=TRUE) ..
Paul Leo
-----Original Message-----
From: anupam sinha <anupam.contact at gmail.com>
To: bioc <Bioconductor at stat.math.ethz.ch>
Subject: [BioC] using ensembl archive in GenomicRanges
Date: Thu, 12 Jan 2012 17:44:09 +1000
Dear all,
Is there any way to use the command
makeTranscriptDbFromBiomart
(biomart="ensembl",dataset="hsapiens_gene_ensembl",transcript_ids=NULL)
from GenomicRanges package of the Biocunductor so that it can retrieve
data from Ensembl release version 62 instead of the current release
version 65. Thanks in advance for any help.
Anupam
_______________________________________________
Bioconductor mailing list
Bioconductor at r-project.org
https://stat.ethz.ch/mailman/listinfo/bioconductor
Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
More information about the Bioconductor
mailing list