scRNAtools_PEA: Pathway enrichment analysis

Description Usage Arguments Details Value Author(s) References Examples

View source: R/scRNAtools_PEA.R

Description

Pathway enrichment analysis using the interested gene set or differentially expressed gene set provided by users. This data contains two column (Enterz ID and gene sybmols)

Usage

1

Arguments

DEGs

Interested gene set of differentially expressed gene set.

number

The number of random, for example, users can set 1000, 5000 or more.

Details

This function integrated method to do the pathway enrichment analysis, TPEA.

Value

The significant pathways are wrote in the occurrent path.

Author(s)

Qian Yang

References

Wei Jiang (2017). TPEA: A Novel Topology-Based Pathway Enrichment Analysis Approach.

Examples

1
2
3
4
5
data(DEGs)
number<-10
pdf(file=file.path(tempdir(), "enrichment analysis.pdf"))
scRNAtools_PEA(DEGs,number)
dev.off()

scRNAtools documentation built on May 2, 2019, 2:43 a.m.