Scroll to navigation

SWISS::CCdisease(3pm) User Contributed Perl Documentation SWISS::CCdisease(3pm)

Name

SWISS::CCdisease.pm

Description

SWISS::CCdisease represents a comment on the topic 'DISEASE' 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).

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

Inherits from

SWISS::BaseClass.pm

Attributes

topic
The topic of this comment ('DISEASE').
disease
The name and evidence of the disease (only for new structured CC diseases) reference to an array [ $disease, $disease_ev ]
disease( [ $new_disease, $new_disease_ev ] )
Set disease to [ $new_disease, $new_disease_ev ]
mim
The disease mim id (only for new structured CC diseases)
mim( $new_mim )
Set mim to $new_mim
description
The disease description (only for new structured CC diseases)
note
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
note( [[ $block_txt, $block_ev ]...] )
Set note to array of [ $block_txt, $block_ev ] arrays
comment
The "text" version of this comment.

Standard methods

new
fromText
toString
Returns a string representation of this comment.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 198:
=back doesn't take any parameters, but you said =back =head1 Methods
Around line 201:
'=item' outside of any '=over'
Around line 235:
You forgot a '=back' before '=head2'
2018-04-17 perl v5.26.1