11 <& /page/page_title.mas, title => 'Gene: '. $feature->id &>
13 <& /util/import_javascript.mas,
15 Prototype jQuery Text.Markup CXGN.Effects CXGN.Phenome.Locus CXGN.Phenome.Tools
17 MochiKit.Async CXGN.Sunshine.NetworkBrowser
18 CXGN.Phenome.Locus.LocusPage CXGN.Page.Form.JSFormPage
21 <& /locus/initialize.mas, locus_id => 428 &>
24 my $seq = Bio::PrimarySeq->new(
25 -seq => $feature->residues,
28 my $organism = $feature->organism;
29 my $species = $organism->species;
30 $species =~ s!(\S+) !<i>$1</i> !;
33 <&| /page/info_section.mas,
34 title => "Feature " . $feature->name . " (Gene)",
38 <% $species%> (<%ucfirst($organism->common_name) %>)<p/>
39 Comment: <% $organism->comment %>
41 <&| /page/info_section.mas,
42 title => 'cDNA Sequence',
46 Length : <% $seq->length %><br/>
47 <% $feature->md5checksum ? 'MD5 :' . $feature->md5checksum : '' %>
49 <& /feature/sequence.mas,
52 blast_url => $blast_url,
56 <&| /page/info_section.mas,
57 title => 'Exon Structure',
62 <&| /page/info_section.mas,
63 title => 'Protein sequence',
68 <&| /page/info_section.mas,
69 title => 'Protein domains',
74 <&| /page/info_section.mas,
75 title => 'BLAST Annotation',
80 <&| /page/info_section.mas,
81 title => 'Ontology Annotations',
86 <&| /page/info_section.mas,
87 title => 'Gene Families',
92 <&| /page/info_section.mas,
98 <& /locus/solcyc.mas, &>
100 <&| /page/info_section.mas,
101 title => 'Alternate Splicing',