tooluniverse.gwas_tool 模块¶
- class tooluniverse.gwas_tool.GWASAssociationSearch[源代码]¶
基类:
GWASRESTTool通过多种条件搜索GWAS关联。
- class tooluniverse.gwas_tool.GWASStudySearch[源代码]¶
基类:
GWASRESTTool按多种条件搜索GWAS研究。
- class tooluniverse.gwas_tool.GWASSNPSearch[源代码]¶
基类:
GWASRESTTool搜索 GWAS 单核苷酸多态性(SNPs)。
- class tooluniverse.gwas_tool.GWASAssociationByID[源代码]¶
基类:
GWASRESTTool根据其ID获取特定的GWAS关联。
- class tooluniverse.gwas_tool.GWASStudyByID[源代码]¶
基类:
GWASRESTTool通过其 ID 获取特定的 GWAS 研究。
- class tooluniverse.gwas_tool.GWASSNPByID[源代码]¶
基类:
GWASRESTTool通过其 rs ID 获取特定的 GWAS SNP。
- class tooluniverse.gwas_tool.GWASVariantsForTrait[源代码]¶
基类:
GWASRESTTool获取与特定特征相关的所有变体。
- class tooluniverse.gwas_tool.GWASAssociationsForTrait[源代码]¶
基类:
GWASRESTTool获取特定性状的所有关联,并按p值排序。
- class tooluniverse.gwas_tool.GWASAssociationsForSNP[源代码]¶
基类:
GWASRESTTool获取特定SNP的所有关联。
- class tooluniverse.gwas_tool.GWASStudiesForTrait[源代码]¶
基类:
GWASRESTTool获取特定性状的研究数据,并可选择使用筛选条件。
- class tooluniverse.gwas_tool.GWASSNPsForGene[源代码]¶
基类:
GWASRESTTool获取映射到特定基因的SNPs。