Description
Cell type annotation workflow using scGPT. The workflow takes a pre-processed h5mu file as query input, and performs
subsetting for HVG
cross-checking of genes with the model vocabulary
binning of gene counts
padding and tokenizing of genes
transformer-based cell type prediction Note that cell-type prediction using scGPT is only possible using a fine-tuned scGPT model.
Name | Type & Properties |
---|---|
--id | string required |
--input | file required |
--modality | string |
--input_layer | string |
--input_var_gene_names | string |
--input_obs_batch_label | string required |
Name | Type & Properties |
---|---|
--model | file required |
--model_config | file required |
--model_vocab | file required |
--finetuned_checkpoints_key | string |
--label_mapper_key | string |
Name | Type & Properties |
---|---|
--output | file required output |
--output_compression | string |
--output_obs_predictions | string |
--output_obs_probability | string |
Name | Type & Properties |
---|---|
--pad_token | string |
--pad_value | integer |
Name | Type & Properties |
---|---|
--n_hvg | integer |
--hvg_flavor | string |
Name | Type & Properties |
---|---|
--max_seq_len | integer |
Name | Type & Properties |
---|---|
--dsbn | boolean |
--batch_size | integer |
Name | Type & Properties |
---|---|
--n_input_bins | integer |
--seed | integer |