## Not run:
# # Dataset cannot be provided for size restrictions
# # This is the code used to get the hybridization ratio with Starr from CEL files
# library("Starr")
# TA_parsed <- readCelFile(BPMap, CELfiles, CELnames, CELtype,
# featureData=TRUE, log.it=TRUE)
# TA_loess <- normalize.Probes(TA_parsed, method="loess")
# TA_ratio <- getRatio(TA_loess, TA_loess$type=="IP",
# TA_loess$type=="CONTROL", "myRatio")
#
# # From here, we use nucleR:
#
# # Preprocess the array, using the calculated ratio feature we named
# # "myRatio".
#
# # This will also select only those chromosomes with the pattern
# # "Sc:Oct_2003;chr", removing control data present in that tiling array.
#
# # Finally, we allow that loci not covered by a prove being inferred
# # from adjacent ones, as far as they are separated by 50bp or less
# arr <- processTilingArray(TA_ratio, "myRatio",
# chrPattern="Sc:Oct_2003;chr", inferLen=50)
#
# # From here we can proceed with the analysis:
# arr_fft <- filterFFT(arr)
# arr_pea <- peakDetection(arr_fft)
# plotPeaks(arr_pea, arr_fft)
# ## End(Not run)
Run the code above in your browser using DataLab