[Biopython] _align in pairwise
Peter Cock
p.j.a.cock at googlemail.com
Mon Jun 6 18:01:28 UTC 2011
On Mon, Jun 6, 2011 at 6:53 PM, George Devaniranjan
<devaniranjan at gmail.com> wrote:
> I want to align one sequence to several multiple sequences using pairwise
> alignment --I am trying to use _align but getting stumped by the variables I
> need to specify.
>
> Can someone give me some info on that? --Thanks a lot
As a general rule, anything in python starting with a single underscore
is a private method/function/variable and should not be used.
Have you looked at the help, either from within Python or here:
http://www.biopython.org/DIST/docs/api/Bio.pairwise2-module.html
Peter
More information about the Biopython
mailing list