Scroll to navigation

samtools-phase(1) Bioinformatics tools samtools-phase(1)

NAME

samtools-phase - call and phase heterozygous SNPs

SYNOPSIS

samtools phase [-AF] [-k len] [-b prefix] [-q minLOD] [-Q minBaseQ] in.bam

DESCRIPTION

Call and phase heterozygous SNPs.

OPTIONS

Drop reads with ambiguous phase.
Prefix of BAM output. When this option is in use, phase-0 reads will be saved in file STR.0.bam and phase-1 reads in STR.1.bam. Phase unknown reads will be randomly allocated to one of the two files. Chimeric reads with switch errors will be saved in STR.chimeric.bam. [null]
Do not attempt to fix chimeric reads.
Maximum length for local phasing. [13]
Minimum Phred-scaled LOD to call a heterozygote. [40]
Minimum base quality to be used in het calling. [13]
Do not add a @PG line to the header of the output file.

AUTHOR

Written by Heng Li from the Sanger Institute.

SEE ALSO

samtools(1)

Samtools website: <http://www.htslib.org/>

24 January 2024 samtools-1.19.2