12th September 2022
Image source: https://web.genewiz.com/single-cell-faq
Aim of QC is …
Above is achieved by …
Bioconductor R packages:
Orchestrating Single-Cell Analysis with Bioconductor Robert Amezquita, Aaron Lun, Stephanie Hicks, Raphael Gottardo
CellRanger outputs: gives two output folders raw and filtered
Each folder has three zipped files
To access counts from sce object: counts(sce)
To access gene metadata from sce object: rowData(sce)
To access cell metadata from sce object: colData(sce)