![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
cummeRbund get isoforms | paolo.kunder | Bioinformatics | 6 | 04-23-2014 08:59 AM |
Biological replicates with cuffdiff, cummeRbund | turnersd | Bioinformatics | 15 | 11-19-2012 06:59 AM |
Coverage plots for paired end data | swebb | Bioinformatics | 0 | 12-12-2011 02:59 AM |
tag density plots | bogdan | RNA Sequencing | 0 | 12-03-2010 11:44 PM |
overlaying coverage plots | zlu | Bioinformatics | 5 | 08-23-2010 02:49 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Baltimore, MD Join Date: Mar 2011
Posts: 19
|
![]()
Hi,
I recently started using CummeRbund for downstream analysis of cuffdiff output. Really nice tool BTW. I can't figured out exactly how to read the density plot: http://compbio.mit.edu/cummeRbund/manual.html#Global Any help on this? What is the meaning of density in this context? Thanks, Carlos |
![]() |
![]() |
![]() |
#2 |
Member
Location: Cambridge, MA Join Date: Feb 2008
Posts: 82
|
![]()
Hi Carlos,
You can think of the density as a 'smoothed' representation of a histogram. In this particular case, the csDensity plot is being used to examine the distribution of FPKM values across individual samples. Check out http://en.wikipedia.org/wiki/Kernel_density_estimation for more specific information on what is being represented. Thanks for trying cummeRbund! Cheers, Loyal |
![]() |
![]() |
![]() |
#3 |
Member
Location: Baltimore, MD Join Date: Mar 2011
Posts: 19
|
![]()
Thanks for the answer, I understand now.
Looking forward for the cookbook recipes. |
![]() |
![]() |
![]() |
#4 |
Member
Location: washington DC Join Date: Oct 2011
Posts: 21
|
![]()
Since we're on the subject, what is the criteria for something having significance in volcano plots?
I noticed that in some of my graphs my p-value may be less than 0.05 and not be significant according to whats plotted. Can you please elaborate on this. Much appreciated, |
![]() |
![]() |
![]() |
#5 | |
Member
Location: Cambridge, MA Join Date: Feb 2008
Posts: 82
|
![]() Quote:
The significance calls in cummeRbund were originally done against the 'significant' output field from cuffdiff. This was across the board as we were letting cuffdiff decide on a significance threshold. We have since implemented the MTC in cummeRbund and you can specify your own alpha for calls to 'getSig()' for example. However, to your point, I have neglected to include this in the csVolcano plotting methods. So as of now, it's still plotting on the original 'significant' field from cuffdiff. I will make this change for a future version such that you can either turn off the significance callouts and/or provide an alpha value to csVolcano on which to draw your significance threshold. Thanks for pointing this out! Cheers, Loyal |
|
![]() |
![]() |
![]() |
#6 | |
Senior Member
Location: Baltimore Join Date: Mar 2012
Posts: 120
|
![]() Quote:
I also have a quick question on the graph. Since its a log graph, does this graph just not show FPKM values less than 1? One of the reasons I am wondering is because my probability density function (just for from eyeing it) looks like it is less than 1. |
|
![]() |
![]() |
![]() |
#7 |
Member
Location: washington DC Join Date: Oct 2011
Posts: 21
|
![]()
Thank you, Loyal. Also, how can one generate a table based on the data that csVolcano is plotting? The reason I ask is because after manually inspecting my cuff diff output I am not seeing some of the extremely high points csVolcano is plotting. So is there a way to produce a txt file from csVolcano as well as its graph?
|
![]() |
![]() |
![]() |
#8 | |
I like code
Location: San Diego, CA, USA Join Date: Sep 2009
Posts: 438
|
![]() Quote:
try this in R (assuming you imported your data to a variable 'cuff' and your samples are named 'sample1' and 'sample2'). plot(density(diffData(cuff@genes,"sample1","sample2")$value_1)) verses plot(density(diffData(cuff@genes,"sample1","sample2")$value_1+1)) R's kernel density algorithm extends the smoothed line past the actual extent of the data its smoothing. So you'll see the density line go below 1 even if 1 is the lowest value. |
|
![]() |
![]() |
![]() |
#9 | |
Member
Location: Cambridge, MA Join Date: Feb 2008
Posts: 82
|
![]() Quote:
For the csDensity plot, (and in general), when logMode=T then a pseudocount (accessible as 'pseudocount' argument and default=1) is added prior to log transformation. Loyal |
|
![]() |
![]() |
![]() |
#10 | |
Member
Location: Cambridge, MA Join Date: Feb 2008
Posts: 82
|
![]() Quote:
e.g. myDiff<-diffData(genes(cuff)) Cheers, Loyal |
|
![]() |
![]() |
![]() |
#11 |
Senior Member
Location: Baltimore Join Date: Mar 2012
Posts: 120
|
![]()
How do you change the plotting parameters (title, x-axis, sample names, etc.) in csDensity? I tried to put it in the call, but that didn't work:
densityplot1 <- csDensity(genes(cuffy), xlab="xaxis") When I then ran densityplot1, it didn't change the name of the x-axis. I also tried just adjusting it after it plotted, but I kept getting an error saying plot.new has not been created. |
![]() |
![]() |
![]() |
#12 |
I like code
Location: San Diego, CA, USA Join Date: Sep 2009
Posts: 438
|
![]()
They are using the ggplot2 package. I came across a short tutorial for it somewhere. You can't use they typical R options but you can edit the plots after they are generated. I don't remember the. Commands though. Google that package and look for their tutorial.
|
![]() |
![]() |
![]() |
#13 | |
Member
Location: Cambridge, MA Join Date: Feb 2008
Posts: 82
|
![]() Quote:
Cheers Loyal |
|
![]() |
![]() |
![]() |
#14 |
Member
Location: Orange County Join Date: Oct 2010
Posts: 11
|
![]()
Hi,
I am trying to pull out from the scatter plot the list of the outliers, but I haven't found a way through. Does anyone of you have any suggestions? Thanks! Fed |
![]() |
![]() |
![]() |
#15 |
Member
Location: washington DC Join Date: Oct 2011
Posts: 21
|
![]()
^ This would be helpful ^
|
![]() |
![]() |
![]() |
#16 |
Member
Location: Ireland Join Date: Oct 2012
Posts: 42
|
![]()
I'd love to know how to do this too!
|
![]() |
![]() |
![]() |
#17 |
Junior Member
Location: Kerala Join Date: Dec 2016
Posts: 1
|
![]()
Hi,
I have tried cummeRbund density graph after merging the two files. But in result i got 2 graphs.. ![]() ![]() |
![]() |
![]() |
![]() |
Thread Tools | |
|
|