Description Usage Arguments Value Author(s) References Examples
Construct a 0-1 binary matrix to represent the association between RNAs and protein modules.
1 | rna2mod(rna2prot, modlist, pCutoff = 0.01, bgProtNum)
|
rna2prot |
two-column matrix with each row shows the binary association between RNA and protein. |
modlist |
a list of protein modules. |
pCutoff |
threshold of the P-value for enrichment analysis. |
bgProtNum |
the number of background proteins. |
rna2module |
N x M 0-1 binary matrix of N RNA and M module. |
moduleList |
a list of modules targeted by at least one RNA. |
Lixin Cheng <easonlcheng@gmail.com>
MoonFinder: a framework for the identification of moonlighting non-coding RNAs.
1 2 3 4 5 6 7 8 | data(rna2protein)
data(combinedModuleList)
data(uniGene)
uniGeneNum = length(uniGene)
result = rna2mod(rna2protein[1:100,],combinedModuleList,
pCutoff = 0.01,uniGeneNum)
rna2module = result[[1]]
moduleList = result[[2]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.