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

error plotting with anchored features #50

Open
welshsae opened this issue Jul 10, 2019 · 0 comments
Open

error plotting with anchored features #50

welshsae opened this issue Jul 10, 2019 · 0 comments

Comments

@welshsae
Copy link

When trying to create a new plot set, everything works fine with all plot types, except for 'anchored features'.
When I attempt to run calculation with 'anchored features' selected, I receive the following error:

"Error in is.data.frame(x) : object 'M' not found"

I'm using 10bp bins, statistic mean, no additional options, 1000bp upstream, 1000bp anchored, and 1000bp downstream

If I select "Remove zeros", I get the following error:
"Error in M[M == 0] <- NA : object 'M' not found"

If I select statistic = median, I get the following error:
"Error in apply(M, 2, median, na.rm = TRUE) : object 'M' not found"

What is object 'M' and how can I correct for this error?
I'm using version 3.0.12

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