File: makemat.1

package info (click to toggle)
ncbi-tools6 6.1.20120620-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 241,636 kB
  • sloc: ansic: 1,431,708; cpp: 6,248; pascal: 3,949; xml: 3,390; sh: 3,090; perl: 1,077; csh: 488; makefile: 449; ruby: 93; lisp: 81
file content (53 lines) | stat: -rw-r--r-- 1,360 bytes parent folder | download | duplicates (6)
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
.TH MAKEMAT 1 2004-06-25 NCBI "NCBI Tools User's Manual"
.SH NAME
makemat \- convert binary profiles into portable ASCII form
.SH SYNOPSIS
.B makemat
[\|\fB\-\fP\|]
[\|\fB\-E\fP\ \fIN\fP\|]
[\|\fB\-G\fP\ \fIN\fP\|]
[\|\fB\-H\fP\|]
[\|\fB\-P\fP\ \fIfilename\fP\|]
[\|\fB\-S\fP\ \fIX\fP\|]
[\|\fB\-U\fP\ \fIstr\fP\|]
[\|\fB\-d\fP\ \fIstr\fP\|]
[\|\fB\-z\fP\ \fIN\fP\|]
.SH DESCRIPTION
\fBmakemat\fP converts a collection of binary profiles, created by the
\fB\-C\fP option of PSI-BLAST, into portable ASCII form.
.SH OPTIONS
A summary of options is included below.
.TP
\fB\-\fP
Print usage message
.TP
\fB\-E\fP\ \fIN\fP
Cost to extend a gap (default = \fB1\fP)
.TP
\fB\-G\fP\ \fIN\fP
Cost to open a gap (default = \fB11\fP)
.TP
\fB\-H\fP
Print help; overrides all other arguments
.TP
\fB\-P\fP\ \fIfilename\fP
Database name for profile database (default = \fBstdin\fP)
.TP
\fB\-S\fP\ \fIX\fP
Scaling factor for matrix outputs to avoid round-off problems (default
= \fB100\fP)
.TP
\fB\-U\fP\ \fIstr\fP
Underlying Matrix (default = \fBBLOSUM62\fP)
.TP
\fB\-d\fP\ \fIstr\fP
Underlying sequence database used to make profiles (default = \fBnr\fP)
.TP
\fB\-z\fP\ \fIN\fP
Effective length of the profile database (0 for length of \fB\-d\fP option)
.SH AUTHOR
The National Center for Biotechnology Information.
.SH SEE ALSO
.BR blast (1),
.BR copymat (1),
impala.html