Skip to contents

Functions for getting information on whether something is located at the beginning or end of a larger structure.

Usage

isInitial(seq)

isFinal(seq, length)

Arguments

seq

Name of the column containing the sequence value to be taken into account.

length

Name of the column containing the maximum sequence value.

Examples