Uses of Class
org.biojava.nbio.structure.ResidueRange
-
Packages that use ResidueRange Package Description org.biojava.nbio.structure org.biojava.nbio.structure.ecod org.biojava.nbio.structure.scop Parsers and API for SCOP, Structural Classification of Proteins. -
-
Uses of ResidueRange in org.biojava.nbio.structure
Subclasses of ResidueRange in org.biojava.nbio.structure Modifier and Type Class Description class
AugmentedResidueRange
Created by douglas on 1/23/15.class
ResidueRangeAndLength
A chain, a start residue, and an end residue.Methods in org.biojava.nbio.structure that return ResidueRange Modifier and Type Method Description static ResidueRange
ResidueRange. parse(String s)
Parse the residue range from a string.Methods in org.biojava.nbio.structure that return types with arguments of type ResidueRange Modifier and Type Method Description List<ResidueRange>
SubstructureIdentifier. getResidueRanges()
static List<ResidueRange>
ResidueRange. parseMultiple(String s)
static List<ResidueRange>
ResidueRange. parseMultiple(List<String> ranges)
Methods in org.biojava.nbio.structure with parameters of type ResidueRange Modifier and Type Method Description static Iterator<ResidueNumber>
ResidueRange. multiIterator(AtomPositionMap map, ResidueRange... rrs)
Returns a new Iterator over everyResidueNumber
in the list of ResidueRanges.ResidueRangeAndLength
AtomPositionMap. trimToValidResidues(ResidueRange rr)
Trims a residue range so that both endpoints are contained in this map.Method parameters in org.biojava.nbio.structure with type arguments of type ResidueRange Modifier and Type Method Description static 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)
static List<String>
ResidueRange. toStrings(List<? extends ResidueRange> ranges)
Constructor parameters in org.biojava.nbio.structure with type arguments of type ResidueRange Constructor Description SubstructureIdentifier(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
Methods in org.biojava.nbio.structure.ecod that return types with arguments of type ResidueRange Modifier and Type Method Description List<ResidueRange>
EcodDomain. getResidueRanges()
-
Uses of ResidueRange in org.biojava.nbio.structure.scop
Methods in org.biojava.nbio.structure.scop that return types with arguments of type ResidueRange Modifier and Type Method Description List<ResidueRange>
ScopDomain. getResidueRanges()
-