Previous topic

bioa.Amplicons.calc_score

Next topic

bioa.Amplicons.get_reference_len

This Page

bioa.Amplicons.is_valid

classmethod Amplicons.is_valid(starts, ends)

Determins whether the given configuration is valid.

Parameters :

starts : list

List of starting positions for each amplicon.

ends : list

List of ending positions for each amplicon.

Returns :

is_valid : bool

If any starting and ending position do not agree with their neighbors, the configuration is invalid.