create_times_tsv | R Documentation |
In this function, the times file for CoaTrans program will contain only the sampled individuals (to mimic a real HIV study)
create_times_tsv(ids, time_seq, seq_count, prefix = NULL)
ids |
Vector of samples IDs. |
time_seq |
Vector for sample time. If one value is provided, it will be replicated to the size of samples in the transmission matrix (tm). |
seq_count |
The number of sequences per sample in the transmission matrix. If one value is provided, it will be replicated to the size of samples in the transmission matrix (tm). |
prefix |
Text for prefix to use when saving filename. |
If a prefix is not provided, tab delimited file file will be saved as times.tsv
Write data to tsv file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.