Hello everyone,
I’m happy to announce a new set of features for our tool Bio4jExplorer plus some changes in its design. I hope this may help both potential and current users to get a better understanding of Bio4j DB structure and contents.
Node & Relationship properties
You can now check with Bio4jExplorer the properties that has either a node or relationship in the table situated on the lower part of the interface. Five columns are included:
- Name: property name
- Type: property type (
String
,int
,float
,String[]
, …) - Indexed: either the property is indexed or not (yes/no)
- Index name: name of the index associated to this property -if there’s any Index name: type of the index associated to this property -if there’s any
Node & Relationship Data source
You can also see now from which source a Node or Relationship was imported, some examples would be Uniprot, Uniref, GO, RefSeq…
Relationships Name property
With this new version you can directly check here the “internal” name of relationships without having to go to the respective javadoc documentation.
This is quite useful when you are writing your Cypher or Gremlin queries, just check it, copy it, and paste it in your query. An example using the relationship shown in the picture would be this query included in the Bio4j Cypher cheatsheet:
Get proteins (accession and names) associated to an interpro motif (limited to 10 results)
1 2 3 4 5 |
|
The url for Bio4jExplorer is the same as before:
In case you are interested on how the tool is implemented, please go to the previous post about Bio4jExplorer where you can find information about the different code repos and more info.
If you want to check the files including the hard-coded information regarding how nodes, relationships, and indexes are organized, and which is the input for the program which creates the AWS SimpleDB domain, I just uploaded them to the bio4j-public S3 bucket. Please click on their names to download them:
- NodesBio4j.txt
- NodeIndexesBio4j.txt
- NodePropertiesBio4j.txt
- RelationshipsBio4j.txt
- RelationshipPropertiesBio4j.txt
- RelationshipIndexesBio4j.txt
I wish you all a great weekend!
I’ll have mine at the beach enjoying our great springy weather with lots of sun down here in Andalucia ;)