|
ensembl-hive
2.7.0
|
Public Member Functions | |
| public void | reverse_comp () |
| public void | expand () |
Definition at line 22 of file Sequence.pm.
| public void Bio::EnsEMBL::Utils::Sequence::expand | ( | ) |
Arg [1] : reference to a string $seqref Example :
Description: Expands a genomic sequence. The string is passed by reference
rather than by value for memory efficiency.
Returntype : none
Exceptions : none
Caller : SequenceAdaptor, SliceAdaptor
Code:
| public void Bio::EnsEMBL::Utils::Sequence::reverse_comp | ( | ) |
Arg [1] : reference to a string $seqref Example :
Description: Does an in place reverse compliment of a passed in string
reference. The string is passed by reference
rather than by value for memory efficiency.
Returntype : none
Exceptions : none
Caller : SequenceAdaptor, SliceAdaptor
Code: