I am analyzing affy miRNA 4.0 data for the first time. Using oligo package, I executed the following script.
library(oligo) rawData<-read.celfiles(list.celfiles()) e<-rma(rawData)
I got the following results:
ExpressionSet (storageMode: lockedEnvironment) assayData: 36353 features, 14 samples element names: exprs protocolData rowNames: 150319_1_S14_25318_(miRNA-4_0).CEL 150319_10_S12_12718_(miRNA-4_0).CEL ... 150319_9_S11_41323_(miRNA-4_0).CEL (14 total) varLabels: exprs dates varMetadata: labelDescription channel phenoData rowNames: 150319_1_S14_25318_(miRNA-4_0).CEL 150319_10_S12_12718_(miRNA-4_0).CEL ... 150319_9_S11_41323_(miRNA-4_0).CEL (14 total) varLabels: index varMetadata: labelDescription channel featureData: none experimentData: use 'experimentData(object)' Annotation: pd.mirna.4.0
As far as I know, the number of probes of miRNA 4.0 is 36249, but the number of features of expression set generated after background correction, normalization, and summarisation was 36353. When I tried with affy package, the feature number was same as the probe number. 104 additional features were
[1] "AFFX-BioB-3_at" "AFFX-BioB-5_at" "AFFX-BioB-M_at" [4] "AFFX-BioC-3_at" "AFFX-BioC-5_at" "AFFX-BioDn-3_at" [7] "AFFX-BioDn-5_at" "AFFX-BkGr-GC03_st" "AFFX-BkGr-GC04_st" [10] "AFFX-BkGr-GC05_st" "AFFX-BkGr-GC06_st" "AFFX-BkGr-GC07_st" [13] "AFFX-BkGr-GC08_st" "AFFX-BkGr-GC09_st" "AFFX-BkGr-GC10_st" [16] "AFFX-BkGr-GC11_st" "AFFX-BkGr-GC12_st" "AFFX-BkGr-GC13_st" [19] "AFFX-BkGr-GC14_st" "AFFX-BkGr-GC15_st" "AFFX-BkGr-GC16_st" [22] "AFFX-BkGr-GC17_st" "AFFX-BkGr-GC18_st" "AFFX-BkGr-GC19_st" [25] "AFFX-BkGr-GC20_st" "AFFX-BkGr-GC21_st" "AFFX-BkGr-GC22_st" [28] "AFFX-BkGr-GC23_st" "AFFX-BkGr-GC24_st" "AFFX-BkGr-GC25_st" [31] "AFFX-BkGr17-GC03_st" "AFFX-BkGr17-GC04_st" "AFFX-BkGr17-GC05_st" [34] "AFFX-BkGr17-GC06_st" "AFFX-BkGr17-GC07_st" "AFFX-BkGr17-GC08_st" [37] "AFFX-BkGr17-GC09_st" "AFFX-BkGr17-GC10_st" "AFFX-BkGr17-GC11_st" [40] "AFFX-BkGr17-GC12_st" "AFFX-BkGr17-GC13_st" "AFFX-BkGr17-GC14_st" [43] "AFFX-BkGr17-GC15_st" "AFFX-BkGr17-GC16_st" "AFFX-BkGr17-GC17_st" [46] "AFFX-BkGr19-GC03_st" "AFFX-BkGr19-GC04_st" "AFFX-BkGr19-GC05_st" [49] "AFFX-BkGr19-GC06_st" "AFFX-BkGr19-GC07_st" "AFFX-BkGr19-GC08_st" [52] "AFFX-BkGr19-GC09_st" "AFFX-BkGr19-GC10_st" "AFFX-BkGr19-GC11_st" [55] "AFFX-BkGr19-GC12_st" "AFFX-BkGr19-GC13_st" "AFFX-BkGr19-GC14_st" [58] "AFFX-BkGr19-GC15_st" "AFFX-BkGr19-GC16_st" "AFFX-BkGr19-GC17_st" [61] "AFFX-BkGr19-GC18_st" "AFFX-BkGr19-GC19_st" "AFFX-BkGr21-GC03_st" [64] "AFFX-BkGr21-GC04_st" "AFFX-BkGr21-GC05_st" "AFFX-BkGr21-GC06_st" [67] "AFFX-BkGr21-GC07_st" "AFFX-BkGr21-GC08_st" "AFFX-BkGr21-GC09_st" [70] "AFFX-BkGr21-GC10_st" "AFFX-BkGr21-GC11_st" "AFFX-BkGr21-GC12_st" [73] "AFFX-BkGr21-GC13_st" "AFFX-BkGr21-GC14_st" "AFFX-BkGr21-GC15_st" [76] "AFFX-BkGr21-GC16_st" "AFFX-BkGr21-GC17_st" "AFFX-BkGr21-GC18_st" [79] "AFFX-BkGr21-GC19_st" "AFFX-BkGr21-GC20_st" "AFFX-BkGr21-GC21_st" [82] "AFFX-BkGr23-GC03_st" "AFFX-BkGr23-GC04_st" "AFFX-BkGr23-GC05_st" [85] "AFFX-BkGr23-GC06_st" "AFFX-BkGr23-GC07_st" "AFFX-BkGr23-GC08_st" [88] "AFFX-BkGr23-GC09_st" "AFFX-BkGr23-GC10_st" "AFFX-BkGr23-GC11_st" [91] "AFFX-BkGr23-GC12_st" "AFFX-BkGr23-GC13_st" "AFFX-BkGr23-GC14_st" [94] "AFFX-BkGr23-GC15_st" "AFFX-BkGr23-GC16_st" "AFFX-BkGr23-GC17_st" [97] "AFFX-BkGr23-GC18_st" "AFFX-BkGr23-GC19_st" "AFFX-BkGr23-GC20_st" [100] "AFFX-BkGr23-GC21_st" "AFFX-BkGr23-GC22_st" "AFFX-BkGr23-GC23_st" [103] "AFFX-CreX-3_at" "AFFX-CreX-5_at"