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 in get(referencePkg): object 'FlowSorted.Blood.EPIC' not found #249

Open
yr542 opened this issue Jul 20, 2023 · 0 comments
Open

Error in get(referencePkg): object 'FlowSorted.Blood.EPIC' not found #249

yr542 opened this issue Jul 20, 2023 · 0 comments

Comments

@yr542
Copy link

yr542 commented Jul 20, 2023

This is the code I have I tried converting it to 450 and it didn't work so I tried not converting and it still did not work. As EPIC seems to be quite standard now I am unsure of why this is not working? The FlowSorted.Blood.EPIC package has been installed and re-installed several times.

Code:

library("FlowSorted.Blood.EPIC")

estimateCellCounts(RGset, 
                   compositeCellType = "Blood",
                   processMethod = "auto", 
                   probeSelect = "auto",
                   cellTypes = c("Bcell", 
                                 "CD4T", 
                                 "CD8T", 
                                 "Eos", 
                                 "Gran", 
                                 "Mono", 
                                 "Neu", 
                                 "NK"
                                ),
                   referencePlatform = "IlluminaHumanMethylationEPIC",
                   returnAll = TRUE,
                   meanPlot = TRUE,
                   verbose = TRUE)

Error:

Warning message in data(list = referencePkg):
"data set 'FlowSorted.Blood.EPIC' not found"
Error in get(referencePkg): object 'FlowSorted.Blood.EPIC' not found
Traceback:

1. estimateCellCounts(RGset, compositeCellType = "Blood", processMethod = "auto", 
 .     probeSelect = "auto", cellTypes = c("Bcell", "CD4T", "CD8T", 
 .         "Eos", "Gran", "Mono", "Neu", "NK"), referencePlatform = "IlluminaHumanMethylationEPIC", 
 .     returnAll = TRUE, meanPlot = TRUE, verbose = TRUE)
2. get(referencePkg)
3. get(referencePkg)

I also tried everything mentioned in this person's StackExchange post. What do I do to navigate around this?

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