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 May 29, 2024, 4:32 a.m.