Description
Query cells from a CellxGene Census or custom TileDBSoma object.
Aside from fetching the cells' RNA counts (.X), cell metadata
(.obs) and gene metadata (.var), this component also fetches
the dataset metadata and joins it into the cell metadata.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
cell_filter_min_genes: [ 50 ]
cell_filter_min_counts: [ 0 ]
gene_filter_min_cells: [ 5 ]
gene_filter_min_counts: [ 0 ]
output: "$id.$key.output.h5mu"
output_modality: [ "rna" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v3.0.2 \
-main-script target/nextflow/query/cellxgene_census/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_uri | string |
--census_version | string |
--add_dataset_metadata | boolean_true |
Name | Type & Properties |
|---|---|
--species | string required |
--obs_value_filter | string required |
Name | Type & Properties |
|---|---|
--cell_filter_grouping | string multiple |
--cell_filter_minimum_count | integer |
Name | Type & Properties |
|---|---|
--cell_filter_min_genes | integer |
--cell_filter_min_counts | integer |
--gene_filter_min_cells | integer |
--gene_filter_min_counts | integer |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_modality | string |
--output_layer_counts | string |
--output_compression | string |