Skip to content

Kegg database overrepresentation analysis by Fisher's exact test

Notifications You must be signed in to change notification settings

mehrankr/KeggPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeggPA

KeggPA

Kegg pathway annotation database overrepresentation analysis by Fisher's exact test.

This R package requires you to provide a pathway annotation dataset with the following columns:

Pathway.ID | Entrez | HGNC | Name.Pathway

path:hsa00010 | hsa:10327 | AKR1A1 | Glycolysis / Gluconeogenesis

...

Without providing such a dataframe for kegg.list argument, an old version will be used automatically.

Examples

require(KeggPA)
kpa = keggPA(hgnc=c("TP53", "BRCA1", "BRCA2", "VHL"), proj_name="example_genes")

Note

This R packages is neither supported nor endorsed by Kegg pathway database.

About

Kegg database overrepresentation analysis by Fisher's exact test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages