public class ProteinSequence extends AbstractSequence<AminoAcidFamily>
| Constructor and Description |
|---|
ProteinSequence(List<AminoAcidFamily> sequence) |
| Modifier and Type | Method and Description |
|---|---|
static ProteinSequence |
of(LeafSubstructureContainer leafSubstructureContainer) |
static ProteinSequence |
of(List<LeafSubstructure<?>> leafSubstructures) |
static ProteinSequence |
of(String sequence) |
getSequence, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLength, getLetter, getSequenceAsStringpublic ProteinSequence(List<AminoAcidFamily> sequence)
public static ProteinSequence of(List<LeafSubstructure<?>> leafSubstructures)
public static ProteinSequence of(LeafSubstructureContainer leafSubstructureContainer)
public static ProteinSequence of(String sequence)
Copyright © 2018. All rights reserved.