---
title: "Introduction to Single-Cell Analysis with Bioconductor"
documentclass: book
bibliography: ref.bib
biblio-style: apalike
link-citations: yes
favicon: "/home/biocbuild/bbs-3.15-bioc/R/library/rebook/images/favicon.ico"
github-repo: "OSCA-source/OSCA.intro"
---
---
date: "**Authors:** Robert Amezquita [aut], Aaron Lun [aut, cre], Stephanie Hicks [aut], Raphael Gottardo [aut]
**Version:** 1.4.1
**Modified:** 2022-05-20
**Compiled:** 2022-05-23
**Environment:** R version 4.2.0 (2022-04-22), Bioconductor 3.15
**License:** CC BY 4.0
**Copyright:** Bioconductor, 2022
**Source:** https://github.com/OSCA-source/OSCA.intro"
url: "https://github.com/OSCA-source/OSCA.intro"
---
# Welcome {-}
This site contains the introductory chapters for the [__"Orchestrating Single-Cell Analysis with Bioconductor"__ book](http://bioconductor.org/books/3.15/OSCA).
This describes how to install R and [Bioconductor](https://bioconductor.org) packages, links out to some resources to learn R,
describes how to load datasets into an R session, provides an overview of the `SingleCellExperiment` class,
and performs a "quick start" demonstration for basic single-cell RNA-seq analyses. It is intended for
readers with little-to-no computational background who are just getting started with analyses in R.