View source: R/05_bionom_test.R
| intact.binom | R Documentation | 
Performs binom.tests on an <.intact> object column .
intact.binom(X, Y)
| X | any column of a <Query.intact> object | 
| Y | any column of a <Universe.intact> object (has to be the same column as X) | 
Peforms a binomial enrichment test on a column of a <Query.intact> object compared to the same column of a <Universe.intact> object.
The universe file db.intact is provided if you are lacking an universe file
This function will return a data frame with the results of the tests
Geremy Clair
intact.binom(queryExample.intact$`Main class`, universeExample.intact$`Main class`)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.