README.md

DealGPL570

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)
GEOquery::getGEOSuppFiles("GSE104683", makeDirectory = FALSE, baseDir = tempdir())
file <- list.files(path = tempdir(), pattern = "GSE104683_RAW.tar", full.names = TRUE)
file
result <- DealGPL570(file = file)


Try the DealGPL570 package in your browser

Any scripts or data that you put into this service are public.

DealGPL570 documentation built on Dec. 11, 2019, 9:11 a.m.