Package org.biojava.nbio.structure.ecod
Class EcodDomain
- java.lang.Object
-
- org.biojava.nbio.structure.ecod.EcodDomain
-
- All Implemented Interfaces:
Serializable,Cloneable,StructureIdentifier
public class EcodDomain extends Object implements Serializable, Cloneable, StructureIdentifier
An EcodDomain contains all the information of the ECOD database: id, classification groups (from higher to lower in the tree: X,H,T,F), PDB code, chain, residue ranges and status (manual or automatic classification).For detailed explanation about the ECOD information see the original article at: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4256011.
Cheng H, Schaeffer RD, Liao Y, et al. ECOD: An Evolutionary Classification of Protein Domains. Elofsson A, ed. PLoS Computational Biology. 2014;10(12):e1003926.
- Author:
- Spencer Bliven
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EcodDomain()Default constructor with all null propertiesEcodDomain(Long uid, String domainId, Boolean manual, Integer xGroup, Integer hGroup, Integer tGroup, Integer fGroup, String pdbId, String chainId, String range, String architectureName, String xGroupName, String hGroupName, String tGroupName, String fGroupName, Long assemblyId, Set<String> ligands)EcodDomain(Long uid, String domainId, Boolean manual, Integer xGroup, Integer hGroup, Integer tGroup, Integer fGroup, String pdbId, String chainId, String range, String seqId, String architectureName, String xGroupName, String hGroupName, String tGroupName, String fGroupName, Long assemblyId, Set<String> ligands)EcodDomain(String domainId)EcodDomain(EcodDomain o)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Objectclone()booleanequals(Object obj)StringgetArchitectureName()LonggetAssemblyId()StringgetChainId()StringgetDomainId()IntegergetFGroup()StringgetFGroupName()IntegergetHGroup()StringgetHGroupName()StringgetIdentifier()Get the String form of this identifier.Set<String>getLigands()BooleangetManual()PdbIdgetPdbId()StringgetRange()Get the range of this domain, in PDB residue numbers (mmCif's _pdbx_poly_seq_scheme.pdb_seq_num and pdb_ins_code).List<ResidueRange>getResidueRanges()StringgetSeqIdRange()Get the range of this domain, in 1-based residue indices (mmCif's _pdbx_poly_seq_scheme.seq_id) Note thatgetRange()is used when constructing the domain.IntegergetTGroup()StringgetTGroupName()LonggetUid()IntegergetXGroup()StringgetXGroupName()inthashCode()StructureloadStructure(AtomCache cache)Loads a structure encompassing the structure identified.Structurereduce(Structure input)Takes a complete structure as input and reduces it to the substructure represented by this StructureIdentifier.voidsetArchitectureName(String architectureName)voidsetAssemblyId(Long assemblyId)voidsetChainId(String chainId)voidsetDomainId(String domainId)voidsetFGroup(Integer fGroup)voidsetFGroupName(String fGroupName)voidsetGroupName(String tGroupName)voidsetHGroup(Integer hGroup)voidsetHGroupName(String hGroupName)voidsetLigands(Set<String> ligands)voidsetManual(Boolean manual)voidsetPdbId(String pdbId)voidsetPdbId(PdbId pdbId)voidsetRange(String range)voidsetSeqIdRange(String seqIdRange)voidsetTGroup(Integer tGroup)voidsetUid(Long uid)voidsetXGroup(Integer xGroup)voidsetXGroupName(String xGroupName)SubstructureIdentifiertoCanonical()Convert to a canonical SubstructureIdentifier.StringtoString()
-
-
-
Constructor Detail
-
EcodDomain
public EcodDomain()
Default constructor with all null properties
-
EcodDomain
public EcodDomain(Long uid, String domainId, Boolean manual, Integer xGroup, Integer hGroup, Integer tGroup, Integer fGroup, String pdbId, String chainId, String range, String architectureName, String xGroupName, String hGroupName, String tGroupName, String fGroupName, Long assemblyId, Set<String> ligands)
-
EcodDomain
public EcodDomain(Long uid, String domainId, Boolean manual, Integer xGroup, Integer hGroup, Integer tGroup, Integer fGroup, String pdbId, String chainId, String range, String seqId, String architectureName, String xGroupName, String hGroupName, String tGroupName, String fGroupName, Long assemblyId, Set<String> ligands)
-
EcodDomain
public EcodDomain(String domainId)
-
EcodDomain
public EcodDomain(EcodDomain o)
-
-
Method Detail
-
clone
protected Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getDomainId
public String getDomainId()
-
setDomainId
public void setDomainId(String domainId)
-
getPdbId
public PdbId getPdbId()
- Returns:
- the
PdbIdobject associated with this domain. - Since:
- 6.0.0
-
getChainId
public String getChainId()
-
setChainId
public void setChainId(String chainId)
-
getRange
public String getRange()
Get the range of this domain, in PDB residue numbers (mmCif's _pdbx_poly_seq_scheme.pdb_seq_num and pdb_ins_code).- Returns:
- The chain and residue range, e.g. "A:1-100"
-
getSeqIdRange
public String getSeqIdRange()
Get the range of this domain, in 1-based residue indices (mmCif's _pdbx_poly_seq_scheme.seq_id) Note thatgetRange()is used when constructing the domain.- Returns:
- The chain and residue range, e.g. "A:1-100"
-
setSeqIdRange
public void setSeqIdRange(String seqIdRange)
-
getArchitectureName
public String getArchitectureName()
-
setArchitectureName
public void setArchitectureName(String architectureName)
-
getXGroupName
public String getXGroupName()
-
setXGroupName
public void setXGroupName(String xGroupName)
-
getHGroupName
public String getHGroupName()
-
setHGroupName
public void setHGroupName(String hGroupName)
-
getTGroupName
public String getTGroupName()
-
setGroupName
public void setGroupName(String tGroupName)
-
getFGroupName
public String getFGroupName()
-
setFGroupName
public void setFGroupName(String fGroupName)
-
getAssemblyId
public Long getAssemblyId()
- Returns:
- The assembly ID, or the DomainId if not in an assembly, or null if unknown.
-
setAssemblyId
public void setAssemblyId(Long assemblyId)
-
getLigands
public Set<String> getLigands()
-
setLigands
public void setLigands(Set<String> ligands)
-
getIdentifier
public String getIdentifier()
Description copied from interface:StructureIdentifierGet the String form of this identifier. It is recommended that the#toString()method also return the identifier, for consistency during serialization.- Specified by:
getIdentifierin interfaceStructureIdentifier- Returns:
- The String form of this identifier
-
getResidueRanges
public List<ResidueRange> getResidueRanges()
-
toCanonical
public SubstructureIdentifier toCanonical()
Description copied from interface:StructureIdentifierConvert to a canonical SubstructureIdentifier.This allows all domains to be converted to a standard format String.
- Specified by:
toCanonicalin interfaceStructureIdentifier- Returns:
- A SubstructureIdentifier equivalent to this
-
reduce
public Structure reduce(Structure input) throws StructureException
Description copied from interface:StructureIdentifierTakes a complete structure as input and reduces it to the substructure represented by this StructureIdentifier.The returned structure may be a shallow copy of the input, with shared Chains, Residues, etc.
- Specified by:
reducein interfaceStructureIdentifier- Parameters:
input- A full structure, e.g. as loaded from the PDB. The structure ID should match that returned by getPdbId(), if applicable.- Returns:
- Throws:
StructureException- See Also:
StructureTools#getReducedStructure(Structure, String)
-
loadStructure
public Structure loadStructure(AtomCache cache) throws StructureException, IOException
Description copied from interface:StructureIdentifierLoads a structure encompassing the structure identified. The Structure returned should be suitable for passing as the input toStructureIdentifier.reduce(Structure). It is recommended that the most complete structure available be returned (e.g. the full PDB) to allow processing of unselected portions where appropriate.- Specified by:
loadStructurein interfaceStructureIdentifier- Returns:
- A Structure containing at least the atoms identified by this, or null if Structures are not applicable.
- Throws:
StructureException- For errors loading and parsing the structureIOException- Errors reading the structure from disk
-
-