We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a7939 commit b5da022Copy full SHA for b5da022
1 file changed
README.md
@@ -55,10 +55,23 @@ Verify the installation by running the following command:
55
gsmap --help
56
```
57
58
+## 🤖 AI-assisted Analysis
59
+
60
+gsMap supports AI-assisted workflows that allow users to run spatial GWAS
61
+analysis using modern AI coding agents and Vibe coding environments.
62
+To add the gsMap MCP server and SKILLs in Claude Code:
63
+```bash
64
+cd gsMap/gsmap_vibe
65
+uv pip install -e .
66
+claude mcp add gsmap -- python -m gsmap_mcp
67
+cp -r gsmap_skill ~/.claude/skills/
68
+```
69
70
## 📘 Usage
71
72
Please check out the documentation and tutorials at [gsMap Documentation](https://yanglab.westlake.edu.cn/gsmap/document/software).
73
74
75
## 🌐 Online Visualization
76
77
To visualize the traits-cell association spatial maps,
0 commit comments