Skip to content

YosefLab/scone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

120e114 · Feb 19, 2025
Jul 6, 2021
Feb 19, 2025
Nov 14, 2016
Jul 21, 2021
Oct 16, 2024
Sep 26, 2016
Feb 19, 2025
Mar 7, 2024
May 6, 2021
Jul 8, 2016
Feb 19, 2025
Feb 19, 2025
May 6, 2021

Repository files navigation

SCONE

Lifecycle: stable BioC status R-CMD-check

Single-Cell Overview of Normalized Expression data

SCONE (Single-Cell Overview of Normalized Expression), a package for single-cell RNA-seq data quality control (QC) and normalization. This data-driven framework uses summaries of expression data to assess the efficacy of normalization workflows.

Install from Bioconductor

We recommend installation of the package via bioconductor.

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

Install from Github

Usually not recommended. To download the development version of the package, use

BiocManager::install("YosefLab/scone")

Install for R 3.3

You can download the latest release of SCONE for R 3.3 here. This is useful only for reproducing old results.