| Package | Description |
|---|---|
| org.forester.protein | |
| org.forester.surfacing | |
| org.forester.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDomain |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Domain> |
BasicProtein.DomainMidPositionComparator |
| Modifier and Type | Method and Description |
|---|---|
Domain |
Protein.getProteinDomain(int index) |
Domain |
BasicProtein.getProteinDomain(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Domain> |
Protein.getDomainsSortedByPosition() |
List<Domain> |
BasicProtein.getDomainsSortedByPosition() |
List<Domain> |
Protein.getProteinDomains() |
List<Domain> |
BasicProtein.getProteinDomains() |
List<Domain> |
Protein.getProteinDomains(String domain_id) |
List<Domain> |
BasicProtein.getProteinDomains(String domain_id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Protein.addProteinDomain(Domain protein_domain) |
void |
BasicProtein.addProteinDomain(Domain protein_domain) |
int |
BasicDomain.compareTo(Domain domain)
Basic domains are compared/sorted based upon their identifiers (case
insensitive) and their numbers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDomain |
| Modifier and Type | Method and Description |
|---|---|
static List<Domain> |
SurfacingUtil.sortDomainsWithAscendingConfidenceValues(Protein protein) |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleDomain.compareTo(Domain domain) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ForesterUtil.calculateOverlap(Domain domain,
List<Boolean> covered_positions) |
static boolean |
ForesterUtil.isEngulfed(Domain domain,
List<Boolean> covered_positions)
Returns true is Domain domain falls in an uninterrupted stretch of
covered positions.
|
Copyright © 2016. All rights reserved.