awst
Asymmetric Within-Sample Transformation
Bioconductor version: 3.23 · Package version: 1.20.0
We propose an Asymmetric Within-Sample Transformation (AWST) to regularize RNA-seq read counts and reduce the effect of noise on the classification of samples. AWST comprises two main steps: standardization and smoothing. These steps transform gene expression data to reduce the noise of the lowly expressed features, which suffer from background effects and low signal-to-noise ratio, and the influence of the highly expressed features, which may be the result of amplification bias and other experimental artifacts.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("awst") Details
| Maintainer | Davide Risso <risso.davide@gmail.com> |
| Author | Davide Risso [aut, cre, cph] (ORCID: <https://orcid.org/0000-0001-8508-5012>), Stefano Pagnotta [aut, cph] (ORCID: <https://orcid.org/0000-0002-8298-9777>) |
| License | MIT + file LICENSE |
| URL | https://github.com/drisso/awst |
| Bug Reports | https://github.com/drisso/awst/issues |
| Downloads rank | 248 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneExpression, Normalization, RNASeq, Sequencing, SingleCell, Software, Transcriptomics |
Documentation
Download
Dependencies
Imports: stats, methods, SummarizedExperiment
Suggests: airway, ggplot2, testthat, EDASeq, knitr, BiocStyle, RefManageR, sessioninfo, rmarkdown