Learn R Programming

pathfindR (version 1.3.0)

RA_output: Example Output for the pathfindR Enrichment Workflow - Rheumatoid Arthritis

Description

A dataset containing the results of pathfindR's active-subnetwork-oriented pathway enrichment workflow performed on the rheumatoid arthritis differential-expression result dataset RA_input. Active subnetwork search was performed with Greedy Algorithm using the Biogrid PIN.

Usage

RA_output

Arguments

Format

A data frame with 79 rows and 8 columns:

ID

KEGG ID of the enriched pathway

Pathway

Description of the enriched pathway

Fold_Enrichment

Fold enrichment value for the enriched pathway

occurrence

the number of iterations that the given pathway was found to enriched over all iterations

lowest_p

the lowest adjusted-p value of the given pathway over all iterations

highest_p

the highest adjusted-p value of the given pathway over all iterations

Up_regulated

the up-regulated genes in the input involved in the given pathway, comma-separated

Down_regulated

the down-regulated genes in the input involved in the given pathway, comma-separated

See Also

RA_input for example input of the enrichment workflow. RA_clustered for example output of the clustering workflow.