Skip to main content
Glama

filter_genes

Filter genes in single-cell RNA sequencing data by setting thresholds for minimum/maximum cell counts or expression levels to refine analysis inputs.

Instructions

Filter genes based on number of cells or counts

Input Schema

NameRequiredDescriptionDefault
max_cellsNoMaximum number of cells expressed required for a gene to pass filtering.
max_countsNoMaximum number of counts required for a gene to pass filtering.
min_cellsNoMinimum number of cells expressed required for a gene to pass filtering.
min_countsNoMinimum number of counts required for a gene to pass filtering.

Input Schema (JSON Schema)

{ "description": "Input schema for the filter_genes preprocessing tool.", "properties": { "max_cells": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Maximum number of cells expressed required for a gene to pass filtering.", "title": "Max Cells" }, "max_counts": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Maximum number of counts required for a gene to pass filtering.", "title": "Max Counts" }, "min_cells": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Minimum number of cells expressed required for a gene to pass filtering.", "title": "Min Cells" }, "min_counts": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Minimum number of counts required for a gene to pass filtering.", "title": "Min Counts" } }, "title": "FilterGenes", "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