Alessandro De Stasio wrote:
> Hi,
> I'm writing a Fold Change Plugin. I need to extract all the Annotations
> from a list of BioAssay.
> So When I try:
>
> ...
> DbControl dc = sc.newDbControl();
> //From the input
>BioAssaySet source = getSourceBioAssaySet(dc);
>
Hi,
I'm writing a Fold Change Plugin. I need to extract all the Annotations from
a list of BioAssay.
So When I try:
...
DbControl dc = sc.newDbControl();
//From the input
BioAssaySet source = getSourceBioAssaySet(dc);
List bioAssays = (List) job.getValues("bio