vcf2gwas
Python API for comprehensive GWAS analysis using GEMMA
File Explorer
Download Latest Version (.zip)- meta.yaml
- run_test.py
- mouse_hs1940.csv
- mouse_hs1940.vcf.gz
- chr_Chr1.pdf
- chr_Chr10.pdf
- chr_Chr11.pdf
- chr_Chr12.pdf
- chr_Chr13.pdf
- chr_Chr14.pdf
- chr_Chr15.pdf
- chr_Chr16.pdf
- chr_Chr17.pdf
- chr_Chr18.pdf
- chr_Chr19.pdf
- chr_Chr2.pdf
- chr_Chr3.pdf
- chr_Chr4.pdf
- chr_Chr5.pdf
- chr_Chr6.pdf
- chr_Chr7.pdf
- chr_Chr8.pdf
- chr_Chr9.pdf
- chr_Chr1.pdf
- chr_Chr10.pdf
- chr_Chr11.pdf
- chr_Chr12.pdf
- chr_Chr13.pdf
- chr_Chr14.pdf
- chr_Chr15.pdf
- chr_Chr16.pdf
- chr_Chr17.pdf
- chr_Chr18.pdf
- chr_Chr19.pdf
- chr_Chr2.pdf
- chr_Chr3.pdf
- chr_Chr4.pdf
- chr_Chr5.pdf
- chr_Chr6.pdf
- chr_Chr7.pdf
- chr_Chr8.pdf
- chr_Chr9.pdf
- easGWAS_parameters.txt
- CD8.png
- hail_notebook.py
- MCH.png
- readme.txt
- CD8.png
- MCH.png
- vcf2GWAS_command.txt
- readme.txt
- commands.sh
- Dockerfile
- compared_summarized_top_SNPs_complete_example.csv
- lm_manh.png
- lm_qq.png
- lmm_manh.png
- lmm_qq.png
- NLR.csv
- GFF_AG.csv
- GFF_AT.csv
- GFF_CE.csv
- GFF_DM.csv
- GFF_DR.csv
- GFF_GG.csv
- GFF_HS.csv
- GFF_MM.csv
- GFF_OS.csv
- GFF_RN.csv
- GFF_SC.csv
- GFF_SL.csv
- GFF_VV.csv
- GFF_ZM.csv
- example.csv
- example.vcf.gz
- __main__.py
- analysis.py
- environment.yml
- install.py
- LICENSE
- parsing.py
- README.pdf
- run_test.py
- starter.py
- utils.py
- LICENSE
- MANUAL.md
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/frankvogt/vcf2gwas
Downloads the entire project code from GitHub to your computer.
cd vcf2gwas
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker pull fvogt257/vcf2gwas
Type this command into your terminal and run it.
docker run -v /path/to/current-working-directory/:/vcf2gwas/ fvogt257/vcf2gwas -v test
Runs the built image as an actual container.
docker run -v /path/to/current-working-directory/:/vcf2gwas/ fvogt257/vcf2gwas -v example.vcf.gz -pf example.csv -ap -lmm
Runs the built image as an actual container.
* [Installation via docker](#installation-via-docker)
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
