Learn R Programming

MoonFinder (version 1.0.3)

moduleFunctionComparing: Compare functions of target modules

Description

Plot a figure to compare the functions enriched by different modules.

Usage

moduleFunctionComparing(rna, rna2mod, modList)

Arguments

rna

an RNA symbol.

rna2mod

N x M 0-1 binary matrix of N RNA and M module.

modList

a list of protien modules.

Value

a dot plot comparing the functions enriched by distinct modules.

References

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

Examples

Run this code
# NOT RUN {
library(clusterProfiler)
data(rna2module); data(moduleList)
# moduleFunctionComparing("DIRC3",rna2module,moduleList)
# moduleFunctionComparing("CRNDE",rna2module,moduleList)
# }

Run the code above in your browser using DataLab