Skip to content

Commit

Permalink
updated chip method
Browse files Browse the repository at this point in the history
  • Loading branch information
avikd committed Mar 11, 2016
1 parent 9d3b90f commit 8341599
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/static/chip_seq_grch38.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ The output bam file was then filtered to remove unmapped reads and reads with Ma

Command line used:

samtools view -b -F 1024 -q 5 input.bam > output.bam
samtools view -b -F 4 -q 5 input.bam > intermediate.output.bam

The intermediate output bam file was then filtered to remove PCR or optical duplicate reads

Command line used:

samtools view -b -F 1024 intermediate.output.bam > output.bam

##Modelling Fragment Size

Expand Down

0 comments on commit 8341599

Please sign in to comment.