Seurat DESeq2 interaction terms
Wondering if there is a good tutorial out the for differential expression analysis using interaction terms in Seurat with DESeq2? Like for instance if having two genotypes and two treatment conditions? Thanks!
rna-seq
seurat
deseq2
• 1,711 views
•
link
written
by
LacquerHed •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Wilcox test using data slot (log normalized count values) of scRNA-seq between two groups
written by mropriHi, I was wondering would one be able to do a wilcox test for a specific gene in the same cell type in two different …
-
Testing the interaction term in single-cell RNAseq DEG analysis
written by cwwong13 •I wonder if there is a way to test for the "interaction term" in Seurat. I have two categorical variables and would like to know …
-
Differential expression between two conditions in sc RNA seq
written by Stavroula •Hello, I was wondering if there is a way for differential expression analysis between two conditions when you don't have replicates yet. At the moment …
-
Suggestions for doing differential expression with 10x single cell data (two conditions, 4 replicat…
written by m.sadman.sakibHello everyone! I have just started analysing a 10x single cell dataset, which has two conditions(control vs treatment). I am using Seurat and their detailed …
-
DEG analysis between control and treatment groups in integrated scRNAseq analysis
written by aa123 •I am using the Seurat platform to perform integrated analysis on my single cell data. I have four samples derived from one biological replicate. I …
-
Some questions regarding DESeq2
written by wangdp123Hi there, I am reading through the manual of DESeq2 package and I have run into two questions about how to use this package properly. …
-
Using DESeq2 to analyze similarities in treatment effect - 2 conditions and 4 genotypes
written by martin.strand •I have a mRNASec dataset with 2 conditions and 4 genotypes and I'm interested in finding genes that have a similar change in expression across …
-
Significance level of each variable used in the model
written by rthapa •Hi, I want to use two factorial model (two genotypes and two level of treatments) for analysis using DESEQ2. I want to see the interaction …
-
Question about analysis design in DeSeq2
written by jillianrjaycox •I have cells from 5 healthy patients and 5 disease patients. Cells from each patient were treated with control and treatment conditions. I would like …
-
Looking for recommendations of R package for GO enrichment analysis based on gene list and a Trinot…
written by BioBingHi all, I was wondering if some of you could recommend me a good R package for GO Enrichment Analysis and creating graphs of functional …
Do you have biological replicates that allow pseudobulk-DE or do you strictly want to use the per-cell counts? I would probably simply take the matrix of raw UMI counts out of Seurat and then do the DESeq2 part manually once it goes beyond a simple two-group comparison. DESeq2 should be much faster after the next version (1.30.0, see https://github.com/mikelove/DESeq2/blob/master/NEWS) is being released due to addition of a new method to estimate the model parameters (from the glmGamPoi package).
I do have biological replicates that allow pseudobulk-DE. Thanks for the suggestion.
If for instance I did not have replicates, how would you go about using the per-cell counts for more complex comparisons? Have the DESeq2 interaction part down, just wondering about other options. Thanks.