đŸ”Ŧ
GWASTic Documentation
  • 👋Welcome to GWAStic documentation
  • Overview
    • 💡Video Tutorials
    • ✨Features
  • Fundamentals
    • đŸ–Ĩī¸Installing GWAStic
    • đŸ–Ĩī¸Starting GWAStic
    • â†Ēī¸Converting VCF to BED files
    • 🔄GWAS Analysis
    • 🔄Genomic Prediction
    • Running from command line
    • Algorithms
    • Effect size and P-value
    • Train, Test, and Validation Sets
    • Settings
    • â„šī¸References
    • Version history
Powered by GitBook
On this page
  1. Fundamentals

Starting GWAStic

PreviousInstalling GWASticNextConverting VCF to BED files

Last updated 10 months ago

How to start GWAStic

  1. Open the Anaconda prompt

  2. Type the following command in the the Anaconda prompt to activate your environment:

conda activate gwastic_env
  1. Type the following command in the the Anaconda Prompt to start the GWASTic software:

gwastic

đŸ–Ĩī¸