Entering edit mode
Hi,
Is there a way I can check the archive versions of bioamRt and then use one them to run. I have an old scripts from 2016, 2017 and 2018 and I want to rerun them with their corresponding version of biomaRt.
Thanks a lot.
D.
Thanks a lot for your answer. I have this script from 2016.
I couldn't manage to make it work adding the
version
argument touseEnsembl()
. I addedversion="84"
and got this errorError: Specified Ensembl version is not available. Use listEnsemblArchives() to view available versions.
I think I need to spend some time clarifying / updating the
useEnsembl()
function because it's primarily focused on the main Ensembl site, rather than EnsemblGenomes - that's understandably not clear from the function name!The only archive that I know of for Ensembl Plants is from October 2017 (http://oct2017-plants.ensembl.org/). I'm not sure there's any way to access the annotation that was present in 2016 if Ensembl are not making it available. Using and older version of biomaRt will still access the most recent data.