Results for "duplicates"

Tags

  • How to run fastuniq?

    I wanted to remove the duplicates from fastq file. I planned to use fastuniq but it does not have good tutorial. Can you please tell me how to use it? http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0052249

    Tags: fastq, fastuniq, duplicates, NGS

    2545 days ago

  • How to remove duplicates reads Ids ?

    I mapped reads with bwa mem -M -t 40 allCombinedFinalSet.fa Seq.R1.fastq Seq.R2.fastq > aln.sam Extracted the mapped reads samtools view -f 0x2 -b aln.bam > output.bam Extracted the fastq bamToFastq -i output.bam -fq R1.fq -fq2 R2.fq grep @HISEQ578:1035:HJ2KCBCXX:1:1104...

    Tags: Reads, Ids, NGS, Fastq, Duplicates

    2544 days ago