-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numbers of differentially expressed genes by timepoint #5
Comments
I find the above To do this, I wrote a function that returns the number of differentially expressed genes (where FDR < 0.1). Tne, I wrote a nested for loop that stores which times points are being compared and the number of DEGs. Then I widen the table and print. I also use
|
female hyp
male hyp
See https://github.com/macmanes-lab/DoveParentsRNAseq/blob/master/analysis/02_DESeq2_hyp.md |
female gonad
male gonad
See https://github.com/macmanes-lab/DoveParentsRNAseq/blob/master/analysis/04_DESeq2_gon.md |
female pit
male pit
https://github.com/macmanes-lab/DoveParentsRNAseq/blob/master/analysis/03_DESeq2_pit.md |
These two images show how manipulation changes expression by comparing to a specific manipulation to a specific time point in parental care (Eg. Day 3 remove eggs versus normal Day 3 incubation). I have also included "normal transitions" (e.g. lay versus day 3 incubation). Here's an image for all the egg or chick removal stages. And here's focusing on manipulations around egg hatching. |
Back to only the characterization study, I like this viewing comparing the two normalization/ differential equation methods edgeR and DESeq2. Table 1: EdgeR comparison of total DEGs determined by edgeR and DESeq2
|
here's the latest of this version, pituitary only from the very bottom of https://github.com/macmanes-lab/DoveParentsRNAseq/blob/master/analysis/03_DESeq2_characterization.md |
Given the large amount of gene expression variance due to tissue type, I examined differences between points in each tissue separately. These are the counts:
Summary of differentially expressed genes (DEG) between timepoints.
See:
The text was updated successfully, but these errors were encountered: