InputEngineMacros.sas
defines the following macros for input engine processes:
This macro imports the
experimental design table (required for certain IEs) to extract the experimental information and the file name of each raw data file.
This macro imports the files with a data platform of Agilent (
.txt
), GenePix (
.gpr
), QuantArray (
.txt
), and Scanalyze (
.dat
) and combines them with the information from the experimental design table into a stacked SAS data set.
This macro imports Affymetrix
.cel
files (
probe
data stored in text or binary versions), which are based on the corresponding CDF file and combines them with the information from the experimental design table into a stacked SAS data set.
This macro imports Affymetrix
.chp
files (signal summarized data), which are based on the corresponding CDF file and combines them with the information from the experimental design table into a stacked SAS data set.