Learn R Programming

MoonFinder (version 1.0.3)

simMatBP.Lin: a semantic similarity (Lin) matrix

Description

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

Usage

data("simMatBP.Lin")

Arguments

Format

The format is: num [1:175, 1:175] 1 0.877 0.945 0.886 0.561 0.808 0.733 0.793 0.805 0.825 ... - 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.Lin)
head(simMatBP.Lin)
# }

Run the code above in your browser using DataLab