Python Bio Sequences

Manipulate DNA/RNA/protein sequences as raw Python strings: reverse complement via str.maketrans/translate, transcription, codon/ORF extraction, motif and restriction-site scanning with find()/re, and hand-rolled FASTA parsing without Biopython. Use when writing sequence utilities from scratch, debugging off-by-one slicing or 1-based-vs-0-based coordinate errors, or when Biopython/Seq is unavailable or overkill.

pavel-kravchenko 24ff18c 6.9 KB Updated

File contents

pavel-kravchenko/bioinformatics/tree/main/Skills/python-bio-sequences commit 24ff18cb92

Frequently asked questions

npx skillmds@latest add pavel-kravchenko/python-bio-sequences