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

Rename biological_context to experiment_context within evidence schema. #51

Closed
nbargnesi opened this issue Feb 27, 2015 · 4 comments
Closed
Assignees

Comments

@nbargnesi
Copy link
Member

I'm talking about the schema and API specifically here whose audience is largely made up of integrators, engineers, developers, etc.

We're talking about knowledge representing the existence of biological entities and the relationships between them. The "biological" qualifier on context is implied under most circumstances(see 1️⃣ below).

For example:

"biological_context": [
  { "name": "Cell", "value": "cardiac muscle cell" },
  { "name": "Species", "value": 9606 }
]

That "biological_" prefix is redundant.

1️⃣ The annotations stored in biological_context aren't required to be biological in nature. We have examples like the following:

"biological_context": [
  { "name": "Species", "value": 29062 },
  { "name": "curatedBy", "value": "nlp" },
  { "name": "nlpCurator", "value": "GENIA" }
]

Using "context" here is more to the point.

@nbargnesi
Copy link
Member Author

@wshayes @abargnesi thoughts?

@abargnesi
Copy link
Member

If we rename biological_context to context then it might obscure when one would use it over metadata. I think curatedBy and nlpCurator are better suited in metadata, because they are not curated directly from the article.

@nbargnesi
Copy link
Member Author

Concede the point about curatedBy and nlpCurator. I'll put forth foundIn instead. This annotation captures what section of a paper the evidence is found in (i.e., the context). It's values might be abstract, introduction, and results.

"biological_context": [
  { "name": "Species", "value": 29062 },
  { "name": "foundIn", "value": "abstract" }
]

So again, annotations in biological_context aren't required to be biological in nature and there are annotations that are context that have no place in metadata.

@ncatlett
Copy link
Member

Can we rename biological_context to experiment_context? My feeling is that the context annotations should reflect the experiment information (which may not be "biological") and the metadata should reflect information about the curation.

@abargnesi abargnesi self-assigned this Jun 3, 2015
@abargnesi abargnesi changed the title Can we remove the "biological" prefix from "biological_context"? Rename biological_context to experiment_context within evidence schema. Jun 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants