Learn R Programming

MoonFinder (version 1.0.3)

simMatBP.Resnik: a semantic similarity (Resnik) matrix

Description

An adjacent matrix of the semantic similarity (Resnik) among differnet protein modules.

Usage

data("simMatBP.Resnik")

Arguments

Format

The format is: num [1:175, 1:175] 0.586 0.498 0.542 0.505 0.296 0.455 0.401 0.442 0.451 0.46 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:175] "mapped_1" "mapped_2" "mapped_3" "mapped_4" ... ..$ : chr [1:175] "mapped_1" "mapped_2" "mapped_3" "mapped_4" ...

References

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

Examples

Run this code
# NOT RUN {
data(simMatBP.Resnik)
head(simMatBP.Resnik)
# }

Run the code above in your browser using DataLab