View source: R/summary_utils.R
check_true_transmissions | R Documentation |
This function will check whether a pair of individuals (host.1 and host.2) represent a true transmission from host.1 to host.2 independent of phyloscanner results.
check_true_transmissions(df1, tm)
df1 |
Dataframe containing information of summarized results obtained with phyloscanner after running the function summarize_trans. |
tm |
Dataframe containing information of the transmission matrix. |
Dataframe with a new column "trans" with only the individuals that represent a true transmission with correct direction of transmission. The value for column "trans" will be "true" (for true transmission).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.