View source: R/summary_utils.R
add_observed_values_directness | R Documentation |
Add observed values for phyloscanner results for directness
add_observed_values_directness(df1)
df1 |
If observed value is TP (true positives), it means that phyloscanner correctly identified a transmission pair with correct direction of transmission(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 (with correct direction of transmission from A to B or B to A), 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 (with correct direction of transmission from A to B or B to A).
dataframe with the added observed values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.