-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENSEMBLE 88 #107
Comments
Pretty interesting, the most important ENSEMBLE 88 is missing.
|
Is there a way for us to build ENSEMBLE 88 ourselves? If so, how can we do it? |
Ensembl keeps each release available for 5 years. A few selected releases are retained for longer, but in most cases once 5 years has passed it is deemed out of date and removed. Ensembl 88 is from May 2017 and was removes ~ 2 years ago. There are some more details on the archive policies at https://www.ensembl.org/info/website/archives/index.html biomaRt is only an interface to query to databases Ensembl makes available, and so you can't access release 88. In theory you could potentially build your own version from the original source data, available from https://ftp.ensembl.org/pub/release-88/ However I don't think Ensembl provide any instructions on how to do this and it will be a very difficult task. I would ask why using such an old version is important. If there's a really good reason, maybe you can get the information you need from those files on the FTP site, rather than using BioMart. If not, then perhaps using a more recent version of the annotation data would be fine. |
Dear Mike,
If you could prepare an ENSEMBLE 88 dataset, it would provide tremendous help to the community. As you may know, the GTEx data is crucial for our research, and their results, particularly at the transcript level, are based on ENSEMBLE 88 and have not been updated to the latest ENSEMBLE versions.
[GTEx Portal Information](https://gtexportal.org/home/aboutAdultGtex)
Without ENSEMBLE 88, many analyses might face significant issues, including conflicts or misleading results, which could lead to serious reproducibility concerns.
Best regards,
Shicheng
…________________________________
From: Mike Smith ***@***.***>
Sent: Tuesday, July 23, 2024 2:00 AM
To: grimbough/biomaRt ***@***.***>
Cc: Shicheng Guo ***@***.***>; Author ***@***.***>
Subject: Re: [grimbough/biomaRt] ENSEMBLE 88 (Issue #107)
Ensembl keeps each release available for 5 years. A few selected releases are retained for longer, but in most cases once 5 years has passed it is deemed out of date and removed. Ensembl 88 is from May 2017 and was removes ~ 2 years ago. There are some more details on the archive policies at https://www.ensembl.org/info/website/archives/index.html
biomaRt is only an interface to query to databases Ensembl makes available, and so you can't access release 88.
In theory you could potentially build your own version from the original source data, available from https://ftp.ensembl.org/pub/release-88/ However I don't think Ensembl provide any instructions on how to do this and it will be a very difficult task.
I would ask why using such an old version is important. If there's a really good reason, maybe you can get the information you need from those files on the FTP site, rather than using BioMart. If not, then perhaps using a more recent version of the annotation data would be fine.
—
Reply to this email directly, view it on GitHub<#107 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BG5ET37YTKEAUWKEW64FH5TZNYLRZAVCNFSM6AAAAABLDNBMZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBUGY2DSMRVGQ>.
You are receiving this because you authored the thread.
|
I'm not going to create my own instance of BioMart. I don't work for Ensembl, nor do I have the time or resources to maintain my own BioMart server. However, you could potentially use another source of annotation in Bioconductor. The ensembldb packages (https://bioconductor.org/packages/release/bioc/html/ensembldb.html) let you download snapshots of each Ensembl release to work with locally.
You'll need to look at the manual for ensembldb to figure out how to work with that object and extract the data you want, but it should match the Ensembl release you want to work with. |
Hi Mike,
I am wondering why only ENSEMBLE 88 is missed from BiomaRt package?
Thanks,
Shicheng
The text was updated successfully, but these errors were encountered: