Giter VIP home page Giter VIP logo

scom's Introduction

๐Ÿ”จ SCOM

Pan-cancer characterization of ncRNA synergistic competition uncovers potential carcinogenic biomarkers

๐Ÿ’ฅ Background

The ceRNA regulation of malignant tumors involves the interactions between multiple non-coding and coding genes. In the ceRNA network in which ncRNA is involved, the competitive relationships between ncRNAs and target genes are not one-to-one, but many-to-many. Furthermore, the entire cell system presents the characteristics of functional modularity, and each gene functional module (that is, subsets of genes are more frequently interact or crosstalk with each other than estimated by chance) is responsible for specific biological functions in human complex diseases, including malignant tumors. These findings indicate that ncRNAs acting as ceRNAs not independently, but synergistically play important roles in malignant tumors.

In this work, to uncover potential carcinogenic biomarkers, we present a Synergistic COMpetition (SCOM) framework to characterize ncRNA synergistic competition in Pan-cancer. Based on the proposed ncRNA synergistic competition hypothesis, SCOM applies three criteria (significantly synergistic competition for mRNAs, significantly positive correlation, and significantly sensitive correlation conditioning on synergistically competed mRNAs) to predict ncRNA synergistic competition network from gene (ncRNAs acting as ceRNAs, and target mRNAs) expression data and predicted ncRNA-related ceRNA networks. Driven by Pan-cancer transcriptomics data and putative miRNA-target interactions, SCOM lays a foundation for establishing the relationship between ncRNA and its synergistic competition and malignant tumors, and can help to elucidate ncRNA synergistic competition mechanisms in malignant tumors.

A schematic illustration of SCOM is shown in the folowing.

SCOM schematic illustration

a. An illustration of the ncRNA synergistic competition hypothesis.

b. For each tumor type in Pan-cancer, SCOM firstly predicts ncRNA-related ceRNA network by incorporating gene expression data in matched tumor tissues and priori information of miRNA-target interactions. By integrating gene expression data in matched tumor tissues and predicted ncRNA-related ceRNA networks, SCOM further infers ncRNA synergistic competition network for each tumor type in Pan-cancer.

Installation

install.packages("devtools")
library(devtools)
install_github("zhangjunpeng411/SCOM")

โšก Quick example to use SCOM

For inferring ncRNA synergistic competition, users should prepare matched miRNA, lncRNA, pseudogene and mRNA expression data and putative miRNA-target interactions. Users can use the following scripts to infer ncRNA synergistic competition.

## Load SCOM package
library(SCOM)

## Load prepared datasets in SCOM package
data(ACC)

## Identifying ceRNA interactions and ncRNA synergistic competitions in ACC samples
library(doParallel)
library(SPONGE)
num.cores <- 8
cores <- makeCluster(num.cores)
registerDoParallel(cores)

pre_null_model_ACC <- sponge_build_null_model(number_of_datasets = 1e+03, 
	                                  number_of_samples = nrow(ACC_miRNA_Exp))
ceRNet_lncR_vs_mR_ACC <- SC(ACC_miRNA_Exp, ACC_lncRNA_Exp, ACC_mRNA_Exp, miRTarget_lncR_vs_mR, null_model = pre_null_model_ACC)
ceRNet_pseudo_vs_mR_ACC <- SC(ACC_miRNA_Exp, ACC_pseudogene_Exp, ACC_mRNA_Exp, miRTarget_pseudo_vs_mR, null_model = pre_null_model_ACC)
ceRNet_ACC <- rbind(ceRNet_lncR_vs_mR_ACC, ceRNet_pseudo_vs_mR_ACC)
SCOMNet_ACC <- SCOM(ceRNet_ACC, cbind(ACC_lncRNA_Exp, ACC_pseudogene_Exp), ACC_mRNA_Exp, null_model = pre_null_model_ACC)

License

GPL-3

Citation

Zhang J, Liu L, Wei X, Zhao C, Li S, Li J, Le TD. Pan-cancer characterization of ncRNA synergistic competition uncovers potential carcinogenic biomarkers. PLoS Computational Biology. 2023, 19(10): e1011308. https://doi.org/10.1371/journal.pcbi.1011308.

scom's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.