Biopython ์ค์น ํ reverse complement ์์ด ๊ตฌํ๊ธฐ Biopython ์ค์น pip install biopython ์ค์น ํ์ธ ๋ฐ reverse_complement ์ฝ๋ ์คํ import Bio # ์ค์นํ์ธ from Bio.Seq import Seq my_seq = Seq('TGGTGAAACCCCA').reverse_complement() print(my_seq) print(type(my_seq)) ๊ฒฐ๊ณผ sequence์ ํ์ ํ์ธ ๊ฒฐ๊ณผ ์ฐธ๊ณ : biopython.org/wiki/Getting_Started ยท Biopython OBโ title: Getting Started permalink: wiki/Getting_Started layout: wiki โ Download and In..