NMmpa
which is a C implementation of the R script makeProbeAnno
included in the R package distributed by David et al. (2).
So, let's do it:
$NMmpa -i NMmp2g.out -o NMmpa -a 2560where the option
-a 2560
indicates that the array is a squared matrix of
.prb
which names start by the corresponding chromosome name (chrI, chrII, etc...) suffixed by the strand of the match. So if a probe have a match in positive strand (+) on chromosome chrI, the match will be listed inside the file chrI+.prb.
Let's now have a look at these files:
$head -10 NMmpa/chrI+.prb 86_3 7767 114699 25 0 93_3 7774 27052 25 3 93_3 7774 25702 25 3 208_3 7889 15351 25 3 510_3 8191 32509 25 0 860_3 8541 192923 25 0 894_3 8575 193187 25 0 1061_3 8742 79283 25 0 1171_3 8852 144051 25 0 1275_3 8956 541 25 3As you can see, all these files are formated as tables of 5 columns sepearated by a whitespace. The meaning of the columns is:
Jean-Baptiste Veyrieras 2010-05-28