Documentation read from 04/17/2019 22:07:27 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_motif.
svr_motif [options] < ali.fa > motifs
This script identifies the conserved regions from a set of aligned sequences.
usage: svr_motif [options] < ali.fa > motifs.tbl
-c coord_file - file containing coordinates for motifs to be extracted: [beg end] -f max_f_diff - maximum fraction exceptions to consensus -w1 win_min - minimum window size (D = 4) -w2 win_max - maximum window size (D = 10) -th threshold - threshold for average site convervation score (D = 0.6)
The file that contains lines of coordinates for motifs to be extracted: [beg end]
Maximum fraction exceptions to consensus.
Minimum window size (D = 4)
Maximum window size (D = 10)
Threshold for average site convervation score (D = 0.6)
The input set of aligned sequences is read from STDIN.
The output is tab-delmited 7-column table:
[ motif_beg motif_end avg_conserve_score consensus_seq extended_beg extended_end extended_consensus ]