OpenBEL / resource-generator

Python modules to generate BEL resource documents.
Apache License 2.0
0 stars 4 forks source link

Use cell structure as a namespace for Cellular Location encoding in Statements. #73

Open abargnesi opened 8 years ago

abargnesi commented 8 years ago

Currently we have a CellStructure annotation and GOCC that pull cell structure terms. With BEL 2.0 we can specify cellular location terms with the location, fromLocation, and toLocation terms.


For existing GOCC namespace:

Incorporate location terms that are children of cellular_component (e.g. plasma membrane). The new terms should use the Location (L) encoding. These should be able to mix with the existing complex-encodings (C) terms in the same file/ConceptScheme.

For MESH namespace:

Create MESH Cellular structure also as a namespace with Location (L) encodings. These should be equivalenced to GOCC Location terms.


Minimally we can get away with adding Location terms to the GOCC namespace.

@ncatlett Does this make sense?

ncatlett commented 8 years ago

Yes. The current Abundance (A) encodings used for location terms in both the GOCC and MESHCS namespaces should be updated with the Location (L) encoding. The existing Complex (C) encodings for GOCC should be maintained.