A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/csoneson/alevinQC below:

csoneson/alevinQC: Create QC and summary reports for Alevin output

The alevinQC R package provides functionality for generating QC reports summarizing the output of alevin (Srivastava et al., Genome Biology 20:65 (2019)). The reports can be generated in html or pdf format, or as R/Shiny applications.

alevinQC is available from Bioconductor, and can be installed using the BiocManager CRAN package:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("alevinQC")

Note that alevinQC v 1.1 or newer is required to process output from Salmon version 0.14.0 or newer.

alevinQCReport(baseDir = system.file("extdata/alevin_example_v0.14", 
                                     package = "alevinQC"),
               sampleId = "testSample", 
               outputFile = "alevinReport.html", 
               outputFormat = "html_document",
               outputDir = tempdir(), forceOverwrite = TRUE)

For more information, we refer to the package vignette.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4