Skip to content

HenrikBengtsson/illuminaio

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
R
 
 
 
 
man
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Bioconductor since badge Bioconductor build status Bioconductor build status R CMD check status Coverage Status

illuminaio: Parsing Illumina Microarray Output Files

Installation

R package illuminaio is available on Bioconductor and can be installed in R as:

install.packages("BiocManager")
BiocManager::install("illuminaio")

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/illuminaio", ref="develop")

This will install the package from source. Because of this and because this package also compiles native code, Windows users need to have Rtools installed and macOS users need to have Xcode installed.

Contributing

To contribute to this package, please see CONTRIBUTING.md.