Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

That module link is interesting (readmore below). It shows how GO can be passed into XML format. Is this often done? Is the XML format here easy to work with? And can anyone give examples of code with which this XML format is used? I expect that most people work with the flat files. I previously used simple but long perl scripts to pick up network paths and then did the rest of the analysis in Excel.

<readmore> eg format: go-text for storing graphs and metadata: !version: $Revision: 1.19 $ !date: $Date: 2002/12/11 01:15:01 $ !editors: Michael Ashburner (FlyBase), Midori Harris (SGD), Judy Bla +ke (MGD) $Gene_Ontology ; GO:0003673 $cellular_component ; GO:0005575 %extracellular ; GO:0005576 <fibrinogen ; GO:0005577 <fibrinogen alpha chain ; GO:0005972 <fibrinogen beta chain ; GO:0005973 this is the following file parsed with events turned directly into XML +: <subgraph> <term> <acc>GO:0003673</acc> <name>Gene_Ontology</name> <is_root>1</is_root> </term> <term> <acc>GO:0005575</acc> <name>cellular_component</name> <rel> <type>isa</type> <obj>GO:0003673</obj> </rel> </term> <term> <acc>GO:0005576</acc> <name>extracellular</name> <rel> <type>isa</type> <obj>GO:0005575</obj> </rel> </term> <term> <acc>GO:0005577</acc> <name>fibrinogen</name> <rel> <type>partof</type> <obj>GO:0005576</obj> </rel> </term> <term> <acc>GO:0005972</acc> <name>fibrinogen alpha chain</name> <rel> <type>partof</type> <obj>GO:0005577</obj> </rel> </term> <term> <acc>GO:0005973</acc> <name>fibrinogen beta chain</name> <rel> <type>partof</type> <obj>GO:0005577</obj> </rel> </term> </subgraph>

In reply to Re: Re: Network format for Gene Ontology by matth
in thread Network format for Gene Ontology by matth

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-20 06:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found