v1
: Original design_R1
: metadata read_R2
: biological readv2
: Inversion of v1
v3
: Summer 2016 redesign, requiring manual demultiplexing_R1
: biological read_R2
: first half of the gel barcode_R3
: library index_R4
: second half of the gel barcode, the UMI, and a fraction of the
polyA tailThis study used the [inDrop][] v3
design.
We demultiplexed the raw BCL run files into FASTQ format using [bcl2fastq][]. This step generates files with the following suffixes:
_R1
: 61 bp read 1, transcript_R2
: 8 bp index read 1 (i7), single cell barcode_R3
: 8 bp index read 2 (i5), library index_R4
: 14 bp read 2, barcode and unique molecular identifiers (UMIs)We ran this on [Orchestra][] with the following settings:
{bash bcl2fastq, echo=TRUE, eval=FALSE}
module load seq/bcl2fastq/2.17.1.14
bcl2fastq --use-bases-mask y*,y*,y*,y* \
--mask-short-adapter-reads 0 \
--minimum-trimmed-read-length 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.