gitter-lab / SINGE

Gene regulatory network reconstruction from pseudotemporal single-cell gene expression data
MIT License
11 stars 6 forks source link

Error when dropping samples #24

Closed agitter closed 5 years ago

agitter commented 5 years ago

The current implementation of the function that drops samples has a bug that only drops randomly-selected zero-valued samples instead of any sample: https://github.com/gitter-lab/SINGE/blob/8e75a502885552165cd40f1e53a6feeb4ee8b9c2/code/dropSamples.m#L17

We plan to correct this and release a new version of SINGE soon. We will update the test cases as well.