Using glMDPlot function how to show the DGE's in color ?
HI
How do I show up/down DGE's in color. suggestions.
glMDPlot(fit2,counts = fit2$coefficients,status = dtt)
rna-seq
• 48 views
•
link
written
by
sunnykevin97
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to retain interactive plots from Glimma in R Markdown HTML Document
written by soullevram98 •I created an interactive volcano plot using the code below using glXYPlot function in Glimma. A separate HTML page is created; however, when I knit …
-
How to generate Kimura substitution level plots for TE (transposable elements) ?
written by sunnykevin97Hi, Can someone point out a tutorial which helps me to generate the **Kimura substitution plots** from eukaryotic genomes (soft masked - Repeatmasker) ? I …
-
How to obtain FDR across all regions investigated in DiffBind
written by g.persic1991 •Hi guys, I'm interested to make a Volcano plot and using different color i want to show which genes are UP and which are DOWN. …
-
Heatmaps for differential expressed probes
written by gs000095 •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 …
-
manhattan plot for different color in R
written by mag •Hi there, I have such a dataset below, I try to draw a manhattan plot in R. Each chromosome has 2 different groups as Group …
-
PCA using ggplot2/ggfortify autoplot function ?
written by sunnykevin97HI With the normalized+ transformed gene-counts information using autoplot function plotted the PCA. I had additional data something like hormonal levels(6 variables), is it possible …
-
Using glMDPlot function how to show the DGE's in color ?
written by sunnykevin97HI I plotted the DGE's using glMDPlot, showing same color for all genes. http://freeimage.host/i/2V7hiJ How do I show up/down DGE's in color. suggestions. glMDPlot(fit2,counts = …
-
How to generate dotplot for gene expression data differential gene expression analysis ?
written by sunnykevin97Hi Can any one show some good dot-plots showing the differential gene expression analysis for up/down regulated genes. I tried cluster profile, its not working …
-
Relapse vs gene expression figure
written by kanwarjagI want to show relationship between down regulation and up regulation of expression of a gene with that of patients relapse status in cancer. However, …
-
How to extract common genes that are DE in each comparisons?
written by rkpathakbt •I have made a Contrasts matrix as design <- model.matrix(~0+f) colnames(design) <- levels(f) design fit <- lmFit(eset,design) names(fit) cont.matrix <- makeContrasts(C9T9="Control9-Treated9",C24T24="Control24-Treated24",........................................,levels=design) cont.matrix fit2 <- contrasts.fit(fit, …