The github version of this package is a little different from the CRAN version of this package!
The goal of DealGPL570 is to deal GPL570 (Affymetrix Human Genome U133 Plus 2.0 Array) RAW.tar file using the robust multi-array average expression measure.
You can install the released version of DealGPL570 from CRAN with:
install.packages("DealGPL570")
This is a basic example which shows you how to solve a common problem:
library(DealGPL570)
file <- system.file("extdata", "GSE104683_RAW.tar", package = "DealGPL570")
file
#Next step would run for about 15s, so you can try it yourself or view the vignettes
result <- DealGPL570(file = file)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.