random_Theta | R Documentation |
random_Theta(n, sparsity, exclusive_ratio) This function randomly generates an MHN with log-transformed parameters.
random_Theta(n, sparsity = 0.5, exclusive_ratio = 0.5)
n |
Number of mutational events |
sparsity |
Percentage of off diagonal elements with a value of zero in the MHN. (Default: 0.5) |
exclusive_ratio |
Percentage of non-zero elements that are negative, meaning that one mutation is inhibiting another mutation (Default: 0.9) |
An n-by-n matrix representing the MHN
Rudolf Schill, Xiang Ge Luo
Schill et al. (2020). Modelling cancer progression using Mutual Hazard Networks. Bioinformatics, 36(1), 241–249.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.