import(affy)

##export everything that does not start with a .
##exportPattern("^[^\\.]")
export(
       estimate.affinities,
       get.probe.noise.estimates,
       online.quantile,
       rpa,
       rpa.fit,
       rpa.online,
       RPA.dcost,
       rpa2eset,
       RPA.iteration,
       rpa.plot,
       plot.rpa,       
       RPA.pointestimate,
       RPA.preprocess,
       sample.probeset,
       hyperparameter.update,
       s2.update
)

#RPA.sigma2.update,              
#initialize.priors,                                        
#d.update.fast

exportClasses(
"rpa",
"rpa.fit",
"rpa.list"
#"rpa.priors"
)

importFrom(methods, show)

S3method(plot, rpa.list)

exportMethods(
"[", 
"[[",
show
)


