Uses of Class
pl.poznan.put.structure.formats.BpSeq
Packages that use BpSeq
Package
Description
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
Package contains classes that handle pseudoknots in secondary structure.
A set of dynamic programming solutions to pseudoknot detection.s
-
Uses of BpSeq in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return BpSeqModifier and TypeMethodDescriptionstatic BpSeq
CanonicalStructureExtractor.bpSeq
(ResidueCollection residueCollection) Extracts the canonical secondary structure from the 3D data and outputs it in BPSEQ format. -
Uses of BpSeq in pl.poznan.put.structure.formats
Subclasses of BpSeq in pl.poznan.put.structure.formatsMethods in pl.poznan.put.structure.formats that return BpSeqModifier and TypeMethodDescriptionstatic BpSeq
BpSeq.fromBasePairs
(List<PdbNamedResidueIdentifier> residues, Collection<? extends ClassifiedBasePair> basePairs) Creates an instance of BPSEQ from a list of residue identifiers and a list of base pairs.static BpSeq
Converts RNA secondary structure in CT format to BPSEQ format.static BpSeq
BpSeq.fromDotBracket
(DotBracket db) Converts RNA secondary structure in dot-bracket format to BPSEQ format.static BpSeq
BpSeq.fromString
(String data) Parses string into an instance of this class.final BpSeq
BpSeq.withoutIsolatedPairs()
Finds all isolated base pairs and creates a copy of this instance without them.final BpSeq
BpSeq.withoutPair
(BpSeq.Entry entry) Creates a copy of this instance, but with the given pair removed.Methods in pl.poznan.put.structure.formats with parameters of type BpSeqModifier and TypeMethodDescriptionConverts the secondary structure from BPSEQ to dot-bracket format.final DotBracket
Converts the secondary structure in BPSEQ format to dot-bracket.static ImmutableBpSeq
Creates an immutable copy of aBpSeq
value.final ImmutableBpSeq.Builder
Fill a builder with attribute values from the providedBpSeq
instance.static Ct
Converts RNA secondary structure in BPSEQ format to CT format.static Ct
Ct.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). -
Uses of BpSeq in pl.poznan.put.structure.pseudoknots
Methods in pl.poznan.put.structure.pseudoknots that return types with arguments of type BpSeqModifier and TypeMethodDescriptionPseudoknotFinder.findPseudoknots
(BpSeq bpSeq) Finds pseudoknots in BPSEQ data.Methods in pl.poznan.put.structure.pseudoknots with parameters of type BpSeqModifier and TypeMethodDescriptionRegion.createRegions
(BpSeq bpSeq) Creates a list of regions from a secondary structure in BPSEQ format.PseudoknotFinder.findPseudoknots
(BpSeq bpSeq) Finds pseudoknots in BPSEQ data. -
Uses of BpSeq in pl.poznan.put.structure.pseudoknots.dp
Methods in pl.poznan.put.structure.pseudoknots.dp that return types with arguments of type BpSeqMethods in pl.poznan.put.structure.pseudoknots.dp with parameters of type BpSeq -
Uses of BpSeq in pl.poznan.put.structure.pseudoknots.elimination
Methods in pl.poznan.put.structure.pseudoknots.elimination that return types with arguments of type BpSeqModifier and TypeMethodDescriptionAbstractRegionRemover.findPseudoknots
(BpSeq bpSeq) Finds pseudoknots by removing one region at a time until there are any conflicts.Methods in pl.poznan.put.structure.pseudoknots.elimination with parameters of type BpSeqModifier and TypeMethodDescriptionAbstractRegionRemover.findPseudoknots
(BpSeq bpSeq) Finds pseudoknots by removing one region at a time until there are any conflicts.