View source: R/summary_utils.R
add_observed_values | R Documentation |
Add observed values for phyloscanner results
add_observed_values(df1)
df1 |
If observed value is TP,(true positives), it means that phyloscanner correctly identified the transmission pair. If observed value is FP (false positives), phyloscanner incorrectly identify the transmission pair. If observed value is FN (false negative) it means it is a true transmission pair, but phyloscanner was not able to identify it. If observed value is TN (true negative), it means it is not a transmission pair and phylosvanner correctly identified as not a transmission pair.
dataframe with the added observed values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.