Description
cellSNP aims to pileup the expressed alleles in single-cell or bulk RNA-seq data. It can be directly used for donor deconvolution in multiplexed single-cell RNA-seq data, particularly with vireo.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
cell_tag: [ "CB" ]
umi_tag: [ "Auto" ]
min_count: [ 20 ]
min_maf: [ 0 ]
min_mapq: [ 20 ]
min_len: [ 30 ]
output: "$id.$key.output.cellsnp_out"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 2.0.0 \
-main-script target/nextflow/genetic_demux/cellsnp/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--sam_file | file |
--sam_index_file | file |
--sam_fileList | file |
--regions_vcf | file |
--targets_vcf | file |
--barcode_file | file |
--sample_list | file |
--sample_ids | string |
--genotype | boolean_true |
--gzip | boolean_true |
--print_skip_snps | boolean_true |
--chrom | string |
--cell_tag | string |
--umi_tag | string |
--min_count | integer |
--min_maf | double |
--doublet_gl | boolean_true |
--incl_flag | string |
--excl_flag | string |
--count_orphan | boolean_true |
--min_mapq | integer |
--min_len | integer |
Name | Type & Properties |
|---|---|
--output --outDir | file output |