E5 deep dive lncRNA mRNA correlation networks

This post details mRNA-lncRNA correlation network analyses for the E5 deep dive expression project.

Overview

This analysis is in response to this GitHub issue to examine correlations between mRNA and lncRNA expression in the E5 deep dive expression project.

Where to find the input data

Acropora pulchra

mRNA

lncRNA

Porites evermanni

mRNA

lncRNA

Pocillopora tuahiniensis

mRNA

lncRNA

Where to find scripts

Acropora pulchra mRNA-lncRNA correlation script

Pocillopora tuahiniensis mRNA-lncRNA correlation script

Porites evermanni mRNA-lncRNA correlation script

Where to view the full results

I have generated GitHub markdown documents for these analyses and will summarize the key results and figures below. To view the full script and detailed results, visit the links below.

Acropora pulchra results

Pocillopora tuahiniensis results

Porites evermanni results

Key results and interesting take aways

I used WGCNA correlation network analyses to investigate correlations between mRNA and lncRNA in each species and then viewed relationships bewteen modules of coexpressed mRNA-lncRNAs using correlation networks. We can qualitatively compare these networks between species.

Acropora pulchra

  • Co-expression of mRNAs and lncRNAs are co-expressed: There were co-expressed modules of mRNA and lncRNAs. Rather than perform pairwise comparisons between many features, WGCNA identifies groups of co-expressed features. All modules contained both mRNAs and lncRNAs (indicating co-expression of features in each module) with varying numbers of lncRNAs contained in each module.

Each of these modules can be examined for functional enrichment to determine biological functions involved in co-expression of mRNAs and lncRNAs.

Some modules contain more features than others and most are a majority mRNAs with some variability in the number of lncRNAs in each module.

The expression of each module for each sample can be seen below. We will use module expression values to conduct module-module correlations next.

  • Correlation of mRNA and lncRNA co-expression modules: There were several modules that were correlated. These correlations represent groups of co-expressed mRNAs and lncRNAs that are either negatively or positively correlated to other groups of co-expressed features.

This correlation matrix shows significantly correlated modules. Note that there is one pair of modules that are positively correlated while the others are negatively correlated.

Here is an example of two correlated modules and their expression values.

  • Correlation network of mRNA-lncRNA co-expression: I then generated a correlation network to show the relationships between modules of co-expressed mRNA and lncRNAs.

In this plot, the color shows the proportion of features in the module that are lncRNAs. The lines indicate significant correlations (r>0.6; p<0.05) with gray lines indicating negative correlations and black lines indicating positive correlations.

There are a few interesting take-aways:

  • There are 4 groups of modules that are significantly related and may interact with each other.
  • Most of the modules are not correlated to other modules, indicating potential unique regulatory mechanisms.

Porites evermanni

  • Co-expression of mRNAs and lncRNAs are co-expressed: There were co-expressed modules of mRNA and lncRNAs. Rather than perform pairwise comparisons between many features, WGCNA identifies groups of co-expressed features. All modules contained both mRNAs and lncRNAs (indicating co-expression of features in each module) with varying numbers of lncRNAs contained in each module.

Each of these modules can be examined for functional enrichment to determine biological functions involved in co-expression of mRNAs and lncRNAs.

Some modules contain more features than others and most are a majority mRNAs with some variability in the number of lncRNAs in each module.

The expression of each module for each sample can be seen below. We will use module expression values to conduct module-module correlations next.

  • Correlation of mRNA and lncRNA co-expression modules: There were several modules that were correlated. These correlations represent groups of co-expressed mRNAs and lncRNAs that are either negatively or positively correlated to other groups of co-expressed features.

This correlation matrix shows significantly correlated modules. Note that there is one pair of modules that are positively correlated while the others are negatively correlated. There are more significant correlations than we saw in A. pulchra.

Here is an example of two correlated modules and their expression values.

  • Correlation network of mRNA-lncRNA co-expression: I then generated a correlation network to show the relationships between modules of co-expressed mRNA and lncRNAs.

In this plot, the color shows the proportion of features in the module that are lncRNAs. The lines indicate significant correlations (r>0.6; p<0.05) with gray lines indicating negative correlations and black lines indicating positive correlations.

There are a few interesting take-aways:

  • There are 4 groups of modules that are significantly related and may interact with each other. There are more modules that are significantly correlated than we saw in A. pulchra.
  • Most of the modules are not correlated to other modules, indicating potential unique regulatory mechanisms.
  • Most correlations between modules are negative, as seen in A. pulchra.

Pocillopora tuahiniensis

  • Co-expression of mRNAs and lncRNAs are co-expressed: There were co-expressed modules of mRNA and lncRNAs. Rather than perform pairwise comparisons between many features, WGCNA identifies groups of co-expressed features. All modules contained both mRNAs and lncRNAs (indicating co-expression of features in each module) with varying numbers of lncRNAs contained in each module.

Each of these modules can be examined for functional enrichment to determine biological functions involved in co-expression of mRNAs and lncRNAs.

Some modules contain more features than others and most are a majority mRNAs with some variability in the number of lncRNAs in each module.

The expression of each module for each sample can be seen below. We will use module expression values to conduct module-module correlations next.

  • Correlation of mRNA and lncRNA co-expression modules: There were several modules that were correlated. These correlations represent groups of co-expressed mRNAs and lncRNAs that are either negatively or positively correlated to other groups of co-expressed features.

This correlation matrix shows significantly correlated modules. Note that there are four pairs of modules that are positively correlated while the others are negatively correlated. There are more significant correlations than we saw in the other species and more positively correlated modules.

Here is an example of two correlated modules and their expression values.

  • Correlation network of mRNA-lncRNA co-expression: I then generated a correlation network to show the relationships between modules of co-expressed mRNA and lncRNAs.

In this plot, the color shows the proportion of features in the module that are lncRNAs. The lines indicate significant correlations (r>0.6; p<0.05) with gray lines indicating negative correlations and black lines indicating positive correlations.

There are a few interesting take-aways:

  • There are more significant correlations between modules than the other two species.
  • There are 4 groups of modules that are significantly related and may interact with each other. One of these networks is large, with 8 modules significantly correlated.

Next steps

The next steps will be to perform functional enrichment to look at biological functions in co-expressed features and modules.

Written on February 4, 2025