Package | Description |
---|---|
org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
org.biojava.nbio.structure.secstruc |
Modifier and Type | Class and Description |
---|---|
class |
AugmentedResidueRange
Created by douglas on 1/23/15.
|
Modifier and Type | Method and Description |
---|---|
static ResidueRangeAndLength |
ResidueRangeAndLength.parse(String s,
AtomPositionMap map)
Parses a residue range.
|
ResidueRangeAndLength |
AtomPositionMap.trimToValidResidues(ResidueRange rr)
Trims a residue range so that both endpoints are contained in this map.
|
Modifier and Type | Method and Description |
---|---|
List<ResidueRangeAndLength> |
AtomPositionMap.getRanges()
Returns a list of
ResidueRanges corresponding to this entire AtomPositionMap. |
static List<ResidueRangeAndLength> |
ResidueRangeAndLength.parseMultiple(List<String> ranges,
AtomPositionMap map) |
static List<ResidueRangeAndLength> |
ResidueRangeAndLength.parseMultiple(String s,
AtomPositionMap map) |
Modifier and Type | Method and Description |
---|---|
static int |
ResidueRangeAndLength.calcLength(List<ResidueRangeAndLength> rrs)
Calculates the combined number of residues of the ResidueRanges in
rrs . |
Modifier and Type | Method and Description |
---|---|
ResidueRangeAndLength |
SecStrucElement.getRange()
Returns the residue range of this SSE.
|
Copyright © 2000–2019 BioJava. All rights reserved.