PanomiR
Detection of miRNAs that regulate interacting groups of pathways
Bioconductor version: 3.23 · Package version: 1.16.0
PanomiR is a package to detect miRNAs that target groups of pathways from gene expression data. This package provides functionality for generating pathway activity profiles, determining differentially activated pathways between user-specified conditions, determining clusters of pathways via the PCxN package, and generating miRNAs targeting clusters of pathways. These function can be used separately or sequentially to analyze RNA-Seq data.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("PanomiR") Details
| Maintainer | Pourya Naderi <pouryany@gmail.com> |
| Author | Pourya Naderi [aut, cre], Yue Yang (Alan) Teo [aut], Ilya Sytchev [aut], Winston Hide [aut] |
| License | MIT + file LICENSE |
| URL | https://github.com/pouryany/PanomiR |
| Bug Reports | https://github.com/pouryany/PanomiR/issues |
| Downloads rank | 245 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneExpression, GeneSetEnrichment, GeneTarget, Pathways, Software, miRNA |
Documentation
Download
Dependencies
Depends: R (>= 4.2.0)
Imports: clusterProfiler, dplyr, forcats, GSEABase, igraph, limma, metap, org.Hs.eg.db, parallel, preprocessCore, RColorBrewer, rlang, tibble, withr, utils
Suggests: testthat (>= 3.0.0), BiocStyle, knitr, rmarkdown