All Projects → leelabsg → SKAT

leelabsg / SKAT

Licence: other
Sequence kernel association test (SKAT)

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language
TeX
3793 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to SKAT

Numgen
Creates objects that generate number sequences
Stars: ✭ 5 (-79.17%)
Mutual labels:  sequence
Monster
The Art of Template MetaProgramming (TMP) in Modern C++♦️
Stars: ✭ 90 (+275%)
Mutual labels:  sequence
react-sequence-animator
A React library for sequence animations
Stars: ✭ 23 (-4.17%)
Mutual labels:  sequence
Nunit cshaprp cheatsheet
Example implementations of each attribute available in Nunit2 unit Testing Framework using C# .NET.
Stars: ✭ 14 (-41.67%)
Mutual labels:  sequence
Iter
Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
Stars: ✭ 71 (+195.83%)
Mutual labels:  sequence
Bioconvert
Bioconvert is a collaborative project to facilitate the interconversion of life science data from one format to another.
Stars: ✭ 112 (+366.67%)
Mutual labels:  sequence
Seqkit
A cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang
Stars: ✭ 607 (+2429.17%)
Mutual labels:  sequence
bio
A lightweight and high-performance bioinformatics package in Golang
Stars: ✭ 80 (+233.33%)
Mutual labels:  sequence
Swarm
A robust and fast clustering method for amplicon-based studies
Stars: ✭ 88 (+266.67%)
Mutual labels:  sequence
Sequitur
Library of autoencoders for sequential data
Stars: ✭ 162 (+575%)
Mutual labels:  sequence
Fill Range
Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.
Stars: ✭ 41 (+70.83%)
Mutual labels:  sequence
Seqsvr
High performance unique number generator powered by Go
Stars: ✭ 58 (+141.67%)
Mutual labels:  sequence
Snowflake
java edition of [Twitter Snowflake](https://github.com/twitter/snowflake), a network service for generating unique ID numbers at high scale with some simple guarantees.
Stars: ✭ 114 (+375%)
Mutual labels:  sequence
Restez
😴 📂 Create and Query a Local Copy of GenBank in R
Stars: ✭ 22 (-8.33%)
Mutual labels:  sequence
genome updater
Bash script to download/update snapshots of files from NCBI genomes repository (refseq/genbank) with track of changes and without redundancy
Stars: ✭ 93 (+287.5%)
Mutual labels:  sequence
Period
PHP's time range API
Stars: ✭ 616 (+2466.67%)
Mutual labels:  sequence
Seqsvr
序列号生成器--《万亿级调用系统:微信序列号生成器架构设计及演变》开源实现
Stars: ✭ 109 (+354.17%)
Mutual labels:  sequence
paxoid
Paxos based masterless ID/Sequence generator.
Stars: ✭ 20 (-16.67%)
Mutual labels:  sequence
vscode-commands
Run commands from Tree View / Status Bar / Quick Pick.
Stars: ✭ 45 (+87.5%)
Mutual labels:  sequence
Easysequence
EasySequence is a powerful fundamental library to process sequcence type, such as array, set, dictionary. All type object which conforms to NSFastEnumeration protocol can be initialzed to an EZSequence instance, then you can operation with them. Finally, you can transfer them back to the original type.
Stars: ✭ 150 (+525%)
Mutual labels:  sequence

SKAT R-package

SKAT is an R-package for gene/region-based multiple variant tests. It has functions for Burden test, SKAT, and SKAT-O with adjusting for covariates and kinship.

Main Functions and key references

Following are main functions and key references. For details, please refer the package manual and vignettes.

  1. SKAT function: Burden test, SKAT, and SKAT-O

    • Lee, S., Emond, M.J., ..., and Lin, X. (2012). Optimal unified approach for rare variant association testing with application to small sample case-control whole-exome sequencing studies. AJHG, 91, 224-237.
    • Lee, S., Wu, M. and Lin, X. (2012). Optimal tests for rare variant effects in sequencing association studies. Biostatistics, 13, 762-775
    • Wu, M., Lee, S., Cai, T., Li, Y., Boehnke, M. and Lin, X. (2011). Rare Variant Association Testing for Sequencing Data Using the Sequence Kernel Association Test (SKAT). AJHG, 89, 82-93.
  2. Robust approaches functions for binary traits: SKATBinary_Robust and SKAT_CommonRare_Robust

    • Zhao, Z., Bi, W., Zhou, W., VanderHaar, P., Fritsche, L.G., Lee, S. (2020) UK Biobank Whole-Exome Sequence Binary Phenome Analysis with Robust Region-based Rare-Variant Test. AJHG, 2020, 3-12.
  3. SKATBinary function: Burden test, SKAT, and SKAT-O with efficient resampling for binary traits

    • Lee, S., Fuchsberger, C., Kim, S., Scott, L. (2016) An efficient resampling method for calibrating single and gene-based rare variant association analysis in case-control studies, Biostatistics, 17, 1-15.
  4. SKAT_CommonRare function: joint test for common and rare variants

    • Ionita-Laza, I., Lee, S., Makarov, V., Buxbaum, J. Lin, X. (2013). Sequence kernel association tests for the combined effect of rare and common variants. AJHG, 92, 841-853.
  5. SKAT_ChrX function: X-chromosome test

    • Ma, C., Boehnke, M., Lee, S. and the GoT2D investigators (2015) Evaluating the calibration and power of three gene-based association tests for the X chromosome, Genetic Epidemiology, 39, 499-508.
  6. SKAT_NULL_emmaX function: Kinship adjustment

  7. SSD functions: plink binary file related functions

  8. Power_Continuous, ...: power calculation functions

Link

  • SKAT CRAN: Link
  • SKAT google group: Link
  • Example dataset: Link
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].