Hi,
I understand that bioconductor packages such as edgeR and DESeq require readcounts for further downstream analysis.I have FPKM values from cufflinks.Can I just use the values to produce a heatmap?
Also,I want to get the top expressed genes from normals vs Tumors.Any suggestions.
Best,
Ron
The purpose of zFPKM is to define a meaningful thresholds for active genes. For clustering a simple
scale()
is sufficient.Hi Hamid I also want to cluster my genes for plotting a heatmap. How should I cluster then I have upregulated genes together and downregulated together? I want to see patterns and difference in patterns between two groups (treatment and control)
@rhasanvandj,
Do a differential expression analysis, Set a cut-off to retrieve DE genes, Use a package for heatmap plotting. Please check this tuturial from Kevin Blighe.
Please open your own question rather than piggybacking on another if you have one. This helps us keep the site organized and allows other to find your question more easily.