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
We currently have a set of ontologies in the specification (e.g. cell_subset).
A very powerful query mechanism for the API to implement would be to implement an ISA operator that would search for ontological containment of a concept, such as B cell. Such a search would return all repertoires that contained B cell or any of its children in the ontology.
We currently have a set of ontologies in the specification (e.g. cell_subset).
A very powerful query mechanism for the API to implement would be to implement an ISA operator that would search for ontological containment of a concept, such as
B cell
. Such a search would return all repertoires that containedB cell
or any of its children in the ontology.For example:
would return anything that is under node
CL:0000236
in the Cell Ontology.This is a very difficult query to construct without this capability.
The text was updated successfully, but these errors were encountered: