Hi,
I am new to RNA seq and seq data analysis.
I want to use DESeq2 to extract differential expression data for cells (from three donors) seeded on two different scaffolds (scaffold 1 and 2) across three different time points and compare them with an industry standard control (scaffold 3) and positive control (TCP).
Experimental design is as follows,
- scaffold 1 (POC1.1) + cells in normal media (NM)
- scaffold 2 (POC1.3) + cells in normal media (NM)
- scaffold 3 (PLDLA) + cells in normal media (NM)
- cells in tissue culture plastic in osteogenic induction media (OM) (control)
-Three time points day 7, day 14 and day 21
-all samples in biological triplicates (3 donors)
Total of 36 samples
I would like to find out deferentially expressed genes in cells cultured on POC 1.1 and POC 1.3 in normal media against PLDLA and osteogenic differentiated cells in tissue culture plastic (TCP).
My sample table looks like the following
|
sample name |
file name |
condition |
Group |
time |
1 |
POC1.1 |
7_1_A.bam |
NM |
POC1.1 |
7 |
2 |
POC1.3 |
7_1_B.bam |
NM |
POC1.3 |
7 |
3 |
PLDLA |
7_1_C.bam |
NM |
PLDLA |
7 |
4 |
TCP |
7_1_D.bam |
OM |
TCP |
7 |
5 |
POC1.1 |
7_2_A.bam |
NM |
POC1.1 |
7 |
6 |
POC1.3 |
7_2_B.bam |
NM |
POC1.3 |
7 |
7 |
PLDLA |
7_2_C.bam |
NM |
PLDLA |
7 |
8 |
TCP |
7_2_D.bam |
OM |
TCP |
7 |
9 |
POC1.1 |
7_3_A.bam |
NM |
POC1.1 |
7 |
10 |
POC1.3 |
7_3_B.bam |
NM |
POC1.3 |
7 |
11 |
PLDLA |
7_3_C.bam |
NM |
PLDLA |
7 |
12 |
TCP |
7_3_D.bam |
OM |
TCP |
7 |
13 |
POC1.1 |
14_1_A.bam |
NM |
POC1.1 |
14 |
14 |
POC1.3 |
14_1_B.bam |
NM |
POC1.3 |
14 |
15 |
PLDLA |
14_1_C.bam |
NM |
PLDLA |
14 |
16 |
TCP |
14_1_D.bam |
OM |
TCP |
14 |
17 |
POC1.1 |
14_2_A.bam |
NM |
POC1.1 |
14 |
18 |
POC1.3 |
14_2_B.bam |
NM |
POC1.3 |
14 |
19 |
PLDLA |
14_2_C.bam |
NM |
PLDLA |
14 |
20 |
TCP |
14_2_D.bam |
OM |
TCP |
14 |
21 |
POC1.1 |
14_3_A.bam |
NM |
POC1.1 |
14 |
22 |
POC1.3 |
14_3_B.bam |
NM |
POC1.3 |
14 |
23 |
PLDLA |
14_3_C.bam |
NM |
PLDLA |
14 |
24 |
TCP |
14_3_D.bam |
OM |
TCP |
14 |
25 |
POC1.1 |
21_1_A.bam |
NM |
POC1.1 |
21 |
26 |
POC1.3 |
21_1_B.bam |
NM |
POC1.3 |
21 |
27 |
PLDLA |
21_1_C.bam |
NM |
PLDLA |
21 |
28 |
TCP |
21_1_D.bam |
OM |
TCP |
21 |
29 |
POC1.1 |
21_2_A.bam |
NM |
POC1.1 |
21 |
30 |
POC1.3 |
21_2_B.bam |
NM |
POC1.3 |
21 |
31 |
PLDLA |
21_2_C.bam |
NM |
PLDLA |
21 |
32 |
TCP |
21_2_D.bam |
OM |
TCP |
21 |
33 |
POC1.1 |
21_3_A.bam |
NM |
POC1.1 |
21 |
34 |
POC1.3 |
21_3_B.bam |
NM |
POC1.3 |
21 |
35 |
PLDLA |
21_3_C.bam |
NM |
PLDLA |
21 |
36 |
TCP |
21_3_D.bam |
OM |
TCP |
21 |
I want to test for
- POC1.1 Vs PLDLA for day 7, day 14 and day 21
- POC1.3 Vs PLDLA for day 7, day 14 and day 21
- PLDLA Vs TCP for day 7, day 14 and day 21
- POC1.1 Vs TCP for day 7, day 14 and day 21
- POC 1.3 Vs TCP for day 7, day 14 and day 21
- POC 1.1 Day 7 Vs Day 14 Vs Day 21
- POC 1.3 Day 7 Vs Day 14 Vs Day 21
- PLDLA Day 7 Vs Day 14 Vs Day 21
- TCP Day 7 Vs Day 14 Vs Day 21
Does this comparison make sense? Any suggestions are appreciated.
Can anyone please help with design formulas for differential expression using DESeq2 for the above-mentioned comparisons.
Thank you very much in advance
Best Regards
Arun
If you want to know whether your comparisons make sense, you need to tell us more about the biology of your experiment. What is a "scafffold" and what do you want to find out about it?
Hi Simon,
Thanks for the reply.
I have edited the question above. Here is the brief experimental details.
The scaffold here is a hydroxyapatite dopped polymer. I am looking at osteoinductive properties of two different polymers (scaffold 1 and 2 (POC1.1 AND POC 1.3)) in comparison with an industry standard polymer (scaffold 3 (PLDLA)) and cells that are induced to differentiate in tissue culture plastic (TCP).
I want to find out differential gene expression in scaffold 1 and 2 compared to the control material (scaffold 3) and positive control (TCP) across three time points. This will be followed by IPA analysis. Can I do this in one run in DESeq2 or Do I have to run each comparison separately.
Please note cells are human origin and are in biological triplicates and I have single end sequences not paired end.
Thank you in advance
Arun