| Package | Description |
|---|---|
| org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
| org.biojava.nbio.structure.cath | |
| org.biojava.nbio.structure.scop |
Parsers and API for SCOP, Structural Classification of Proteins.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AugmentedResidueRange
Created by douglas on 1/23/15.
|
class |
ResidueRangeAndLength
A chain, a start residue, and an end residue.
|
| Modifier and Type | Method and Description |
|---|---|
static ResidueRange |
ResidueRange.parse(String s) |
| Modifier and Type | Method and Description |
|---|---|
List<ResidueRange> |
StructureImpl.getResidueRanges() |
List<? extends ResidueRange> |
SubstructureIdentifier.getResidueRanges() |
List<? extends ResidueRange> |
StructureIdentifier.getResidueRanges()
Returns the list of
ResidueRanges that this StructureIdentifier defines. |
static List<ResidueRange> |
ResidueRange.parseMultiple(List<String> ranges) |
static List<ResidueRange> |
ResidueRange.parseMultiple(String s) |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<ResidueNumber> |
ResidueRange.multiIterator(AtomPositionMap map,
ResidueRange... rrs)
Returns a new Iterator over every
ResidueNumber in the list of ResidueRanges. |
ResidueRangeAndLength |
AtomPositionMap.trimToValidResidues(ResidueRange rr)
Trims a residue range so that both endpoints are contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator<ResidueNumber> |
ResidueRange.multiIterator(AtomPositionMap map,
List<? extends ResidueRange> rrs)
Returns a new Iterator over every
ResidueNumber in the list of ResidueRanges. |
static String |
ResidueRange.toString(List<? extends ResidueRange> ranges) |
static List<String> |
ResidueRange.toStrings(List<? extends ResidueRange> ranges) |
| Constructor and Description |
|---|
SubstructureIdentifier(String pdbId,
List<ResidueRange> ranges) |
| Modifier and Type | Method and Description |
|---|---|
List<ResidueRange> |
CathDomain.getResidueRanges() |
| Modifier and Type | Method and Description |
|---|---|
List<ResidueRange> |
ScopDomain.getResidueRanges() |
Copyright © 2000-2015 BioJava. All Rights Reserved.