Add gene names for significant genes in volcano plot (CummeRbund)
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Visualization of RNA-seq gene expression only one gene of interest between 2 conditions
written by Chris •Hi Biostars, I looked for kind of plot use log2FC to visualize gene expression of only one gene but could not find out. Would you …
-
Microarray data correlation plot between highly expressed genes
written by asmitabioinfo2203 •hello all, I have microarray data intensity count matrix generated by Transcriptome Analysis Console (TAC) 4.0 and want to generate correlation between more significant expressed …
-
volcano plot in R
written by parinv •I am trying to plot a volcano plot after DE analysis. The tutorial I'm using gives following code: volcanoplot(fit2,highlight=10,names = genesymbol) using this I am …
-
How to label custom multiple gene lists object into volcano plot?
written by choijamtsmHello everyone! I am new here and I tried to make a basic volcano plot with R. #import data res <- read.table("results.txt", header=TRUE) genes <- …
-
Significant genes in scatterplot of Cummerbund
written by antonio.dos.hermanas •I would like to get a scatterplot from CummerBund package, where this plot shows the significant genes. I could do it for volcano plot, but …
-
Label selected genes in volcano plot from ggplot
written by saamar.rajputI have a data frame with the differentially expressed genes from EdgeR, Now I am trying to make a volcano plot of it but I …
-
How to add single gene name in volcano plot ?
written by MikeHi all, I am using R script from Getting Genetics Done ( http://www.gettinggeneticsdone.com/2014/05/r-volcano-plots-to-visualize-rnaseq-microarray.html) to generating Volcano plots but my problem is how to show particular …
-
How to highlight single gene in volcano plot?
written by biopat •Hi all, I am in the process of creating a volcano plot from my cuffdiff data. I am using cummeRbund. I want to highlight a …
-
How to change group names with cummeRbund
written by mandar.bobade •<p>Hi everyone,</p> <p>I am using cummeRbund for cuffdiff data presentation. I have time series data, with three multiple groups, i.e. treatment-1, treatment-2 and treatment-3. While …
-
Whether FPKM values can be used to indicate the expression level of genes
written by Ginsea ChenHi ALL I have used Tophat -> cufflinks -> cummerbund to analyze interested gene expression levels among different tissues. I got plot expression levels for …
Could you please also post.. 1) head of your data 2) code used so far
Just the basic command
This is the basic code:
So, why is yours different? Why do you use
Also, perhaps include features=false if you didn't set the feature-level data?
Did you already try using basic R plotting functions like arrows and text?