Skip to content

Yeast datasets incorrect number of edges #22

Description

@lucassardois

I have tried to import the yeast.json dataset. Once loaded the nodes count is 2361 as expected from your paper. But, you state that the edges count must be around 7,1K, when imported it say that the edges count is around 14,1K.

I got this value by using node.js and doing the following:

let dataset = require('./yeast.json')
console.log(dataset.edges.length) // output: 14364

Can you confirm that there is a mistake in the provided dataset?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions