Skip to content
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

Specify Ensembl Plant version #31

Closed
timedreamer opened this issue Aug 16, 2018 · 5 comments
Closed

Specify Ensembl Plant version #31

timedreamer opened this issue Aug 16, 2018 · 5 comments

Comments

@timedreamer
Copy link

Hello,
Really great package. It's now part of my working flow for all analysis. I'm working with plants, so I use Ensembl Plant a lot. One thing I'm curious is: is there any way to specify the release version of Ensembl Plant?

Similar with Ensembl, Ensembl Plant also updates regularly. I want to keep my result replicable, in case they update their database. For example, in the newest Release 40, the Setaria italica genome was updated. It seems they do have several archived sites, like Release 35 and Release 37.

An example of my code to retrieve gene description is below. It would be awesome if the version info could be implemented (maybe it's already done?)

biomart(genes = gene_list),
       mart = "plants_mart",
       dataset = "zmays_eg_gene",
       attributes = c("description",
                      "external_gene_name", "external_gene_source"),
       filters = "ensembl_gene_id")

Thank you!!

Best,
Ji

@HajkD
Copy link
Member

HajkD commented Aug 19, 2018

Hi Ji,

I am very happy that biomartr is useful for your research and thank you very much for
making such a great suggestion.

I will gladly implement a new argument release in the biomart() function (as well as in all get*()) functions to make it even easier to reproducibly retrieve data from different releases.

I will keep you posted here and will write you as soon as I have the new functionality embedded in the new biomartr version.

Many many thanks for your great feedback! I truly appreciate it :)

Cheer,s
Hajk

@timedreamer
Copy link
Author

Hi Hajk,
Just wonder whether there is any updates on the ensembl version functionality?

Best,
Ji

@Roleren
Copy link
Contributor

Roleren commented Oct 26, 2020

See discussion:

#45

So @HajkD , will the new PR, solve this issue too ?

@HajkD
Copy link
Member

HajkD commented Oct 26, 2020

Yes absolutely! Thanks to your pr this is now resolved. @timedreamer please let us know if it works for you?

@HajkD
Copy link
Member

HajkD commented Sep 27, 2023

I assume this has been solved.

@HajkD HajkD closed this as completed Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants