User: Assa Yeroslaviz
Assa Yeroslaviz • 1.4k
- Reputation:
- 1,430
- Status:
- Trusted
- Location:
- Munich, Germany
- Last seen:
- 5 days, 3 hours ago
- Joined:
- 13 years, 10 months ago
- Email:
- f*****@gmail.com
0
votes
1
answer
265
views
1
answers
Comment:
C: Time-series analysis with DESeq2
... thanks Michael for the fast response.
so transferring it from the workflow, something like this should do it for me?
ddsTC <- DESeqDataSet(counts, ~ strain + time + strain:time)
ddsTC <- DESeq(ddsTC, test="LRT", reduced = ~ strain + time)
Does this apply only for cases where I have ...
written 9 months ago by
Assa Yeroslaviz • 1.4k
3
votes
1
answer
240
views
1
answer
... In [a great post previously answered by @Michael Love][1] I have found his response as such
> "strainmut.minute15" is the difference between Mut vs WT at minute 15, **controlling for baseline**. If you add "strain_mut_vs_wt" to this, you get the LFC for Mutant vs WT at minute 15, not controlling ...
written 9 months ago by
Assa Yeroslaviz • 1.4k
• updated
9 months ago by
Michael Love ♦ 26k
2
votes
1
answer
265
views
1
answer
... I was wondering how one can do a deseq2 analysis of multiple time points when trying to test for a WT vs TREAT difference at any of the given times.
Let's say I have three time points (1h,2h,3h) and two conditions (WT, TREAT)
In edgeR one can create a contrast matrix and pass the complete matrix t ...
written 9 months ago by
Assa Yeroslaviz • 1.4k
• updated
9 months ago by
Michael Love ♦ 26k
0
votes
1
answer
157
views
1
answer
... Hi, I'm working with a data set with three time points (1d, 5d, 10d and four treatments + ctrl treat1, treat2, treat3, treat4). For each of the 15 combinations I have triplicates (in total 45)
If I understood it correctly both edger and deseq2 works with this interactions terms to combine multipl ...
written 9 months ago by
Assa Yeroslaviz • 1.4k
• updated
9 months ago by
James W. MacDonald ♦ 52k
0
votes
1
answer
293
views
1
answers
Comment:
C: shRNA-Seq analysis using edgeR
... Just for the sake of testing I have tried to analyse only the first group of samples from WT (the first 10 samples).
I have created a new DEGList object using only this subset
x.WT = new("DGEList")
x.WT$counts = as.matrix(WT.table)
x.WT$samples$sample <- as.factor(x.WT$samples$sample)
x.WT$sa ...
written 12 months ago by
Assa Yeroslaviz • 1.4k
0
votes
1
answer
293
views
1
answers
Comment:
C: shRNA-Seq analysis using edgeR
... yes I was thinking the same thing. I have already done the QC plots and they do not look like I have expected it to look like:
plotBCV:
plotMDS
and the Smear plots
plotSmear(lrtMUT, de.tags = de.genes, main = "MUT smear plot")
plotSmear(lrtWT, de.tags = de.genes, , main="WT Smear plot" ...
written 12 months ago by
Assa Yeroslaviz • 1.4k
0
votes
1
answer
293
views
1
answers
Comment:
C: shRNA-Seq analysis using edgeR
... The contrasts matrix I have seen the problem already and changed it beforehand. the QL-function I haven't so thanks for that remark.
But i am not really happy with the results of the differential analysis.
I don't get really good results neither for the MUT comparison before against after
> t ...
written 12 months ago by
Assa Yeroslaviz • 1.4k
0
votes
1
answer
293
views
1
answers
Comment:
C: shRNA-Seq analysis using edgeR
... Thanks for the reply and sorry for the late response.
when using the makeContrast function for the genotype-specific columns I took
contmat = makeContrasts(DiffGentypes = genotypeMut.selectionSelected - genotypeWT.selectionSelected, levels = design)
Does this mean that shRNAs with positive value ...
written 12 months ago by
Assa Yeroslaviz • 1.4k
1
vote
1
answer
293
views
1
answer
... We are doing a loss-of-function shRNA-Seq experiment with 185 shRNA for 37 different genes. We have two conditions (WT and MUT) with each two groups (before and after selection). For each we have five replicate (one only with four0.
we have the following sample data:
sample condition group
A1 WT ...
written 12 months ago by
Assa Yeroslaviz • 1.4k
• updated
12 months ago by
Aaron Lun • 25k
0
votes
1
answer
332
views
1
answers
... Thanks Michael for this suggestion. This is one function I haven't seen before. Looking at the `?unmix` information, I was wondering if I understand it correctly.
Using this would mean that in `x` are my samples with the mixed population and `pure` are the samples withe only one subtype. Is this c ...
written 20 months ago by
Assa Yeroslaviz • 1.4k
Latest awards to Assa Yeroslaviz
Student
10 months ago,
asked a question with at least 3 up-votes.
For deseq2 correcting for batch effects
Popular Question
10 months ago,
created a question with more than 1,000 views.
For samr - extract genes from siggenes.table
Popular Question
10 months ago,
created a question with more than 1,000 views.
For ReportingTools gene IDs
Popular Question
10 months ago,
created a question with more than 1,000 views.
For norm.factors in TMM normalisation
Popular Question
10 months ago,
created a question with more than 1,000 views.
For discrepance in DESeq2 results with different design structures
Great Question
10 months ago,
created a question with more than 5,000 views.
For conditional replace column values with values from a different column
Popular Question
12 months ago,
created a question with more than 1,000 views.
For DESeq2 produces adjusted p-values = 1
Popular Question
12 months ago,
created a question with more than 1,000 views.
For Time-series Analysis using DESeq2 and LRT test
Popular Question
12 months ago,
created a question with more than 1,000 views.
For creating a newCountDataSet from HTSeq-count
Popular Question
13 months ago,
created a question with more than 1,000 views.
For could not find symbol "keepNA" in environment of the generic function
Popular Question
13 months ago,
created a question with more than 1,000 views.
For discrepance in DESeq2 results with different design structures
Popular Question
14 months ago,
created a question with more than 1,000 views.
For discrepance in DESeq2 results with different design structures
Popular Question
14 months ago,
created a question with more than 1,000 views.
For could not find symbol "keepNA" in environment of the generic function
Popular Question
19 months ago,
created a question with more than 1,000 views.
For select keys from org.Mm.eg.db
Popular Question
19 months ago,
created a question with more than 1,000 views.
For biomaRt error when connecting to host
Popular Question
19 months ago,
created a question with more than 1,000 views.
For coefficients meaning in time course analysis with DESeq2
Popular Question
19 months ago,
created a question with more than 1,000 views.
For creating a newCountDataSet from HTSeq-count
Good Answer
2.5 years ago,
created an answer that was upvoted at least 5 times.
For A: Problem with biomart's listMarts function
Voter
2.5 years ago,
voted more than 100 times.
Popular Question
2.5 years ago,
created a question with more than 1,000 views.
For coefficients meaning in time course analysis with DESeq2
Popular Question
2.5 years ago,
created a question with more than 1,000 views.
For DESeq2 produces adjusted p-values = 1
Popular Question
2.5 years ago,
created a question with more than 1,000 views.
For DESeq2 results with RUVSeq values
Appreciated
2.7 years ago,
created a post with more than 5 votes.
For A: Problem with biomart's listMarts function
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 256 users visited in the last hour