Heatmaps for differential expressed probes
0
0
Entering edit mode
3.1 years ago
gs000095 ▴ 10

Dear all,

I processed raw methylation data using minfi and methylation array analysis libraries and finally came to a point that after I fit my model I get the up and down-regulated probes between different subgroups of my cancer.

``` fit2 <- contrasts.fit(fit,contmatrix)
     fit2 <- eBayes(fit2)
    #Number of Differentially methylated CpG sites at FDR 5%
    a1 <- summary(decideTests(fit2))

This gives an output of probes that are up or down-regulated in my 5 different subgroups as follows output

Now my question is, how can I extract all these differentially expressed probes? Can I use them directly to plot a heatmap or are there some other steps that need to be carried out? I tried using topTable() and it gave out all the probes arranged with the most significant p-values, however, when I try to plot the top 10 or 100 probes I get a memory error from the heatmap. Any help will be greatly appreciated!

Thank you in advance

Shweta

R sequencing genome gene • 812 views
ADD COMMENT
0
Entering edit mode

Thank you so much for your feedback!

ADD REPLY

Login before adding your answer.

Traffic: 2932 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6