![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Looking for an interested party | brjordan | General | 1 | 10-11-2020 07:21 AM |
input for DEseq2 differential expression and multi comparisons between samples | safa | RNA Sequencing | 0 | 08-30-2017 07:03 AM |
Multiple comparisons using DESeq2 | johnU | Bioinformatics | 0 | 08-09-2017 01:16 PM |
DESeq2 - Pairwise comparisons in multifactor experiments | JakobW | RNA Sequencing | 0 | 01-25-2016 08:33 AM |
Interested in metagenomics. | AndrewRGross | Introductions | 0 | 09-18-2013 10:42 AM |
![]() |
|
Thread Tools |
![]() |
#1 | |
Junior Member
Location: Earth Join Date: Nov 2017
Posts: 1
|
![]()
Hello all,
I am currently performing a large RNA-seq analysis from mice PBMCs. The dataset contains around 6,000 transcriptomic profiles and I would like to use DESeq2 to identify the sets of differentially expressed genes in the different conditions. In total, I have 100 biological stimulations, and for each stimulation I have 30 control samples and 30 samples treated with a molecule of interests (so is have: (30 controls+30 treated) * 100 stimulations = 6,000 samples). I want to identify, for each stimulation, the sets of differentially expressed genes between control samples and treated samples. I do not want to compare samples from the different stimulations. In total, I would like to have thus 100 lists of differentially expressed genes. I have started to use deseq2 to identify these lists but deseq2 is spending lot of time to perform comparisons on which I am not interested with (comparisons between the biological stimulations). For now, I have a table sampleTable which looks like that: ![]() I am using DEseq2 using the following command: Quote:
Thank you and best, |
|
![]() |
![]() |
![]() |
#2 |
I like code
Location: San Diego, CA, USA Join Date: Sep 2009
Posts: 438
|
![]()
You may want to just split the data up into per-stimulation chunks. Otherwise the modeling in DESeq2 will use all samples and all stimulations to establish dispersions. If the separate stimulations are meant to be experimentally separate then you should not put all of the into the same model. So you'll run 'DESeqDataSetFromHTSeqCount' 100 times each with a subset of your data corresponding to a single stimulation.
__________________
/* Shawn Driscoll, Gene Expression Laboratory, Pfaff Salk Institute for Biological Studies, La Jolla, CA, USA */ |
![]() |
![]() |
![]() |
Tags |
deseq2, differential expression, rna-seq |
Thread Tools | |
|
|