I have and experiment with two genotypes and two treatments, and 4 biological replicates
The most important question to me is whether the genotypes are responding different to the treatments.
I started my analysis using tophat cufflinks cuffdiff but I realized that the tools do not allow me to measure the significance of the interactions. I found that the only way to measure how the two genotypes are performing different in the conditions is using ven diagrams.
X genes from genotype A responded to condition 1. Where X is a list of those genes.
Y genes from genotype B responded to condition 1. Where Y is a list of those genes.
A to measure differential response of genotypes to condition I get those element of X that does not intersect elements of Y.
I don’t like it. If some one know any better way to use the tuxedo tools to perform this kind of analysis PLEASE ILLUMINATE ME.
Now I think that DESeq is a nice tool to perform this kind of analysis.
My question is wheter I can use data already produced with the tuxedo tools as entry table in DESeq.
IF cuffdiff perform differential expression analysis at the level of gene and transcript, then and certain point of the workflow (probably before to compute FPKM) a table with row count per object (transcript gene isoform) must exist. It is possible to get that table. Is that table one of the count tracking files generated by cuffdiff?
It is my proposed approach valid at all?
Althoug similar question have been discussed in the threads I couldn’t deduce an answer to my question from those.
The most important question to me is whether the genotypes are responding different to the treatments.
I started my analysis using tophat cufflinks cuffdiff but I realized that the tools do not allow me to measure the significance of the interactions. I found that the only way to measure how the two genotypes are performing different in the conditions is using ven diagrams.
X genes from genotype A responded to condition 1. Where X is a list of those genes.
Y genes from genotype B responded to condition 1. Where Y is a list of those genes.
A to measure differential response of genotypes to condition I get those element of X that does not intersect elements of Y.
I don’t like it. If some one know any better way to use the tuxedo tools to perform this kind of analysis PLEASE ILLUMINATE ME.
Now I think that DESeq is a nice tool to perform this kind of analysis.
My question is wheter I can use data already produced with the tuxedo tools as entry table in DESeq.
IF cuffdiff perform differential expression analysis at the level of gene and transcript, then and certain point of the workflow (probably before to compute FPKM) a table with row count per object (transcript gene isoform) must exist. It is possible to get that table. Is that table one of the count tracking files generated by cuffdiff?
It is my proposed approach valid at all?
Althoug similar question have been discussed in the threads I couldn’t deduce an answer to my question from those.
Comment