Skip to content

Marker genes disappeared in integrated dataset with SCTransform #4888

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

You must be logged in to vote

In your second workflow, you switch back to RNA assay to perform DE, but you need to normalize the data first

DefaultAssay(sct) <- "RNA"
sct <- NormalizeData(sct)
C0.markers <- FindConservedMarkers(sct, ident.1 = 0, grouping.var = "sample", verbose = FALSE)

This will also explain the super high (or low) log fold changes that you see.

Alternatively, if the library sizes across WT and KO are comparable you can also use the data slot of SCT assay to perform DE.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stanaka6
Comment options

@saketkc
Comment options

@stanaka6
Comment options

Answer selected by stanaka6
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