tests/AffymetrixCelFile.R

library("aroma.affymetrix")

## Empty CEL file
df <- AffymetrixCelFile()
print(df)

## Missing CEL file
df <- AffymetrixCelFile(NA_character_, mustExist=FALSE)
print(df)

Try the aroma.affymetrix package in your browser

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

aroma.affymetrix documentation built on July 18, 2022, 5:07 p.m.