Learn R Programming

MoonFinder (version 1.0.3)

moonlightingCoefficient: moonlightingCoefficient

Description

Calculate the moonlighting coefficient for RNAs.

Usage

moonlightingCoefficient(rna2mod, simMat)

Arguments

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

Value

rnaStat

a table including ncRNA symble, number of target modules, and coresponding moonlighting coefficient.

References

MoonFinder: a framework for the identification of moonlighting non-coding RNAs.

Examples

Run this code
# NOT RUN {
data(rna2module)
data(simMatBP.Rel)
mcOutput = moonlightingCoefficient(rna2module,simMat=simMatBP.Rel)
head(mcOutput)
# }

Run the code above in your browser using DataLab