Learn R Programming

MoonFinder (version 1.0.3)

simMatBP.Jiang: a semantic similarity (Jiang) matrix

Description

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

Usage

data("simMatBP.Jiang")

Arguments

Format

The format is: num [1:175, 1:175] 1 0.857 0.935 0.868 0.547 0.78 0.713 0.775 0.779 0.807 ... - 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.Jiang)
dim(simMatBP.Jiang)
# }

Run the code above in your browser using DataLab