pathway_analysis: hypergeometric test for RNA-seq

Description Usage Arguments Value Examples

View source: R/hypergeometric_test.R

Description

hypergeometric test for RNA-seq

Usage

1
pathway_analysis(sig.genes, class = c("mmu", "hsa", "gga"), mc.cores = 8)

Arguments

sig.genes

A vector of significantly changed genes

class

Specify which type of gene

mc.cores

Specify how many cores to use

Value

A list of all significantly changed pathways, and all pathways with p value

Examples

1
2
3
deg = grab_deg_from_cuffdiff(gene_exp.diff)
sig.genes = deg$external_gene_name
path_res = pathway_analysis(sig.genes, class = "mmu")

jiangyuan2li/quickpath documentation built on Dec. 8, 2019, 4:05 p.m.