Learn R Programming

pathfindR (version 1.3.0)

RA_clustered: Example Output for the pathfindR Clustering Workflow - Rheumatoid Arthritis

Description

A dataset containing the results of pathfindR's pathway clustering and partitioning workflow performed on the rheumatoid arthritis enrichment results RA_output. The number of clusters were detected automatically as 8 and the agglomeration method was "average".

Usage

RA_clustered

Arguments

Format

A data frame with 79 rows and 10 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

Cluster

the cluster to which the pathway is assigned

Status

whether the pathway is the "Representative" pathway in its cluster or only a "Member"

See Also

RA_input for example input of the enrichment workflow. RA_output for example output of the enrichment workflow.