Coder Social home page Coder Social logo

leapr's Introduction

#leapR

Layered Enrichment Analysis of Pathways in R (leapR) a tool that carries out statistical enrichment analysis on single- or multi-omics data.

Installation

To install leapR, you can use the devtools package as follows:

install.packages("devtools")
devtools::install_github("biodataganache/leapR",build_vignette=TRUE)

Once you have successfully installed the package you can load the vignette to read examples using the vignette('leapR') command.

Basic Usage

The primary function of the leapR package is the leapR function itself. This function serves a wrapper to run different styles of enrichment functions on the data. The package contains other functions to support pathway information and multi-omics datasets.

Enrichment calls

Here is a list of enrichment arguments that can be called with the leapR command.

Argument Description
enrichment_in_sets Calculates enrichment in pathway membership in a list (e.g. highly differential proteins) relative to background using Fisher's exact test.
enrichment_in_order Calculates enrichment of pathways based on a ranked list using the Kologmorov-Smirnov test
enrichment_comparison Compares the distribution of abundances between two sets of conditions for each pathway using a t test
enrichment_in_pathways Compares the distribution of abundances in a pathway with the background distribution of abundances using a t test
correlation_enrichment Calculates the enrichment of a pathway based on correlation between pathway members across conditions versus correlation between members not in the pathway
enrichment_in_relationships Calculates the enrichment of a pathway in specified interactions relative to non-pathway members

Data examples

We included examples of including proteomics data and transcriptomics data from 169 high-grade serous ovarian cancer (HGSOC) tumors previously studied and lists of the short- and long- surviving patients from that cohort.

Gene pathway examples

We included two different gene pathways. An NCI pathway database (Pathway Information Database; PID) of signaling pathways and the MSIGDB set of gene collections from various sources.

leapr's People

Contributors

biodataganache avatar godi678 avatar sgosline avatar vincentdanna avatar muktapalshikar avatar

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.