README.md

ceRNAnetsim

License: GPL v3 Binder Travis build status Codecov test coverage

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

Installation of ceRNAnetsim:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("ceRNAnetsim")

library(ceRNAnetsim)

Example

data("minsamp")

minsamp

priming_graph(minsamp, 
                competing_count = Competing_expression, 
                miRNA_count = miRNA_expression)

Local Files

The ceRNAnetsim provides various datasets for experimenting with package functions. These are:

Vignettes

The repository of ceRNAnetsim contents the vignettes that follow:

Also see package webpage

Issues

Contact us for any issue or bug via:



selcenari/ceRNAnetsim documentation built on Feb. 14, 2024, 4:20 a.m.