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
I'm currently using your package in order to export my seurat object in h5ad format to work in python.
Here is my code and verbose :
> SaveH5Seurat(object = data_test,
+ filename = paste0(output_name, ".h5seurat"),
+ assay = "RNA")
Creating h5Seurat file for version 3.1.5.9900
Adding counts for RNA
Adding data for RNA
No variable features found for RNA
No feature-level metadata found for RNA
Adding data for integrated
Adding scale.data for integrated
Adding variable features for integrated
No feature-level metadata found for integrated
Adding cell embeddings for pca
Adding loadings for pca
Adding projected loadings for pca
Adding standard deviations for pca
Adding JackStraw information for pca
Adding cell embeddings for umap
No loadings for umap
No projected loadings for umap
No standard deviations for umap
No JackStraw data for umap
> Convert(source = paste0(output_name, ".h5seurat"),
+ dest = "h5ad",
+ assay = "RNA")
Validating h5Seurat file
Adding data from RNA as X
Adding counts from RNA as raw
Transfering meta.data to obs
Adding dimensional reduction information for umap (global)
I only retrieve the "umap" reduction. I am working on several umap because I want to evaluate the importance of K in the neighbouring so I have one seurat object with several reduction called : "umapk...". How can I save my Seurat object with all the reductions ?
Hello !
I'm currently using your package in order to export my seurat object in h5ad format to work in python.
Here is my code and verbose :
I only retrieve the "umap" reduction. I am working on several umap because I want to evaluate the importance of K in the neighbouring so I have one seurat object with several reduction called : "umapk...". How can I save my Seurat object with all the reductions ?
Is it possible ?
Here is my sessionInfo :
Thanks for your time
Best
Lea
The text was updated successfully, but these errors were encountered: