Skip to content

itrus/GWAS-fasta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWAS

R code for creating Manhattan plots for GWAS

This code is made for analysis of short sequences (0.001-1000 kb) presented in FASTA format. It needs two files (plus.fas and minus.fas) for making SNP analysis of mutations associated with phenotypical difference observed in positive (plus.fas) and control samples (minus.fas). It utilizes Fisher's or Chi squared (default) test.

Use gwas_aa.R for aminoacid sequences and gwas_nt.R for nucleotide ones. Speed of work is approximately 1 Mb of fasta files (plus.fas+minus.fas) in 1 minute on Core 2 Duo 2.66 GHz/4G RAM.

Required packages: seqinr, ade4.

About

R code for creating Manhattan plots for GWAS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages