Hello dear monks,

I am new to bioperl and seek your assistance, as I have spent the lat hour reading heavy documentatiion and could not find examples that will help me start off.

I wish to create a plot where the X axis will be some genome (I will give Genbank file, I want genes to be displayed below the X axis), and the Y axis will represent some score. I have generated files containing for evey position in the genbank a numeric score, and I want to plot these data.

from what I can tell, this sounds like a work for Bio::Graphics::Glyph::xyplot, but I could not find a descent start point, for example how to get from a Genbank file + a file containing a numeric value fo each nucleotide in the genbank to a plot.

There are so many structures and sub-structures I could not find my hands... So, how do I get started? I guess it should not be so complicated.

Thank you !


In reply to Bioperl newbie - Bio::Graphics::Glyph::xyplot by daverave

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.