KnownSeqLen.c
int KnownSeqLen(char *sequence)
Inputs
char *sequence
A sequence containing deletions
Returns
int
Length without deletions
Description
Scans a 1-letter code sequence and calculate the length without `-', ` ' or '?' residues
Created:
13.05.94
Last Modified:
13.05.94