Learn R Programming

MoonFinder (version 1.0.3)

rna2module: RNA-module association matrix

Description

A 0-1 binary matrix representing the association between RNAs and modules

Usage

data("rna2module")

Arguments

Format

The format is: num [1:776, 1:175] 0 0 0 0 0 0 0 0 0 0 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:776] "CRNDE" "NEAT1" "ZFAS1" "GAS5" ... ..$ : chr [1:175] "1" "2" "3" "4" ...

References

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

Examples

Run this code
# NOT RUN {
data(rna2module)
head(rna2module)
# }

Run the code above in your browser using DataLab