nf-core/hasheddrops @ 0.0.0-6c4ed3a
Summary
Generating cell hashing calls from a matrix of count data.
Get started
Add the following snippet to your workflow script to include this module.
include { HASHEDDROPS } from 'nf-core/hasheddrops'
License
MIT License
Name
|
HASHEDDROPS |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
hto_matrix
file
|
Directory that contains the HTO matrix in a 10X format. |
runEmptyDrops
boolean
|
Run EmptyDrops() before hashedDrops() ("TRUE") or not ("FALSE"). |
rna_matrix
file
|
Path to RNA count matrix, which is only uses if runEmptyDrops == "TRUE". |
rds
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_hasheddrops.rds
file
|
HashedDrops results in RDS format _hasheddrops.rds
|
plot
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_plot_hasheddrops.png
file
|
HashedDrops plot _plot_hasheddrops.png
|
params
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_params_hasheddrops.csv
file
|
The used parameters to call hashedDrops() in the R-Script. _params_hasheddrops.csv
|
results
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_results_hasheddrops.csv
file
|
HashedDrops results _results_hasheddrops.csv
|
versions
versions.yml
file
|
File containing software versions. |
|---|
id_to_hash
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_id_to_hash.csv
file
|
A table mapping integer indices used by hashedDrops results (e.g. the column _id_to_hash.csv
|
empty_drops_csv
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_emptyDrops.csv
file
|
EmptyDrops results in CSV format _emptyDrops.csv
|
empty_drops_rds
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_emptyDrops.rds
file
|
EmptyDrops results in RDS format _emptyDrops.rds
|
empty_drops_plot
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_emptyDrops.png
file
|
EmptyDrops results plot _emptyDrops.png
|
| Tool | Description | Homepage |
|---|---|---|
| hasheddrops | Demultiplex cell barcodes into their samples of origin based on the most abundant hash tag oligo (HTO). Also identify potential doublets based on the presence of multiple significant HTOs. | https://rdrr.io/github/MarioniLab/DropletUtils/man/hashedDrops.html |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:23:39 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf- |