View source: R/summary_utils.R
summarize_all_data | R Documentation |
Summarize all results obtained with phyloscanner
summarize_all_data(results_phylo)
results_phylo |
Dataframe containing the values for number of transmission pairs analysed, number of true pairs within the total pairs analysed, number of true transmission pairs identified by phyloscanner, etc. by replicate, combination of parameter values and migration rate. |
This function is used in the R script summarize_phyloscanner_results_v2 (check scripts in HIVepisimAnalysis GitHub)
Tibble object with the total number of pairs analysed, total number of true transmissions, total number of true positives as identified by phyloscanner, total number of false negatives by phyloscanner, total number of swaps (host.2 infected host.1, instead of host.1 infected host.2), and total number of false positives as identified by phyloscanner.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.