ngs_tools.chemistry.MultimodalChemistry

Module Contents

Classes

MultimodalChemistry

Represents any chemistry that is a combination of multiple chemistries.

Attributes

_10X_FEATUREBARCODE

_10X_MULTIOME

MULTIMODAL_CHEMISTRIES

exception ngs_tools.chemistry.MultimodalChemistry.MultimodalChemistryError

Bases: Exception

Common base class for all non-exit exceptions.

class ngs_tools.chemistry.MultimodalChemistry.MultimodalChemistry(name: str, description: str, chemistries: Dict[str, ngs_tools.chemistry.Chemistry.Chemistry])

Represents any chemistry that is a combination of multiple chemistries. For example, 10x Multiome. Note that this is not a subclass of Chemistry.

TODO: Add properties similar to Chemistry class.

property name: str

Chemistry name

property description: str

Chemistry description

property chemistries: Dict[str, ngs_tools.chemistry.Chemistry.Chemistry]
chemistry(key: str) ngs_tools.chemistry.Chemistry.Chemistry
ngs_tools.chemistry.MultimodalChemistry._10X_FEATUREBARCODE
ngs_tools.chemistry.MultimodalChemistry._10X_MULTIOME
ngs_tools.chemistry.MultimodalChemistry.MULTIMODAL_CHEMISTRIES