find_symbol# biotite.sequence.find_symbol(sequence, symbol)[source]# Find a symbol in a sequence. Parameters: sequenceSequenceThe sequence to find the symbol in. symbolobjectThe symbol to be found in sequence. Returns: match_indicesndarrayThe indices in sequence, where symbol has been found.