You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In P2GO, we add extensions >1 for one annotations as AND or OR
AND is separated by a comma: ,
OR is separated by a pipe: |
Attached is the GPAD from QuickGOof gene gflB (Q54L90) EXP annotations, where the long string of extensions for GO:GO:0030837/ negative regulation of Ras protein signal transduction looks all the same and thus somewhat contradictory:
happens_during (response to cAMP)
happens_during (asexual reproduction)
In the file, the last, happens_during (asexual reproduction), is separated by a Pipe thus we should introduce these OR in dictybase.
In P2GO, we add extensions >1 for one annotations as AND or OR
AND is separated by a comma: ,
OR is separated by a pipe: |
Attached is the GPAD from QuickGOof gene gflB (Q54L90) EXP annotations, where the long string of extensions for GO:GO:0030837/ negative regulation of Ras protein signal transduction looks all the same and thus somewhat contradictory:
happens_during (response to cAMP)
happens_during (asexual reproduction)
In the file, the last, happens_during (asexual reproduction), is separated by a Pipe thus we should introduce these OR in dictybase.
This dictybase annotation
https://testdb.dictybase.org/gene/gflB/goannotations
Current:
has_regulation_target (rasB)
has_regulation_target (rasC)
has_regulation_target (rasG)
happens_during (response to cAMP)
occurs_at (cell leading edge cell cortex)
happens_during (asexual reproduction)
Possibly, if AND, we should just separate them by Comma (saves also space) and when it's OR, we add the word 'or':
New:
has_regulation_target (rasB), has_regulation_target (rasC),
has_regulation_target (rasG), happens_during (response to cAMP),
occurs_at (cell leading edge cell cortex)
or happens_during (asexual reproduction)
Thus, if column space allows,
Thanks!
QuickGO-annotations-1544477509162-20181210gpad.txt
The text was updated successfully, but these errors were encountered: