Home

Awesome

<p align="center"><img src="./images/logo.png" alt="icon"></p>

<ins>Note</ins>: This is only intended to showcase processing in Gallia, it is not complete nor thoroughly tested at the moment. Use output at your own risk.

See original announcement on the GeneMania google group and BioStars. For more information, see gallia-core documentation, in particular the bioinformatics examples section.

<a name="description"></a>

Description

Uses Gallia transformations to turn TSV data from http://genemania.org/data/current/Homo_sapiens/ into objects like:

<a name="output"></a>

{
  "_id": "ENSG00000123456",

  "co_expression": [
    { "target": "ENSG00000654321",
      "context": [
        { "weight": 0.021,
          "network": "Meier-Seiler-2009",
          "source": "GEO",
          "pubmed": "12345678" },
        { "weight": 0.019,. .. },
        ...
  ],

  "predicted": [ ... ],
  ...  
}

Note that the processing makes use of Gallia's "poor man scaling", which can be seen in action here in the processing code.

<a name="references"></a>

GeneMania References

Contact

You may contact the author at: <sub><img src="./images/ct.png"></sub>