Description Usage Arguments Value Examples
Get information from individual slots in an MBR object and any available results from previous analysis.
1 2 | ## S4 method for signature 'MBR'
mbrGet(object, what = "status")
|
object |
A preprocessed object of class MBR |
what |
a single character value specifying which information should be retrieved from the slots. Options: "TNI1", "TNI2", "testedElementsTNI1", "testedElementsTNI2", "dualRegulons", "results", "para", "summary", "status", "motifsInformation" and "hyperResults" |
A slot content from a object of class 'MBR' MBR object
1 2 3 4 5 6 7 8 9 10 | data("dt4rtn", package = "RTN")
gexp <- dt4rtn$gexp
annot <- dt4rtn$gexpIDs
tfs1 <- dt4rtn$tfs[c("IRF8","IRF1","PRDM1","AFF3","E2F3")]
tfs2 <- dt4rtn$tfs[c("HCLS1","STAT4","STAT1","LMO4","ZNF552")]
##---mbrPreprocess
rmbr <- mbrPreprocess(gexp=gexp, regulatoryElements1 = tfs1,
regulatoryElements2=tfs2, gexpIDs=annot)
##---get the 'TNI1' slot using 'mbrGet'
tni1 <- mbrGet(rmbr, what="TNI1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.