Hello All,
We're attempting to use base2 to manage antibody ELISA microarray data. We
print antibodies on slides divided into 16 wells, with one array block printed
per well, and with all wells printed with the same antibodies in the same
pattern.
My Problem: I've been trying use the print
Micha Bayer wrote:
> Hi,
>
> I am trying to add Affymetrix support for the batch import plugin I have
> been working on, and I am having trouble getting things to work with the
> Affymetrix class. Is there a unit test for this class that I could look
> at for finding out about proper use of this c
Hi Micha,
in writing a plugin to batch import genepix and nimblegen files i have
come across the
following:
you can only call dc.commit(); once.. after that, the connection is
closed.. maybe check if
anything gets committed inbetween method calls.
sometimes you have to call dc.reattachItem(Ite
Hi,
I am trying to add Affymetrix support for the batch import plugin I have
been working on, and I am having trouble getting things to work with the
Affymetrix class. Is there a unit test for this class that I could look
at for finding out about proper use of this class? I may just not be
doing t