Repository that has the standard DNA, RNA and Protein Objects and the standard methods to interact with them.
-
Create en python environent and install the package using de command:
pip install DNA-Processing -
Once you get installed the package you can import the packahe in the python module by:
from dna_processing import DNA, RNA, Protein, loadFile, findProteinsequences,...or
import dna_processing
and that's it!!