Sanger::CGP::Vagrent::Data::Insertion - Data object representing an insertion event
This is a data class describing an insertion variant plotted to a genome.
It inherits from Sanger::CGP::Vagrent::Data::AbstractGenomicPosition and Sanger::CGP::Vagrent::Data::AbstractVariation
my $ins = Sanger::CGP::Vagrent::Data::Insertion->new(%params);
Builds a new Sanger::CGP::Vagrent::Data::Insertion object
Sanger::CGP::Vagrent::Data::Insertion object initialized with parameter values
Same as the constructor from Sanger::CGP::Vagrent::Data::AbstractGenomicPosition plus
insseq => the inserted sequence fragment
my $seq = $ins->getInsertedSequence;
Returns the inserted sequence fragment
String - DNA sequence
print $variant->toString;
Returns a simple string representation of the variant in hgvs genomic syntax
String