show | R Documentation |
show qSig
, gessResult
, feaResult
objects
## S4 method for signature 'feaResult'
show(object)
show(object)
## S4 method for signature 'qSig'
show(object)
object |
object used for show |
message
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"))
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")
gr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.