Skip to content

bioc/mimager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mimager: The Microarray Imager

Travis-CI Build Status codecov Bioc

mimager simplifies the process of imaging microarrays and inspecting them for spatial artifacts by providing a consistent visualization interface that supports many of Bioconductor's microarray object classes.

Installation

You can install the latest release from Bioconductor:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("mimager")

or the current development version using devtools:

# library(devtools)
install_github("aaronwolen/mimager", build_vignettes = TRUE)

Example

library(mimager)
library(affydata)
data("Dilution")

mimage(Dilution, transform = arle, nrows = 1, legend.label = "RLE")

mimager example

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published