powered by
Calculate the moonlighting coefficient for RNAs.
moonlightingCoefficient(rna2mod, simMat)
two-column matrix with each row shows the binary association between RNA and protein.
adjacent matrix indicating the semantic similarity among protein modules
a table including ncRNA symble, number of target modules, and coresponding moonlighting coefficient.
MoonFinder: a framework for the identification of moonlighting non-coding RNAs.
# NOT RUN { data(rna2module) data(simMatBP.Rel) mcOutput = moonlightingCoefficient(rna2module,simMat=simMatBP.Rel) head(mcOutput) # }
Run the code above in your browser using DataLab