GOBPenrichment {miRLAB}R Documentation

Functional enrichment analysis

Description

GO BP enrichment analysis for a gene list

Usage

GOBPenrichment(Genes, Cutoff)

Arguments

Genes

a list of gene symbols

Cutoff

the significant level, e.g. 0.05

Value

a list of GO terms for the genes

References

Ashburner, M., Ball, C.A., Blake, J.A., Botstein, D., Butler, H., Cherry, J.M., Davis, A.P., Dolinski, K., Dwight, S.S., Eppig, J.T., Harris, M.A., Hill, D.P., Issel-Tarver, L., Kasarskis, A., Lewis, S., Matese, J.C., Richardson, J.E., Ringwald, M., Rubin, G.M. and Sherlock, G. (2000) Gene Ontology: tool for the unification of biology. Nat. Genet., 25, 25-29.

Examples

 print("result = GOBPenrichment(genelist, 0.05)")

[Package miRLAB version 1.12.0 Index]