nf-core/cellranger/multi @ 0.0.0-3fc6d40
Summary
Module to use Cell Ranger's pipelines to analyze sequencing data produced from various Chromium technologies, including Single Cell Gene Expression, Single Cell Immune Profiling, Feature Barcoding, and Cell Multiplexing.
Get started
Add the following snippet to your workflow script to include this module.
include { CELLRANGER_MULTI } from 'nf-core/cellranger/multi'
License
MIT License
Name
|
CELLRANGER_MULTI |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|
meta_gex
map
|
Groovy Map containing sample information |
|---|---|
gex_fastqs
file
|
FASTQ files *.fastq.gz
|
meta_vdj
map
|
Groovy Map containing sample information |
|---|---|
vdj_fastqs
file
|
FASTQ files *.fastq.gz
|
meta_ab
map
|
Groovy Map containing sample information |
|---|---|
ab_fastqs
file
|
FASTQ files *.fastq.gz
|
meta_beam
map
|
Groovy Map containing sample information |
|---|---|
beam_fastqs
file
|
FASTQ files *.fastq.gz
|
meta_cmo
map
|
Groovy Map containing sample information |
|---|---|
cmo_fastqs
file
|
FASTQ files *.fastq.gz
|
meta_crispr
map
|
Groovy Map containing sample information |
|---|---|
crispr_fastqs
file
|
FASTQ files *.fastq.gz
|
gex_reference
directory
|
Folder containing Cellranger gene expression reference. Can also be a gzipped tarball *.tar.gz
|
|---|
gex_frna_probeset
file
|
Fixed RNA profiling information containing custom probes in CSV format *.csv
|
|---|
gex_targetpanel
file
|
Declaration of the target panel for Targeted Gene Expression analysis *.csv
|
|---|
vdj_reference
directory
|
Folder containing Cellranger V(D)J reference. Can also be a gzipped tarball *.tar.gz
|
|---|
vdj_primer_index
file
|
List of custom V(D)J inner enrichment primers *.csv
|
|---|
fb_reference
file
|
The Feature Barcodes used for reference in Feature Barcoding Analysis *.csv
|
|---|
beam_antigen_panel
file
|
The BEAM manifest in Feature Barcode CSV format *.csv
|
|---|
beam_control_panel
file
|
The BEAM antigens set to control status, with corresponding MHC alleles, in Feature Barcode CSV format *.csv
|
|---|
cmo_reference
file
|
Path to a custom Cell Multiplexing CSV reference IDs, or the *.csv
|
|---|
cmo_barcodes
file
|
A CSV file appended to the Cellranger multi config linking samples to CMO IDs *.csv
|
|---|
cmo_barcode_assignment
file
|
A CSV file that specifies the barcode-sample assignment in Cell Multiplexing analysis *.csv
|
|---|
frna_sampleinfo
file
|
|---|