Skip to content

separate the import of or semantically distinguish computed vs curated UniProt proteins mapped to GeneNodes #24

Description

@mjsduncan

as an example, entrez_to_protein_2020-04-01.scm contains

(EvaluationLink 
	(PredicateNode "expresses")
		(ListLink 
		(GeneNode "SAMD11")
		(MoleculeNode "Uniprot:A0A087WX24")
))

while codingRNA_2020-04-01.scm contains

(EvaluationLink 
	(PredicateNode "transcribed_to")
	(ListLink 
		(GeneNode "SAMD11")
		(MoleculeNode "ENST00000420190")))(EvaluationLink 
	(PredicateNode "translated_to")
	(ListLink 
		(MoleculeNode "ENST00000420190")
		(MoleculeNode "Uniprot:A6PWC8")))

if you look at this search of A6PWC8, you see that Q96NU1 and A0A087WX24 are different protein isoforms, that is they have different amino acid sequences, but Q96NUI has been verified by human curation and A0A087WX24 is an automated computational association.

depending on the analysis, only the curated version should be imported, or curated and computationally derived associations should be semantically distinguishable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions