Git Product home page Git Product logo

denoiseq's Introduction

An R package for Differential Expression Analysis. Given count data from two experimental conditions, denoiSeq helps one determine which transcripts are differentially expressed across the two conditions using Bayesian inference of the parameters of a bottom-up model for PCR amplification developed in "Chromatin conformation governs T cell receptor J beta gene segment usage", by Ndifon et al.

To use the package, one needs to create a readsData object and invoke the denoiseq function on it. The results are obtained from the return value of denoiseq using the results function which then computes the test statistic used in differential analysis.

RD <- new("readsData", counts = ERCC)  #creating the readsData object

steps <- 3000  #steps for MCMC

BI <- denoiseq(RD, steps)  #invoking denoiseq on the readsData object

rez <- results(BI,steps)  #computing the test statistic

This package can be istalled from CRAN using install.packages("denoiSeq") or from github using devtools::install_github("buriom/denoiSeq").

denoiseq's People

Contributors

buriom avatar

Watchers

James Cloos avatar CRAN robot avatar  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.