Coder Social home page Coder Social logo

dvklopfenstein / enrichmentanalysis Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 735 KB

Generic enrichment analysis

License: GNU General Public License v3.0

Makefile 3.57% Python 96.12% Shell 0.31%
enrichment-analysis bonferroni benjamini-hochberg fdr

enrichmentanalysis's Introduction

Enrichment Analysis

PyPI version

Do enrichment analysis on anything if you provide:

  • IDs of the population
  • IDs of the study set
  • Associations between the IDs and the terms of interest

Example data

The enrichment analysis steps performed by this repo's code

  1. Generate pvalues using Fishers exact test
  2. Do multipletest correction with any of SciPy's statsmodel functions:
multicorrect Description
sm_bonferroni bonferroni one-step correction
sm_sidak sidak one-step correction
sm_holm-sidak holm-sidak step-down method using Sidak adjustments
sm_holm holm step-down method using Bonferroni adjustments
simes-hochberg simes-hochberg step-up method (independent)
hommel hommel closed method based on Simes tests (non-negative)
fdr_bh fdr correction with Benjamini/Hochberg (non-negative)
fdr_by fdr correction with Benjamini/Yekutieli (negative)
fdr_tsbh two stage fdr correction (non-negative)
fdr_tsbky two stage fdr correction (non-negative)

To Cite

This code is a generalized version of selected code from the GOATOOLS repository, which is used to run gene ontology enrichment analysis.

Citation

Please cite the following research paper if you use this repo in your research:

Klopfenstein DV, Zhang L, Pedersen BS, ... Tang H GOATOOLS: A Python library for Gene Ontology analyses
Scientific reports | (2018) 8:10872 | DOI:10.1038/s41598-018-28948-z

Copyright (C) 2016-2019, DV Klopfenstein. All rights reserved.

enrichmentanalysis's People

Contributors

dvklopfenstein avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

kchennen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.