Skip to content
Snippets Groups Projects
Commit 89fbc961 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Added new methods:

    $translation->cdna_start();    # or...
    $translation->cdna_start($transcript);
        # Returns the start position of the translation in cDNA
        # coordinates.  Providing the transcript explicitly speeds
        # things up a bit.  The transcript is used in a call to
        # $exon->cdna_coding_start($transcript);

    $translation->cdna_end();    # or...
    $translation->cdna_end($transcript);
        # Returns the end position of the translation in cDNA
        # coordinates.  Providing the transcript explicitly speeds
        # things up a bit.  The transcript is used in a call to
        # $exon->cdna_coding_end($transcript);


    $translation->genomic_start();
        # Returns the start position of the translation in genomic
        # coordinates on the forward strand.

    $translation->genomic_end();
        # Returns the end position of the translation in genomic
        # coordinates on the forward strand.
parent f249611d
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment