skills/smithery.ai/bio-clinical-databases-variant-prioritization

bio-clinical-databases-variant-prioritization

Installation
SKILL.md

Version Compatibility

Reference examples tested with: pandas 2.2+

Before using code patterns, verify installed versions match. If versions differ:

  • Python: pip show <package> then help(module.function) to check signatures

If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.

Variant Prioritization

"Prioritize candidate disease variants from my exome data" → Filter and rank variants by pathogenicity scores, population frequency, inheritance pattern, and clinical evidence to identify candidate disease-causing mutations.

  • Python: pandas for multi-criteria filtering with ACMG/AMP classification logic

Basic Filtering Pipeline

Goal: Filter variants to retain rare, potentially pathogenic candidates for rare disease analysis.

Installs
1
First Seen
Apr 5, 2026
bio-clinical-databases-variant-prioritization from smithery.ai