def create
    @biological_associations_graph = BiologicalAssociationsGraph.new(biological_associations_graph_params)

    respond_to do |format|
      if @biological_associations_graph.save