Class: BELParser::Language::Version1_0::Functions::ChaperoneActivity
- Inherits:
-
Object
- Object
- BELParser::Language::Version1_0::Functions::ChaperoneActivity
show all
- Extended by:
- Function
- Defined in:
- lib/bel_parser/language/version1_0/functions/chaperone_activity.rb
Overview
ChaperoneActivity: Denotes the frequency or abundance of events in which a member binds to some substrate and acts as a chaperone for the substrate
Defined Under Namespace
Modules: Signatures
Constant Summary
collapse
- SHORT =
:chap
- LONG =
:chaperoneActivity
- RETURN_TYPE =
BELParser::Language::Version1_0::ReturnTypes::ChaperoneActivity
- DESCRIPTION =
'Denotes the frequency or abundance of events
n which a member binds to some substrate and acts
s a chaperone for the substrate'.freeze
- SIGNATURES =
Signatures.constants.map do |const|
Signatures.const_get(const)
end.freeze
Class Method Summary
collapse
Methods included from Function
===, =~, deprecated?, description, long, return_type, short, signatures, to_h, to_s, to_sym
Class Method Details
.description ⇒ Object
35
36
37
|
# File 'lib/bel_parser/language/version1_0/functions/chaperone_activity.rb', line 35
def self.description
DESCRIPTION
end
|
.long ⇒ Object
27
28
29
|
# File 'lib/bel_parser/language/version1_0/functions/chaperone_activity.rb', line 27
def self.long
LONG
end
|
.return_type ⇒ Object
31
32
33
|
# File 'lib/bel_parser/language/version1_0/functions/chaperone_activity.rb', line 31
def self.return_type
RETURN_TYPE
end
|
.short ⇒ Object
23
24
25
|
# File 'lib/bel_parser/language/version1_0/functions/chaperone_activity.rb', line 23
def self.short
SHORT
end
|
.signatures ⇒ Object
39
40
41
|
# File 'lib/bel_parser/language/version1_0/functions/chaperone_activity.rb', line 39
def self.signatures
SIGNATURES
end
|