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

saves only the variable features #177

Open
SofyaMa opened this issue Mar 3, 2024 · 1 comment
Open

saves only the variable features #177

SofyaMa opened this issue Mar 3, 2024 · 1 comment

Comments

@SofyaMa
Copy link

SofyaMa commented Mar 3, 2024

When I do : SaveH5Seurat(merged_seurat, filename = "merged.seurat.h5Seurat",overwrite = T,save_genes= T)
Convert("merged.seurat.h5Seurat", dest = "h5ad",assay = "RNA", overwrite = T) , in Python the object contains only the 2000 variable genes... I would like to have all genes .. what should I do ? thank you so much in advance !

@to-be-so-lonely
Copy link

I think you can try

object <- DietSeurat(object = object, counts = T, data = T, scale.data = F, assays = "RNA", dimreducs = c('pca', 'umap', 'harmony'))
object

as explained in #75

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

2 participants