bbarrilleaux / methylKit

R package for DNA methylation analysis

Home Page:https://code.google.com/p/methylkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

methylKit

This is where methylKit project will be developed from 2014. The google code homepage will be active for the foreseeable future.

Installation

# dependencies
install.packages( c("data.table","devtools"))
source("http://bioconductor.org/biocLite.R")
biocLite(c("GenomicRanges","IRanges"))

# install from github
library(devtools)
install_github("methylKit", username = "al2na")

Citing methylKit

If you used methylKit please cite:

and also consider citing the following publication as a use-case with specific cutoffs:

Contact & Questions

e-mail to methylkit_discussion@googlegroups.com or post a question using the web interface

if you are going to submit bug reports or ask questions, please send sessionInfo() output from R console as well.

Questions are very welcome, although we suggest you read the paper, documentation(function help pages and vignette) and blog entries first. The answer to your question might be there already.

License

Artistic License/GPL

About

R package for DNA methylation analysis

https://code.google.com/p/methylkit/


Languages

Language:R 89.2%Language:Perl 8.4%Language:TeX 2.4%