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 about seurat-wrappers with scVelo #67

Open
ghost opened this issue Sep 14, 2020 · 0 comments
Open

Questions about seurat-wrappers with scVelo #67

ghost opened this issue Sep 14, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 14, 2020

Hi,

I follow this tutorial to generate loom file with spliced and unsplied counts, followed by converting loom to Seurat object.

Here are my scripts:
ldat <- ReadVelocity(file = "path/to/loom/file")
bm <- as.Seurat(x = ldat)
saveRDS(bm, file = "path/to/rds/file")
object <- readRDS(file= "path/to/rds/file")
object[['RNA']] <- object[['unspliced']]

My questions are 1) Is it normal that the spliced/unspliced counts are much lower than the numbers I usually got from standard Seurat pipeline(without spliced/unspliced assay)? 2) Is there a way to filter out low quality cells (e.g. low nCounts_RNA, low_nFeature_RNA, high percent.mt) before I run SCTransform?

Thank you!

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

0 participants