write_10x_counts_matrices

Reads a directory containing Cell Ranger-formatted output into a list of matrices.

module

Inputs

Channel nameDescriptionType
optA map of task-specific variables.map
tagA unique identifier to use in the tag directive.string
barcoded_matrixPath to the Cell Ranger-formatted (probably filtered) output files.path
feature_identifierEither “accession” or “name” to indicate which type of feature identifier should be used. For example, in a gene expression context “accession” may be Ensembl identifiers and “name” could be gene names.string

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
counts_matricesAn RDS file of a list of counts matrices, provided by Seurat::Read10X().filecounts_matrices.rds
featuresA data frame containing the accession and names of features.filefeatures.rds

Tools

r

R is a free software environment for statistical computing and graphics.

Homepage Documentation

seurat

Seurat is an R package designed for QC, analysis, and exploration of single-cell RNA-seq data. Seurat aims to enable users to identify and interpret sources of heterogeneity from single-cell transcriptomic measurements, and to integrate diverse types of single-cell data.

DOI Homepage Documentation Source