Function to process shorthand form of a nucleotide sequence, where a given base pair followed by a number specifies a run of the indicated nucleotide for the specified length (ex: "A6TTCGA4")
函数来处理的核苷酸序列,后跟一个数字指定一个特定的碱基对的核苷酸表示运行指定的长度(例如:“A6TTCGA4”)的简写形式
用法----------Usage----------
expandSequence(sequence)
参数----------Arguments----------
参数:sequence
Nucleotide sequence input as a character string
核苷酸序列输入字符串
值----------Value----------
Returns an expanded nucleotide sequence as a character string
作为一个字符串返回一个扩大的核苷酸序列
作者(S)----------Author(s)----------
Reid F. Thompson (<a href="mailto:rthompso@aecom.yu.edu">rthompso@aecom.yu.edu</a>), John M. Greally (<a href="mailto:jgreally@aecom.yu.edu">jgreally@aecom.yu.edu</a>)