README.md

DealGPL570

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.

'

Installation

You can install the released version of DealGPL570 from CRAN with:

install.packages("DealGPL570")

Example

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)
}


AweKevin/DealGPL570 documentation built on Nov. 25, 2019, 7:56 a.m.