Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • heso
    Member
    • May 2014
    • 19

    DESeq data transformation and creating a heatmap

    Hi,

    I have a question about varianceStabilizingTransformation and creating heatmaps.

    The data is without biological replicates, therefore:
    Code:
    cds0_trial=estimateDispersions(cds0_trial, method="blind", sharingMode="fit-only")
    Since I just had technical replicates and no biological I guess it is not a good idea to perform any differential expression analysis. However, I would like to have an heatmap to display the similarities/dissimilarities in my miRNA dataset.

    So:
    When creating the heatmap using:
    Code:
    >select=order(rowMeans(counts(cds0_trial)), decreasing=TRUE)[1:50]
    > hmcol=colorRampPalette(brewer.pal(9, "GnBu"))(100)
    >heatmap.2(counts(cds0_trial)[select,], col=hmcol, trace="none", margin=c(10,6))
    I result in the first graph (slide 1 in "heatmaps_MMu_samples.ppt" (in attachment))


    When performing varianceStabilizedTransformation for the count data, the heatmap looks better (slide 2 in "heatmaps_MMu_samples.ppt")
    However, when plotting the SD of the transformed data neither log2 nor vsd seems to work for the dataset, since the SD is not constant throughout the range. Am I right? (please see graph in attachment: "vsd graph.ppt", left graph=log2, right graph=varStabTransf)

    Can I conclude from this that:
    a)neither log2 nor variance stabilizing trasformation should be applied for this dataset and b) I can't present the data on the heatmap using varStabTansf?

    Is there any better way to show the similarities/dissimilarities in the data? Or can I use some other type of data transformation to visualize the differences on my heatmap?

    Thanks to everybody for answering
    Attached Files

Latest Articles

Collapse

  • SEQadmin2
    Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
    by SEQadmin2



    Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
    ...
    07-09-2026, 11:10 AM
  • SEQadmin2
    Cancer Drug Resistance: The Lingering Barrier to Rising Survival
    by SEQadmin2



    Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

    There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
    07-08-2026, 05:17 AM
  • GATTACAT
    Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
    by GATTACAT
    Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
    07-01-2026, 11:43 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 07-13-2026, 10:26 AM
0 responses
24 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-09-2026, 10:04 AM
0 responses
33 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-08-2026, 10:08 AM
0 responses
21 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-07-2026, 11:05 AM
0 responses
34 views
0 reactions
Last Post SEQadmin2  
Working...