Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stubbsrl opened this issue Jul 6, 2023 · 0 comments
Open

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

stubbsrl opened this issue Jul 6, 2023 · 0 comments

Comments

@stubbsrl
Copy link

stubbsrl commented Jul 6, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant