lgatto / RforProteomics

Using R and Bioconductor packages for the analysis and comprehension of proteomics data.
http://lgatto.github.io/RforProteomics
83 stars 33 forks source link

remove deprecated library/function calls #1

Closed sgibb closed 11 years ago

sgibb commented 11 years ago

Dear Laurent,

thanks for your great RforProteomics package. I have two small fixes for the MALDIquant example:

  1. readBrukerFlexData is imported by MALDIquantForeign, there is no need to call library("readBrukerFlexData").
  2. MALDIquant provides its own movingAverage function now (since version 1.5), there is no need to define your own simpleSmooth function anymore.

Best wishes,

Sebastian

lgatto commented 11 years ago

Thank you very much for your contribution.