All Projects → blengerich → GenAMap

blengerich / GenAMap

Licence: MIT license
Visual Machine Learning of Genome-Phenome Associations

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects
Starlark
911 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GenAMap

qmplot
A Python package for creating high-quality manhattan and Q-Q plots from GWAS results.
Stars: ✭ 25 (+13.64%)
Mutual labels:  gwas
qtcat
Quantitative Trait Cluster Association Test in R
Stars: ✭ 25 (+13.64%)
Mutual labels:  gwas
rvtests
Rare variant test software for next generation sequencing data
Stars: ✭ 114 (+418.18%)
Mutual labels:  gwas
snpsea
📊 Identify cell types and pathways affected by genetic risk loci.
Stars: ✭ 26 (+18.18%)
Mutual labels:  gwas
echolocatoR
Automated statistical and functional fine-mapping pipeline with extensive API access to datasets.
Stars: ✭ 13 (-40.91%)
Mutual labels:  gwas
MAGMA Celltyping
Find causal cell-types underlying complex trait genetics
Stars: ✭ 41 (+86.36%)
Mutual labels:  gwas
SumStatsRehab
GWAS summary statistics files QC tool
Stars: ✭ 19 (-13.64%)
Mutual labels:  gwas
imputationserver
Michigan Imputation Server: A new web-based service for imputation that facilitates access to new reference panels and greatly improves user experience and productivity
Stars: ✭ 41 (+86.36%)
Mutual labels:  gwas
vcf2gwas
Python API for comprehensive GWAS analysis using GEMMA
Stars: ✭ 27 (+22.73%)
Mutual labels:  gwas
S-PCGC
Heritability, genetic correlation and functional enrichment estimation for case-control studies
Stars: ✭ 13 (-40.91%)
Mutual labels:  gwas
adjclust
Adjacency-constrained hierarchical clustering of a similarity matrix
Stars: ✭ 15 (-31.82%)
Mutual labels:  gwas
faster lmm d
A faster lmm for GWAS. Supports GPU backend.
Stars: ✭ 12 (-45.45%)
Mutual labels:  gwas
FarmCPUpp
Perform GWAS using the FarmCPU model.
Stars: ✭ 16 (-27.27%)
Mutual labels:  gwas
gchromVAR
Cell type specific enrichments using finemapped variants and quantitative epigenetic data
Stars: ✭ 31 (+40.91%)
Mutual labels:  gwas
lme4qtl
Mixed models @lme4 + custom covariances + parameter constraints
Stars: ✭ 39 (+77.27%)
Mutual labels:  gwas

GenAMap Logo

Website license GitHub closed pull requests GitHub closed issues

GenAMap is an open-source platform for visual machine learning of genome-phenome associations.

The proliferation of genomic data has increased the usefulness of complex machine learning algorithms for the next generation of genome-wide association studies (GWAS). These methods effectively relate genetic polymorphisms with phenotypes, but they require algorithmic expertise to run code and domain expertise to analyze results. To overcome these challenges, the GenAMap software platform has been developed to provide an intuitive, visual interface for next-generation GWAS. The user experience is an intuitive web application with a focus on simplicity and ease of use. For use with private or large data, it is easy to set up on your own server with a simple Docker image for all dependencies. Please contact us with any questions.

Documentation:

To get started, see the docs, which include usage examples and development information.

Installation:

To install GenAMap locally, first you need to Install Docker, and then execute the following in your terminal:

curl https://raw.githubusercontent.com/blengerich/GenAMap/master/Documentation/Installation/run_genamap.sh > run_genamap.sh
chmod +x run_genamap.sh
./run_genamap.sh $DATA_FOLDER $CONFIG_FOLDER

where $DATA_FOLDER is the folder where your dataset is and $CONFIG_FOLDER is the folder where your authorization file that contains administrator email and password is. These should be absolute, not relative paths.

Further, we have to note that if you want to use your own data, please follow the GenAMap/Documentation/Development/README.md.

After that, you can enjoy the next-generation GWAS by visiting localhost on Linux. On Mac, this is 192.168.99.100, or 0.0.0.0 if your docker version > 1.2.x

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].