The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:BioPerl Bio::LocatableSeq"

Bio::LocatableSeq - A Bio::PrimarySeq object with start/end points on it that can be projected into a MSA or have coordinates relative to another seq. River stage two • 60 direct dependents • 65 total dependents

The LocatableSeq sequence object was developed mainly because the SimpleAlign object requires this functionality, and in the rewrite of the Sequence object we had to decide what to do with this. It is, to be honest, not well integrated with the rest ...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Seq::LargeLocatableSeq - LocatableSeq object that stores sequence as files in the tempdir River stage two • 60 direct dependents • 65 total dependents

Bio::Seq::LargeLocatableSeq - object with start/end points on it that can be projected into a MSA or have coordinates relative to another seq. This object, unlike Bio::LocatableSeq, stores a sequence as a series of files in a temporary directory. The...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Search::Tiling::MapTileUtils - utilities for manipulating closed intervals for an HSP tiling algorithm River stage two • 60 direct dependents • 65 total dependents

Not used directly....

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Seq::EncodedSeq - subtype of Bio::LocatableSeq to store DNA that encodes a protein River stage two • 60 direct dependents • 65 total dependents

Bio::Seq::EncodedSeq is a Bio::LocatableSeq object that holds a DNA sequence as well as information about the coding potential of that DNA sequence. It is meant to be useful in an alignment context, where the DNA may contain frameshifts, gaps and/or ...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Tools::GFF - A Bio::SeqAnalysisParserI compliant GFF format parser River stage two • 60 direct dependents • 65 total dependents

This class provides a simple GFF parser and writer. In the sense of a SeqAnalysisParser, it parses an input file or stream into SeqFeatureI objects, but is not in any way specific to a particular analysis program and the output that program produces....

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::AlignIO - Handler for AlignIO Formats River stage two • 60 direct dependents • 65 total dependents

Bio::AlignIO is a handler module for the formats in the AlignIO set, for example, Bio::AlignIO::fasta. It is the officially sanctioned way of getting at the alignment objects. The resulting alignment is a Bio::Align::AlignI-compliant object. The idea...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Seq::Meta - Generic superclass for sequence objects with residue-based meta information River stage two • 60 direct dependents • 65 total dependents

This class implements generic methods for sequences with residue-based meta information. Meta sequences with meta data are Bio::LocatableSeq objects with additional methods to store that meta information. See Bio::LocatableSeq and Bio::Seq::MetaI. Th...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::SimpleAlign - Multiple alignments held as a set of sequences River stage two • 60 direct dependents • 65 total dependents

SimpleAlign is an object that handles a multiple sequence alignment (MSA). It is very permissive of types (it does not insist on sequences being all same length, for example). Think of it as a set of sequences with a whole series of built-in manipula...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::AlignIO::arp - ARP MSA Sequence input/output stream River stage two • 60 direct dependents • 65 total dependents

This object can create Bio::SimpleAlign objects from ARP flat files. These are typically configuration-like data files for the program Arlequin. For more information, see: http://lgb.unige.ch/arlequin/ For the moment, this retains the allele sequence...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::AlignIO::meme - meme sequence input/output stream River stage two • 60 direct dependents • 65 total dependents

This object transforms the "sites sorted by position p-value" sections of a meme (text) output file into a series of Bio::SimpleAlign objects. Each SimpleAlign object contains Bio::LocatableSeq objects which represent the individual aligned sites as ...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Align::AlignI - An interface for describing sequence alignments. River stage two • 60 direct dependents • 65 total dependents

This interface describes the basis for alignment objects....

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Seq::Meta::Array - array-based generic implementation of a sequence class with residue-based meta information River stage two • 60 direct dependents • 65 total dependents

This class implements generic methods for sequences with residue-based meta information. Meta sequences with meta data are Bio::LocatableSeq objects with additional methods to store that meta information. See Bio::LocatableSeq and Bio::Seq::MetaI. Th...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Align::Utilities - A collection of utilities regarding converting and manipulating alignment objects River stage two • 60 direct dependents • 65 total dependents

This module contains utility methods for manipulating sequence alignments (Bio::Align::AlignI) objects. The aa_to_dna_aln utility is essentially the same as the mrtrans program by Bill Pearson available at ftp://ftp.virginia.edu/pub/fasta/other/mrtra...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Seq::SimulatedRead - Read with sequencing errors taken from a reference sequence River stage two • 60 direct dependents • 65 total dependents

This object is a simulated read with sequencing errors. The user can provide a reference sequence to take a read from, the position and orientation of the read on the reference sequence, and the sequencing errors to generate. The sequence of the read...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Search::HSP::PullHSPI - Bio::Search::HSP::HSPI interface for pull parsers. River stage two • 60 direct dependents • 65 total dependents

PullHSP is for fast implementations that only do parsing work on the hsp data when you actually request information by calling one of the HSPI methods. Many methods of HSPI are implemented in a way suitable for inheriting classes that use Bio::PullPa...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Search::HSP::ModelHSP - A HSP object for model-based searches River stage two • 60 direct dependents • 65 total dependents

This object is a specialization of Bio::Search::HSP::ModelHSP and is used for searches which involve a query model, such as a Hidden Markov Model (HMM), covariance model (CM), descriptor, or anything else besides a sequence. Note that results from an...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Search::Tiling::MapTiling - An implementation of an HSP tiling algorithm, with methods to obtain frequently-requested statistics River stage two • 60 direct dependents • 65 total dependents

Frequently, users want to use a set of high-scoring pairs (HSPs) obtained from a BLAST or other search to assess the overall level of identity, conservation, or coverage represented by matches between a subject and a query sequence. Because a set of ...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Matrix::PSM::InstanceSite - A PSM site occurrence River stage two • 60 direct dependents • 65 total dependents

Abstract interface to PSM site occurrence (PSM sequence match). InstanceSite objects may be used to describe a PSM (See Bio::Matrix::PSM::SiteMatrix) sequence matches. The usual characteristic of such a match is sequence coordinates, score, sequence ...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::Matrix::PSM::InstanceSiteI - InstanceSite interface, holds an instance of a PSM River stage two • 60 direct dependents • 65 total dependents

Abstract interface to PSM site occurrence (PSM sequence match). InstanceSite objects may be used to describe a PSM (See Bio::Matrix::PSM::SiteMatrix) sequence matches. The usual characteristic of such a match is sequence coordinates, score, sequence ...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Bio::AlignIO::Handler::GenericAlignHandler - Bio::HandlerI-based generic data handler class for alignment-based data River stage two • 60 direct dependents • 65 total dependents

This is an experimental implementation of a alignment-based HandlerBaseI parser and may change over time. It is possible that the way handler methods are set up will change over development to allow more flexibility. Standard Developer caveats: Here ...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC
20 results (0.047 seconds)