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

add overlapping dna_align_feature labels to genes #28

Open
ajo2995 opened this issue Feb 24, 2016 · 2 comments
Open

add overlapping dna_align_feature labels to genes #28

ajo2995 opened this issue Feb 24, 2016 · 2 comments

Comments

@ajo2995
Copy link
Member

ajo2995 commented Feb 24, 2016

When dumping genes, also pull in the names of features from the dna_align_feature table that overlap with the gene. Put these ids into a new field called overlapping_features which is a list of {hit_name: "dna_align_feature.hit_name", analysis: "analysis_description.display_label"}

This is required for the maize v4 search because some v3 gene models may not get into the id history but overlap with new gene models.

Alternatively, we may want to dump dna_align_feature entries into a separate collection which can populate suggestions that lead to region queries.

@ajo2995
Copy link
Member Author

ajo2995 commented Feb 24, 2016

I don't know if it is possible with the ebisearch api, but if an old model doesn't overlap with a new model, it would be nice if the search response could just provide the link to the region where the old model now maps.

This doesn't seem like it would work. I think the links here are generated in the local ensembl server
http://ensembl.gramene.org/Multi/Search/Results?species=all;idx=;q=pad4;site=ensemblunit

@ajo2995
Copy link
Member Author

ajo2995 commented Feb 24, 2016

normally this kind of thing should be taken care of by the xref pipeline, so this feature can be a one-off for the maize v4 search db

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

1 participant