RNAseqQC
Quality Control for RNA-Seq Data
Functions for semi-automated quality control of bulk RNA-seq data.
README
# RNAseqQC
<!-- badges: start -->
[](https://cran.r-project.org/package=RNAseqQC)
[](https://cran.r-project.org/package=RNAseqQC)
[](https://cran.r-project.org/package=RNAseqQC)
[](https://cran.r-project.org/package=RNAseqQC)
[](https://github.com/frederikziebell/RNAseqQC/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
The goal of RNAseqQC is to aid quality control of RNAseq data by providing a
collection of data visualization functions. It allows identification of samples
with unwanted biological or technical effects and to explore differential testing results.
## Installation
You can install the released version of RNAseqQC from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("RNAseqQC")
```
## Example
This is a basic example in which we make a library complexity plot and then compare some samples to the median reference of their respective group:
``` r
library(RNAseqQC)
library("DESeq2")
dds <- makeExampleDESeqDataSet(n=10000, m=30)
plot_library_complexity(dds)
vsd <- vst(dds)
dds$condition
plot_sample_MAs(vsd, group = "condition")[c(1,2,16,17)]
```
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.2.1 |
rolling linux/jammy R-4.5 | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |
0.2.1 |
rolling linux/noble R-4.5 | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |
0.2.1 |
rolling source/ R- | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |
0.2.1 |
latest linux/jammy R-4.5 | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |
0.2.1 |
latest linux/noble R-4.5 | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |
0.2.1 |
latest source/ R- | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |
0.2.1 |
2026-04-26 source/ R- | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |
0.2.1 |
2026-04-23 source/ R- | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |
0.2.1 |
2025-04-20 source/ R- | RNAseqQC_0.2.1.tar.gz |
3.7 MiB |