All Projects → neurogenomics → MAGMA_Celltyping

neurogenomics / MAGMA_Celltyping

Licence: other
Find causal cell-types underlying complex trait genetics

Programming Languages

r
7636 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to MAGMA Celltyping

faster lmm d
A faster lmm for GWAS. Supports GPU backend.
Stars: ✭ 12 (-70.73%)
Mutual labels:  gwas, genomics
netSmooth
netSmooth: A Network smoothing based method for Single Cell RNA-seq imputation
Stars: ✭ 23 (-43.9%)
Mutual labels:  genomics
staramr
Scans genome contigs against the ResFinder, PlasmidFinder, and PointFinder databases.
Stars: ✭ 52 (+26.83%)
Mutual labels:  genomics
full spectrum bioinformatics
An open-access bioinformatics text
Stars: ✭ 26 (-36.59%)
Mutual labels:  genomics
smartas
📓Notebook of Climente-González et al. (2017), The Functional Impact of Alternative Splicing in Cancer.
Stars: ✭ 13 (-68.29%)
Mutual labels:  genomics
GenomicDataCommons
Provide R access to the NCI Genomic Data Commons portal.
Stars: ✭ 64 (+56.1%)
Mutual labels:  genomics
calN50
Compute N50/NG50 and auN/auNG
Stars: ✭ 20 (-51.22%)
Mutual labels:  genomics
cell-ontology
An ontology of cell types
Stars: ✭ 75 (+82.93%)
Mutual labels:  genomics
chromap
Fast alignment and preprocessing of chromatin profiles
Stars: ✭ 93 (+126.83%)
Mutual labels:  genomics
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 (+0%)
Mutual labels:  gwas
vcf2gwas
Python API for comprehensive GWAS analysis using GEMMA
Stars: ✭ 27 (-34.15%)
Mutual labels:  gwas
bystro
Bystro genetic analysis (annotation, filtering, statistics)
Stars: ✭ 31 (-24.39%)
Mutual labels:  genomics
plasmidtron
Assembling the cause of phenotypes and genotypes from NGS data
Stars: ✭ 27 (-34.15%)
Mutual labels:  genomics
dropClust
Version 2.1.0 released
Stars: ✭ 19 (-53.66%)
Mutual labels:  genomics
awesome-genetics
A curated list of awesome bioinformatics software.
Stars: ✭ 60 (+46.34%)
Mutual labels:  genomics
companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (-48.78%)
Mutual labels:  genomics
mapcomp
Genetic Map Comparison
Stars: ✭ 18 (-56.1%)
Mutual labels:  genomics
SumStatsRehab
GWAS summary statistics files QC tool
Stars: ✭ 19 (-53.66%)
Mutual labels:  gwas
Ontologies
Home of the Genomic Feature and Variation Ontology (GFVO)
Stars: ✭ 16 (-60.98%)
Mutual labels:  genomics
cloud-genomics
Introduction to Cloud Computing for Genomics
Stars: ✭ 13 (-68.29%)
Mutual labels:  genomics



R build status License: GPL-3

Authors: Brian Schilder, Alan Murphy, Julien Bryois, Nathan Skene

README updated: Feb-08-2022

Introduction

This R package contains code used for testing which cell types can explain the heritability signal from GWAS summary statistics. The method was described in our 2018 Nature Genetics paper.

This package takes GWAS summary statistics + single-cell transcriptome specificity data (in EWCE’s CellTypeData format) as input. It then calculates and returns the enrichment between the GWAS trait and the cell-types.

Installation

R

Install MAGMA.Celltyping as follows:

if(!require("remotes")) install.packages("remotes")

remotes::install_github("neurogenomics/MAGMA_Celltyping")
library(MAGMA.Celltyping)

MAGMA

MAGMA.Celltyping now installs the command line software MAGMA automatically when you first use a function that relies on MAGMA (e.g. celltype_associations_pipeline). If you prefer, you can later install other versions of MAGMA with:

MAGMA.Celltyping::install_magma(desired_version="<version>",
                                update = TRUE)

Documentation

Website

Getting started

Docker/Singularity

Using older versions

With the release of MAGMA_Celltyping 2.0 in January 2022, there have been a number of major updates and bug fixes.

  • Only R>4.0.0 is supported. To use this package with older versions of R, install with:remotes::install_github("neurogenomics/MAGMA_Celltyping@01a9e53")

Bugs/fixes

Having trouble? Search the Issues or submit a new one.

Want to contribute new features/fixes? Pull Requests are welcomed!

Both are most welcome, we want the package to be easy to use for everyone!

Citations

If you use the software then please cite:

Skene, et al. Genetic identification of brain cell types underlying schizophrenia. Nature Genetics, 2018.

The package utilises the MAGMA software developed in the Complex Trait Genetics Lab at VU university (not us!) so please also cite:

de Leeuw, et al. MAGMA: Generalized gene-set analysis of GWAS data. PLoS Comput Biol, 2015.

If you use the EWCE package as well then please cite:

Skene, et al. Identification of Vulnerable Cell Types in Major Brain Disorders Using Single Cell Transcriptomes and Expression Weighted Cell Type Enrichment. Front. Neurosci, 2016.

If you use MungeSumstats to format your summary statistics then please cite:

Murphy, Schilder, & Skene, MungeSumstats: a Bioconductor package for the standardization and quality control of many GWAS summary statistics, Bioinformatics, Volume 37, Issue 23, 1 December 2021, Pages 4593–4596, https://doi.org/10.1093/bioinformatics/btab665

If you use the cortex/hippocampus single cell data associated with this package then please cite the following papers:

Zeisel, et al. Cell types in the mouse cortex and hippocampus revealed by single-cell RNA-seq. Science, 2015.

If you use the midbrain and hypothalamus single cell datasets associated with the 2018 paper then please cite the following papers:

La Manno, et al. Molecular Diversity of Midbrain Development in Mouse, Human, and Stem Cells. Cell, 2016.

Romanov, et al. Molecular interrogation of hypothalamic organization reveals distinct dopamine neuronal subtypes. Nature Neuroscience, 2016.


Contact

Neurogenomics Lab

UK Dementia Research Institute
Department of Brain Sciences
Faculty of Medicine
Imperial College London
GitHub
DockerHub


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