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