Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Fixed STATEMENT_GROUP 165. Components and complex were inverted. #13

Merged
merged 1 commit into from Jan 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions knowledge/large_corpus.bel
Original file line number Diff line number Diff line change
Expand Up @@ -3458,21 +3458,21 @@ SET Evidence = "CD3gamma (CD3G), Cd3epsilon (CD3E), CD3delta (CD3D), Cd3zeta (CD
SET Species = 9606
SET Citation = {"Other","CD3g Document","CD3g Document","","",""}

p(HGNC:CD247) hasComponent complex(SCOMP:"CD3 Complex")
complex(SCOMP:"CD3 Complex") hasComponent p(HGNC:CD247)

SET Species = 10090

p(MGI:Cd247) hasComponent complex(SCOMP:"CD3 Complex")
complex(SCOMP:"CD3 Complex") hasComponent p(MGI:Cd247)

SET Species = 10116

p(RGD:Cd247) hasComponent complex(SCOMP:"CD3 Complex")
complex(SCOMP:"CD3 Complex") hasComponent p(RGD:Cd247)

SET Species = 9606

p(HGNC:CD3D) hasComponent complex(SCOMP:"CD3 Complex")
p(HGNC:CD3E) hasComponent complex(SCOMP:"CD3 Complex")
p(HGNC:CD3G) hasComponent complex(SCOMP:"CD3 Complex")
complex(SCOMP:"CD3 Complex") hasComponent p(HGNC:CD3D)
complex(SCOMP:"CD3 Complex") hasComponent p(HGNC:CD3E)
complex(SCOMP:"CD3 Complex") hasComponent p(HGNC:CD3G)

UNSET STATEMENT_GROUP

Expand Down