Description

Module to use CellBender to remove ambient RNA from single-cell RNA-seq data

Input

name:type
description
pattern

meta:map

Groovy Map containing sample information e.g. [ id:‘test’ ]

filtered:file

AnnData file containing filtered data (without empty droplets)

*.h5ad

unfiltered:file

AnnData file containing unfiltered data (with empty droplets)

*.h5ad

cellbender_h5:file

CellBender h5 file containing ambient RNA estimates

*.h5

Output

name:type
description
pattern

h5ad

meta:file

AnnData file containing decontaminated counts as adata.X

*.h5ad

${prefix}.h5ad:file

AnnData file containing decontaminated counts as adata.X

*.h5ad

versions

versions.yml:file

File containing software version

versions.yml

Tools

cellbender
BSD-3-Clause

CellBender is a software package for eliminating technical artifacts from high-throughput single-cell RNA sequencing (scRNA-seq) data.