Description Usage Arguments Value
Estimate rate that clusters increase or decrease in frequency and transform into selection coefficients for different genotypes
1 2 3 4 5 6 7 8 | clusterwise_logistic(
s,
mint = 2020.2,
maxt = 2020.35,
minClusterSize = 25,
r = 73,
quasi = F
)
|
s |
data frame with sequence_name(character), del_introduction(character), sample_time(numeric), genotype (wt or mutant) |
mint |
lower sample time bound. Clusters must have sample before this time |
maxt |
upper sample time bound. Clusters must have sample after this time |
minClusterSize |
exclude clusters with fewer samples than this |
r |
specifies generation time (1/r) when transforming to selection coefficients. Default 73 corresponds to five days. |
list with matrix of selection coefficients for different clusters and a t.test for difference in 'mutant' selection coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.