Description Usage Arguments Details Value Author(s)
sampleMEPathways
simulates a group of mutually exclusive
genes, for given waiting times of genes, observation time, intensity of
mutual exclusivity and noise level.
1 | sampleMEPathways(m, TGenesTrunc, Tobs, muTrunc, eps)
|
m |
number of samples to simulate, as a positive integer |
TGenesTrunc |
matrix with waiting times of the genes; columns represent the genes, rows represent the samples |
Tobs |
vector of observation times, with length the number of samples |
muTrunc |
intensity of mutual exclusivity of the pathway to be simulated, real number between 0 and 1 |
eps |
error rate at the level of genes, real number between 0 and 1 |
In the case of perfect mutual exclusivity (mu=1
), for each
sample, only the gene with the waiting time can be mutated, and only if its
waiting time is lower than the observation time.
a binary matrix representing the simulated mutually exclusive group, with columns as genes and rows as samples
Simona Constantinescu, simona.constantinescu@bsse.ethz.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.