File: fastBlockSearch.1

package info (click to toggle)
augustus 3.3.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 486,188 kB
  • sloc: cpp: 51,969; perl: 20,926; ansic: 1,251; makefile: 935; python: 120; sh: 118
file content (85 lines) | stat: -rw-r--r-- 2,450 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
'\" t
.\"     Title: fastblocksearch
.\"    Author: [see the "AUTHORS" section]
.\" Generator: Asciidoctor 1.5.5.dev
.\"      Date: 
.\"    Manual: \ \&
.\"    Source: \ \&
.\"  Language: English
.\"
.TH "FASTBLOCKSEARCH" "1" "" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.LINKSTYLE blue R < >
.SH "NAME"
fastblocksearch \- search loci matching protein block profiles
.SH "SYNOPSIS"
.sp
\fBfastBlockSearch\fP [options] seqs.fa fam.prfl
.SH "DESCRIPTION"
.sp
.if n \{\
.RS 4
.\}
.nf
Searches hits (matches) of the blocks in the profile given by fam.prfl within the genomic sequences in the file seqs.fa.
Hits are sorted increasingly by score, so the last displayed hit is the best one found in the region. The format is similar
to that of the blockscore file (which is optionally generated by msa2prfl.pl): It shows coordinate, strand,
mean odds\-ratio score, and specificity of score, and the motif.
From the output users can chose regions with matching blocks to perform gene prediction with AUGUSTUS\-PPX using the same block profile.
.fi
.if n \{\
.RE
.\}
.SH "EXAMPLE"
.sp
.if n \{\
.RS 4
.\}
.nf
> fastBlockSearch \-\-cutoff=1.1 chr4.103M.fa PF00225_seed.prfl
.fi
.if n \{\
.RE
.\}
.sp
.if n \{\
.RS 4
.\}
.nf
Hits found in chr4 103000000 105000000
Score:207.987
Mult. score:4.83391
1081586 unknown_M[5,13] \-       2.32574 5.04633 .....YATRLKNI
1103952 unknown_L       \-       4.85363 6.75245 NAKTRIICTITP
1103991 unknown_K       \-       8.38065 9.92928 YRDSKLTRILQNSLG
1104375 unknown_J       \-       3.96065 6.79408 RSLFILGQVIKKL
1106992 unknown_I       \-       9.22487 7.64306 LVDLAGSE
1115567 unknown_H[5,16] \-       2.31869 5.58986 .....ESRHYGETKMN
1116319 unknown_G       \-       7.34282 8.29425 EIYNETITDLL
1117092 unknown_F       \-       5.10694 6.10274 VIPRAIHDIF
1117146 unknown_E       \-       9.43596 9.18891 QTASGKTYTM
1117176 unknown_D[1,8]  \-       5.73796 6.31532 .GTIFAYG
1117399 unknown_B[1,7]  \-       3.59083 5.03059 .CLDRVF
1119420 unknown_A[0,8]  \-       4.64107 6.44285 RVRPLNSR.
.fi
.if n \{\
.RE
.\}
.SH "OPTIONS"
.sp
\fB\-\-cutoff=c\fP
.RS 4
This minimum for the average log score of the motifs found can be used to adjust the sensitivity of the block search.
The standard cutoff is 0.7, which is very sensitive but can give many false positive hits for smaller profiles.
.RE
.SH "AUTHORS"
.sp
Oliver Keller