tooluniverse.clinvar_tool 模块

ClinVar REST API Tool

This tool provides access to the ClinVar database for clinical variant information, disease associations, and clinical significance data.

class tooluniverse.clinvar_tool.ClinVarRESTTool[源代码]

基类:BaseTool

Base class for ClinVar REST API tools.

__init__(tool_config)[源代码]
run(arguments)[源代码]

Execute the tool with given arguments.

class tooluniverse.clinvar_tool.ClinVarSearchVariants[源代码]

基类:ClinVarRESTTool

Search for variants in ClinVar by gene or condition.

__init__(tool_config)[源代码]
run(arguments)[源代码]

Search variants by gene or condition.

class tooluniverse.clinvar_tool.ClinVarGetVariantDetails[源代码]

基类:ClinVarRESTTool

Get detailed variant information by ClinVar ID.

__init__(tool_config)[源代码]
run(arguments)[源代码]

Get variant details by ClinVar ID.

class tooluniverse.clinvar_tool.ClinVarGetClinicalSignificance[源代码]

基类:ClinVarRESTTool

Get clinical significance information for variants.

__init__(tool_config)[源代码]
run(arguments)[源代码]

Get clinical significance by variant ID.