Scroll to navigation

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

Name

SWISS::CCcatalytic_activity

Description

SWISS::CCcofactor represents a comment on the topic 'CATALYTIC ACTIVITY' 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

Attributes

The topic of this comment ('CATALYTIC ACTIVITY').
The protein form concerned by this comment (undef/empty = canonical/displayed form OR unknown)
The "text" version of this comment (without evidences and new lines).
The rhea id (e.g. RHEA:18037) of the reaction (only for new structured CC CATALYTIC ACTIVITY)
Set rhea activity to $new_rhea_id (and reaction ev to $new_optional_reaction_ev if provided) (only for new structured CC CATALYTIC ACTIVITY)
The reaction txt (e.g. agmatine + H2O = N-carbamoylputrescine + NH4(+))
Set reaction txt to $new_reaction_txt (on old unstructured format: extra $ev could be added)
The reaction EC (e.g. 3.5.3.12)
Set reaction EC to $new_reaction_ec (and reaction ev to $new_optional_reaction_ev if provided) (only for new structured CC CATALYTIC ACTIVITY)
The reaction participants as a String Array (e.g. [ "ChEBI:CHEBI:15377", "ChEBI:CHEBI:28938", "ChEBI:CHEBI:58145", "ChEBI:CHEBI:58318" ]) (participant are shown as dbtype:id e.g. in "ChEBI:CHEBI:15377" CheBI is db type, CHEBI:15377 is (CheBi) id) (only for new structured CC CATALYTIC ACTIVITY)
Set reaction participants to $new_participant_array (array of strings) (only for new structured CC CATALYTIC ACTIVITY)
The directions: Array of direction structures as hash e.g. [ { 'txt' => 'left-to-right', 'rhea' => 'RHEA:16846', 'ev' => '{ECO:0000269|PubMed:29420286}' } ] p.s. in well formed UniProtKB data 'txt' will be 'right-to-left' or 'left-to-right' (in that order); there should be no more than 2 directions (minimum: 0)
Set directions Array to $new_directions ... (only for new structured CC CATALYTIC ACTIVITY)
Returns a string representation of this comment.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

=back doesn't take any parameters, but you said =back =head1 Methods
=back doesn't take any parameters, but you said =back =head2 Standard methods
2020-12-25 perl v5.32.0