table of contents
Bio::Tradis::Parser::Cigar(3pm) | User Contributed Perl Documentation | Bio::Tradis::Parser::Cigar(3pm) |
NAME¶
Bio::Tradis::Parser::Cigar - Take in a cigar string and output start and end relative to the reference sequence
VERSION¶
version 1.4.5
SYNOPSIS¶
Take in a cigar string and output start and end relative to the reference sequence
use Bio::Tradis::Parser::Cigar; my $cigar = Bio::Tradis::Parser::Cigar->new(coordinate => 123, cigar => '10S90M'); $cigar->start; $cigar->end;
AUTHOR¶
Carla Cummins <path-help@sanger.ac.uk>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2013 by Wellcome Trust Sanger Institute.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
2024-01-25 | perl v5.38.2 |