Name Mode Size
R 040000
data 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 1 kb
DESCRIPTION 100644 3 kb
LICENSE 100644 1 kb
NAMESPACE 100644 3 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
logo.png 100644 26 kb
README.md
# epimutacions `epimutacions` is an R/Biconductor package. The package provides 6 statistical methods for outlier detection in DNA methylation data. It also contains function for results visualization and annotation. # Installation The `epimutacions` package can be installed using the following code: ``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("epimutacions") ``` The `epimutacions` package depends on `epimutacionsData` package which can be installed as following: ``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("epimutacionsData") ``` # Usage * See vignette: shorturl.at/gwFOQ # Acknowledgements The authors would like to thank the team who collaborated in the initial design of the package in the European BioHackathon 2020: Lordstrong Akano, James Baye, Alejandro Caceres, Pavlo Hrab, Raquel Manzano and Margherita Mutarelli. The authors also want to thank the organization of European BioHackathon 2020 for its support. # Contact * Dolors Pelegri-Siso: dolors.pelegri@isglobal.org * Juan R. Gonzalez: juanr.gonzalez@isglobal.org * Carlos Ruiz-Arenas: carlos.ruiza@upf.edu * Carles Hernandez-Ferrer: carles.hernandez@cnag.crg.eu