dna_pathway | R Documentation |
This is an internal function used by dnapath
to conduct
the differential network analysis on a single pathway.
dna_pathway( x, pathway, group_prob, network_inference, permutations, lp = 2, verbose = FALSE, ... )
x |
The gene expression data to be analyzed. Assumed to already be
processed by |
pathway |
A single vector containing gene names. |
group_prob |
A matrix with number of rows equal to the
number of rows in |
network_inference |
A function used to infer the pathway network. |
permutations |
A matrix containing the permutations to perform during
permutation testing. If |
lp |
The lp value used to compute differential connectivity
scores. (Note: If a vector is provided, then the results are returned as
a list of |
verbose |
Set to TRUE to turn on messages. |
... |
Additional arguments are passed into the network inference function. |
A list containing the results of the differential network analysis for a single pathway.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.