OEReadMMPIndexMolecules
OEReadMMPIndexMolecules(ifs: oeistream,
mmpindex: OEMatchedPairAnalyzer,
regenHKeys: bool = False) -> bool
OEReadMMPIndexMolecules(fragbytes: str,
mmpindex: OEMatchedPairAnalyzer,
regenHKeys: bool = False) -> bool
This function deserializes Matched Pair fragmentation information from the passed string or oeistream and adds the information to the OEMatchedPairAnalyzer provided.
The goal of this function is to stream the precomputed fragmentation information directly into the Matched Molecular Pair index with maximum efficiency.
See also