Giter VIP home page Giter VIP logo

funtoonorm's Introduction

funtooNorm

[![Build Status] (https://travis-ci.org/GreenwoodLab/funtooNorm.svg?branch=master)] (https://travis-ci.org/GreenwoodLab/funtooNorm)

The R package funtooNorm provides a function for normalization of Illumina Infinium Human Methylation 450 BeadChip (Illumina 450K) data when there are samples from multiple tissues or cell types.

Installation options

Install from bioconductor

source("http://www.bioconductor.org/biocLite.R")  
biocLite("funtooNorm")

Download the current build here and install it with

$ R CMD INSTALL funtooNorm_1.00.1.tar.gz

Or, if you want to build from source, you can also install from GitHub using the devtools package in R:

library(devtools)
install_github('GreenwoodLab/funtooNorm', local=TRUE, build_vignettes = TRUE)

If you have difficulties with the function install_github you can download and install from source using the commands R CMD build and install:

$ git clone https://github.com/GreenwoodLab/funtooNorm.git
$ R CMD build ./funtooNorm
$ R CMD INSTALL funtooNorm_1.00.1.tar.gz
=======
install_github('greenwoodLab/funtooNorm')

Usage

There are two functions in the package, funtoonorm and agreement.

The output of funtoonorm is two matrices: both a normalized methylation data set of beta values and also raw, non-normalized beta values. As an input, the user needs to provide signal A and signal B matrices of data extracted from Illumina IDAT files, as well as control probes signals. The function also requires a list of cell types or tissues. Besides its main purpose of normalization, funtoonorm can be run in a validation mode and its graphical output is used to choose optimal parameters for normalization.

The function agreement accesses the performance of normalization measuring intra-replicate differences before and after normalization. It takes the output of funtoonorm as an input.

For more details, see the vignette provided with the package or download the pdf file from here.

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.