Learn R Programming

scRNAtools (version 1.0)

scRNAtools_PEA: Pathway enrichment analysis

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

scRNAtools_PEA(DEGs,number)

Arguments

DEGs

Interested gene set of differentially expressed gene set.

number

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

Value

The significant pathways are wrote in the occurrent path.

Details

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

References

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

Examples

Run this code
# NOT RUN {
data(DEGs)
number<-10
pdf(file=file.path(tempdir(), "enrichment analysis.pdf"))
scRNAtools_PEA(DEGs,number)
dev.off()
# }

Run the code above in your browser using DataLab