formatET {TFactSR} | R Documentation |
formats the result of enrichment test (ET)
Description
This function formats the result of enrichment test (ET) based on Fisher's exact test
Usage
formatET(list)
Arguments
list |
a list of the result of enrichment test (ncol = 6) |
Value
data.frame
Author(s)
Atsushi Fukushima
Examples
data(example.list)
res <- formatET(example.list)
[Package TFactSR version 0.99.0 Index]