Learn R Programming

dnapath (version 0.7.6)

summarize_genes_for_pathway: Summarize differential connectivity of genes in a pathway

Description

Summarize differential connectivity of genes in a pathway

Usage

summarize_genes_for_pathway(x, alpha = NULL, monotonized = FALSE)

Value

A tibble summarizing the differential connectivity of genes in the pathway.

Arguments

x

A 'dnapath' object of a single pathway.

alpha

Threshold for p-values of gene DC scores, used to subset the x. If NULL (or 1), x for all genes are shown.

monotonized

If TRUE, monotonized p-values are used.