Re: [base] How to use wildcard characters when filtering in BASE2

2007-10-04 Thread Nicklas Nordborg
vegard nygaard wrote: > I am trying to make a sub selection of my data filtering for spots with id > starting with "SP". I used the Expression builder and tried: > > rep('externalId') == "SP*" > and > rep('externalId') == "SP%" > > Does the Expression builder support wildcards? No it doesn't. >

Re: [base] Base2 and MeV - fold change

2007-10-04 Thread Nicklas Nordborg
[EMAIL PROTECTED] wrote: > : > > Hi! > > I'm Pietro, a young bioinformatic from Italy who is trying to make Base2 > usable > for the researchers here where I work. > > The problem cames out when I try to make fold change filter on Base2-MeV. > > As you know MeV allow fold change filter only

[base] Base2 and MeV - fold change

2007-10-04 Thread zoppoli
: Hi! I'm Pietro, a young bioinformatic from Italy who is trying to make Base2 usable for the researchers here where I work. The problem cames out when I try to make fold change filter on Base2-MeV. As you know MeV allow fold change filter only if you load affymetrix data so when data cames

[base] How to use wildcard characters when filtering in BASE2

2007-10-04 Thread vegard nygaard
I am trying to make a sub selection of my data filtering for spots with id starting with "SP". I used the Expression builder and tried: rep('externalId') == "SP*" and rep('externalId') == "SP%" Does the Expression builder support wildcards? In the ticket system I found a reference to a "free-tex