Description
Automated cell type annotation tool for scRNA-seq datasets on the basis of logistic regression classifiers optimised by the stochastic gradient descent algorithm.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
input_layer: [ "log_normalized" ]
input_reference_gene_overlap: [ 100 ]
sanitize_ensembl_ids: [ true ]
reference_obs_target: [ "cell_ontology_class" ]
reference_var_input: [ "filter_with_hvg" ]
feature_selection: [ false ]
majority_voting: [ false ]
C: [ 1 ]
max_iter: [ 1000 ]
min_prop: [ 0 ]
output: "$id.$key.output.h5mu"
output_obs_predictions: [ "celltypist_pred" ]
output_obs_probability: [ "celltypist_probability" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/annotate/celltypist/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--input_layer | string |
--input_var_gene_names | string |
--input_reference_gene_overlap | integer |
--sanitize_ensembl_ids | boolean |
Name | Type & Properties |
|---|---|
--reference | file |
--reference_layer | string |
--reference_obs_target | string |
--reference_var_input | string |
--reference_var_gene_names | string |
Name | Type & Properties |
|---|---|
--model | file |
--feature_selection | boolean |
--majority_voting | boolean |
--C | double |
--max_iter | integer |
--use_SGD | boolean_true |
--min_prop | double |
Name | Type & Properties |
|---|---|
--output | file output |
--output_obs_predictions | string |
--output_obs_probability | string |
--output_compression | string |