David Zhao wrote:
> Acutally, I've figured out what I did wrong, if anybody is interested,
> please see comments below:
>
> for raw data import (also reporter files), dataHeaderRegexp should the
> regular expression respresentation of the header line, dataSplitter
> should be: \t for tab-delimited files.
> then the mapping columns should be specified as: /1/ as column 1, and
> note that the column number starts at 0, not 1., and on...
Actually, it should be backslashes: \0\, \1\
Starting with the the next release (RC2) you can also use column names:
\Row\, \Col\, etc.
If you start the mapping with an equal sign (=) you can also use
formulas. For example you could map the log ratio like
this: =log2(col('gMeanSignal') / col('rMeanSignal'))
/Nicklas
_______________________________________________
The BASE general discussion mailing list
[email protected]
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]