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
Fork it.
Create a branch (git checkout -b my_contrib)
Commit your changes (git commit -am "My Contributions")
THE
OLIGOPACKAGEThe
oligopackage 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
oligois a BioConductor package. The recommended way to install it is loadingRand usingBiocManager::install, as shown below:What does it offer?
oligooffers a number of tools for preprocessing:Contributing
git checkout -b my_contrib)git commit -am "My Contributions")git push origin my_contrib)Contact
Benilton Carvalho <myFirstName.myLastName> AT gmail com