summary.dnapath | R Documentation |
Summary function for 'dnapath' object.
## S3 method for class 'dnapath' summary(object, by_gene = TRUE, alpha = 1, monotonized = FALSE, ...)
object |
A 'dnapath' object from |
by_gene |
If TRUE, summarizes the differential network analysis by genes; otherwise, summarizes by gene-gene interactions. |
alpha |
Threshold for p-values to determine significance; defaults to 1 and returns all results. If 'by_gene' is FALSE, then 'alpha' is used to filter edges. If 'by_gene' is TRUE, then 'alpha' is used to filter genes. |
monotonized |
If TRUE, monotonized p-values are used. |
... |
Additional arguments are ignored. |
Summarizes the differential network analysis result.
summarize_genes
, summarize_edges
data(meso) data(p53_pathways) set.seed(0) results <- dnapath(x = meso$gene_expression, pathway_list = p53_pathways, group_labels = meso$groups, n_perm = 10) summary(results[[1]]) # Summary of the first pathway in the results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.