moduleFunctionComparing: Compare functions of target modules

Description Usage Arguments Value Author(s) References Examples

View source: R/moduleFunctionComparing.R

Description

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

Usage

1

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.

Author(s)

Lixin Cheng <easonlcheng@gmail.com>

References

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

Examples

1
2
3
4
library(clusterProfiler)
data(rna2module); data(moduleList)
# moduleFunctionComparing("DIRC3",rna2module,moduleList)
# moduleFunctionComparing("CRNDE",rna2module,moduleList)

MoonFinder documentation built on Oct. 30, 2019, 11:31 a.m.