Uses of Class
org.biojava.nbio.structure.ResidueRange
Package
Description
Interfaces and classes for protein structure (PDB).
Parsers and API for SCOP, Structural Classification of Proteins.
-
Uses of ResidueRange in org.biojava.nbio.structure
Modifier and TypeClassDescriptionclass
Created by douglas on 1/23/15.class
A chain, a start residue, and an end residue.Modifier and TypeMethodDescriptionSubstructureIdentifier.getResidueRanges()
static List
<ResidueRange> ResidueRange.parseMultiple
(String s) static List
<ResidueRange> ResidueRange.parseMultiple
(List<String> ranges) Modifier and TypeMethodDescriptionstatic Iterator
<ResidueNumber> ResidueRange.multiIterator
(AtomPositionMap map, ResidueRange... rrs) Returns a new Iterator over everyResidueNumber
in the list of ResidueRanges.AtomPositionMap.trimToValidResidues
(ResidueRange rr) Trims a residue range so that both endpoints are contained in this map.Modifier and TypeMethodDescriptionstatic Iterator
<ResidueNumber> ResidueRange.multiIterator
(AtomPositionMap map, List<? extends ResidueRange> rrs) Returns a new Iterator over everyResidueNumber
in the list of ResidueRanges.static String
ResidueRange.toString
(List<? extends ResidueRange> ranges) ResidueRange.toStrings
(List<? extends ResidueRange> ranges) ModifierConstructorDescriptionSubstructureIdentifier
(String pdbId, List<ResidueRange> ranges) Create a new identifier based on a set of ranges.SubstructureIdentifier
(PdbId pdbId, List<ResidueRange> ranges) Create a new identifier based on a set of ranges. -
Uses of ResidueRange in org.biojava.nbio.structure.ecod
-
Uses of ResidueRange in org.biojava.nbio.structure.scop