runCorrelationTest
performs root-to-tip regression permutation test
runCorrelationTest(
phy,
clone,
permutations,
minlength = 0.001,
polyresolve = TRUE,
permutation = c("clustered", "uniform"),
time = "time",
sequence = "sequence_id",
germline = "Germline",
verbose = TRUE,
alternative = c("greater", "two.sided")
)
A list of statistics from running the permutation test.
Tree object
airrClone data object corresponding to phy
Number of permutations to run
Branch lengths to collapse in trees
Resolve polytomies to have a minimum number of single timepoint clades
Permute among single timepoint clades or uniformly among tips
Column name holding numeric time information
Column name holding sequence ID
Germline sequence name
Print lots of rubbish while running?
Is alternative that the randomized correlation are greater than or equal to observed, or greater/less than?
See correlationTest for details
correlationTest.