This function weights the biologically weighted annotations according their chemical consistency
Usage
weight_chemo(
annot_table_wei_bio_clean = get("annot_table_wei_bio_clean", envir = parent.frame()),
weight_spectral = get("weight_spectral", envir = parent.frame()),
weight_biological = get("weight_biological", envir = parent.frame()),
weight_chemical = get("weight_chemical", envir = parent.frame()),
score_chemical_cla_kingdom = get("score_chemical_cla_kingdom", envir = parent.frame()),
score_chemical_cla_superclass = get("score_chemical_cla_superclass", envir =
parent.frame()),
score_chemical_cla_class = get("score_chemical_cla_class", envir = parent.frame()),
score_chemical_cla_parent = get("score_chemical_cla_parent", envir = parent.frame()),
score_chemical_npc_pathway = get("score_chemical_npc_pathway", envir = parent.frame()),
score_chemical_npc_superclass = get("score_chemical_npc_superclass", envir =
parent.frame()),
score_chemical_npc_class = get("score_chemical_npc_class", envir = parent.frame())
)Arguments
- annot_table_wei_bio_clean
Table containing the biologically weighted annotation
- weight_spectral
Weight for the spectral score
- weight_biological
Weight for the biological score
- weight_chemical
Weight for the chemical consistency score
- score_chemical_cla_kingdom
Score for a
Classyfire kingdommatch (should be lower thanClassyfire superclass)- score_chemical_cla_superclass
Score for a
Classyfire superclassmatch (should be lower thanClassyfire class)- score_chemical_cla_class
Score for a
Classyfire classmatch (should be lower thanClassyfire parent)- score_chemical_cla_parent
Score for a
Classyfire parentmatch (should be the highest)- score_chemical_npc_pathway
Score for a
pathwaymatch (should be lower thansuperclass)- score_chemical_npc_superclass
Score for a
superclassmatch (should be lower thanclass)- score_chemical_npc_class
Score for a
classmatch (should be the highest)