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

name.of.obj.to.load in performance_evaluator.R #5

Open
axitamm opened this issue Feb 28, 2024 · 0 comments
Open

name.of.obj.to.load in performance_evaluator.R #5

axitamm opened this issue Feb 28, 2024 · 0 comments

Comments

@axitamm
Copy link

axitamm commented Feb 28, 2024

Thank you for this wonderful code!

I am writing to seek help with this error:

Error in get(as.character(name.of.obj.to.load), envir = env2load.outer) :
object 'probs' not found

In the lines 76-79 of the performance_evaluator.R code, I see that the CVfold.1.0.Rdata file [first file in the for loop] is being loaded into the environment. Line 80 attempts to "get(as.character(name.of.obj.to.load)" from the environment. From the start (loading .IDAT files) to this point, I can not find this object into the environment or inside any other object including the CVfold.1.0.Rdata file.

May you guide me as to where is this object exactly?

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