![]() |
![]()
| ![]() |
![]()
NAMEsamtools tview - display alignments in a curses-based interactive viewer. SYNOPSISsamtools tview [-p chr:pos] [-s STR] [-d display] in.sorted.bam [ref.fasta] DESCRIPTIONText alignment viewer (based on the ncurses library). In the viewer, press `?' for help and press `g' to check the alignment start from a region in the format like `chr10:10,000,000' or `=10,000,000' when viewing the same reference sequence. The top line shows the reference sequence, or 'N's if unknown. Underneath this is the consensus, derived from the sequence alignments. Below the consensus the sequence alignment records are shown. Uppercase and lowercase is used to distinguish the sequence strand, with uppercase being the top/forward strand. When the reference is known, both consensus and alignment record sequences are displayed in a dot-notation where a matching character is shown as '.' (forward strand) or ',' (reverse strand) and only mismatching bases and missing bases are shown. This mode can be toggled with the "." command. OPTIONS
AUTHORWritten by Heng Li from the Sanger Institute. SEE ALSOsamtools(1) Samtools website: <http://www.htslib.org/>
|