mirsponger
Identification and analysis of miRNA sponge regulation
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Identification and analysis of miRNA sponge regulation
Basic Info
Statistics
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
miRspongeR R package
Introduction
This package provides several functions to explore miRNA sponge (also called ceRNA or miRNA decoy) regulation from putative miRNA-target interactions or/and transcriptomics data (including bulk, single-cell and spatial gene expression data). It provides eight popular methods for identifying miRNA sponge interactions, and an integrative method to integrate miRNA sponge interactions from different methods, as well as the functions to validate miRNA sponge interactions, and infer miRNA sponge modules, conduct enrichment analysis of miRNA sponge modules, and conduct survival analysis of miRNA sponge modules. By using a sample control variable strategy, it provides a function to infer sample-specific miRNA sponge interactions. In terms of sample-specific miRNA sponge interactions, it implements three similarity methods to construct sample-sample correlation network.
Installation
{r echo=FALSE, results='hide', message=FALSE}
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("miRspongeR")
A quick example to use miRspongeR package
```{r echo=FALSE, results='hide', message=FALSE}
Load the package
library(miRspongeR)
Identifying miRNA sponge interactions using the miRHomology method
miR2Target <- system.file("extdata", "miR2Target.csv", package="miRspongeR") miRTarget <- read.csv(miR2Target, header=TRUE, sep=",") miRHomologyceRInt <- spongeMethod(miRTarget, method = "miRHomology")
Validation of the identified miRNA sponge interactions
Groundtruthcsv <- system.file("extdata", "Groundtruth.csv", package="miRspongeR") Groundtruth <- read.csv(Groundtruthcsv, header=TRUE, sep=",") spongenetwork_validated <- spongeValidate(miRHomologyceRInt[, 1:2], directed = FALSE, Groundtruth)
Module identification from miRNA sponge interaction network
spongenetwork_Cluster <- netModule(miRHomologyceRInt[, 1:2], modulesize = 2)
Disease and functional enrichment analysis of miRNA sponge modules
spongeModuleDEA <- moduleDEA(spongenetworkCluster) spongeModuleFEA <- moduleFEA(spongenetworkCluster)
Survival analysis of miRNA sponge modules
ExpDatacsv <- system.file("extdata", "ExpData.csv", package="miRspongeR") ExpData <- read.csv(ExpDatacsv, header=TRUE, sep=",") SurvDatacsv <- system.file("extdata", "SurvData.csv", package="miRspongeR") SurvData <- read.csv(SurvDatacsv, header=TRUE, sep=",") spongeModuleSurvival <- moduleSurvival(spongenetwork_Cluster, ExpData, SurvData, devidePercentage=.5) ```
License
GPL-3
Owner
- Name: Junpeng Zhang
- Login: zhangjunpeng411
- Kind: user
- Location: China
- Company: Dali University
- Website: https://www.researchgate.net/profile/Junpeng-Zhang-2
- Twitter: BMELabDU
- Repositories: 25
- Profile: https://github.com/zhangjunpeng411
A teacher from Dali University. My research interests include Data Mining and Bioinformatics.
GitHub Events
Total
- Issues event: 4
- Issue comment event: 3
- Push event: 3
- Create event: 2
Last Year
- Issues event: 4
- Issue comment event: 3
- Push event: 3
- Create event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Junpeng Zhang | z****1@y****m | 113 |
| Nitesh Turaga | n****a@g****m | 14 |
| Hervé Pagès | h****s@f****g | 2 |
| vobencha | v****n@r****g | 2 |
| vobencha | v****a@g****m | 2 |
| LiNk-NY | m****9@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: almost 2 years ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 3 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- raunimarques (3)
Pull Request Authors
- zhangjunpeng411 (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.5.0 depends
- DOSE * imports
- MCL * imports
- Rcpp * imports
- ReactomePA * imports
- SPONGE * imports
- clusterProfiler * imports
- corpcor * imports
- doParallel * imports
- foreach * imports
- grDevices * imports
- graphics * imports
- igraph * imports
- linkcomm * imports
- org.Hs.eg.db * imports
- parallel * imports
- stats * imports
- survival * imports
- utils * imports
- BiocStyle * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests