[Bioperl-l] Variation
Allen Day
allenday at ucla.edu
Tue Apr 27 11:49:30 EDT 2004
you can read dbsnp xml files using Bio::ClusterIO.
On Tue, 27 Apr 2004, Jonathan Manning wrote:
> Hello Bioperlers!
>
> Could someone save me some time and tell me if it's possible to access
> NCBI variation databases using bioperl? I've parsed the 'Variation'
> feature information from GenBank files, but would like to get
> information such as the 'function' you can see at dbSNP- i.e.
> synonymous, nonsynonymous etc. I can't see this information anywhere in
> the Bio::Variation objects, though that could be me being a bit dense.
>
> Also, the following test code (with a valid dbSNP number) doesn't work-
> any idea why?
>
> $seqDiff = Bio::Variation::SNP->new(-id=> 2256408);
> $ori = $seqDiff->aa_ori();
> $mut = $seqDiff->aa_mut();
> print "$ori $mut \n";
>
> Thanks,
>
> Jon
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at portal.open-bio.org
> http://portal.open-bio.org/mailman/listinfo/bioperl-l
>
More information about the Bioperl-l
mailing list