count

Aligns and quantifies FastQ files from a 10X snRNA+ATAC-seq experiment against a reference genome. Output matrices are provided in triplet and h5 formats.

module

Inputs

Channel nameDescriptionType
optA map of task-specific variables.map
tagAn identifier to use in the tag directive.string
idDirectory-safe name for the output directory.string
descriptionA short description of the sample.string
samplesAn array of length two: RNA and chromatin assay sample names.string array
index_pathPath to the properly-formatted index directory.path
all_libraries.csvPath to the liraries sample sheet. This will be searched using grep for the relevant samples.file

Outputs

Emission nameDescriptionTypeFilename pattern
optA map of task-specific variables.map
taskYAML-formatted file of task parameters and software versions used by the task.filetask.yaml
librariesCSV-formatted file of the libraries used by the task.filelibraries.csv
quantification_pathCell Ranger outputs (outs/) directory.path<id>/outs
atac_summaryHTML summary for the ATAC-seq assay.fileatac_summary.html
joint_summaryHTML summary for the joint RNA- and ATAC-seq assays.filejoint_summary.html
rna_summaryHTML summary for the RNA-seq assay.filerna_summary.html

Tools

cell ranger arc extcount multithreaded

Cell Ranger ARC is a set of analysis pipelines that process Chromium Single Cell Multiome ATAC + Gene Expression sequencing data to generate a variety of analyses pertaining to gene expression (GEX), chromatin accessibility, and their linkage. Furthermore, since the ATAC and GEX measurements are on the very same cell, we are able to perform analyses that link chromatin accessibility and GEX.

Homepage Documentation