Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: frederikziebell
  • License: apache-2.0
  • Language: R
  • Default Branch: main
  • Size: 5.04 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

RNAseqQC

R-CMD-check <!-- 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 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) plotlibrarycomplexity(dds) vsd <- vst(dds) dds$condition plotsampleMAs(vsd, group = "condition")[c(1,2,16,17)] ```

Owner

  • Name: Frederik Ziebell
  • Login: frederikziebell
  • Kind: user
  • Company: EMBL Heidelberg

Cyclist / Mathematician / Computational Biologist

GitHub Events

Total
  • Issues event: 2
  • Issue comment event: 2
  • Fork event: 1
Last Year
  • Issues event: 2
  • Issue comment event: 2
  • Fork event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 322 last-month
  • Total docker downloads: 48
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
cran.r-project.org: RNAseqQC

Quality Control for RNA-Seq Data

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 322 Last month
  • Docker Downloads: 48
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 37.7%
Downloads: 47.9%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0 depends
  • AnnotationFilter * imports
  • AnnotationHub * imports
  • BiocGenerics * imports
  • ComplexHeatmap * imports
  • DESeq2 * imports
  • SummarizedExperiment * imports
  • circlize * imports
  • cowplot * imports
  • dplyr * imports
  • ensembldb * imports
  • ggplot2 * imports
  • ggpointdensity * imports
  • ggrepel * imports
  • grid * imports
  • magrittr * imports
  • matrixStats * imports
  • patchwork * imports
  • purrr * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • tidyselect * imports
  • apeglm * suggests
  • gghighlight * suggests
  • ggrastr * suggests
  • knitr * suggests
  • recount3 * suggests
  • rmarkdown * suggests