[ensembl-dev] Probe Mapping Problem
JiangMei
gingerplum at hotmail.com
Thu May 17 02:45:14 BST 2012
Hi.
I'm trying to analyze the data generated by Affymetrix Mouse Gene 1.0 ST
expression arrays. I tried to use Ensembl API to map their probe. However, I need to
define the parameter fetch_by_name_vendor or fetch_by_name_class. I don't know the name API stores for the above platform.
My perl script is attached below.
=================================
use Bio::EnsEMBL::Registry;
use Bio::EnsEMBL::Funcgen::Array;
my $registry = 'Bio::EnsEMBL::Registry';
$registry->load_registry_from_db(
-host =>'ensembldb.ensembl.org',
-user =>'anonymous',
-species =>'mus musculus',
-db_version =>'65',
);
my $aa=$registry->get_adaptor('mus musculus','funcgen','array');
my $array=$aa->fetch_by_name_vendor('???', 'AFFY');
my @probesets = @{$array->get_all_ProbeSets()};
==================================
??? denotes the platform name I need to input. How could I get it?
Wish your help! Thanks very much!
Best, Mei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ensembl.org/pipermail/dev_ensembl.org/attachments/20120517/58c7c2e9/attachment.html>
More information about the Dev
mailing list