Previous topic

bioa.Amplicons.__len__

Next topic

bioa.Amplicons.__iter__

This Page

bioa.Amplicons.__getitem__

Amplicons.__getitem__(index)

Return the amplicon at the given index. Use ‘amplicons[index]’.

Parameters :

index : int

The index of the amplicon to return.

Returns :

amplicon : list

The amplicon (list of (str, int)) in the indexed position.