Bio::Tradis::DetectTags(3pm) | User Contributed Perl Documentation | Bio::Tradis::DetectTags(3pm) |
Bio::Tradis::DetectTags - Detect tr tags in BAM file
version 1.4.5
Detects presence of tr/tq tags in BAM files from Tradis analyses
use Bio::Tradis::DetectTags;
my $pipeline = Bio::Tradis::DetectTags->new(bamfile => 'abc'); $pipeline->tags_present();
Bio::Tradis::DetectTags
"bamfile" - path to/name of file to check
"tags_present" - returns true if TraDIS tags are detected in "bamfile"
Carla Cummins <path-help@sanger.ac.uk>
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
2020-01-11 | perl v5.30.0 |