BioGRID ================================ Loads interactions data from BioGRID Types of data loaded -------------------- genes, proteins, interactions How to download the data --------------------------- From the download section of the BioGRID website: http://thebiogrid.org Download the file named: `BIOGRID-ORGANISM-[version].psi25.zip`. How to load the data into your mine -------------------------------------- project XML example ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: xml biogrid_config.properties ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Determines which gene identifiers are set. organisms - If none are configured, all interactions are stored. This is what the gene looks like in biogrid .. code-block:: xml CG1111 `shortLabel` To set your gene.identifier to be the shortLabel in the biogrid XML, use this config: .. code-block:: properties .=shortLabel `xref` To set your gene.identifier field to be a value from an xref entry, use this syntax: .. code-block:: properties .xref. = .. note:: xref "db" value is not case sensitive, case seems to vary from file to file. .. index:: BioGRID