Is there any way to access ALL the publications in java attached to one swissprot entry?
I know how to use the method List<citation> citation = current.getCitationsNew(). I can get the titles of these publications too. However, the list of publications is not complete. For example, https://www.uniprot.org/uniprot/P0AD86/publications, publication 7 and 8 will not be included in the output.
I didn't find other useful functions from API. The only way I came up with is to use URL to access the source html page and parse the title out. I prefer not to do this as it is not stable and might not work in the future.
Is there any way to get the complete list of publication PubMed IDs or titles of one protein entry in java using existing API?
$ javac Biostar376339.java
$ java Biostar376339
287010 Regulation of the threonine operon: tandem threonine and isoleucine codons in the control region and translational control of transcription termination.
6277952 Initiation, pausing, and termination of transcription in the threonine operon regulatory region of Escherichia coli.
2410621 Identification and characterization of mutants affecting transcription termination at the threonine operon attenuator.
7610040 Analysis of the Escherichia coli genome VI: DNA sequence of the region from 92.8 through 100 minutes.
9278503 The complete genome sequence of Escherichia coli K-12.
16738553 Highly accurate genome sequences of Escherichia coli K-12 strains MG1655 and W3110.
I'm using xpath but for something more complete/beautiful you'de better use XSLT.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters