biotite.interface#
This subpackage provides interfaces to other Python packages in the bioinformatics
ecosystem.
Its purpose is to convert between native Biotite objects, such as AtomArray
and Sequence, and the corresponding objects in the respective interfaced
package.
In contrast to biotite.application, where an entire application run is handled
under the hood, biotite.interface only covers the object conversion, allowing
for more flexibility.
Content#
Warning raised, when some information is lost during conversion. |