README.md 1.55 KiB
Newer Older
Erica Y. Scott's avatar
Erica Y. Scott committed
# DISCO: scRNAseq
Erica Y. Scott's avatar
Erica Y. Scott committed
DISCO-Digital Microfluidic Isolation of Single Cells for - Omics
The laser lysis capture method implemented in DISCO offers spatially and temporally resolved capture of single cells, while Digital Microfluidics (DMF) is capable of retrieving this lysate and permitting flexible downstream analyses, such as scRNA-seq.
Each cell has a barcode incorporated into Read 1, making the cell's transcriptome accountable and traceable through the pipeline. This barcode includes a unique cell barcode (12bp) and a UMI (8bp), the first part of our bioinformatic pipeline deals with parsing these.

Erica Y. Scott's avatar
Erica Y. Scott committed
## General Worlflow
Erica Y. Scott's avatar
Erica Y. Scott committed
The provided scripts go through mapping, parsing fasta headers (barcodes and UMIs), generating count data, making figures and performing differential gene expression (DGE):
1. Append Read1 barcode information to Read2 fasta header 
2. Align with Star Aligner 
3. Collapse redundant UMIs 
4. Parse and separate unique cell barcodes 
Erica Y. Scott's avatar
Erica Y. Scott committed
5. Gather gene count data (FeatureCounts)

Erica Y. Scott's avatar
Erica Y. Scott committed
RFigureScripts: TPM normalization, figure generation, DGE with EdgeR, UMAP implementation 
Erica Y. Scott's avatar
Erica Y. Scott committed

Erica Y. Scott's avatar
Erica Y. Scott committed
DependentScripts: FeatureCounts and barcode demuliplexing scripts.
Erica Y. Scott's avatar
Erica Y. Scott committed

Erica Y. Scott's avatar
Erica Y. Scott committed
## Publication
Erica Y. Scott's avatar
Erica Y. Scott committed
pending:  
Erica Y. Scott's avatar
Erica Y. Scott committed
Lamanna, J.* , Scott, E.Y. * , Edwards, H.* , Chamberlain, M.D., Dryden, M.D.M., Peng, J., Mair, B., Lee, A., Sklavounos, A.A., Abbas, F., Moffat, J. & A.R. Wheeler. "Digital Microfluidic Isolation of Single Cells for - Omics" 2020.  
* Co-first authors
Erica Y. Scott's avatar
Erica Y. Scott committed

### Authors of scripts
Erica Y. Scott's avatar
Erica Y. Scott committed
Erica Y. Scott: Scripts 1-5 and Figure scripts 1-7  
Erica Y. Scott's avatar
Erica Y. Scott committed
Harrison Edwards: python barcode parser scripts within DependentScripts/