MetaDNAResult {BioNovoGene.BioDeep.MetaDNA} | .NET clr documentation |
table output of the metaDNA infer annotation result
# namespace BioNovoGene.BioDeep.MetaDNA
export class MetaDNAResult {
# mzinto(query)into(reference)[]
alignment: string;
# entropy score
entropy: double;
exactMass: double;
fileName: string;
formula: string;
# forward cosine score
forward: double;
# MS1 or MS2
inferLevel: string;
inferSize: integer;
intensity: double;
# ranked jaccard score
jaccard: double;
KEGG_reaction: string;
KEGGId: string;
mirror: double;
mz: double;
# Theoretical calculated m/z value based on MetaDNAResult.mz And MetaDNAResult.precursorType
mzCalc: double;
name: string;
parentTrace: double;
partnerKEGGId: string;
# ppm error between the Theoretical MetaDNAResult.mzCalc and MetaDNAResult.mz
ppm: double;
# precursor adducts type
precursorType: string;
pvalue: double;
# the unique id of ms2 spectrum peaks
query_id: string;
reaction: string;
# reverse cosine score
reverse: double;
# the unique id of ms1 parent ion
ROI_id: string;
rt: double;
# the score match of ms1 MetaDNAResult.rt and rt value of the KEGG compound reference
rt_adjust: double;
score1: double;
score2: double;
seed: string;
}