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

Questions regarding the input data for scVelo #130

Open
denvercal1234GitHub opened this issue May 4, 2023 · 0 comments
Open

Questions regarding the input data for scVelo #130

denvercal1234GitHub opened this issue May 4, 2023 · 0 comments

Comments

@denvercal1234GitHub
Copy link

denvercal1234GitHub commented May 4, 2023

Hi @zhanghao-njmu,

Thank you for the package!

Related to #109, I hope to get some clarification regarding the input data.

I had loom objects for different samples generated by velocyto, and a Seurat object that had been fully analysed (with clustering and UMAP etc).

I was able to concatenate my loom objects into 1 object and converted it to Seurat object, but this object has not been in anyway processed (e.g., normalise etc that are typically done in scVelo pipeline).

Q1. Do I need to process the spliced and unspliced counts somehow before or after adding to my Seurat cluster object?

Q2. How might I add the ambiguous, matrix, spliced, unspliced to my Seurat GEX cluster object? Do I do as below?

test[["ambiguous"]] <- CreateAssayObject(counts = concat_adata_Seurat@assays$ambiguous)
test[["matrix"]] <- CreateAssayObject(counts = concat_adata_Seurat@assays$matrix)
test[["spliced"]] <- CreateAssayObject(counts = concat_adata_Seurat@assays$splice)

Thank you for your help!

My Seurat GEX cluster object:
Screenshot 2023-05-04 at 18 55 55

My loom-converted Seurat object:
Screenshot 2023-05-04 at 18 56 04

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

1 participant