README.md 1.82 KiB
Newer Older
Erica Scott's avatar
Erica Scott committed
# DISCO: scRNAseq <img src="http://microfluidics.utoronto.ca/gitlab/DISCO/DISCO_scRNAseq/-/blob/master/Images/WheelerLabLogo.png" alt="Wheeler Microfluidics Lab" width="80" height="80"/>
Erica Y. Scott's avatar
Erica Y. Scott committed

Erica Y. Scott's avatar
Erica Y. Scott committed
DISCO-Digital Microfluidic Isolation of Single Cells for - Omics.  
Erica Y. Scott's avatar
Erica Y. Scott committed
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.
Erica Y. Scott's avatar
Erica Y. Scott committed
Each cell has a barcode incorporated into Read 1, making the cell's transcriptome accountable and traceable throughout 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

Erica Y. Scott's avatar
Erica Y. Scott committed
## General Workflow
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
In Progress:  
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.  
Erica Y. Scott's avatar
Erica Y. Scott committed
 ** Co-first authors
Erica Scott's avatar
Erica Scott committed
### SRAs
Erica Scott's avatar
Erica Scott committed
SRA accession numbers:  PRJNA640061 (B16 cell data), PRJNA640109 (U87 cell data)
Erica Y. Scott's avatar
Erica Y. Scott committed

Erica Scott's avatar
Erica 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/