Uses of Class
org.biojava.nbio.structure.ResidueRange
Packages that use 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
Subclasses of ResidueRange in org.biojava.nbio.structureModifier and TypeClassDescriptionclass
Created by douglas on 1/23/15.class
A chain, a start residue, and an end residue.Methods in org.biojava.nbio.structure that return ResidueRangeMethods in org.biojava.nbio.structure that return types with arguments of type ResidueRangeModifier and TypeMethodDescriptionSubstructureIdentifier.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 ResidueRangeModifier 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.Method parameters in org.biojava.nbio.structure with type arguments of type ResidueRangeModifier 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) Constructor parameters in org.biojava.nbio.structure with type arguments of type ResidueRangeModifierConstructorDescriptionSubstructureIdentifier
(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 -
Uses of ResidueRange in org.biojava.nbio.structure.scop
Methods in org.biojava.nbio.structure.scop that return types with arguments of type ResidueRange