Entering edit mode
8.6 years ago
hakimelakhrass
▴
80
Hello,
I am trying to remove the control probes from my data. These are the 'new' affy hugene20st array. The probe IDS and all the other IDS are just numbers. Using this command to remove the genes with low variances should also remove controls but because AFFY is not in the name anymore it does not work.
normData.filtered <- nsFilter(normData, require.entrez=FALSE, remove.dupEntrez=FALSE,feature.exclude="^AFFX")
Any idea how to remove them automated through a function. Or will I have to script it? Thank you!