-
-
02 Apr 2020 19:04:03 UTC
- Distribution: Bio-BPWrapper
- Module version: 1.0
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (2)
- Testers (27 / 1 / 14)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (2.4MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE userand 5 contributors- Y. Hernandez
- P. Pagan
- G. Ramrattan
- W.-G. Qiu
- R. Bernstein
- Dependencies
- Bio::DB::GenBank
- Bio::Restriction::Analysis
- XML::DOM::XPath
- rlib
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Bio::BPWrapper::SeqManipulations - Functions for bioseq
SYNOPSIS
use Bio::BPWrapper::SeqManipulations; # Set options hash ... initialize(\%opts); write_out(\%opts);
SUBROUTINES
initialize()
Sets up most of the actions to be performed on sequences.
Call this right after setting up an options hash.
Sets package variables:
$in
,$in_format
,$filename
,$out_format
, and$out
.write_out()
Writes out the sequence file.
Call this after calling
#initialize(\%opts)
and processing those options.Module Install Instructions
To install Bio::BPWrapper, copy and paste the appropriate command in to your terminal.
cpanm Bio::BPWrapper
perl -MCPAN -e shell install Bio::BPWrapper
For more information on module installation, please visit the detailed CPAN module installation guide.