Hi,
Can any one tell me how to execute a mart query with in key words. I
need all the experiment id involving either Species1 or Species2. I
tried with the following but there is no output.

MartShell> using DWD.Experiment get experiment_id_key, sample_species
where sample_species in q(Schizosaccharomyces pombe);  //this is working

all of the following are not working: there is no error message. But I'm

expecting some output. But no output.

MartShell> using DWD.Experiment get experiment_id_key, sample_species
where sample_species in q(Schizosaccharomyces pombe, Homo sapiens);

MartShell> using DWD.Experiment get experiment_id_key, sample_species
where sample_species in q(Schizosaccharomyces pombe,Homo sapiens);

MartShell> using DWD.Experiment get experiment_id_key, sample_species
where sample_species in q(Schizosaccharomyces pombe , Homo sapiens);

MartShell> using DWD.Experiment get experiment_id_key, sample_species
where sample_species in (Schizosaccharomyces pombe , Homo sapiens);

MartShell> using DWD.Experiment get experiment_id_key, sample_species
where sample_species in (Schizosaccharomyces pombe, Homo sapiens);

Thanks.

--Mamun
   Trainee, EBI



Reply via email to