View source: R/annotation_functions.R
find_structure | R Documentation |
Find the most probable structure by iterating over all possible levels of annotations.
find_structure(
possibilities,
score_only = FALSE,
compound_levels = NULL,
biosoc_levels = NULL
)
possibilities |
A data.frame of possible structures. |
score_only |
Whether to find the most probable annotation on scores only (without using the biosoc_levels and compound_levels) |
compound_levels |
A vector containing the compound levels to consider, in the given order. |
biosoc_levels |
A vector containing the biosource levels to consider, in the given order. |
A vector containing the row id(s) of the most probable structure(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.