ceRNAnetsim
Regulation Simulator of Interaction between miRNA and Competing RNAs (ceRNA)
Bioconductor version: 3.23 · Package version: 1.24.0
This package simulates regulations of ceRNA (Competing Endogenous) expression levels after a expression level change in one or more miRNA/mRNAs. The methodolgy adopted by the package has potential to incorparate any ceRNA (circRNA, lincRNA, etc.) into miRNA:target interaction network. The package basically distributes miRNA expression over available ceRNAs where each ceRNA attracks miRNAs proportional to its amount. But, the package can utilize multiple parameters that modify miRNA effect on its target (seed type, binding energy, binding location, etc.). The functions handle the given dataset as graph object and the processes progress via edge and node variables.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ceRNAnetsim") Details
| Maintainer | Selcen Ari Yuka <selcenarii@gmail.com> |
| Author | Selcen Ari Yuka [aut, cre] (ORCID: <https://orcid.org/0000-0002-0028-2453>), Alper Yilmaz [aut] (ORCID: <https://orcid.org/0000-0002-8827-4887>) |
| License | GPL (>= 3.0) |
| URL | https://github.com/selcenari/ceRNAnetsim |
| Bug Reports | https://github.com/selcenari/ceRNAnetsim/issues |
| Downloads rank | 214 |
| Source branch | RELEASE_3_23 |
| biocViews | GraphAndNetwork, Network, NetworkInference, Software, SystemsBiology, Transcriptomics |
Documentation
- Calculating Number of Iterations Required to Reach Steady-State
- A TCGA dataset application
- The auxiliary commands which can help to the users
- Basic Use of ceRNAnetsim