data.m
Data matrix (numeric). Rows label features (genes),
columns label samples. It is assumed that the number of features is
much larger than the number of samples. Rownames must be a valid gene or probe identifier.
sign.v
Model pathway signature vector (numeric). Elements correspond to the regulatory weights, i.e the sign indicates if up or downregulated. Names of sign.v must be a gene name (probe) identifier which must match the gene (probe) identifier used for the rows of data.m
.
fdr
Desired false discovery rate (numeric) which determines the
allowed number of false positives in the relevance network. The
default value is 0.000001. Since typically model signatures may
contain on the order of 100 genes, this amounts to constructing a
relevance network on the order of 10000 edges (pairwise correlations).
Using a Bonferroni correction, this leads to a P-value threshold of
approx. 1e-6 to 1e-7. This parameter is tunable, so choosing a number
of different thresholds may be advisable.