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

script is interrupted #16

Open
kaloshi opened this issue Aug 16, 2020 · 2 comments
Open

script is interrupted #16

kaloshi opened this issue Aug 16, 2020 · 2 comments

Comments

@kaloshi
Copy link

kaloshi commented Aug 16, 2020

Hello everyone,

I try to use CytoNOrm as FlowJo plugin for the first time.
At the following step the script is stopped:
"## Step 02 of Initial Workflow ##
**> ##################################

fsom <- CytoNorm::prepareFlowSOM(train_data$Path,

  • channels,
  • nCells = 6000,
  • FlowSOM.params = list(xdim = 5,
  • ydim = 5,
  • nClus = nCluster,
  • scale = FALSE),
  • transformList = transformList,
  • seed = 1)

cVals = sort(c(5,nCluster,10,15))

cvs <- testCVs(fsom,

  • cluster_values = cVals)

p <- PlotOverviewCV(fsom, cvs)
Error in (function (file = if (onefile) "Rplots.pdf" else "Rplot%03d.pdf", :
can file 'Rplots.pdf' not open
Calls up: PlotOverviewCV -> -> grid.newpage ->
Execution stopped**"

Got an idea? I have already exchanged some packages (ggplot2, ploty..)

Thanks a lot in advance.

Benjamin

@kaloshi
Copy link
Author

kaloshi commented Aug 16, 2020

working on windows 10, with R 3.6.3

@tomashhurst
Copy link

There seem to be a few issues online that relate to these error messages. Either something is wrong with the plot itself (so it can't plot properly) or there is an issue with your PDF program.

In the R console, could you run session_info() and post the results? This will provide R and package versions etc.

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

2 participants