Learn Before
Concept
Sequences
In BioPython, sequences act similarly to normal string objects in Python as they are essentially a bunch of letters. While there a lot of methods that support both the Seq and string object, the Seq object differs from string objects in the methods that can be used on it.
0
1
Updated 2021-07-20
Tags
Python Programming Language
Data Science