Skip to content

Seurat workflows and compatibility with targeted gene panels #4288

Answered by saketkc
jhb1980 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jhb1980,

Thanks for your question and thanks for bringing our attention to the newly released data! We will probably have a detailed vignette on these type of datasets soon, but I did some quick analysis below.

There are indeed some house keeping genes in the panel (and they exhibit the usual technical noise):

SCTransform's variance stabilization works:

With most parameters as defaults, the UMAP:

object <- SCTransform(object = object, method="glmGamPoi",  variable.features.n=500, verbose = FALSE)
object <- RunPCA(object = object verbose = FALSE)
object <- RunUMAP(object = object dims = 1:20, verbose = FALSE)
object <- FindNeighbors(object = object, dims = 1:20, verbose = FALSE)
object 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timoast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4265 on March 25, 2021 21:58.