Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • willemate
    Junior Member
    • Mar 2014
    • 9

    #1

    Correlation Plots

    Dear All,

    Im am working on a comparison study, I used Limma and DESeq to get the DEGs at 3 different timepoints, 13989 genes.
    Microarray data: 8 samples (d0d1d3d6d0d1d3d6), rnaseq data: 9 samples (d0d0d0d1d1d3d3d6d6).

    I would like to make correlation plots to compare the deferentially expression for each gene and the means between the rnaseq and microarray data. I would like to get correlation plots with the correlation coefficient (y-axis) and the mean expression (x-axis) of my microarray data, rnaseq data and compared.
    Below you see my data. Can anybody help me to get started on this.

    ## data
    rnaseq <- read.table("rnaseq.data.csv", sep=",", row.names=2,header=T)
    ma <- read.table("results.txt", header = TRUE, sep = "\t", row.names=1)

    > dim(rnaseq)
    [1] 13989 15
    > dim(ma)
    [1] 13989 22

    # Correlation of the RNA-Seq means
    rnaseq.mean.cor <- cor(rnaseq[c(3, 4, 5, 6)])
    > rnaseq.mean.cor
    d0mean d1mean d3mean d6mean
    d0mean 1.0000000 0.2882263 0.4246321 0.3392603
    d1mean 0.2882263 1.0000000 0.7513139 0.6459144
    d3mean 0.4246321 0.7513139 1.0000000 0.9496546
    d6mean 0.3392603 0.6459144 0.9496546 1.0000000

    ## Correlation of the microarray means
    ma.mean.cor <- cor(ma[c(10, 11, 12, 13)])
    > ma.mean.cor
    d0mean d1mean d3mean d6mean
    d0mean 1.0000000 0.5614268 0.6269302 0.6293948
    d1mean 0.5614268 1.0000000 0.8600314 0.7722005
    d3mean 0.6269302 0.8600314 1.0000000 0.9618639
    d6mean 0.6293948 0.7722005 0.9618639 1.0000000

    ## qplot RNA-Seq
    rnaseq.d0d1.qplot <- qplot(data=rnaseq,x=d0mean,y=d1mean,log="xy", main = "qplot RNA-Seq d0mean-d1mean")
    rnaseq.d0d3.qplot <- qplot(data=rnaseq,x=d0mean,y=d3mean,log="xy", main = "qplot RNA-Seq d0mean-d3mean")
    rnaseq.d0d6.qplot <- qplot(data=rnaseq,x=d0mean,y=d6mean,log="xy", main = "qplot RNA-Seq d0mean-d6mean")

    ## qplot microarray
    ma.d0d1.qplot <- qplot(data=ma,x=d0mean,y=d1mean,log="xy", main = "qplot microarray d0mean-d1mean")
    ma.d0d3.qplot <- qplot(data=ma,x=d0mean,y=d3mean,log="xy", main = "qplot microarray d0mean-d3mean")
    ma.d0d6.qplot <- qplot(data=ma,x=d0mean,y=d6mean,log="xy", main = "qplot microarray d0mean-d6mean")

    Thank you for your help!

    Mossevelde

Latest Articles

Collapse

  • SEQadmin2
    Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
    by SEQadmin2



    CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

    Despite this, “CRISPR helped turn genome editing from a specialized technique into
    ...
    Yesterday, 11:01 AM
  • SEQadmin2
    Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
    by SEQadmin2


    Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

    The systematic characterization of the human proteome has
    ...
    07-20-2026, 11:48 AM
  • 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

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, Yesterday, 02:55 AM
0 responses
12 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-24-2026, 12:17 PM
0 responses
12 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-23-2026, 11:41 AM
0 responses
13 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-20-2026, 11:10 AM
0 responses
24 views
0 reactions
Last Post SEQadmin2  
Working...