[Biojava-l] Help needed for a GUI
mark.schreiber at novartis.com
mark.schreiber at novartis.com
Tue Jul 25 01:26:20 UTC 2006
General Plea -
Could someone add some examples of these to the biojava cook book in the
wiki. I'm not really familiar with the GUI classes so I wouldn't be the
best person to put up demo code.
- Mark
Mark Schreiber
Research Investigator (Bioinformatics)
Novartis Institute for Tropical Diseases (NITD)
10 Biopolis Road
#05-01 Chromos
Singapore 138670
www.nitd.novartis.com
phone +65 6722 2973
fax +65 6722 2910
Russ Kepler <russ at kepler-eng.com>
Sent by: biojava-l-bounces at lists.open-bio.org
07/25/2006 05:38 AM
To: biojava-l at biojava.org
cc: (bcc: Mark Schreiber/GP/Novartis)
Subject: Re: [Biojava-l] Help needed for a GUI
On Monday 24 July 2006 03:16 pm, Dr. Christoph Gille wrote:
> >I am new to BioJava and am exploring its features. I am planning to
build
> > a simple editor for alignments(something like a wordpad, but to handle
> > alignments).Does Biojava support this? Could someone please show me
some
> > pointers for this?
>
> Using the classes /interfaces
> - MultiLineRenderer
> - FeatureRenderer
> - SequenceRenderer
> - SequencePanel
> - FeatureBlockSequenceRenderer
> one can easily display a gapped sequence with annotations.
> Perhaps one could place several SequencePanels over each other and put
> everything in one scroll-panel?
Better to put the alignment into a TranslatedSequencePanel, and populate
the
panel with AlignmentRenderers, one per aligned sequence. The
AlignmentRenderer accepts a label that it uses to extract the "current"
sequence from the alignment that the TranslatedSequencePanel has. Below
the
AlignmentRenderer are the MultiLineRenderers, etc.
_______________________________________________
Biojava-l mailing list - Biojava-l at lists.open-bio.org
http://lists.open-bio.org/mailman/listinfo/biojava-l
More information about the Biojava-l
mailing list