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

cyto_map not working #203

Open
bvoneyss opened this issue May 3, 2024 · 2 comments
Open

cyto_map not working #203

bvoneyss opened this issue May 3, 2024 · 2 comments
Labels
Bug Something isn't working

Comments

@bvoneyss
Copy link

bvoneyss commented May 3, 2024

Describe the bug
Hi,
I recently started using CytoExploreR, and I really love this package!! Thx a lot!

When I run cyto_map on a GatingSet object (gs) cyto_map returns the following error:

 cyto_map(
    gs,
    #parent = "LSK", # population to map
    channels = c("CD48","CD34"),
    display = 1000
)

Computing UMAP co-ordinates...
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
line 5 did not have 3 elements

All other functions I have tested so far (cyto_gate_draw, cyto_gate_copy, cyto_copy, cyto_plot_gating_scheme, cyto_stats_compute) work perfectly fine with this object but cyto_map keeps returning this error.

To Reproduce
see above

Expected behavior
normally cyto_map should return a dimensionality reduction plot (here UMAP).

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
R Studio server on Linux:
Operating System: SUSE Linux Enterprise Server 15 SP5
CPE OS Name: cpe:/o:suse:sles:15:sp5
Kernel: Linux 5.14.21-150500.55.52-default

sessionInfo()
other attached packages:
[1] RColorBrewer_1.1-3 flowSpecs_1.16.0 lubridate_1.9.3 forcats_1.0.0 stringr_1.5.1 dplyr_1.1.4 purrr_1.0.2
[8] readr_2.1.5 tidyr_1.3.1 tibble_3.2.1 tidyverse_2.0.0 ggpubr_0.6.0 ggplot2_3.5.0 ncdfFlow_2.48.0
[15] BH_1.84.0-0 CytoExploreRData_1.0.3 CytoExploreR_1.1.0 openCyto_2.14.0 flowCore_2.14.2 flowWorkspace_4.14.3

Additional context
Add any other context about the problem here.

@bvoneyss bvoneyss added the Bug Something isn't working label May 3, 2024
@djhammill
Copy link
Collaborator

Pasting the output of traceback() here after you get the error may be informative.

@bvoneyss
Copy link
Author

bvoneyss commented Jun 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants