CD
momapy.celldesigner.io.celldesigner
Classes for reading CellDesigner files (extended SBML)
Classes:
| Name | Description |
|---|---|
CellDesignerReader |
Class for CellDesigner reader objects |
CellDesignerReader
Bases: Reader
Class for CellDesigner reader objects
Methods:
| Name | Description |
|---|---|
check_file |
Return |
read |
Read a CellDesigner file and return a reader result object |
check_file
classmethod
Return true if the file is a CellDesigner file, false otherwise
Source code in src/momapy/celldesigner/io/celldesigner.py
read
classmethod
read(
file_path: str | PathLike,
return_type: Literal["map", "model", "layout"] = "map",
with_model=True,
with_layout=True,
with_annotations=True,
with_notes=True,
) -> ReaderResult
Read a CellDesigner file and return a reader result object