Name Mode Size
..
CLR_FN.Rd 100644 1 kb
DESEQ_FN.Rd 100644 1 kb
FQ_FN.Rd 100644 1 kb
PSINORM_FN.Rd 100644 0 kb
PsiNorm.Rd 100644 2 kb
SCRAN_FN.Rd 100644 0 kb
SUM_FN.Rd 100644 0 kb
SconeExperiment-class.Rd 100644 6 kb
TMM_FN.Rd 100644 1 kb
UQ_FN.Rd 100644 1 kb
biplot_color.Rd 100644 1 kb
biplot_interactive.Rd 100644 1 kb
control_genes.Rd 100644 3 kb
dot-likfn.Rd 100644 0 kb
dot-parse_row.Rd 100644 1 kb
dot-pzfn.Rd 100644 0 kb
estimate_ziber.Rd 100644 2 kb
factor_sample_filter.Rd 100644 3 kb
fast_estimate_ziber.Rd 100644 2 kb
get_bio.Rd 100644 1 kb
get_design.Rd 100644 2 kb
get_negconruv.Rd 100644 1 kb
get_normalized.Rd 100644 3 kb
get_params.Rd 100644 1 kb
get_qc.Rd 100644 1 kb
get_scores.Rd 100644 1 kb
impute_expectation.Rd 100644 1 kb
impute_null.Rd 100644 1 kb
lm_adjust.Rd 100644 1 kb
make_design.Rd 100644 1 kb
metric_sample_filter.Rd 100644 4 kb
scone.Rd 100644 8 kb
sconeReport.Rd 100644 2 kb
scone_easybake.Rd 100644 6 kb
score_matrix.Rd 100644 5 kb
select_methods.Rd 100644 2 kb
simple_FNR_params.Rd 100644 1 kb
README.md
## SCONE ## <!-- badges: start --> [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![BioC status](http://www.bioconductor.org/shields/build/release/bioc/scone.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/scone) [![R-CMD-check](https://github.com/YosefLab/scone/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/YosefLab/scone/actions) <!-- badges: end --> ### 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. ```{r} 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 ```{r} BiocManager::install("YosefLab/scone") ``` ### Install for R 3.3 ### You can download the latest release of SCONE for R 3.3 [here](https://github.com/YosefLab/scone/releases/tag/v0.99.0). This is useful only for reproducing old results.