Hi,
I'd like to apply a Variance Based Filtering (using the varFilter
function from genefilter
R package) to an ExpressionSet object whose (array quality) should be weighted with arrayWeights
function. However, I'm wondering which step I must perform first, the weighting or the filtering?
Thanks