Parse Active Subnetwork Search Output File
parseActiveSnwSearch(active_snw_path, signif_genes, score_quan_thr = 0.8,
sig_gene_thr = 10)
path to the output of an Active Subnetwork Search.
the vector of significant genes.
active subnetwork score quantile threshold (Default = 0.80)
threshold for minimum number of significant genes (Default = 10)
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` significant genes.
See run_pathfindR
for the wrapper function of the
pathfindR workflow
# NOT RUN {
parseActiveSnwSearch("path/to/output", significant_genes)
# }
Run the code above in your browser using DataLab