SeqGate
Filtering of Lowly Expressed Features
Bioconductor version: 3.23 · Package version: 1.22.0
Filtering of lowly expressed features (e.g. genes) is a common step before performing statistical analysis, but an arbitrary threshold is generally chosen. SeqGate implements a method that rationalize this step by the analysis of the distibution of counts in replicate samples. The gate is the threshold above which sequenced features can be considered as confidently quantified.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SeqGate") Details
| Maintainer | Stéphanie Rialle <stephanie.rialle@mgx.cnrs.fr> |
| Author | Christelle Reynès [aut], Stéphanie Rialle [aut, cre] |
| License | GPL (>= 2.0) |
| Bug Reports | https://github.com/srialle/SeqGate/issues |
| Downloads rank | 240 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, GeneExpression, RNASeq, Sequencing, Software, Transcriptomics |
Documentation
Download
Dependencies
Depends: S4Vectors, SummarizedExperiment, GenomicRanges
Imports: stats, methods, BiocManager
Suggests: testthat (>= 3.0.0), edgeR, BiocStyle, knitr, rmarkdown