Hi~
I hope this message finds you well. I am writing to report an issue related to the treecor_harmony function from your tool, which seems to be incompatible with the latest version of Seurat.
With the recent update to Seurat, the function call:
integration <- treecor_harmony(count = raw_data[['count']], sample_meta = raw_data[['sample_meta']], output_dir = output_dir)
results in an error due to the Seurat package's inability to recognize certain slot names. Specifically, the error message indicates:
invalid names for slots of class “Assay5”: min_cells, min_features
It appears that these slot names are no longer valid in the updated Seurat version, I am currently using R version 4.4.0 and Seurat version 5.1.0. I modified the function as follows to adapt to the new version of Seurat:
I also found similar issues in another function, access_data_seurat, which also appears to be affected by Seurat's updates.
Could you please provide guidance or an updated version of your tool to address these compatibility issues? Your assistance would be greatly appreciated.
Hi~ I hope this message finds you well. I am writing to report an issue related to the t
reecor_harmony
function from your tool, which seems to be incompatible with the latest version of Seurat.With the recent update to Seurat, the function call:
integration <- treecor_harmony(count = raw_data[['count']], sample_meta = raw_data[['sample_meta']], output_dir = output_dir)
results in an error due to the Seurat package's inability to recognize certain slot names. Specifically, the error message indicates:
invalid names for slots of class “Assay5”: min_cells, min_features
It appears that these slot names are no longer valid in the updated Seurat version, I am currently using R version 4.4.0 and Seurat version 5.1.0. I modified the function as follows to adapt to the new version of Seurat:
I also found similar issues in another function,
access_data_seurat
, which also appears to be affected by Seurat's updates.Could you please provide guidance or an updated version of your tool to address these compatibility issues? Your assistance would be greatly appreciated.
Thank you very much for your support.
Best regards,
Yingxue Xiao