This is where methylKit project will be developed from 2014. The google code homepage will be active for the foreseeable future.
# 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)
If you used methylKit please cite:
- Altuna Akalin, Matthias Kormaksson, Sheng Li, Francine E. Garrett-Bakelman, Maria E. Figueroa, Ari Melnick, Christopher E. Mason. (2012). methylKit: A comprehensive R package for the analysis of genome-wide DNA methylation profiles. Genome Biology , 13:R87.
and also consider citing the following publication as a use-case with specific cutoffs:
- Altuna Akalin, Francine E. Garrett-Bakelman, Matthias Kormaksson, Jennifer Busuttil, Lu Zhang, Irina Khrebtukova, Thomas A. Milne, Yongsheng Huang, Debabrata Biswas, Jay L. Hess, C. David Allis, Robert G. Roeder, Peter J. M. Valk, Bob Löwenberg, Ruud Delwel, Hugo F. Fernandez, Elisabeth Paietta, Martin S. Tallman, Gary P. Schroth, Christopher E. Mason, Ari Melnick, Maria E. Figueroa. (2012). Base-Pair Resolution DNA Methylation Sequencing Reveals Profoundly Divergent Epigenetic Landscapes in Acute Myeloid Leukemia. PLoS Genetics 8(6).
e-mail to [email protected] 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.
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"
Artistic License/GPL