All Projects → QTCAT → qtcat

QTCAT / qtcat

Licence: other
Quantitative Trait Cluster Association Test in R

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to qtcat

rvtests
Rare variant test software for next generation sequencing data
Stars: ✭ 114 (+356%)
Mutual labels:  gwas
snpsea
📊 Identify cell types and pathways affected by genetic risk loci.
Stars: ✭ 26 (+4%)
Mutual labels:  gwas
echolocatoR
Automated statistical and functional fine-mapping pipeline with extensive API access to datasets.
Stars: ✭ 13 (-48%)
Mutual labels:  gwas
MAGMA Celltyping
Find causal cell-types underlying complex trait genetics
Stars: ✭ 41 (+64%)
Mutual labels:  gwas
SumStatsRehab
GWAS summary statistics files QC tool
Stars: ✭ 19 (-24%)
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 (+64%)
Mutual labels:  gwas
vcf2gwas
Python API for comprehensive GWAS analysis using GEMMA
Stars: ✭ 27 (+8%)
Mutual labels:  gwas
S-PCGC
Heritability, genetic correlation and functional enrichment estimation for case-control studies
Stars: ✭ 13 (-48%)
Mutual labels:  gwas
adjclust
Adjacency-constrained hierarchical clustering of a similarity matrix
Stars: ✭ 15 (-40%)
Mutual labels:  gwas
faster lmm d
A faster lmm for GWAS. Supports GPU backend.
Stars: ✭ 12 (-52%)
Mutual labels:  gwas
FarmCPUpp
Perform GWAS using the FarmCPU model.
Stars: ✭ 16 (-36%)
Mutual labels:  gwas
gchromVAR
Cell type specific enrichments using finemapped variants and quantitative epigenetic data
Stars: ✭ 31 (+24%)
Mutual labels:  gwas
lme4qtl
Mixed models @lme4 + custom covariances + parameter constraints
Stars: ✭ 39 (+56%)
Mutual labels:  gwas
GenAMap
Visual Machine Learning of Genome-Phenome Associations
Stars: ✭ 22 (-12%)
Mutual labels:  gwas
qmplot
A Python package for creating high-quality manhattan and Q-Q plots from GWAS results.
Stars: ✭ 25 (+0%)
Mutual labels:  gwas

Quantitative Trait Cluster Association Test

This project has no active development and is unmaintained.

Description:

All SNPs are jointly associated to the phenotype and at the same time correlation among them is considered. Thus, correction for population structure becomes unnecessary, which in many cases results in a power advantages compared to other methods.

Klasen, J. R. et al. (2016). A multi-marker association method for genome-wide association studies without the need for population structure correction. Nature Communications. Paper

Installation:

The package can be installed from an R console via devtools (If you haven't yet installed devtools please do so first).

# install.packages("devtools")
devtools::install_github("QTCAT/qtcat") 

Example:

The qtcatQtc-function example gives an overview of the functionality of the package and can be accessed once the package is loaded.

library(qtcat)
example(qtcatQtc, run.dontrun = TRUE)

The data used in the example can be found under inst/extdata

There is also a Arabidopsis example available.


License © 2016 JR Klasen

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].