Skip to content

sam-k/seq-quality-trimming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

seq-quality-trimming

Trimming and merging reads from .ab1 Sanger sequencing files.

Part of the human diet quantification project, which aims to establish a model for quantifying dietary components from DNA metabarcoding data.

Quality trimming

  • Isolate segment with the highest quality from the sequence, using Kadane's algorithm.
  • Trim low-quality ends of the sequence.

Merging reads

  • Align the forward/reverse PCR products using the Smith-Waterman algorithm for local alignment.
  • Merge the reads if the overlap is large enough.

BLAST

  • BLAST the merged sequence.

Releases

No releases published

Packages

No packages published

Languages