File: SQs.html

package info (click to toggle)
swissknife 1.80-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 5,964 kB
  • sloc: perl: 8,963; sh: 16; makefile: 5
file content (112 lines) | stat: -rw-r--r-- 2,084 bytes parent folder | download
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SWISS::SQs</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:support@ActiveState.com" />
</head>

<body>



<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#Inherits-from">Inherits from</a></li>
  <li><a href="#Attributes">Attributes</a></li>
  <li><a href="#Methods">Methods</a>
    <ul>
      <li><a href="#Standard-methods">Standard methods</a></li>
      <li><a href="#Specific-methods">Specific methods</a></li>
    </ul>
  </li>
</ul>

<h1 id="NAME">NAME</h1>

<p><b>SWISS::SQs.pm</b></p>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p><b>SWISS::SQs</b> represents the SQ lines within an SWISS-PROT + TrEMBL entry as specified in the user manual http://www.expasy.org/sprot/userman.html .</p>

<h1 id="Inherits-from">Inherits from</h1>

<p>SWISS::BaseClass.pm</p>

<h1 id="Attributes">Attributes</h1>

<dl>

<dt id="seq"><code>seq</code></dt>
<dd>

<p>The amino acid sequence in string representation.</p>

</dd>
<dt id="length"><code>length</code></dt>
<dd>

<p>The sequence length.</p>

</dd>
<dt id="molWeight"><code>molWeight</code></dt>
<dd>

<p>The molecular weight.</p>

</dd>
<dt id="crc"><code>crc</code></dt>
<dd>

<p>The CRC checksum of the sequence. This is recalculated using the <code>SWISS::CRC64</code> module.</p>

</dd>
</dl>

<h1 id="Methods">Methods</h1>

<h2 id="Standard-methods">Standard methods</h2>

<dl>

<dt id="new">new</dt>
<dd>

</dd>
<dt id="fromText">fromText</dt>
<dd>

</dd>
<dt id="toText">toText</dt>
<dd>

</dd>
<dt id="update">update</dt>
<dd>

<p>Should be called if the sequence has been modified.</p>

</dd>
</dl>

<h2 id="Specific-methods">Specific methods</h2>

<dl>

<dt id="calcMolWeight-string">calcMolWeight string</dt>
<dd>

<p>Calculate the molecular weight for <b>string</b>.</p>

</dd>
</dl>


</body>

</html>