Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Code Block
languagejs
themeRDark
linenumberstrue
{
	version: 1,


	name: "",
	author: "josemijuanes@gmail.com",
	description: "",
	
	nodes: [
		{
			id: "",	
			name:"",
			type: "protein",
			group: "PC1",
			display: {
				x: 34,
				y: 56,
				size: 12,
				shape: "circle",
				hide: true,
				status: "disabled",
				stroke: "",
				class: ""
			}
		}
	],


	relations: [
		{
			id: "",
			name: "",
			type: "",
			source: "",
			target: "",
			display: {
				color: ""
			}
		}
	],


	attributes: {
		program: "BioNetDB"
	}
}


where:


Table of Contents:

Table of Contents
indent20px