tooluniverse.gwas_tool moduleΒΆ
- class tooluniverse.gwas_tool.GWASRESTTool[source]ΒΆ
Bases:
BaseTool
Base class for GWAS Catalog REST API tools.
- class tooluniverse.gwas_tool.GWASAssociationSearch[source]ΒΆ
Bases:
GWASRESTTool
Search for GWAS associations by various criteria.
- class tooluniverse.gwas_tool.GWASStudySearch[source]ΒΆ
Bases:
GWASRESTTool
Search for GWAS studies by various criteria.
- class tooluniverse.gwas_tool.GWASSNPSearch[source]ΒΆ
Bases:
GWASRESTTool
Search for GWAS single nucleotide polymorphisms (SNPs).
- class tooluniverse.gwas_tool.GWASAssociationByID[source]ΒΆ
Bases:
GWASRESTTool
Get a specific GWAS association by its ID.
- class tooluniverse.gwas_tool.GWASStudyByID[source]ΒΆ
Bases:
GWASRESTTool
Get a specific GWAS study by its ID.
- class tooluniverse.gwas_tool.GWASSNPByID[source]ΒΆ
Bases:
GWASRESTTool
Get a specific GWAS SNP by its rs ID.
- class tooluniverse.gwas_tool.GWASVariantsForTrait[source]ΒΆ
Bases:
GWASRESTTool
Get all variants associated with a specific trait.
- class tooluniverse.gwas_tool.GWASAssociationsForTrait[source]ΒΆ
Bases:
GWASRESTTool
Get all associations for a specific trait, sorted by p-value.
- class tooluniverse.gwas_tool.GWASAssociationsForSNP[source]ΒΆ
Bases:
GWASRESTTool
Get all associations for a specific SNP.
- class tooluniverse.gwas_tool.GWASStudiesForTrait[source]ΒΆ
Bases:
GWASRESTTool
Get studies for a specific trait with optional filters.
- class tooluniverse.gwas_tool.GWASSNPsForGene[source]ΒΆ
Bases:
GWASRESTTool
Get SNPs mapped to a specific gene.