initialize_Theta | R Documentation |
initialize_Theta(n, N, trees, lambda_s) A function that initializes the diagonal entries of a MHN based on the relative frequencies of each event starting from root.
initialize_Theta(n, N, trees, lambda_s)
n |
Number of events in the MHNs |
N |
Sample size |
trees |
Mutation tree structures |
lambda_s |
Rate of the sampling event |
An n-by-n matrix representing the initialized MHN
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.