Nothing
ceRNAnetsim
helps to understanding complex miRNA:target interactions with the network based approach. It utilizes the amounts of miRNAs and their targets and interaction parameters optionally.
Installation of ceRNAnetsim
:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ceRNAnetsim")
library(ceRNAnetsim)
data("minsamp")
minsamp
priming_graph(minsamp,
competing_count = Competing_expression,
miRNA_count = miRNA_expression)
The ceRNAnetsim
provides various datasets for experimenting with package functions. These are:
The repository of ceRNAnetsim contents the vignettes that follow:
Also see package webpage
Contact us for any issue or bug via:
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.