Description Usage Arguments Value Examples
Method extracts tibbles
from result
slots of feaResult
and gessResult
objects. They are generated by the GESS and FEA
functions defined by signatureSearch
, respectively.
1 2 3 4 5 6 7 |
x |
|
tibble
1 2 3 4 5 6 7 8 9 10 | fr <- feaResult(result=dplyr::tibble(id=letters[seq_len(10)],
val=seq_len(10)),
organism="human", ontology="MF", drugs=c("d1", "d2"),
targets=c("t1","t2"))
result(fr)
gr <- gessResult(result=dplyr::tibble(pert=letters[seq_len(10)],
val=seq_len(10)),
query=list(up=c("g1","g2"), down=c("g3","g4")),
gess_method="LINCS", refdb="path/to/lincs/db")
result(gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.