What is Cutadapt
mainCutadapt is a tool designed to find and remove unwanted sequences from high-throughput sequencing reads. This includes:
- Adapter sequences: Common in small-RNA sequencing when the read is longer than the molecule.
- Primers: Often found at the start of amplicon reads.
- Poly-A tails: Often removed to clean up RNA sequencing data.
Key features include:
- Error-tolerant searching: Finds sequences even with mismatches.
- Sequence modification: Can modify and filter both single-end and paired-end reads.
- IUPAC support: Adapter sequences can contain IUPAC wildcard characters.
- Demultiplexing: Can be used to demultiplex reads based on barcodes.