Name Mode Size
R 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.Rinstignore 100644 0 kb
.travis.yml 100644 0 kb
CHANGES 100644 7 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 5 kb
README.md 100644 1 kb
TODO.org 100644 1 kb
cleanup 100755 0 kb
cleanup.win 100755 0 kb
README.md
THE `OLIGO` PACKAGE =================== The `oligo` package provides tools to preprocess oligonucleotide arrays. It is designed to support all Affymetrix and NimbleGen chips and offers tools for reading in intensity files in their native format (Affymetrix CEL files and NimbleGen XYS files). Installation ------------ `oligo` is a BioConductor package. The recommended way to install it is loading `R` and using `BiocManager::install`, as shown below: if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install('oligo') What does it offer? ------------------- `oligo` offers a number of tools for preprocessing: * Data Import: Affymetrix CEL and NimbleGen XYS files; * Background correction methods; * Normalization methods; * Summarization methods; * Visualization tools; * Quality control tools via PLMs; Contributing ------------ 1. Fork it. 2. Create a branch (`git checkout -b my_contrib`) 3. Commit your changes (`git commit -am "My Contributions"`) 4. Push to the branch (`git push origin my_contrib`) 5. Create an [Issue][1] with a link to your branch Contact ------- Benilton Carvalho <myFirstName.myLastName> AT gmail <dot> com [1]: http://github.com/benilton/oligo/issues