This function weights the eventually MS1 complemented annotations according their biological source
Usage
weight_bio(
annotation_table_taxed = get("annotation_table_taxed", envir = parent.frame()),
structure_organism_pairs_table = get("structure_organism_pairs_table", envir =
parent.frame()),
weight_spectral = get("weight_spectral", envir = parent.frame()),
weight_biological = get("weight_biological", envir = parent.frame()),
score_biological_domain = get("score_biological_domain", envir = parent.frame()),
score_biological_kingdom = get("score_biological_kingdom", envir = parent.frame()),
score_biological_phylum = get("score_biological_phylum", envir = parent.frame()),
score_biological_class = get("score_biological_class", envir = parent.frame()),
score_biological_order = get("score_biological_order", envir = parent.frame()),
score_biological_family = get("score_biological_family", envir = parent.frame()),
score_biological_tribe = get("score_biological_tribe", envir = parent.frame()),
score_biological_genus = get("score_biological_genus", envir = parent.frame()),
score_biological_species = get("score_biological_species", envir = parent.frame()),
score_biological_variety = get("score_biological_variety", envir = parent.frame())
)Arguments
- annotation_table_taxed
Table containing the initial annotation eventually complemented by additional MS1 annotations
- structure_organism_pairs_table
Table containing the structure - organism pairs
- weight_spectral
Weight for the spectral score
- weight_biological
Weight for the biological score
- score_biological_domain
Score for a
domainmatch (should be lower thankingdom)- score_biological_kingdom
Score for a
kingdommatch (should be lower thanphylum)- score_biological_phylum
Score for a
phylummatch (should be lower thanclass)- score_biological_class
Score for a
classmatch (should be lower thanorder)- score_biological_order
Score for a
ordermatch (should be lower thanfamily)- score_biological_family
Score for a
familymatch (should be lower thantribe)- score_biological_tribe
Score for a
tribematch (should be lower thangenus)- score_biological_genus
Score for a
genusmatch (should be lower thanspecies)- score_biological_species
Score for a
speciesmatch (should be lower thanvariety)- score_biological_variety
Score for a
varietymatch (should be the highest)