Description
Freemuxlet is a software tool to deconvolute sample identity and identify multiplets when
multiple samples are pooled by barcoded single cell sequencing. If external genotyping
data is not available, the genotyping-free version demuxlet, freemuxlet, would be recommended.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
nsample: [ 2 ]
verbose: [ 100 ]
doublet_prior: [ 0.5 ]
geno_error: [ 0.1 ]
bf_thres: [ 5.41 ]
frac_init_clust: [ 1 ]
iter_init: [ 10 ]
seed: [ 0 ]
cap_bq: [ 20 ]
min_bq: [ 13 ]
min_total: [ 0 ]
min_umi: [ 0 ]
min_snp: [ 0 ]
output: "$id.$key.output.freemux"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.4 \
-main-script target/nextflow/genetic_demux/freemuxlet/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--plp | string |
--init_cluster | file |
--nsample | integer |
--aux_files | boolean_true |
--verbose | integer |
--doublet_prior | double |
--geno_error | double |
--bf_thres | double |
--frac_init_clust | double |
--iter_init | integer |
--keep_init_missing | boolean_true |
--randomize_singlet_score | boolean_true |
--seed | integer |
--cap_bq | integer |
--min_bq | integer |
--group_list | string |
--min_total | integer |
--min_umi | integer |
--min_snp | integer |
Name | Type & Properties |
|---|---|
--output -o | file output |
--out | string |