The goal of DealGPL96 is to deal GPL96 (Affymetrix Human Genome U133A Array) RAW.tar file using the robust multi-array average expression measure. This package is a twin package of DealGPL570.
You can install the released version of DealGPL96 from CRAN with:
devtools_install_github("AweKevin/DealGPL96")
This is a basic example which shows you how to solve a common problem:
library(DealGPL96)
file <- system.file("extdata", "GSE5007_RAW.tar", package = "DealGPL96")
file
result <- DealGPL96(file = file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.