Package | Description |
---|---|
org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
org.biojava.nbio.structure.domain | |
org.biojava.nbio.structure.ecod | |
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)
Parse the residue range from a string.
|
Modifier and Type | Method and Description |
---|---|
List<ResidueRange> |
SubstructureIdentifier.getResidueRanges() |
List<ResidueRange> |
StructureImpl.getResidueRanges()
Deprecated.
|
List<? extends ResidueRange> |
Structure.getResidueRanges()
Deprecated.
From BioJava 4.2, use
getStructureIdentifier().toCanonical().getResidueRanges() |
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)
Create a new identifier based on a set of ranges.
|
Constructor and Description |
---|
PDPDomain(String pdpDomainName,
List<ResidueRange> ranges) |
Modifier and Type | Method and Description |
---|---|
List<ResidueRange> |
EcodDomain.getResidueRanges() |
Modifier and Type | Method and Description |
---|---|
List<ResidueRange> |
ScopDomain.getResidueRanges() |
Copyright © 2000–2019 BioJava. All rights reserved.