- Home
- Bioconductor 3.23
- Software Packages
- miRSM (development version)
miRSM
This is the development version of miRSM; for the stable release version, see miRSM.
Inferring miRNA sponge modules in heterogeneous data
Bioconductor version: Development (3.23)
The package aims to identify miRNA sponge or ceRNA modules in heterogeneous data. It provides several functions to study miRNA sponge modules at single-sample and multi-sample levels, including popular methods for inferring gene modules (candidate miRNA sponge or ceRNA modules), and two functions to identify miRNA sponge modules at single-sample and multi-sample levels, as well as several functions to conduct modular analysis of miRNA sponge modules.
Author: Junpeng Zhang [aut, cre]
Maintainer: Junpeng Zhang <zjp at dali.edu.cn>
citation("miRSM")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("miRSM")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("miRSM")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.