Replies: 1 comment
-
I am going to guess you used SoupX to remove ambient RNA. On their vignette they remind us that "by default
That fixed it for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to do pseudobulk analysis on GEO dataset from Lake et al.. I did many similar analysis without a problem. However, has a sanity check, following the Seurat tutorial work just fine:
Expected:
Seurat tutorial on the ifnb dataset
When running on the tutorial data,
FindMarkers()
does the conversation to integer automaticallyFindMarkers
messagesProblem:
However, doing the same on the Lake et al. dataset return the error
Error in DESeqDataSet(se, design = design, ignoreRank) : some values in assay are not integers
.What am I missing? I did DESeq2 pseudobulk analysis in the past with other dataset from GEO with no issues...
I could always convert the counts fromt
bulk
object to integer manually then run DESeq2 manually but it seems like re-inventing what's already coded inFindMarkers()
Thanks for any guidance here
Beta Was this translation helpful? Give feedback.
All reactions