To add some detail to the first point - its essential to validate your in silico results with in vitro ones. Did the cells change in morphology after treatment? Is there a good reason to believe that the treatment was indeed effective?
We have 3 replicates for control, and 3 replicates for treatment.
The 3 replicates are distant from each other in the 3D PCA, while for each replicate, the control and treatment are so close(seems the antibody effects are so small).
After DEseq2 and limma, and then the enrichment analysis, both pathways' annotations are very similar, and DEGs are all very very few(below 10) after padj < 0.05 and abs(log2FC) >1. Also checked several times of the code, and did not find an obvious bug to date....
What are you comparing? If you describe your setup a bit more one might come up with a more powerful design. Is this a paired analysis, so do you have like three donors and you expose cells from it to a treatment or mock?
Given the technical side is very good, some more obvious conclusions are
Treatment did nothing significant.
Quite a bit of variability among the replicates.
Since PCA shows that control and treatment group are mixed together then I would say (1) is more likely than (2). Worth get the distance/similarity matrix between the samples in the analysis and performing a hierarchically clustered and heatmap. That would tell you if there is clear branching between treatment and control and also if the replicates are similar to each other within each condition.
To add some detail to the first point - its essential to validate your in silico results with in vitro ones. Did the cells change in morphology after treatment? Is there a good reason to believe that the treatment was indeed effective?
Thanks a lot!
The experimental side states have found changed phenotype....
Thanks a lot!
We have 3 replicates for control, and 3 replicates for treatment.
The 3 replicates are distant from each other in the 3D PCA, while for each replicate, the control and treatment are so close(seems the antibody effects are so small).
After DEseq2 and limma, and then the enrichment analysis, both pathways' annotations are very similar, and DEGs are all very very few(below 10) after padj < 0.05 and abs(log2FC) >1. Also checked several times of the code, and did not find an obvious bug to date....
What are you comparing? If you describe your setup a bit more one might come up with a more powerful design. Is this a paired analysis, so do you have like three donors and you expose cells from it to a treatment or mock?