Description Usage Arguments Details See Also
Rank genes according to difference between the minimum of a set of parameter and the maximum of another sets.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
param |
A parameter object that is a part of |
showcomb |
If |
default |
The default class for comparions, which is |
H |
A set of regular expression patterns for the "high" group |
N |
A set of regular expression patterns for the "neutral" group |
L |
A set of regular expression patterns for the "low" group |
sep |
String separator for coeffcient-celltype combinations. Can be changed if comma is already used as part of the names. |
na.rm |
Skip coefficients if they are |
include |
Vector of gene names to be included. If |
exclude |
A vector of gene names to be excluded. If |
method |
Interest functional method. |
multest_func |
Multiple-testing procedure callback function. It should take a matrix of interest scores with genes as rows and bootstraps as column. |
... |
Arguments to |
questmm
calculates, for each gene and each bootstrap
replicate, a score defined as
the difference (log-ratio) between the minimum values of the "high"
group and maximum value of the "low" group.
The groups of coefficients can span across multiple cell types, and they can be arbitrarily chosen.
The resulting scores are passed on a multiple-testing correction
method bremt
, which collapse the bootstrap
replicates into significance test statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.