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 @@
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 @@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