I am still a newbie to biojava. I wanted a sample example to learn how to use getProteinSequenceForStructure(Structure struct, Map<Integer,Group> groupIndexPosition)
of class StructureSequenceMatcher
to obtain a the protein sequence. I have the pdb file of a protein and i know how to get the structure based on the pdbid. I need to get the protein sequence from the structure now..
Please help me..
Another case of RTFM