public class SubunitExtractor extends Object
Chain
in a Structure and converts them into a List of Subunit.| Modifier and Type | Method and Description |
|---|---|
static List<Subunit> |
extractSubunits(Structure structure,
int absMinLen,
double fraction,
int minLen)
Extract the information of each protein Chain in a Structure and converts
them into a List of Subunit.
|
public static List<Subunit> extractSubunits(Structure structure, int absMinLen, double fraction, int minLen)
Chain.getId().structure - Structure object with protein ChainsabsMinLen - SubunitClustererParameters.getAbsoluteMinimumSequenceLength()fraction - SubunitClustererParameters.getMinimumSequenceLengthFraction()minLen - SubunitClustererParameters.getMinimumSequenceLength()Copyright © 2000–2019 BioJava. All rights reserved.