Skip to content
Snippets Groups Projects
Commit 8d91a4e0 authored by Matthew Laird's avatar Matthew Laird Committed by GitHub
Browse files

Merge pull request #171 from Ensembl/ENSCORESW-2089

Updated documentation for map_coordinates - ENSCORESW-2089
parents 55a6baea a75b86b9
No related branches found
No related tags found
No related merge requests found
......@@ -233,8 +233,12 @@ sub flush {
Arg 7 int $cdna_coding_start
cdna coding start
Function generic map method
Returntype array of Bio::EnsEMBL::Mapper::Coordinate
and/or Bio::EnsEMBL::Mapper::Gap
Returntype if $include_original_region == 0
array of mappped Bio::EnsEMBL::Mapper::Coordinate
and/or Bio::EnsEMBL::Mapper::Gap
if $include_original_region == 1
hash of mapped and original Bio::EnsEMBL::Mapper::Coordinate
and/or Bio::EnsEMBL::Mapper::Gap
Exceptions none
Caller Bio::EnsEMBL::Mapper
......
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