/methylKit

R package for DNA methylation analysis

Primary LanguageR

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",build_vignettes=FALSE)

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.

Contribute to the development

You can contribute to the methylKit development via github by checking out "development" branch, making your changes and doing a pull request (all of these should be done on the "development" branch NOT on the "master" branch). In addition:

  • Bump up the version in the DESCRIPTION file on the 4th number. For example, the master branch has the version numbering as in "X.Y.Z". If you make a change to the development branch you should bump up the version in the DESCRIPTION file to "X.Y.Z.1". If there are already changes done in the development just bump up the fourth number.
  • Add your changes to the NEWS file as well under the correct version. Attribute the changes to yourself, such as "Contributed by X"

License

Artistic License/GPL