I'm trying to get raw intensity values for a particular probeset from the Affy HuGene 2.0 array. I've tried getProbeInfo:
> subset(getProbeInfo(raw, target = 'probeset'), man_fsetid == "16862673")
fid man_fsetid
378679 956480 16862673
450843 1140178 16862673
560361 1420274 16862673
602825 1535007 16862673
Is 'fid' equivalent to the rownames of the intensity matrix (exprs(raw))? The number of rows are not equivalent so I hesitate to assume this.
Thanks in advance for any help.

Illumina and Affy arrays are completely different. There is no manifest file for Affy arrays.