[Bioperl-l] Re: [Gmod-gbrowse] trans-spliced genes & gff2 & chado

Lincoln Stein lstein at cshl.edu
Tue Jul 22 15:41:03 EDT 2003


Cool.  Unfortunately there isn't generic code for trans-splicing that I know 
of.  I've been thinking of generating a little glyph that will show a short 
leader "hanging off" the first exon.

Lincoln

On Monday 21 July 2003 09:01 am, Charles Hauser wrote:
> I am generating gff2 to run GBrowse  and have a trans-spliced gene to
> represent.  I can write code to deal with this particular instance, but
> was wondering if there is a generic solution?
>
> - is there a 'standard/accepted format' to display trans-spliced genes?
>
> - in chado I believe one would generate a feature for each segment -
> correct?
>
>
> Charles
>
>
>      gene            join(32737..32824,complement(174205..174384),
>                      complement(69520..71506))
>                      /gene="psaA"
>                      /note="trans splicing"
>      CDS             join(32737..32825,complement(174205..174384),
>                      complement(69520..71506))
>
>
>
> while( my $seq = $seqio->next_seq ) {
>     foreach my $f ( $seq->top_SeqFeatures() ) {
>
> <snip>
>
>
> 	$out->write_feature($f);
>     }
> }
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
> same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
> _______________________________________________
> Gmod-gbrowse mailing list
> Gmod-gbrowse at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse

-- 
========================================================================
Lincoln D. Stein                           Cold Spring Harbor Laboratory
lstein at cshl.org			                  Cold Spring Harbor, NY
========================================================================




More information about the Bioperl-l mailing list