{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Download Format Help{% endblock %} {% block content %}

Download Format Help

Extension Label Format Description
.png PNG Portable Network Graphics For use in Powerpoint presentations
.bel BEL Biological Expression Language script For exchange to other BEL-aware software. Outputs upgraded/canonicalized BEL 2.0 Script.
.graphml GraphML GraphML For Cytoscape
.csv CSV Comma Separated Values For use in Microsoft Excel, Cytoscape, or other explorers that accept simple formats
.sif SIF Simple Interaction Format For use in Microsoft Excel, Cytoscape, or other explorers that accept simple formats
.cx CX JSON Cytoscape CyberInfrastructure Exchange For upload and sharing with the Network Data Exchange (NDEx)
.json Node-Link JSON Node-Link JSON For custom visualization using D3.js
.gpickle Pickle Python Pickle For programmatic use with PyBEL
.grp GRP Gene Set File Format For use in the Broad Institute Gene Set Enrichment Analysis (GSEA) software
.txt Citation Citation List Exports list of PubMed identifiers in a text file
{% include "footer.html" %} {% endblock %}