File: CCdisease.html

package info (click to toggle)
swissknife 1.75-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,888 kB
  • sloc: perl: 8,520; makefile: 2
file content (125 lines) | stat: -rw-r--r-- 3,291 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
<?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:operations@isb-sib.ch" />
</head>

<body style="background-color: white">


<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>

<ul>

	<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>
	<ul>

		<li><a href="#standard_methods">Standard methods</a></li>
	</ul>

</ul>

<hr name="index" />
</div>
<!-- INDEX END -->

<p>
</p>
<h1><a name="name">Name</a></h1>
<p>SWISS::CCdisease.pm</p>
<p>
</p>
<hr />
<h1><a name="description">Description</a></h1>
<p><strong>SWISS::CCdisease</strong> represents a comment on the topic 'DISEASE'
within a Swiss-Prot or TrEMBL entry as specified in the user manual
<a href="http://www.expasy.org/sprot/userman.html">http://www.expasy.org/sprot/userman.html</a> .  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>
<p>
</p>
<hr />
<h1><a name="inherits_from">Inherits from</a></h1>
<p>SWISS::BaseClass.pm</p>
<p>
</p>
<hr />
<h1><a name="attributes">Attributes</a></h1>
<dl>
<dt><strong><a name="topic" class="item">topic</a></strong></dt>

<dd>
<p>The topic of this comment ('DISEASE').</p>
</dd>
</dl>
<dl>
<dt><strong><a name="disease" class="item">disease</a></strong></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><strong>disease( [ $new_disease, $new_disease_ev ] )</strong></dt>

<dd>
<p>Set disease to [ $new_disease, $new_disease_ev ]</p>
</dd>
<dt><strong><a name="mim" class="item">mim</a></strong></dt>

<dd>
<p>The disease mim id (only for new structured CC diseases)</p>
</dd>
<dt><strong>mim( $new_mim )</strong></dt>

<dd>
<p>Set mim to $new_mim</p>
</dd>
<dt><strong><a name="description" class="item">description</a></strong></dt>

<dd>
<p>The disease description (only for new structured CC diseases)</p>
</dd>
<dt><strong><a name="note" class="item">note</a></strong></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><strong>note( [[ $block_txt, $block_ev ]...] )</strong></dt>

<dd>
<p>Set note to array of [  $block_txt, $block_ev ] arrays</p>
</dd>
<dt><strong><a name="comment" class="item">comment</a></strong></dt>

<dd>
<p>The &quot;text&quot; version of this comment.</p>
</dd>
</dl>
<p>
</p>
<h2><a name="standard_methods">Standard methods</a></h2>
<dl>
<dt><strong><a name="new" class="item">new</a></strong></dt>

<dt><strong><a name="fromtext" class="item">fromText</a></strong></dt>

<dt><strong><a name="tostring" class="item">toString</a></strong></dt>

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

</body>

</html>