Description Usage Arguments Value Examples
This function takes an MBR object and computes two transcriptional networks inferred by mutual information (with multiple hypothesis testing corrections).
1 2 | ## S4 method for signature 'MBR'
mbrPermutation(object, verbose = TRUE, ...)
|
object |
A preprocessed object of class MBR. |
verbose |
A single logical value specifying to display detailed messages (when verbose=TRUE) or not (when verbose=FALSE). |
... |
Additional arguments passed on to the
|
An MBR object with two mutual information matrices, one in each "TNI" slot.
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)
##---mbrPermutation
rmbr <- mbrPermutation(rmbr, nPermutations=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.