public class CAConverter extends Object
Constructor and Description |
---|
CAConverter() |
Modifier and Type | Method and Description |
---|---|
static Chain |
getCAOnly(Chain chain)
Deprecated.
Use the more generic
getRepresentativeAtomsOnly(Chain) instead |
static List<Chain> |
getCAOnly(List<Chain> chains)
Deprecated.
Use the more generic
getRepresentativeAtomsOnly(List) instead |
static Chain |
getRepresentativeAtomsOnly(Chain chain)
Convert a Chain to a new Chain containing C-alpha atoms only.
|
static List<Chain> |
getRepresentativeAtomsOnly(List<Chain> chains)
Convert a List of chain objects to another List of chains, containing Representative atoms only.
|
@Deprecated public static List<Chain> getCAOnly(List<Chain> chains)
getRepresentativeAtomsOnly(List)
insteadchains
- list of chainspublic static List<Chain> getRepresentativeAtomsOnly(List<Chain> chains)
chains
- list of chains@Deprecated public static Chain getCAOnly(Chain chain)
getRepresentativeAtomsOnly(Chain)
insteadchain
- to convertCopyright © 2000–2016 BioJava. All rights reserved.