~ubuntu-branches/ubuntu/utopic/r-bioc-affy/utopic-proposed

« back to all changes in this revision

Viewing changes to R/expresso.R

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2014-06-08 14:24:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140608142415-cdpkgnsvgan8qhzr
Tags: 1.42.2-1
* New upstream version
* Add citation
* Add autopkgtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    if (verbose)
120
120
      cat("normalizing...")
121
121
 
122
 
    afbatch <- do.call(affy:::normalize, c(alist(afbatch, normalize.method), normalize.param))
 
122
    afbatch <- do.call(BiocGenerics::normalize, c(alist(afbatch, normalize.method), normalize.param))
123
123
 
124
124
    if (verbose)
125
125
      cat("done.\n")