GWAS software that combines traditional statistical methods with the power of Artificial Intelligence
Project description
About GWAStic
GWAStic is a software for Genome-Wide Association Study (GWAS) that combines traditional statistical methods with the power of Artificial Intelligence (AI) for comprehensive genetic analysis.
Table of Contents
Key Features:
-
Cross Platform
-
Comprehensive Genetic Analysis: GWAStic offers a wide range of methods to analyze your genomic data, allowing you to explore the associations between genetic variants and traits of interest comprehensively.
-
AI-Enhanced Data Analysis: Harness the capabilities of machine learning and AI to uncover subtle patterns, interactions, and associations that may be missed by conventional statistical methods.
-
Genomic Prediction: Take your research to the next level by using GWAStic's advanced AI models for genomic prediction. Predict future health outcomes, disease risks, or phenotypic traits based on your genetic data and environmental factors.
-
User-Friendly Interface: GWAStic's intuitive interface makes it accessible to both novice and experienced researchers. Seamlessly navigate through your data, perform analyses, and visualize results with ease.
-
Customizable Workflows: Tailor your analysis to your specific research goals with customizable workflows. Define your parameters, select the appropriate statistical models, and integrate AI components as needed for a personalized analysis experience.
-
Collaborative Research: Collaborate seamlessly with colleagues and share your findings securely within the platform.
-
Frequent Updates: Stay at the forefront of genetic research with regular software updates. GWAStic incorporates the latest advancements in GWAS and AI methodologies to keep your analyses up-to-date.
1. Installation
GWAStic software was build and successfully tested on Windows operating system (Windows 7 and 10).
Windows:
We recommend to install Anaconda and create an environment:
-
Install Anaconda (https://www.anaconda.com/distribution/)
-
conda create --name gwastic_env python=3.9
-
conda install pip
-
Open the Anaconda prompt and activate your GWAStic environment.
conda activate gwastic_env
Then install GWAStic via pip:
-
pip install gwastic_desktop
-
Type
gwastic
in the command line to start the software.
Linux:
We recommend to install Anaconda and create an environment:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh
cd /home/username/miniconda3
source ~/miniconda3/bin/activate
conda create --name gwastic_env python=3.9
conda activate gwastic_env
Then install GWAStic via pip:
-
pip install gwastic_desktop
-
Type
gwastic
in the command line to start the software.
Supported input file formats
- VCF file format (including vcf.gz) and Plink BED (binary) format are supported for all GWAS methods. In case of vcf, you first must convert the genotype data to bed file format.
- Phenotypic data must be three columns (Family ID; Within-family ID; Value) text or CSV file delimited by space.
2. References
2.1 - Purcell S, Neale B, Todd-Brown K, Thomas L, Ferreira MAR, Bender D, Maller J, de Bakker PIW: Daly MJ & Sham PC (in press) PLINK: a toolset for whole-genome association and population-based linkage analysis. American Journal of Human Genetics.
2.2 - Lippert, C., Listgarten, J., Liu, Y. et al. FaST linear mixed models for genome-wide association studies. Nat Methods 8, 833–835 (2011). https://doi.org/10.1038/nmeth.1681
3. Acknowledgment
Gwastic has incorporated the FaST-LMM library (fastlmm.github.io), to enhance its Linear Mixed Models (LMM) feature. We thank Carl Kadie and David Heckerman for not only creating this exceptional tool but also providing outstanding support and discussions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gwastic_desktop-0.4.9.tar.gz
.
File metadata
- Download URL: gwastic_desktop-0.4.9.tar.gz
- Upload date:
- Size: 18.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.18 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 526a86937a01225dc22403c8138ad9cb972fff67d987f6d9703d2750c1d5efb8 |
|
MD5 | 169265974c025418affca9d3bdc2668a |
|
BLAKE2b-256 | 943bf11ea0c134f8dfc8774d275552a6fa229bce216469598b9d2e5d497890bb |
File details
Details for the file gwastic_desktop-0.4.9-py3-none-any.whl
.
File metadata
- Download URL: gwastic_desktop-0.4.9-py3-none-any.whl
- Upload date:
- Size: 18.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.18 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ac72a2965c852707075073e5abe7a88ffa0648007d2e03a8f7be2e9118e16a8 |
|
MD5 | 4b5edf221ee68d466d8c642abbe97cdb |
|
BLAKE2b-256 | 4c9df9fb87866b57aed4dc4c6a20c4c828bcba57083f89d013acb0947db62706 |