Uses of Package
pl.poznan.put.structure.formats
-
Packages that use pl.poznan.put.structure.formats Package Description pl.poznan.put.structure Package contains classes useful in describing secondary structure (base pairs, helices, etc.)pl.poznan.put.structure.formats pl.poznan.put.structure.pseudoknots Package contains classes that handle pseudoknots in secondary structure.pl.poznan.put.structure.pseudoknots.dp A set of dynamic programming solutions to pseudoknot detection.spl.poznan.put.structure.pseudoknots.elimination -
Classes in pl.poznan.put.structure.formats used by pl.poznan.put.structure Class Description BpSeq RNA secondary structure in BPSEQ format. -
Classes in pl.poznan.put.structure.formats used by pl.poznan.put.structure.formats Class Description AbstractCombinedStrand BpSeq RNA secondary structure in BPSEQ format.BpSeq.Entry An entry of a BPSEQ data.CombinedStrand A dot-bracket encoded structure made from combining one or more strands.CombinedStrandFromPdb A dot-bracket encoded structure made from combining one or more strands.Converter A converter from BPSEQ to dot-bracket.Ct An RNA secondary structure encoded in CT (connect) format.Ct.ExtendedEntry A single entry in the CT formatted structure.DefaultConverter A default converter from BPSEQ to dot-bracket which iteratively (1) finds non-pseudoknots and assigns the current lowest level, then (2) increases level and (3) treats pseudoknots as the next input to (1) until there are base pairs without level assigned.DefaultDotBracket A default implementation of a dot-bracket.DefaultDotBracketFromPdb A default implementation of a dot-bracket structure which is mapped to data from 3D coordinates.DefaultStrand A default implementation of a strand.DotBracket An RNA structure encoded in dot-bracket format.DotBracketFromPdb A dot-bracket structure with correspondence to a 3D structure.ImmutableBpSeq Immutable implementation ofBpSeq.ImmutableBpSeq.Builder Builds instances of typeImmutableBpSeq.ImmutableCombinedStrand Immutable implementation ofCombinedStrand.ImmutableCombinedStrand.Builder Builds instances of typeImmutableCombinedStrand.ImmutableCombinedStrandFromPdb Immutable implementation ofCombinedStrandFromPdb.ImmutableCombinedStrandFromPdb.Builder Builds instances of typeImmutableCombinedStrandFromPdb.ImmutableCt Immutable implementation ofCt.ImmutableCt.Builder Builds instances of typeImmutableCt.ImmutableDefaultConverter Immutable implementation ofDefaultConverter.ImmutableDefaultConverter.Builder Builds instances of typeImmutableDefaultConverter.ImmutableDefaultDotBracket Immutable implementation ofDefaultDotBracket.ImmutableDefaultDotBracket.Builder Builds instances of typeImmutableDefaultDotBracket.ImmutableDefaultDotBracketFromPdb Immutable implementation ofDefaultDotBracketFromPdb.ImmutableDefaultDotBracketFromPdb.Builder Builds instances of typeImmutableDefaultDotBracketFromPdb.ImmutableDefaultStrand Immutable implementation ofDefaultStrand.ImmutableDefaultStrand.Builder Builds instances of typeImmutableDefaultStrand.ImmutableEntry Immutable implementation ofBpSeq.Entry.ImmutableEntry.Builder Builds instances of typeImmutableEntry.ImmutableExtendedEntry Immutable implementation ofCt.ExtendedEntry.ImmutableExtendedEntry.Builder Builds instances of typeImmutableExtendedEntry.ImmutableMultiLineDotBracket Immutable implementation ofMultiLineDotBracket.ImmutableMultiLineDotBracket.Builder Builds instances of typeImmutableMultiLineDotBracket.ImmutableStrandView Immutable implementation ofStrandView.ImmutableStrandView.Builder Builds instances of typeImmutableStrandView.ImmutableTerminalMissing Immutable implementation ofTerminalMissing.ImmutableTerminalMissing.Builder Builds instances of typeImmutableTerminalMissing.MultiLineDotBracket An extended secondary structure, which contains also non-canonical base pairs.Strand A continuous segment of residues.StrandView A strand which is defined as a fragment of a dot-bracket structure.TerminalMissing A colecction of missing dot-bracket symbols at 5' or 3' end. -
Classes in pl.poznan.put.structure.formats used by pl.poznan.put.structure.pseudoknots Class Description BpSeq RNA secondary structure in BPSEQ format.BpSeq.Entry An entry of a BPSEQ data. -
Classes in pl.poznan.put.structure.formats used by pl.poznan.put.structure.pseudoknots.dp Class Description BpSeq RNA secondary structure in BPSEQ format. -
Classes in pl.poznan.put.structure.formats used by pl.poznan.put.structure.pseudoknots.elimination Class Description BpSeq RNA secondary structure in BPSEQ format.