geneontology / amigo

AmiGO is the public interface for the Gene Ontology.
http://amigo.geneontology.org
BSD 3-Clause "New" or "Revised" License
29 stars 17 forks source link

Filter for UCL as source #571

Closed RLovering closed 5 years ago

RLovering commented 5 years ago

Hi I would like to be able to find UCL annotations in AmiGO by using the Source filter. However this is not possible as the source of all UCL annotations is listed as UniProt. Would it be possible to have the 'assigned by' information available as a filter?

Thanks

Ruth @ValWood @BarbaraCzub

kltm commented 5 years ago

@RLovering I may be misunderstanding what is being asked here. For the loaded data, assigned_by is accessed by the "Contributor" filter. For example:

http://amigo.geneontology.org/amigo/search/annotation?q=*:*&fq=assigned_by:%22BHF-UCL%22&sfq=document_category:%22annotation%22

BHF-UCL | (42619)
ParkinsonsUK-UCL | (6912)
ARUK-UCL | (6893)
SynGO-UCL  | (140)
RLovering commented 5 years ago

that is wonderful, sorry I missed that before. There seems to be some inconsistencies, perhaps it is my browser, your link worked great but this one from Val: http://amigo.geneontology.org/amigo/search/bioentity?q=*:*&fq=isa_partof_closure:%22GO:0006520%22&fq=isa_partof_closure:%22GO:0051186%22&fq=-isa_partof_closure:%22GO:0034628%22&fq=-isa_partof_closure:%22GO:0034354%22&fq=-isa_partof_closure:%22GO:0019442%22&fq=-isa_partof_closure:%22GO:0008705%22&sfq=document_category:%22bioentity%22 has no contributor option.

any thoughts?

Thanks for getting back to me so quickly

Ruth

kltm commented 5 years ago

@RLovering No problem

The issue here is that my bookmark/location is for the annotation search, while Val's is for bioentity search. As it stands now, as the cross-cut combinatorics of doing these facets for bioentities was too high (i.e. bioentity is already a grouping category for a lot of these properties, so assigned_by could be many and in that case what does one do with evidence), we only maintained them for annotations. The closest to what Val has there would be:

http://amigo.geneontology.org/amigo/search/annotation?q=*:*&fq=isa_partof_closure:%22GO:0006520%22&fq=isa_partof_closure:%22GO:0051186%22&fq=-isa_partof_closure:%22GO:0034628%22&fq=-isa_partof_closure:%22GO:0034354%22&fq=-isa_partof_closure:%22GO:0019442%22&fq=-isa_partof_closure:%22GO:0008705%22&sfq=document_category:%22annotation%22

Still nothing for UCL, but is you remove the isa_partof_closure: GO:0006520 filter, you can see yourselves down there in the "Contributor" facet.

ValWood commented 5 years ago

The Matrix output is necessarily "gene product" rather than annotation (thats what the Matirc outputs).

I guess when the MAtrix rules are merged into the individual group reports this will need to be dealt with.

In the meantime, Ruth don't worry I will raise tickets for any outstanding questions in the intersection annotations. I have probably done about 50% of the term intersections I plan to check so there shoud not be so many more for you....