This Repository containes python scripts to run functionalities mentioned in python_assignment file.
Note: Refere python_assignment to get hold over questions and check below informations for filename references.
1.PythonScript.py : This file contains scripts for the following:
- script to find possible kmers from the given sequence.
- script to fins observed kmers from the given sequence.
- data fram consisting of possible kmers, observed kmers and kmers for sequence passed
- script to calculate the linguistic complexity of sequence being passed.
- main functions commented, I have specified main functions associated to all the function, if in case we wish to run the functions individually. Its just added as defense.
- main function to calculate the linguistic complexity of any text file than can be passed by end user.
- Test_cases_PythonScript: This file containes all two test cases for all the above scripts for testing the functions.
- python assignment is a pdf file contains the questions around which scripts have been formed.
- example file consisting example to run using respective scripts.