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