1samtools-phase(1) Bioinformatics tools samtools-phase(1)
2
3
4
6 samtools phase - call and phase heterozygous SNPs
7
9 samtools phase [-AF] [-k len] [-b prefix] [-q minLOD] [-Q minBaseQ]
10 in.bam
11
12
14 Call and phase heterozygous SNPs.
15
16
18 -A Drop reads with ambiguous phase.
19
20 -b STR Prefix of BAM output. When this option is in use, phase-0 reads
21 will be saved in file STR.0.bam and phase-1 reads in STR.1.bam.
22 Phase unknown reads will be randomly allocated to one of the
23 two files. Chimeric reads with switch errors will be saved in
24 STR.chimeric.bam. [null]
25
26 -F Do not attempt to fix chimeric reads.
27
28 -k INT Maximum length for local phasing. [13]
29
30 -q INT Minimum Phred-scaled LOD to call a heterozygote. [40]
31
32 -Q, --min-BQ INT
33 Minimum base quality to be used in het calling. [13]
34
35 --no-PG Do not add a @PG line to the header of the output file.
36
37
39 Written by Heng Li from the Sanger Institute.
40
41
43 samtools(1)
44
45 Samtools website: <http://www.htslib.org/>
46
47
48
49samtools-1.15.1 7 April 2022 samtools-phase(1)