probe.performance {RPA} | R Documentation |
Provide a table of probe-level parameter estimates (affinity and stochastic noise) for RPA output.
probe.performance(probe.parameters, abatch, sets = NULL)
probe.parameters |
List with affinities and variances for the probesets |
abatch |
Affybatch used in the analysis |
sets |
Specify the probesets to include in the output. Default: All probesets |
Data frame of probe-level parameter estimates
Leo Lahti leo.lahti@iki.fi
See citation("RPA")
## Not run: library(affydata); data(Dilution); rpa.results <- rpa.complete(Dilution); tab <- probe.parameters(rpa.results); df <- df[order(abs(df$tau2), decreasing = TRUE),] ## End(Not run)