Package org.biojava.nbio.structure.io
Class CAConverter
java.lang.Object
org.biojava.nbio.structure.io.CAConverter
Converts full atom representations to Calpha only ones.
- Version:
 - %I% %G%
 - Author:
 - Andreas Prlic
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static ChainDeprecated.Use the more genericgetRepresentativeAtomsOnly(Chain)insteadgetRepresentativeAtomsOnly(List<Chain> chains) Convert a List of chain objects to another List of chains, containing Representative atoms only.static ChaingetRepresentativeAtomsOnly(Chain chain) Convert a Chain to a new Chain containing C-alpha atoms only. 
- 
Constructor Details
- 
CAConverter
public CAConverter() 
 - 
 - 
Method Details
- 
getCAOnly
Deprecated.Use the more genericgetRepresentativeAtomsOnly(List)insteadConvert a List of chain objects to another List of chains, containing C-alpha atoms only.- Parameters:
 chains- list of chains- Returns:
 - a list of chains
 
 - 
getRepresentativeAtomsOnly
Convert a List of chain objects to another List of chains, containing Representative atoms only.- Parameters:
 chains- list of chains- Returns:
 - a list of chains
 - Since:
 - Biojava 4.1.0
 
 - 
getCAOnly
Deprecated.Use the more genericgetRepresentativeAtomsOnly(Chain)insteadConvert a Chain to a new Chain containing C-alpha atoms only.- Parameters:
 chain- to convert- Returns:
 - a new chain containing Amino acids with C-alpha only.
 
 - 
getRepresentativeAtomsOnly
Convert a Chain to a new Chain containing C-alpha atoms only.- Parameters:
 chain- to convert- Returns:
 - a new chain containing Amino acids with C-alpha only.
 - Since:
 - Biojava 4.1.0
 
 
 - 
 
getRepresentativeAtomsOnly(List)instead