Skip to content

Implementing Position Specific Scoring Matrix (PSSM) Algorithm using Python for computational biological tasks.

Notifications You must be signed in to change notification settings

Sarah-Hesham-2022/Computational-Biology-Position-Specific-Scoring-Matrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Computational Biology Position Specific Scoring Matrices

Implementing Position Specific Scoring Matrices (PSSMs) Algorithm using Python for computational biological tasks.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

PSSMs

  1. The multiple aligned DNA sequences is produced in 2 ways:

a. Reading the prepared multiple aligned DNA sequences from file called PSSMData.txt where first line is for the values of t sequences, and n nucleotides.

b. Generate t sequences where one sequence of length n is formed of random order of nucleotides.

  1. Print the multiple aligned DNA sequences.

  2. Apply PSSM on the multiple aligned DNA sequences.

  3. Print the PSSM matrix

  4. Let user enter a new sequence of length n, then print the probability of new entered sequence joining the rest of the multiple aligned DNA sequences.

Releases

No releases published

Packages

No packages published

Languages