I am trying to look at the distribution of single cells per well in the DP feature extraction analysis (4_processing_features/extract_sc_features_dp.ipynb) but I cannot run the notebook.
I am receiving an error in cell 4:
deep_data_nuc = DeepProfiler_processing.DeepProfilerData(
index_file_nuc, profile_dir_nuc, filename_delimiter="/", file_extension=".npz"
)
FileNotFoundError: [Errno 2] No such file or directory: '../3_extracting_features/NF1_nuc_project-DP/inputs/metadata/index.csv'
I am trying to look at the distribution of single cells per well in the DP feature extraction analysis (
4_processing_features/extract_sc_features_dp.ipynb) but I cannot run the notebook.I am receiving an error in cell 4: