You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of spectral library matches belonging to this structure candidate OPTIONAL: needs to be added by parameter
[optional]
xlog_p
float
[optional]
rank
int
the overall rank of this candidate among all candidates of this feature
[optional]
csi_score
float
CSI:FingerID score of the fingerprint of this compound to the predicted fingerprint of CSI:FingerID This is the score used for ranking structure candidates
[optional]
tanimoto_similarity
float
Tanimoto similarly of the fingerprint of this compound to the predicted fingerprint of CSI:FingerID
[optional]
mces_dist_to_top_hit
float
Maximum Common Edge Subgraph (MCES) distance to the top scoring hit (CSI:FingerID) in a candidate list.
fromPySirius.models.structure_candidate_formulaimportStructureCandidateFormula# TODO update the JSON string belowjson="{}"# create an instance of StructureCandidateFormula from a JSON stringstructure_candidate_formula_instance=StructureCandidateFormula.from_json(json)
# print the JSON string representation of the objectprint(StructureCandidateFormula.to_json())
# convert the object into a dictstructure_candidate_formula_dict=structure_candidate_formula_instance.to_dict()
# create an instance of StructureCandidateFormula from a dictstructure_candidate_formula_from_dict=StructureCandidateFormula.from_dict(structure_candidate_formula_dict)