You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: