View source: R/summary_utils.R
add_observed_values_direction | R Documentation |
Add observed values for phyloscanner results for direction
add_observed_values_direction(df1)
df1 |
If observed value is TP (true positives), it means that phyloscanner correctly identified a transmission pair (independent of whether A infected B or B infected A). If observed value is FP (false positives), phyloscanner incorrectly identify a 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 phyloscanner correctly identified it 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.