Learn R Programming

pathfindR (version 1.3.0)

filterActiveSnws: Parse Active Subnetwork Search Output File and Filter the Subnetworks

Description

Parse Active Subnetwork Search Output File and Filter the Subnetworks

Usage

filterActiveSnws(active_snw_path, signif_genes, score_quan_thr = 0.8,
  sig_gene_thr = 10)

Arguments

active_snw_path

path to the output of an Active Subnetwork Search.

signif_genes

the vector of significant genes.

score_quan_thr

active subnetwork score quantile threshold (Default = 0.80)

sig_gene_thr

threshold for minimum number of affected genes (Default = 10)

Value

A list of genes in every active subnetwork that has a score greater than the `score_quan_thr`th quantile and that has at least `sig_gene_thr` affected genes.

See Also

See run_pathfindR for the wrapper function of the pathfindR workflow

Examples

Run this code
# NOT RUN {
filterActiveSnws("path/to/output", significant_genes)
# }

Run the code above in your browser using DataLab