import_celfiles: Import celfiles (Affymetrix)

Description Usage Arguments Details Value

View source: R/import_celfiles.R

Description

Import celfiles (Affymetrix)

Usage

1
import_celfiles(celfiles_path, pheno_data, sep, filenames = NULL)

Arguments

celfiles_path

Path to the celfiles directory

pheno_data

File name with metadata information from the experiment

sep

pheno_data separated format

filenames

a vector containg the names of .CEL files, if only a subset of files are needed to be imported. (optional)

Details

pheno_data is a table containing basic information about the experiment, such as GSMid and sample groups. It must have at least these two columns (GSMid and sample groups). For PCA plot, one could provide the type of each samples (control or treated) and the batches (replicates) of each sample.

Value

An AffyBatch object with imported celfiles


iaradsouza1/MicroarrayMethods documentation built on Nov. 3, 2021, 2 p.m.