Description
Filters the output from NanoString experiment to keep only a subset of the fields of view.
Expected input folder structure:
path/to/dataset/
├── CellComposite/
├── CellLabels/
├── CellOverlay/
├── CompartmentLabels/
├── <dataset_id>_exprMat_file.csv
├── <dataset_id>_fov_positions_file.csv
├── <dataset_id>_metadata_file.csv
└── <dataset_id>_tx_file.csv
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
subset_transcripts_file: [ true ]
subset_polygons_file: [ true ]
output: "$id.$key.output.cosmx_data_tiny"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline_spatial.git \
-revision v0.3.0 \
-main-script target/nextflow/filter/subset_cosmx/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--num_fovs | integer required |
--subset_transcripts_file | boolean |
--subset_polygons_file | boolean |
--output -o | file output |