Data Interface¶
Architecture¶
There are modules with the core data structures for each
native data type: molecular data
,
sequence data
,
and
volume data
.
I/O is managed by the chimera.core.io
module.
Data formats are registered with the io module with information about how
to recognize files of that type and functions to read and/or write them.
Note
Trigger documentation might go here.