ROSeq
Modeling expression ranks for noise-tolerant differential expression analysis of scRNA-Seq data
Bioconductor version: 3.23 · Package version: 1.24.0
ROSeq - A rank based approach to modeling gene expression with filtered and normalized read count matrix. ROSeq takes filtered and normalized read matrix and cell-annotation/condition as input and determines the differentially expressed genes between the contrasting groups of single cells. One of the input parameters is the number of cores to be used.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ROSeq") Details
| Maintainer | Krishan Gupta <krishang@iiitd.ac.in> |
| Author | Krishan Gupta [aut, cre], Manan Lalit [aut], Aditya Biswas [aut], Abhik Ghosh [aut], Debarka Sengupta [aut] |
| License | GPL-3 |
| URL | https://github.com/krishan57gupta/ROSeq |
| Bug Reports | https://github.com/krishan57gupta/ROSeq/issues |
| Downloads rank | 283 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, GeneExpression, SingleCell, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.0)
Imports: pbmcapply, edgeR, limma
Suggests: knitr, rmarkdown, testthat, RUnit, BiocGenerics