ROSALIND
(生信)ROSALIND编程练习
时延带宽积
这个作者很懒,什么都没留下…
展开
-
Rosalind-002:DNA转录为RNA(Transcribing DNA into RNA)
题目:DNA转录为RNA(Transcribing DNA into RNA)Given: A DNA string tt, which corresponding to a coding strand, having length at most 1000 nt.所给:一条被命名为tt的DNA编码链,长度至少为1000个碱基。Return: The transcribed RNA string of tt.需得:由tt经转录得到的RNA链。测试数据GATGGAACTTGACTACGTAAAT原创 2020-11-11 23:51:42 · 1142 阅读 · 1 评论 -
Rosalind-001:统计核苷酸数目(Counting DNA Nucleotides)
题目:统计核苷酸数目(Counting DNA Nucleotides)Given: A DNA string ss of length at most 1000 nt.所给:一条被命名为ss的DNA链,长度至少为1000个碱基。Return: Four integers (separated by spaces) counting the respective number of times that the symbols ‘A’, ‘C’, ‘G’, and ‘T’ occur in ss.原创 2020-11-10 21:26:47 · 826 阅读 · 0 评论