Skip to content

jordancheah/DNA-Sequencing-FA-FASTQ-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNA Sequencing Analysis: lambda_virus.fa and Human Genome FASTQ file with Python

Genome Data

SOURCE: Ajay, S. S., Parker, S. C., Abaan, H. O., Fajardo, K. V. F., & Margulies, E. H. (2011). Accurate and comprehensive sequencing of personal genomes. Genome research, 21(9), 1498-1505.

Algorithms Implmented

  • Naive exact matching algorithm that is strand-aware. That is, instead of looking only for occurrences of P in T, additionally look for occurrences of the reverse complement of P in T

  • Naive matching algirithm that allows up to 2 mismatches per occurrence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages