File: CCdisease.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 (149 lines) | stat: -rw-r--r-- 3,212 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<?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::CCdisease</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="#POD-ERRORS">POD ERRORS</a></li>
</ul>

<h1 id="Name">Name</h1>

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

<h1 id="Description">Description</h1>

<p><b>SWISS::CCdisease</b> represents a comment on the topic &#39;DISEASE&#39; within a Swiss-Prot or TrEMBL entry as specified in the user manual http://www.expasy.org/sprot/userman.html . Comments on other topics are stored in other types of objects, such as SWISS::CC (see SWISS::CCs for more information).</p>

<p>Collectively, comments of all types are stored within a SWISS::CCs container object.</p>

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

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

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

<dl>

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

<p>The topic of this comment (&#39;DISEASE&#39;).</p>

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

<p>The protein form concerned by this comment (undef/empty = canonical/displayed form OR unknown</p>

</dd>
</dl>

<dl>

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

<p>The name and evidence of the disease (only for new structured CC diseases) reference to an array [ $disease, $disease_ev ]</p>

</dd>
<dt id="disease-new_disease-new_disease_ev">disease( $new_disease, $new_disease_ev )</dt>
<dd>

<p>Set disease to $new_disease, $new_disease_ev</p>

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

<p>The disease mim id (only for new structured CC diseases)</p>

</dd>
<dt id="mim-new_mim">mim( $new_mim )</dt>
<dd>

<p>Set mim to $new_mim</p>

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

<p>The disease description (only for new structured CC diseases)</p>

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

<p>The note and evidence of the disease (Note= in new CC disease format or full description in old format) reference to an array of [ $block_txt, $block_ev ] arrays</p>

</dd>
<dt id="note-block_txt-block_ev">note( [[ $block_txt, $block_ev ]...] )</dt>
<dd>

<p>Set note to array of [ $block_txt, $block_ev ] arrays</p>

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

<p>The &quot;text&quot; version of this comment.</p>

</dd>
</dl>

<dl>

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

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

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

<p>Returns a string representation of this comment.</p>

</dd>
</dl>

<h1 id="POD-ERRORS">POD ERRORS</h1>

<p>Hey! <b>The above document had some coding errors, which are explained below:</b></p>

<dl>

<dt id="Around-line-213">Around line 213:</dt>
<dd>

<p>=back doesn&#39;t take any parameters, but you said =back  =head1 Methods</p>

</dd>
<dt id="Around-line-252">Around line 252:</dt>
<dd>

<p>=back doesn&#39;t take any parameters, but you said =back  =head2 Standard methods</p>

</dd>
</dl>


</body>

</html>