show-methods: show method

Description Usage Arguments Value Examples

Description

show qSig, gessResult, feaResult objects

Usage

1
2
3
4
5
6
7
## S4 method for signature 'feaResult'
show(object)

show(object)

## S4 method for signature 'qSig'
show(object)

Arguments

object

object used for show

Value

message

Examples

 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"))
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

signatureSearch documentation built on April 16, 2021, 6 p.m.