Returns the number of sequences (rows) and the maximum length of a set of sequences.
返回的序列数(行)和一组的序列的最大长度。
用法----------Usage----------
seqdim(seqdata)
参数----------Arguments----------
参数:seqdata
a set of sequences.
的一组序列。
Details
详细信息----------Details----------
The function will first search for separators '-' or ':' in the sequences in order to detect wether they are in the compressed or extended format.
该函数将首先搜索用于分隔符 - 或:中的序列,为了检测羯羊他们现在的位置的压缩或扩展格式。
值----------Value----------
a vector with the number of sequences and the maximum sequence length.
的序列数和最大序列长度的一个向量。