Skip to main content
Glama

regress_out

Remove unwanted sources of variation in single-cell RNA sequencing data by regressing out specified observation annotations, enhancing downstream analysis accuracy.

Instructions

Regress out (mostly) unwanted sources of variation.

Input Schema

NameRequiredDescriptionDefault
keysYesKeys for observation annotation on which to regress on.
layerNoIf provided, which element of layers to regress on.
n_jobsNoNumber of jobs for parallel computation.

Input Schema (JSON Schema)

{ "description": "Input schema for the regress_out preprocessing tool.", "properties": { "keys": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "description": "Keys for observation annotation on which to regress on.", "title": "Keys" }, "layer": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "If provided, which element of layers to regress on.", "title": "Layer" }, "n_jobs": { "anyOf": [ { "exclusiveMinimum": 0, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Number of jobs for parallel computation.", "title": "N Jobs" } }, "required": [ "keys" ], "title": "RegressOutModel", "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