Skip to main content
Glama

filter_cells

Filter single-cell RNA sequencing data by defining minimum and maximum thresholds for gene expression counts and the number of genes expressed to isolate relevant cell populations.

Instructions

Filter cells based on counts and numbers of genes expressed.

Input Schema

NameRequiredDescriptionDefault
max_countsNoMaximum number of counts required for a cell to pass filtering.
max_genesNoMaximum number of genes expressed required for a cell to pass filtering.
min_countsNoMinimum number of counts required for a cell to pass filtering.
min_genesNoMinimum number of genes expressed required for a cell to pass filtering.

Input Schema (JSON Schema)

{ "description": "Input schema for the filter_cells preprocessing tool.", "properties": { "max_counts": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Maximum number of counts required for a cell to pass filtering.", "title": "Max Counts" }, "max_genes": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Maximum number of genes expressed required for a cell to pass filtering.", "title": "Max Genes" }, "min_counts": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Minimum number of counts required for a cell to pass filtering.", "title": "Min Counts" }, "min_genes": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Minimum number of genes expressed required for a cell to pass filtering.", "title": "Min Genes" } }, "title": "FilterCells", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/huang-sh/scmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server