Uses of Class
pl.poznan.put.structure.formats.Ct
Packages that use Ct
-
Uses of Ct in pl.poznan.put.structure.formats
Subclasses of Ct in pl.poznan.put.structure.formatsMethods in pl.poznan.put.structure.formats that return CtModifier and TypeMethodDescriptionstatic CtConverts RNA secondary structure in BPSEQ format to CT format.static CtCt.fromBpSeqAndPdbModel(BpSeq bpSeq, PdbModel model) Converts RNA secondary structure in BPSEQ format to CT format, taking into account information from 3D coordinates (residue numbering, chain sizes).static CtCt.fromDotBracket(DotBracket dotBracket) Converts RNA secondary structure in dot-bracket format to CT format.static CtCt.fromString(String data) Parses string into an instance of this class.protected CtCt.validate()final CtCt.withoutIsolatedPairs()Finds all isolated base pairs and creates a copy of this instance without them.final CtCt.withoutPair(Ct.ExtendedEntry entry) Creates a copy of this instance, but with the given pair removed.Methods in pl.poznan.put.structure.formats with parameters of type CtModifier and TypeMethodDescriptionstatic ImmutableCtCreates an immutable copy of aCtvalue.static DotBracketDefaultDotBracket.copyWithStrands(DotBracket input, Ct ct) Creates a copy of existing instance and applies the information in CT format to divide strands accordingly.final ImmutableCt.BuilderFill a builder with attribute values from the providedCtinstance.static BpSeqConverts RNA secondary structure in CT format to BPSEQ format.