Description Usage Arguments Value Author(s) References Examples
View source: R/moduleFunctionComparing.R
Plot a figure to compare the functions enriched by different modules.
1 | moduleFunctionComparing(rna, rna2mod, modList)
|
rna |
an RNA symbol. |
rna2mod |
N x M 0-1 binary matrix of N RNA and M module. |
modList |
a list of protien modules. |
a dot plot comparing the functions enriched by distinct modules.
Lixin Cheng <easonlcheng@gmail.com>
MoonFinder: a framework for the identification of moonlighting non-coding RNAs.
1 2 3 4 | library(clusterProfiler)
data(rna2module); data(moduleList)
# moduleFunctionComparing("DIRC3",rna2module,moduleList)
# moduleFunctionComparing("CRNDE",rna2module,moduleList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.