Description Usage Arguments Value
This methods performs a fisher test using the genes in two objects of
class CTDdata
. The object in 'x' is used as source while
the object on 'y' is used as universe. When object 'x' corresponds to
an object created with query_ctd_gene
, the used genes
are the found terms in CTDbase. In the other cases (chemicals and
disease CTDdata
), the genes from the 'gene interactions'
table are used. If universe
is missing, all genes in CTDbase
are used as universe.
1 |
x |
Object of class |
y |
Object of class |
universe |
Vector of strings corresponding to the genes to be used as universe. |
use |
(default: |
warnings |
(default: |
... |
NOT USED |
A list with class htest
. Check
fisher.test
for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.