Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
Summary |
Modware::Feature::NCRNA - Modware representation of an ncRNA (non-coding RNA) |
Package variables | top |
Privates (from my definitions) | |
$display_types = { 'C_D_box_snoRNA' => 'C/D box snoRNA', 'H_ACA_box_snoRNA' => 'H/ACA box snoRNA'} |
Included modules | top |
Modware::Feature::TRANSCRIPT |
Inherit | top |
Modware::Feature::TRANSCRIPT |
Synopsis | top |
NEVER INSTANTIATE THIS OBJECT, USE Modware::Feature |
Description | top |
An ncRNA feature is a generic high level term for any RNA feature that does not code for a protein |
Methods | top |
_init | Description | Code |
_init | code | top | prev | next |
Title : _init
Note : sets the display type for this feature
Usage : called internally by new
Function :
Returns : nothing
Args : none
_init | description | top | prev | next |
my ($self, @args) = @_; $self->SUPER::_init( @args ); my $display_type = $display_types->{$self->type()} || $self->type(); $display_type =~ s/_/ /g; $self->display_type( $display_type ) if $display_type;}
AUTHOR - Eric Just | top |
Eric Just e-just@northwestern.edu | |
APPENDIX | top |
The rest of the documentation details each of the object |
Copyright © 2006, Northwestern University All rights reserved. |
|