| bioperl-1.0 | Top |
Nothing here |
| bioperl-1.0::Bio | Top |
| AlignIO | Handler for AlignIO Formats |
| AnalysisParserI | Generic analysis output parser interface |
| AnalysisResultI | Interface for analysis result objects |
| Annotation | A generic object for annotations. |
| AnnotationCollectionI | Interface for annotation collections |
| AnnotationI | Annotation interface |
| Biblio | A Bibliographic Query Service module |
| DBLinkContainerI | Abstract interface for any object wanting to use database cross references |
| DasI | DAS-style access to a feature database |
| Graphics | Generate GD images of Bio::Seq objects |
| LocatableSeq | A Sequence object with start/end points on it that can be projected into a MSA or have coordinates relative to another seq. |
| LocationI | Abstract interface of a Location on a Sequence |
| MapIO | A Map Factory object |
| Perl | Functional access to BioPerl for people who don't know objects |
| PrimarySeq | Bioperl lightweight Sequence Object |
| PrimarySeqI | Interface definition for a Bio::PrimarySeq |
| Range(1) | Pure perl RangeI implementation |
| RangeI | Range interface |
| SearchDist | A perl wrapper around Sean Eddy's histogram object |
| SearchIO | Driver for parsing Sequence Database Searches (Blast,FASTA,...) |
| Seq | Sequence object, with features |
| SeqAnalysisParserI | Sequence analysis output parser interface |
| SeqFeatureI | Abstract interface of a Sequence Feature |
| SeqI(1) | Abstract Interface of Sequence (with features) |
| SeqIO | Handler for SeqIO Formats |
| SeqUtils | Additional methods for PrimarySeq objects |
| SimpleAlign | Multiple alignments held as a set of sequences |
| Species | Generic species object |
| TreeIO | Parser for Tree files |
| UpdateableSeqI(1) | Descendant of Bio::SeqI that allows updates |
| bioperl-1.0::Bio::SearchIO | Top |
| EventHandlerI(1) | An abstract Event Handler for Search Result parsing |
| SearchResultEventBuilder | Event Handler for SearchIO events. |
| SearchWriterI | Interface for outputting parsed Search results |
| blast | Event generator for event based parsing of blast reports |
| blastxml | A SearchIO implementation of NCBI Blast XML parsing. |
| fasta(1) | A SearchIO parser for FASTA results |
| psiblast | Parser for traditional BLAST and PSI-BLAST reports |
| bioperl-1.0::Bio::SearchIO::Writer | Top |
| HSPTableWriter | Tab-delimited data for Bio::Search::HSP::HSPI objects |
| HTMLResultWriter | Object to implement writing a Bio::Search::ResultI in HTML. |
| HitTableWriter | Tab-delimited data for Bio::Search::Hit::HitI objects |
| ResultTableWriter | Outputs tab-delimited data for each Bio::Search::Result::ResultI object. |
| bioperl-1.0::Bio::AlignIO | Top |
| bl2seq | bl2seq sequence input/output stream |
| clustalw | clustalw sequence input/output stream |
| emboss | Parse EMBOSS alignment output (from applications water and needle) |
| fasta(2) | fasta sequence input/output stream |
| mase | mase sequence input/output stream |
| mega | Parse and Create MEGA format data files |
| meme | meme sequence input/output stream |
| msf | msf sequence input/output stream |
| nexus | NEXUS format sequence input/output stream |
| pfam | pfam sequence input/output stream |
| phylip | PHYLIP format sequence input/output stream |
| prodom | prodom sequence input/output stream |
| psi | Read/Write PSI-BLAST profile alignment files |
| selex | selex sequence input/output stream |
| stockholm | stockholm sequence input/output stream |
| bioperl-1.0::Bio::Location | Top |
| AvWithinCoordPolicy | class implementing Bio::Location::CoordinatePolicy as the average for WITHIN and the widest possible and reasonable range otherwise |
| CoordinatePolicyI | Abstract interface for objects implementing a certain policy of computing integer-valued coordinates of a Location |
| Fuzzy | Implementation of a Location on a Sequence which has unclear start and/or end locations |
| FuzzyLocationI | Abstract interface of a Location on a Sequence which has unclear start/end location |
| NarrowestCoordPolicy | class implementing Bio::Location::CoordinatePolicy as the narrowest possible and reasonable range |
| Simple | Implementation of a Simple Location on a Sequence |
| Split | Implementation of a Location on a Sequence which has multiple locations (start/end points) |
| SplitLocationI | Abstract interface of a Location on a Sequence which has multiple locations (start/end points) |
| WidestCoordPolicy | class implementing Bio::Location::CoordinatePolicy as the widest possible and reasonable range |
| bioperl-1.0::Bio::MapIO | Top |
| mapmaker | A Mapmaker Map reader |
| bioperl-1.0::Bio::Index | Top |
| Abstract | Abstract interface for indexing a flat file |
| AbstractSeq | Base class for AbstractSeq s |
| Blast(1) | Indexes Blast reports and supports retrieval based on query accession(s) |
| EMBL(1) | Interface for indexing (multiple) EMBL/Swissprot .dat files (ie flat file embl/swissprot format). |
| Fasta(1) | Interface for indexing (multiple) fasta files |
| Fastq | Interface for indexing (multiple) fastq files |
| GenBank(1) | Interface for indexing (multiple) GenBank .seq files (ie flat file GenBank format). |
| SwissPfam | Interface for indexing swisspfam files |
| Swissprot | Interface for indexing (multiple) Swissprot .dat files (ie flat file swissprot format). |
| bioperl-1.0::Bio::Seq | Top |
| LargePrimarySeq | PrimarySeq object that stores sequence as files in the tempdir (as found by File::Temp) or the default method in Bio::Root::Root |
| LargeSeq | SeqI compliant object that stores sequence as files in /tmp |
| PrimaryQual | Bioperl lightweight Quality Object |
| QualI | Interface definition for a Bio::Seq::Qual |
| RichSeq | Module implementing a sequence created from a rich sequence database entry |
| RichSeqI | RichSeq interface, mainly for database orientated sequences |
| SeqWithQuality | Bioperl object packaging a sequence with its quality |
| bioperl-1.0::Bio::SeqIO | Top |
| FTHelper | Helper class for Embl/Genbank feature tables |
| MultiFile | Treating a set of files as a single input stream |
| ace | ace sequence input/output stream |
| bsml | BSML sequence input/output stream |
| embl(1) | EMBL sequence input/output stream |
| fasta(3) | fasta sequence input/output stream |
| fastq | fastq sequence input/output stream |
| game | Parses GAME XML 0.1 and higher into and out of Bio::Seq objects. |
| gcg | GCG sequence input/output stream |
| genbank | GenBank sequence input/output stream |
| largefasta | method i/o on very large fasta sequence files |
| phd | .phd file input/output stream |
| pir | PIR sequence input/output stream |
| qual | .qual file input/output stream |
| raw | raw sequence file input/output stream |
| scf | .scf file input/output stream |
| swiss | Swissprot sequence input/output stream |
| bioperl-1.0::Bio::SeqIO::game | Top |
| featureHandler | GAME helper via PerlSAX helper. |
| idHandler | GAME helper via PerlSAX helper. |
| seqHandler | GAME helper via PerlSAX helper. |
| bioperl-1.0::Bio::Align | Top |
| AlignI | An interface for describing sequence alignments. |
| bioperl-1.0::Bio::SeqFeature | Top |
| Computation | Computation SeqFeature |
| FeaturePair | hold pair feature information e.g. blast hits |
| Generic | Generic SeqFeature |
| PositionProxy | Bio::SeqFeature::PositionProxy |
| Similarity | A sequence feature based on similarity |
| SimilarityPair | Sequence feature based on the similarity of two sequences. |
| bioperl-1.0::Bio::SeqFeature::Gene | Top |
| Exon(1) | a feature representing an exon |
| ExonI | Interface for a feature representing an exon |
| GeneStructure | A feature representing an arbitrarily complex structure of a gene |
| GeneStructureI | A feature representing an arbitrarily complex structure of a gene |
| Intron(1) | DESCRIPTION of Object |
| NC_Feature | DESCRIPTION of Object |
| Poly_A_site | DESCRIPTION of Object |
| Promoter | DESCRIPTION of Object |
| Transcript(1) | A feature representing a transcript |
| TranscriptI | Interface for a feature representing a transcript of exons, promoter(s), UTR, and a poly-adenylation site. |
| utr | A feature representing an untranslated region that is part of a transcription unit |
| bioperl-1.0::Bio::Annotation | Top |
| Collection | Default Perl implementation of AnnotationCollectionI |
| Comment | A comment object, holding text |
| DBLink | DESCRIPTION of Object |
| Reference | Specialised DBLink object for Literature References |
| SimpleValue | A simple scalar |
| TypeManager | Manages types for annotation collections |
| bioperl-1.0::Bio::Tree | Top |
| AlleleNode | DESCRIPTION of Object |
| Node | A Simple Tree Node |
| NodeI | Interface describing a Tree Node |
| RandomFactory | TreeFactory for generating Random Trees |
| Statistics | Calculate certain statistics for a Tree |
| Tree | An Implementation of TreeI interface. |
| TreeI | A Tree object suitable for lots of things, designed originally for Phylogenetic Trees. |
| bioperl-1.0::Bio::Event | Top |
| EventGeneratorI | This interface describes the basic event generator class. |
| EventHandlerI(2) | An Event Handler Interface |
| bioperl-1.0::Bio::TreeIO | Top |
| TreeEventBuilder | Build Bio::Tree::Tree's and Bio::Tree::Node's from Events |
| newick | TreeIO implementation for parsing Newick/New Hampshire/PHYLIP format. |
| bioperl-1.0::Bio::Map | Top |
| CytoMap | A Bio::MapI compliant map implementation handling cytogenic bands |
| CytoMarker | An object representing a marker. |
| CytoPosition | Marker class with cytogenetic band storing attributes |
| LinkageMap | A representation of a genetic linkage map. |
| LinkagePosition | Create a Position for a Marker that will be placed on a Bio::Map::LinkageMap |
| MapI | Interface for describing Map objects in bioperl |
| MappableI | An object that can be placed in a map |
| Marker | An central map object representing a generic marker that can have multiple location in several maps. |
| MarkerI | Interface for basic marker functionality |
| Microsatellite | An object representing a Microsatellite marker. |
| OrderedPosition | Abstracts the notion of a member of an ordered list of markers. Each marker is a certain distance from the one in the ordered list before it. |
| OrderedPositionWithDistance | Abstracts the notion of a member of an ordered list of markers. Each marker is a certain distance from the one in the ordered list before it. |
| Position | A single position of a Marker in a Map |
| PositionI | Abstracts the notion of a position having a value in the context of a marker and a Map |
| SimpleMap | A MapI implementation handling the basics of a Map |
| bioperl-1.0::Bio::Root | Top |
| Err | Exception class for Perl 5 objects |
| Exception | Generic exception objects for Bioperl |
| Global | Global variables and utility functions |
| HTTPget | module for fallback HTTP get operations when LWP:: is unavailable |
| IO(1) | module providing several methods often needed when dealing with file IO |
| IOManager | Input and output manager for Perl5 objects. |
| Object | A core Perl 5 object. |
| Root | Hash-based implementation of Bio::Root::RootI |
| RootI | Abstract interface to root object code |
| Utilities | General-purpose utility module |
| Vector | Interface for managing linked lists of Perl5 objects. |
| Xref | A generic cross-reference object.
B |
| bioperl-1.0::Bio::Biblio | Top |
| Article | Representation of a general article |
| BiblioBase | An abstract base for other biblio classes |
| Book | Representation of a book |
| BookArticle | Representation of a book article |
| IO(2) | Handling the bibliographic references |
| Journal | Representation of a journal |
| JournalArticle | Representation of a journal article |
| MedlineArticle | Representation of a MEDLINE article |
| MedlineBook | Representation of a MEDLINE book |
| MedlineBookArticle | Representation of a MEDLINE book article |
| MedlineJournal | Representation of a MEDLINE journal |
| MedlineJournalArticle | Representation of a MEDLINE journal article |
| Organisation | Representation of an organisation |
| Patent | Representation of a patent |
| Person | Representation of a person |
| Proceeding | Representation of a conference proceeding |
| Provider | Representation of a general provider |
| PubmedArticle | Representation of a PUBMED article |
| PubmedBookArticle | Representation of a PUBMED book article |
| PubmedJournalArticle | Representation of a PUBMED journal article |
| Ref | Representation of a bibliographic reference |
| Service | Representation of a provider of type service |
| TechReport | Representation of a technical report |
| Thesis | Representation of thesis |
| WebResource | Representation of a web resource |
| bioperl-1.0::Bio::Biblio::IO | Top |
| medline2ref | A converter of a raw hash to MEDLINE citations |
| medlinexml | A converter of XML files with MEDLINE citations |
| pubmed2ref | A converter of a raw hash to PUBMED citations |
| pubmedxml | A converter of XML files with PUBMED citations |
| bioperl-1.0::Bio::Structure | Top |
| Atom | Bioperl structure Object, describes an Atom |
| Chain(1) | Bioperl structure Object, describes a chain |
| Entry | Bioperl structure Object, describes the whole entry |
| IO(3) | Handler for Structure Formats |
| Model | Bioperl structure Object, describes a Model |
| Residue | Bioperl structure Object, describes a Residue |
| StructureI | Abstract Interface for a Structure objects |
| bioperl-1.0::Bio::Structure::SecStr | Top |
Nothing here |
| bioperl-1.0::Bio::Structure::SecStr::DSSP | Top |
| Res(1) | Module for parsing/accessing dssp output |
| bioperl-1.0::Bio::Structure::SecStr::STRIDE | Top |
| Res(2) | Module for parsing/accessing stride output |
| bioperl-1.0::Bio::Structure::IO | Top |
| pdb | PDB input/output stream |
| bioperl-1.0::Bio::DB | Top |
| Ace | Database object interface to ACeDB servers |
| BiblioI | An interface to a Bibliographic Query Service |
| BioFetch | Database object interface to BioFetch retrieval |
| DBFetch | Database object for retrieving using the dbfetch script |
| EMBL(2) | Database object interface for EMBL entry retrieval |
| Failover | A Bio::DB::RandomAccessI compliant class which wraps a priority list of DBs |
| Fasta(1) | - Fast indexed access to a directory of fasta files |
| Fasta(2) | |
| FileCache | In file cache for BioSeq objects |
| Flat | Interface for indexed flat files |
| GDB | Database object interface to GDB HTTP query |
| GFF(1) | - Storage and retrieval of sequence annotation data |
| GenBank(2) | Database object interface to GenBank |
| GenPept | Database object interface to GenPept |
| ID_Iterator | |
| InMemoryCache | Abstract interface for a sequence database |
| NCBIHelper | A collection of routines useful for queries to NCBI databases. |
| RandomAccessI | Abstract interface for a sequence database |
| RefSeq | Database object interface for RefSeq retrieval |
| Registry | Access to the Open Bio Database Access registry scheme |
| SeqI(2) | Abstract Interface for Sequence databases |
| Stream | |
| SwissProt | Database object interface to SwissProt retrieval |
| Universal | Artificial database that delegates to specific databases |
| UpdateableSeqI(2) | An interface for writing to a database of sequences. |
| WebDBSeqI | Object Interface to generalize Web Databases for retrieving sequences |
| XEMBL | Database object interface for XEMBL entry retrieval |
| XEMBLService | SOAP service definition for XEMBL |
| bioperl-1.0::Bio::DB::GFF | Top |
| Aggregator | - Aggregate GFF groups into composite features |
| Featname | - The name of a feature |
| Feature(1) | - A relative segment identified by a feature type |
| Homol | - A segment of DNA that is homologous to another |
| RelSegment | - Sequence segment with relative coordinate support |
| Segment | - Simple DNA segment object |
| Typename | - The name of a feature type |
| bioperl-1.0::Bio::DB::GFF::Util | Top |
| Binning | |
| Rearrange |
| bioperl-1.0::Bio::DB::GFF::Aggregator | Top |
| alignment(1) | - Alignment aggregator |
| clone | - Clone aggregator |
| none | - No aggregation |
| transcript(1) | - Transcript aggregator |
| wormbase_gene | - Wormbase gene aggregator |
| bioperl-1.0::Bio::DB::GFF::Adaptor | Top |
| dbi | - Database adaptor for DBI (SQL) databases |
| memory |
| bioperl-1.0::Bio::DB::GFF::Adaptor::dbi | Top |
| caching_handle | - Cache for database handles |
| faux_dbh | |
| faux_sth | |
| iterator | |
| mysql | - Database adaptor for a specific mysql schema |
| mysqlopt | - Optimized Bio::DB::GFF adaptor for mysql |
| bioperl-1.0::Bio::DB::Flat | Top |
| BDB | Interface for BioHackathon standard BDB-indexed flat file |
| OBDAIndex | Binary search indexing system for sequence files |
| bioperl-1.0::Bio::DB::Flat::BDB | Top |
| embl(2) | |
| fasta(4) |
| bioperl-1.0::Bio::DB::Biblio | Top |
| biofetch | A BioFetch-based access to a bibliographic citation retrieval |
| soap | A SOAP-based access to a bibliographic query service |
| bioperl-1.0::Bio::Search | Top |
| BlastUtils | Utility functions for Bio::Search:: BLAST objects |
| DatabaseI | Interface for a database used in a sequence search |
| GenericDatabase | Generic implementation of Bio::Search::DatabaseI |
| Processor | DESCRIPTION of Object |
| bioperl-1.0::Bio::Search::Result | Top |
| BlastResult | A top-level BLAST Report object |
| GenericResult | Generic Implementation of Bio::Search::Result::ResultI interface applicable to most search results. |
| ResultI | Abstract interface to Search Result objects |
| bioperl-1.0::Bio::Search::Hit | Top |
| BlastHit | Bioperl BLAST Hit object |
| Fasta(2) | Hit object specific for Fasta-generated hits |
| GenericHit | A generic implementation of the Bio::Search::Hit::HitI interface |
| HitI | Interface for a hit in a similarity search result |
| bioperl-1.0::Bio::Search::HSP | Top |
| BlastHSP | Bioperl BLAST High-Scoring Pair object |
| GenericHSP | DESCRIPTION of Object |
| HSPI | Interface for a High Scoring Pair in a similarity search result |
| bioperl-1.0::Bio::Graphics | Top |
| Feature(2) | A simple feature object for use with Bio::Graphics::Panel |
| FeatureFile | Parse a simple feature file format into a form suitable for rendering |
| Glyph | Base class for Bio::Graphics::Glyph objects |
| Panel | Generate GD images of Bio::Seq objects |
| bioperl-1.0::Bio::Graphics::Glyph | Top |
| Factory | |
| alignment(2) | The "alignment" glyph |
| anchored_arrow | The "anchored_arrow" glyph |
| arrow | The "arrow" glyph |
| box | The "box" glyph |
| crossbox | The "crossbox" glyph |
| diamond | The "diamond" glyph |
| dna | The "dna" glyph |
| dot | The "dot" glyph |
| ellipse | The "ellipse" glyph |
| ex | The "crossbox" glyph |
| extending_arrow | - The "extending arrow" glyph |
| generic | The "generic" glyph |
| graded_segments | |
| group | The "group" glyph |
| line | The "line" glyph |
| oval | The "oval" glyph |
| pinsertion | The "Drosophila P-element Insertion" glyph |
| primers | The "STS primers" glyph |
| rndrect | The "round rect" glyph |
| ruler_arrow | The "ruler_arrow" glyph |
| segmented_keyglyph | The "segmented_keyglyph" glyph |
| segments | The "segments" glyph |
| span | The "span" glyph |
| toomany | The "too many to show" glyph |
| track | The "track" glyph |
| transcript(2) | The "transcript" glyph |
| transcript2 | The "transcript2" glyph |
| triangle | The "triangle" glyph |
| wormbase_transcript | The "wormbase_transcript" glyph |
| bioperl-1.0::Bio::LiveSeq | Top |
| AARange | AARange abstract class for LiveSeq |
| Chain(2) | DoubleChain DataStructure for Perl |
| ChainI | Double linked chain data structure |
| DNA | DNA object for LiveSeq |
| Exon(2) | Range abstract class for LiveSeq |
| Gene(1) | Range abstract class for LiveSeq |
| Intron(2) | Range abstract class for LiveSeq |
| Mutation | Mutation event descriptor class |
| Mutator | Package mutating LiveSequences |
| Prim_Transcript | Prim_Transcript class for LiveSeq |
| Range(2) | Range abstract class for LiveSeq |
| Repeat_Region | Repeat_Region class for LiveSeq |
| Repeat_Unit | Repeat_Unit class for LiveSeq |
| SeqI(3) | Abstract sequence interface class for LiveSeq |
| Transcript(2) | Transcript class for LiveSeq |
| Translation | Translation class for LiveSeq |
| bioperl-1.0::Bio::LiveSeq::IO | Top |
| BioPerl | Loader for LiveSeq from EMBL entries with BioPerl |
| Loader | Parent Loader for LiveSeq |
| SRS | Loader for LiveSeq from EMBL entries with SRS |
| bioperl-1.0::Bio::Factory | Top |
| ApplicationFactoryI | Interface class for Application Factories |
| BlastHitFactory | Factory for Bio::Search::Hit::BlastHit objects |
| BlastResultFactory | Factory for Bio::Search::Result::BlastResult objects |
| DriverFactory | Base class for factory classes loading drivers |
| EMBOSS | EMBOSS appliaction factory class |
| HitFactoryI | Interface for an object that builds Bio::Search::Hit::HitI objects |
| MapFactoryI | A Factory for getting markers |
| ResultFactoryI | Interface for an object that builds Bio::Search::Result::ResultI objects |
| SeqAnalysisParserFactory | class capable of creating SeqAnalysisParserI compliant parsers |
| SeqAnalysisParserFactoryI | interface describing objects capable of creating SeqAnalysisParserI compliant parsers |
| TreeFactoryI | Factory Interface for getting and writing trees from/to a data stream |
| bioperl-1.0::Bio::Variation | Top |
| AAChange | Sequence change class for polypeptides |
| AAReverseMutate | point mutation and codon information from single amino acid changes |
| Allele | Sequence object with allele-specific attributes |
| DNAMutation | DNA level mutation class |
| IO(4) | Handler for sequence variation IO Formats |
| RNAChange | Sequence change class for RNA level |
| SeqDiff | Container class for mutation/variant descriptions |
| VariantI | Sequence Change SeqFeature abstract class |
| bioperl-1.0::Bio::Variation::IO | Top |
| flat | flat file sequence variation input/output stream |
| xml | XML sequence variation input/output stream |
| bioperl-1.0::Bio::Tools | Top |
| AlignFactory | Base object for alignment factories |
| AnalysisResult | Base class for analysis result objects and parsers |
| BPbl2seq | Lightweight BLAST parser for pair-wise sequence alignment using the BLAST algorithm. |
| BPlite | Lightweight BLAST parser |
| BPpsilite | BPpsilite - Lightweight BLAST parser for (iterated) psiblast reports |
| Blast(2) | Bioperl BLAST sequence analysis object |
| CodonTable | Bioperl codon table object |
| EPCR | Parse ePCR output and make features |
| ESTScan | Results of one ESTScan run |
| GFF(2) | A Bio::SeqAnalysisParserI compliant GFF format parser |
| Gel | Calculates relative electrophoretic migration distances |
| Genemark | Results of one Genemark run |
| Genscan | Results of one Genscan run |
| Grail | Results of one Grail run |
| IUPAC | Generates unique Seq objects from an ambiguous Seq object |
| Lucy | Object for analyzing the output from Lucy, a vector and quality trimming program from TIGR |
| MZEF | Results of one MZEF run |
| OddCodes | Object holding alternative alphabet coding for one protein sequence |
| RestrictionEnzyme | Bioperl object for a restriction endonuclease (cuts DNA at specific locations) |
| SeqAnal | Bioperl sequence analysis base class. |
| SeqPattern | Bioperl object for a sequence pattern or motif |
| SeqStats | Object holding statistics for one particular sequence |
| SeqWords | Object holding n-mer statistics for one sequence |
| Sigcleave | Bioperl object for sigcleave analysis |
| WWW | Bioperl manager for web resources related to biology. |
| pSW | pairwise Smith Waterman object |
| bioperl-1.0::Bio::Tools::StateMachine | Top |
| AbstractStateMachine | Abstract state machine object |
| IOStateMachine | IO-based implementation of AbstractStateMachine |
| bioperl-1.0::Bio::Tools::Run | Top |
| EMBOSSApplication | class for EMBOSS Applications |
| RemoteBlast | Object for remote execution of the NCBI Blast via HTTP |
| StandAloneBlast | Object for the local execution of the NCBI Blast program suite (blastall, blastpgp, bl2seq) |
| bioperl-1.0::Bio::Tools::Run::Alignment | Top |
| Clustalw | Object for the calculation of a multiple sequence alignment from a set of unaligned sequences or alignments using the Clustalw program |
| TCoffee | Object for the calculation of a multiple sequence alignment from a set of unaligned sequences or alignments using the TCoffee program |
| bioperl-1.0::Bio::Tools::BPlite | Top |
| HSP(1) | Blast report High Scoring Pair (HSP) |
| Iteration | BPlite::Iteration - object for parsing single iteration of a PSIBLAST report |
| Sbjct(1) | A Blast Subject (database search Hit) |
| bioperl-1.0::Bio::Tools::Prediction | Top |
| Exon(3) | A predicted exon feature |
| Gene(2) | a predicted gene structure feature |
| bioperl-1.0::Bio::Tools::Sim4 | Top |
| Exon(4) | A single exon determined by an alignment |
| Results(1) | Results of one Sim4 run |
| bioperl-1.0::Bio::Tools::Blast | Top |
| HSP(2) | Bioperl BLAST High-Scoring Segment Pair object |
| HTML | Bioperl Utility module for HTML formatting Blast reports |
| Sbjct(2) | Bioperl BLAST "Hit" object |
| bioperl-1.0::Bio::Tools::HMMER | Top |
| Domain | One particular domain hit from HMMER |
| Results(2) | Object representing HMMER output results |
| Set | Set of identical domains from HMMER matches |
| bioperl-1.0::Bio::Tools::Alignment | Top |
| Consed | A module to work with objects from consed .ace files |
| Trim |
| bioperl-1.0::Bio::Symbol | Top |
| Alphabet | DESCRIPTION of Object |
| AlphabetI | A Symbol Alphabet |
| DNAAlphabet | A ready made DNA alphabet |
| ProteinAlphabet | A ready made Protein alphabet |
| Symbol | A biological symbol |
| SymbolI | Interface for a Symbol |