Class: BELParser::Language::Version1_0::Functions::Fusion

Inherits:
Object
  • Object
show all
Extended by:
Function
Defined in:
lib/bel_parser/language/version1_0/functions/fusion.rb

Overview

Fusion: Specifies the abundance of a protein translated from the fusion of a gene

Defined Under Namespace

Modules: Signatures

Constant Summary collapse

SHORT =
:fus
LONG =
:fusion
RETURN_TYPE =
BELParser::Language::Version1_0::ReturnTypes::Fusion
G_ENC =
Version1_0::ValueEncodings::GeneAbundance
P_ENC =
Version1_0::ValueEncodings::ProteinAbundance
R_ENC =
Version1_0::ValueEncodings::RNAAbundance
DESCRIPTION =
'Specifies the abundance of a protein translated
rom the fusion of a gene'.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

.descriptionObject



36
37
38
# File 'lib/bel_parser/language/version1_0/functions/fusion.rb', line 36

def self.description
  DESCRIPTION
end

.longObject



28
29
30
# File 'lib/bel_parser/language/version1_0/functions/fusion.rb', line 28

def self.long
  LONG
end

.return_typeObject



32
33
34
# File 'lib/bel_parser/language/version1_0/functions/fusion.rb', line 32

def self.return_type
  RETURN_TYPE
end

.shortObject



24
25
26
# File 'lib/bel_parser/language/version1_0/functions/fusion.rb', line 24

def self.short
  SHORT
end

.signaturesObject



40
41
42
# File 'lib/bel_parser/language/version1_0/functions/fusion.rb', line 40

def self.signatures
  SIGNATURES
end