Description Usage Arguments Details Value Author(s)
iterTiMExSims
performs TiMEx iteratively on a simulated
dataset, by each time removing the highest ranking group of largest size and
runnning TiMEx again.
1 | iterTiMExSims(samplesModel, pairMu, pairPvalue, groupPvalue, corr, noRuns)
|
samplesModel |
structure as returned by the function |
pairMu |
threshold on the pair-level mu (input to the function
|
pairPvalue |
threshold on the pair-level pvalue (input to the
function |
groupPvalue |
threshold on the group-level pvalue (input to the
function |
corr |
type of correction employed by TiMEx. It has to either be "bonf" or "fdr". Default to "bonf". |
noRuns |
maximum number of times to run the iterative procedure. Default to 10. |
The groups reported are always the most significant ones of largest size. Once a group is reported, it is removed from the dataset and TiMEx is ran again. The groups are reported decreasingly by size. This function is designed to be applied on data simulated by the functions in this package.
list consisting of
geneNames
list consisting of the names of the genes part
of the identified mutually exclusive groups. each element is a vector of
gene names corresponding to one group.
geneIndices
list consisting of the indices in the input
binary matrix of the genes part of the identified mutually exclusive
groups. each element is a vector of gene indices corresponding to one
group.
geneAssignments
list consisting of the initial assignment to
pathways of the genes in the identified groups. Each element is a vector of
pathway indices corresponding to an identified mutually exclusive group.
The names of each vector represent the indices of the genes in the binary
input matrix.
samplesModel
input structure containing the simulated
pathTiMEx model, including the binary matrix used as input to the function
TiMEx
.
muEst
vector with the estimated mu for the identified
mutually exclusive groups, of length the number of groups identified.
corr
the input method for multiple testing correction used
by TiMEx.
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.