pathway_genes: Genes in pathway

Description Usage Arguments Value

Description

Returns the number of genes in the query set that are present in a given pathway.

Usage

1
pathway_genes(gene_set, pathway_tfidf, fthr, pthr)

Arguments

gene_set

Query gene set of interest. Should be a Nx3 matrix, where column 1 is Entrez ID, column 2 is fold-change, and column 3 is p-value (recommend using FDR corrected p-values from a package like 'limma' or 'DESeq2')

pathway_tfidf

tf-idf matrix computed with tfidf

fthr

Fold change threshold

pthr

p-value threshold

Value

Returns vector with number of genes matched to any given pathway.


diogocamacho/rpegeos documentation built on June 4, 2019, 6:37 p.m.