inst/testScripts/system/chipTypes/Mm_PromPR_v02/10,CDF,unique.R

library("aroma.affymetrix")
verbose <- Arguments$getVerbose(-20, timestamp=TRUE)

chipType <- "Mm_PromPR_v02"

cdf <- AffymetrixCdfFile$byChipType(chipType)
print(cdf)

# Get the "unique" CDF, which is generated if missing
cdfU <- getUniqueCdf(cdf, verbose=more(verbose, 60))
print(cdfU)

# Note that the "unique" CDF has the same units as the main CDF.
stopifnot(nbrOfUnits(cdfU) == nbrOfUnits(cdf))

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.