From aa2a9f296653c684128218a044cd53e9cd11150c Mon Sep 17 00:00:00 2001 From: Sphinx Date: Fri, 18 Aug 2023 02:56:10 +0000 Subject: [PATCH] Automated update df707302870820e46f9d40d31101e5951f43a0aa --- dev/api/Bio.Align.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/api/Bio.Align.html b/dev/api/Bio.Align.html index 98897d7b..6c8e6225 100644 --- a/dev/api/Bio.Align.html +++ b/dev/api/Bio.Align.html @@ -917,7 +917,7 @@

Submodules
Other commonly used attributes (which may or may not be present) are:
  • @@ -943,7 +943,7 @@

    Submodules property indices

    Return the sequence index of each lettter in the alignment.

    -

    This property returns a 2D numpy array with the sequence index of each +

    This property returns a 2D NumPy array with the sequence index of each letter in the alignment. Gaps are indicated by -1. The array has the same number of rows and columns as the alignment, as given by self.shape.

    @@ -1536,7 +1536,7 @@

    Submodules property inverse_indices

    Return the alignment column index for each letter in each sequence.

    -

    This property returns a list of 1D numpy arrays; the number of arrays +

    This property returns a list of 1D NumPy arrays; the number of arrays is equal to the number of aligned sequences, and the length of each array is equal to the length of the corresponding sequence. For each letter in each sequence, the array contains the corresponding column