R-Rijnbeek / DNA_Processing

Repository that has the standard DNA, RNA and Protein Objects and the standard methods to interact with them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python_DNAProcessing

Repository that has the standard DNA, RNA and Protein Objects and the standard methods to interact with them.

How it work:

  1. Create en python environent and install the package using de command:

    pip install DNA-Processing
    
  2. 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!!

About

Repository that has the standard DNA, RNA and Protein Objects and the standard methods to interact with them.

License:MIT License


Languages

Language:Python 92.4%Language:Batchfile 7.6%