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

method to re-load in R a .nc file that has been created with read.ncdfflowset #51

Open
mikejiang opened this issue Mar 8, 2020 · 1 comment

Comments

@mikejiang
Copy link
Member

From: Dolcetti, Luigi [email protected]
Sent: Sunday, March 8, 2020 10:57 AM
To: Jiang, Mike [email protected]
Subject: ncdfFlow question

Dear Mike,
My name is Luigi and I am setting up an analysis pipeline for flow cytometry data using ncdfFlow.
I am not able to find any method to re-load in R a .nc file that has been created with read.ncdfflowset…. Am I missing something?

@mikejiang
Copy link
Member Author

the nc (or more accurately, hdf5) file generated by ncdfFlowSet is not self-contained file, which only stores the data matrix. All the meta data still resides in R and requires the save_ncfs and load_ncdf functions to fully archive to disk and reload from it.

Also, ncdfFlowSet is now deprecated in favor of the new cytoset introduced in the latest development version of flowWorkspace. Check the vignette here http://bioconductor.org/packages/3.11/bioc/html/flowWorkspace.html

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