Skip to content

In rm(list = "idxs") : object 'idxs' not found #24

@stubbsrl

Description

@stubbsrl

I have a multiple, similar data sets. In a few of them, one or two chromosomes (different chromosomes in each data set) I get the following error:

In rm(list = "idxs") : object 'idxs' not found

for the command
TopDom(data = "my.matrix", window.size = 20 )

My guess is this has something to do with my matrix for that chromosome, e.g., there is a value the program doesn't like. My matrices are converted over from .hic files using straw and normalized. My guess is there is something that happened in the conversion/normalization. Note, the other 20ish chromosomes are fine.

If my hunch is correct, is there a way to tell TopDom just to ignore that value? If my hunch is incorrect, is there a way to fix the matrix or bypass this error?

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