-
Notifications
You must be signed in to change notification settings - Fork 17
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
Column labels in results and dowload can be confusing #194
Comments
There seem to be three issues in this one ticket; it's best to split them up as fixes would be independent:
|
Not fully sure I understand your third point. But I think making the column labels consistent should help clarify this. |
Thinking about the implementation for berkeleybop/bbop-js#14 and this, they are distinct issues and not dupes (edited above). @cmungall , I think you meant to say "second" above, edited for clarity. I've added the ticket #196 and will edit this item to reflect just the scope of bad general labelling. |
Not sure if dupe now with #195. |
When you filter on "gene products" the column heading with the "gene name" is called "Acc"
I searched on "biological_process"
selected the gene products link,
filtered on H. sapiens to get all gene products annotated to BP node
Filtered on type "protein"
The confusing thing is that there is not a "gene/name product" column heading in this view...the column is called "Acc" but sometimes it is containing the "gene product" label. Sometimes a UniProt type Identifier
e.g.
KDM4A_HUMAN
filter on "SAA1" and you will see what I mean.
You see
SAA1
and
SAA1_HUMAN
This means that the "get products" link filtering does not give you a unique list of gene products because SAA1 is represented twice in this list.
Mainly now (as I think Chris is onto the redundency issues) I can't figure are why the column is called "Acc" here and not "gene/product" (as it is called in the link to "annotations"
It seems that the "gene/product" column is the name that biologist will usually expect to see.
I was also pretty confused by the labels for the download options. I think they need explaining more clearly (maybe how they match the GAF, or exactly what they will contain?)
Acc(id)
Acc(bioentitiy)
Label(bioentity_label)
name(bioentity_name)
Is there any document describing these?
I tried all of these and none of them seems to consistently supply me with the label which I was looking for DB Object Symbol (column 3 in the GAF)?
The text was updated successfully, but these errors were encountered: