Skip to content

Error in the graphfinder function #2

Open
@GMaciag

Description

@GMaciag

Thank you for the great work. I was trying to run tSpace on my dataset - 50 PCs of around 11000 cells. However, tSpace failed with error '"Error in -rem : invalid argument to unary operator"'. I debugged and traced the error to line 64 of the graphfinder function

temp <- temp[-rem,]

Turns out in my case 'rem' list is empty - it just contains 50 NULL objects. Because of this empty list the step mentioned above fails. The 'rem' object is created a few lines before in a parallel process I cannot debug further, so I'm not sure which line exactly is causing the problem.

Could you please assist me in solving this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions