Description
BBKNN network generation
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
obsm_input: [ "X_pca" ]
obs_batch: [ "batch" ]
output: "$id.$key.output.h5mu"
uns_output: [ "neighbors" ]
obsp_distances: [ "distances" ]
obsp_connectivities: [ "connectivities" ]
n_neighbors_within_batch: [ 3 ]
n_pcs: [ 50 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.3 \
-main-script target/nextflow/neighbors/bbknn/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--obsm_input | string |
--obs_batch | string |
--output -o | file required output |
--output_compression | string |
--uns_output | string |
--obsp_distances | string |
--obsp_connectivities | string |
--n_neighbors_within_batch | integer |
--n_pcs | integer |
--n_trim | integer |