Supporting functions for annotation checks performed on the model object.
memote.support.annotation.find_components_without_annotation(model, components)[source]¶Find model components with empty annotation attributes.
| Parameters: | model : cobra.Model
components : {“metabolites”, “reactions”, “genes”}
|
|---|---|
| Returns: | list
|
memote.support.annotation.generate_component_annotation_miriam_match(elements, component, db)[source]¶Tabulate which MIRIAM databases the element’s annotation match.
If the relevant MIRIAM identifier is not in an element’s annotation it is ignored.
| Parameters: | elements : list
component : {“metabolites”, “reactions”}
db : str
|
|---|---|
| Returns: | list
|
memote.support.annotation.generate_component_annotation_overview(elements, db)[source]¶Tabulate which MIRIAM databases the component’s annotation match.
| Parameters: | elements : list
db : str
|
|---|---|
| Returns: | list
|
memote.support.annotation.generate_component_id_namespace_overview(model, components)[source]¶Tabulate which MIRIAM databases the component’s identifier matches.
| Parameters: | model : cobra.Model
components : {“metabolites”, “reactions”, “genes”}
|
|---|---|
| Returns: | pandas.DataFrame
|