GOenrich3 | R Documentation |
compute the gene enrichment in a GO category
GOenrich3(tableSample3, tablePop3)
tableSample3 |
sample return value of GOtable3() |
tablePop3 |
population return value of GOtable3() |
returns a matrix with columns c("SAMPLE","POP","ENRICHMENT")
#load("data/x_tableSample3.RData")
#load("data/x_tablePop3.RData")
m<-GOenrich3(x_tableSample3,x_tablePop3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.