Help for this page

Select Code to Download


  1. or download this
        # gets sequence as a string from sequence object
        $seqstr   = $seqobj->seq(); # actual sequence as a string
        $seqstr   = $seqobj->subseq(10,50); # slice in biological coordina
    +tes
    $seqobj->length()            # length
    
  2. or download this
    $segstr = $segobj->subseg( $segobj->length - 20, $segobj->length );