Ngs RemoveDuplicates.pdf

From Array Suite Wiki
Revision as of 16:29, 26 January 2016 by Joseph (talk | contribs) (→‎Remove Duplicates for NGS Data)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Remove Duplicates for NGS Data

This module removes duplicates in a DNA-Seq data file. In NO circumstances is this module recommended for RNA-Seq data.

Duplicates are defined by alignments with the same start position and end position, or fragments with same range (start and end positions of read1 and read2 in a pair).


Open this module by going to NGS | Manipulation | Remove Duplicates

Ngs RemoveDuplicatesForNgsData 1.png

Options

  • Mark duplicates only - Mark the duplicates using bitwise SAM flags in the resulting BAM file instead of removing them.
  • Output folder - Specifies the output folder for the new BAM file to be generated.


Results

The output of this module is a BAM file generated in the specified folder with duplicates removed or marked from the original BAM file.


OmicScript

RemoveDuplicatesForNgsData