Description Usage Arguments Value Author(s) References Examples
View source: R/moonlightingCoefficient.R
Calculate the moonlighting coefficient for RNAs.
| 1 | moonlightingCoefficient(rna2mod, simMat)
 | 
| rna2mod | two-column matrix with each row shows the binary association between RNA and protein. | 
| simMat | adjacent matrix indicating the semantic similarity among protein modules | 
| rnaStat | a table including ncRNA symble, number of target modules, and coresponding moonlighting coefficient. | 
Lixin Cheng <easonlcheng@gmail.com>
MoonFinder: a framework for the identification of moonlighting non-coding RNAs.
| 1 2 3 4 | data(rna2module)
data(simMatBP.Rel)
mcOutput = moonlightingCoefficient(rna2module,simMat=simMatBP.Rel)
head(mcOutput)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.