Wiki
blima / Home
blima package repository
blima (stands for Bead Level Illumina Microarray Analysis) is a package for analysing Illumina bead level data. The package is freely available under GPL-3 license.
GIT
I use GITĀ for version control. You can clone the repository using:
$ git clone https://bitbucket.org/kulvait/blima.git/
BlimaTestingData
Testing data for package blima has been uploaded to NCBI Gene Expression Omnibus site as GSE56129 and are part of blimaTestingData package. BlimaTestingData package details
Instalation
The packages blima and blimaTestingData are now part of the Bioconductor repository. To install and load them please run:
#!r
source("http://bioconductor.org/biocLite.R")
useDevel()
biocLite("blima")
biocLite("blimaTestingData")
library(blima)
library(blimaTestingData)
Updated