The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

biblio-soap-example.pl

SYNOPSIS

Script showing code that uses Bio::Biblio, with 'soap' at OpenBQS.

As of Bioperl version 1.4 there are 3 bibliographic repositories, stipulated by the -access argument: soap, eutils, and biofetch. The default is 'soap'. Not all of these repositories support all the Biblio methods nor are the contents of these repositories necessarily the same. Choose wisely!

Output from Data::Dumper->Dump:

88329717 = { 'chemicals' => [ { 'nameOfSubstance' => 'DNA, Fungal', 'registryNumber' => '0' }, { 'nameOfSubstance' => 'DNA, Superhelical', 'registryNumber' => '0' }, { 'nameOfSubstance' => 'RNA Polymerase II', 'registryNumber' => 'EC 2.7.7.-' } ], 'journalInfo' => { 'medlineTA' => 'Genes Dev', 'country' => 'UNITED STATES', 'nlmUniqueID' => '8711660' }, 'PMID' => '3047008', 'medlineID' => '88329717', 'status' => 'Completed', 'article' => { 'journal' => { 'journalIssue' => { 'volume' => '2', 'issue' => '6', 'pubDate' => { 'month' => 'Jun', 'year' => '1988' } }, 'iSSN' => '0890-9369' }, 'grants' => [ { 'agency' => 'NIGMS', 'grantID' => '5R01 GM30454-05', 'acronym' => 'GM' } ], 'pagination' => { 'medlinePgn' => '766-72' }, 'abstract' => { 'abstractText' => 'We show that induction of transcription of a CYC1-lacZ fusion gene, borne on a yeast plasmid, causes an increase in negative superhelicity of approximately five turns. This increase is abolished by deletion of either essential element of the CYC1 promoter, the upstream activation site (UAS), or the TATA boxes. Several experiments indicate that the size of the increase is proportional to the size of the transcribed region. First, an internal deletion removing half of the CYC1-lacZ transcribed region results in a plasmid whose negative superhelicity on induction is intermediate between promoter-deletion plasmids and the parental plasmid. Second, plasmids bearing insertions of a fragment containing the putative CYC1 terminator into the CYC1-lacZ fusion gene have relative negative superhelicities proportional to the length of the truncated fusion transcripts generated. A plausible model explaining these observations is that local unwinding of the double helix by transcribing RNA polymerase generates positively supercoiled DNA, which is subsequently relaxed by a topoisomerase.' }, 'languages' => [ 'eng' ], 'publicationTypes' => [ 'Journal Article' ], 'authors' => [ { 'personalName' => { 'initials' => 'BI', 'lastName' => 'Osborne', 'foreName' => 'B I', 'type' => 'PersonalName' } }, { 'personalName' => { 'initials' => 'L', 'lastName' => 'Guarente', 'foreName' => 'L', 'type' => 'PersonalName' } } ], 'articleTitle' => 'Transcription by RNA polymerase II induces changes of DNA topology in yeast.', 'affiliation' => 'Massachusetts Institute of Technology, Department of Biology, Cambridge 02139.' }, 'dateRevised' => { 'day' => '18', 'month' => '12', 'year' => '2000' }, 'meshHeadings' => [ { 'descriptorName' => 'Chromosome Deletion' }, { 'descriptorName' => 'DNA, Fungal', 'subHeadings' => [ { 'subHeading' => 'genetics', 'majorTopic' => 'Y' }, { 'subHeading' => 'ultrastructure' } ] }, { 'descriptorName' => 'DNA, Superhelical', 'subHeadings' => [ { 'subHeading' => 'genetics' } ] }, { 'descriptorName' => 'Genes, Fungal' }, { 'descriptorName' => 'Promoter Regions (Genetics)' }, { 'descriptorName' => 'RNA Polymerase II', 'subHeadings' => [ { 'subHeading' => 'metabolism', 'majorTopic' => 'Y' } ] }, { 'descriptorName' => 'Saccharomyces cerevisiae', 'subHeadings' => [ { 'subHeading' => 'genetics', 'majorTopic' => 'Y' } ] }, { 'descriptorName' => 'Support, Non-U.S. Gov\'t' }, { 'descriptorName' => 'Support, U.S. Gov\'t, P.H.S.' }, { 'descriptorName' => 'Transcription, Genetic' } ], 'dateCreated' => { 'day' => '24', 'month' => '10', 'year' => '1988' }, 'citationSubsets' => [ 'IM' ], 'type' => 'MedlineCitation', 'dateCompleted' => { 'day' => '24', 'month' => '10', 'year' => '1988' } };