Literature DB >> 32484539

miRNet 2.0: network-based visual analytics for miRNA functional analysis and systems biology.

Le Chang1, Guangyan Zhou2, Othman Soufan2, Jianguo Xia1,2,3.   

Abstract

miRNet is an easy-to-use, web-based platform designed to help elucidate microRNA (miRNA) functions by integrating users' data with existing knowledge via network-based visual analytics. Since its first release in 2016, miRNet has been accessed by >20 000 researchers worldwide, with ∼100 users on a daily basis. While version 1.0 was focused primarily on miRNA-target gene interactions, it has become clear that in order to obtain a global view of miRNA functions, it is necessary to bring other important players into the context during analysis. Driven by this concept, in miRNet version 2.0, we have (i) added support for transcription factors (TFs) and single nucleotide polymorphisms (SNPs) that affect miRNAs, miRNA-binding sites or target genes, whilst also greatly increased (>5-fold) the underlying knowledgebases of miRNAs, ncRNAs and disease associations; (ii) implemented new functions to allow creation and visual exploration of multipartite networks, with enhanced support for in situ functional analysis and (iii) revamped the web interface, optimized the workflow, and introduced microservices and web application programming interface (API) to sustain high-performance, real-time data analysis. The underlying R package is also released in tandem with version 2.0 to allow more flexible data analysis for R programmers. The miRNet 2.0 website is freely available at https://www.mirnet.ca.
© The Author(s) 2020. Published by Oxford University Press on behalf of Nucleic Acids Research.

Entities:  

Year:  2020        PMID: 32484539      PMCID: PMC7319552          DOI: 10.1093/nar/gkaa467

Source DB:  PubMed          Journal:  Nucleic Acids Res        ISSN: 0305-1048            Impact factor:   16.971


INTRODUCTION

Gene expression in eukaryotes is a complex process controlled by many factors functioning at epigenetic, transcriptional or post-transcriptional levels (1,2). Over the past two decades, the broad applications of comprehensive molecular profiling technologies have enabled us to study gene expression in various biological processes and disease conditions. However, our understanding of the underlying regulatory mechanisms remains incomplete. It has become clear that in order to address this issue, it is critical to adopt a systems biology approach to integrate all important players (3–5). Network-based approaches have received wide attention as they can abstract and integrate different types of information in a format that is often intuitive and interpretable (6–8). Based on this concept, we developed miRNet version 1.0 to help illustrate the ‘multiple-to-multiple’ relationships (i.e. one miRNA can regulate multiple genes and one gene can be regulated by multiple miRNAs) through network-based visualization of miRNA-target gene interactions coupled with improved functional analysis (9,10). However, the interplays between miRNAs and target genes represent only the starting points toward understanding the roles that miRNAs play at cellular level. In particular, miRNAs can regulate gene regulatory networks through feedback or feedforward loops (11), for instance, by adjusting expression of transcription factors (TFs) which in turn exert effects on their corresponding target genes. Such higher-order interactions are not captured in miRNet version 1.0. The past few years have witnessed several trends in miRNA research. A growing number of studies have employed systems biology approaches either experimentally by employing multi-omics measurements or computationally by including other key factors such as miRNA–lncRNA–gene (12), miRNA–TF–gene (4) or miRNA–gene–disease (13) to better understand miRNA regulatory mechanisms. Another growing area of research is precision medicine, in which the characteristic gene expression patterns of a particular patient can be interpreted by his or her own genetic mutations to inform treatment or prevention plan (14). For instance, SNPs in miRNA and miRNA-binding sites have been found to be associated with several diseases (15). The complex interplays amongst different functional elements can be captured using multipartite networks to reveal a more holistic picture. However, integrating multiple data types and interpreting these results at a systems level is challenging (16). Building such networks requires manual curation of data from multiple databases and powerful network visualization support to aid researchers in navigation and understanding. Since the release of miRNet version 1.0, many new features and components have been gradually introduced based on users’ feedback and developments in the field. For instance, tissue and cellular contexts are important for interpretation of miRNA-gene interactions. To support this need, we have implemented tissue-specific filters based on their expression profiles (17). In addition, current bioinformatics tools focus primarily on human and other model organisms. To facilitate miRNA research in species important for agriculture and veterinary medicine, we have added support for cows, pigs and chickens following well-established protocols (18). For researchers interested in exploring potential regulatory roles of miRNAs derived from pathogens such as parasitic helminths (19), viruses (20) or other sources, we have added support for reported or putative xeno-miRNAs (21). A continuous effort has been to keep current with new releases of its underlying databases as well as to maintain backward compatibility. This effort has triggered several rounds of code refactoring to achieve a more robust and modular design, with computational intensive tasks distributed among different servers through microservices (22). The latter technique also helps address computational bottlenecks with bigger databases and growing user traffic. The user-friendly web interface is mainly used by clinicians and bench biologists with little to no programming skills. While for bioinformaticians or tool developers, it may be more meaningful to directly access miRNet's functionality through its underlying R code or a well-defined application programming interface (API). To address these emerging bioinformatics needs and challenges, we developed miRNet version 2.0 to allow users to easily create complex miRNA-centric networks for systems-level interpretation of miRNA functions and gene regulations. The 2.0 release captures all the aforementioned updates since 2016 and represents a solid step toward network-based data integration for miRNA systems biology. A more detailed description of each of these updates and changes in miRNet 2.0 is given below.

PROGRAM DESCRIPTION AND METHODS

Overview of miRNet 2.0 framework

The main workflow of miRNet 2.0 is summarized in Figure 1. There are three main steps—data input, network creation and network visual analytics. To maintain a flexible and modular design, we have organized the main functions into 12 modules based on input types. The ‘miRNAs’ module allows users to connect miRNAs with target genes, TFs, ncRNAs etc.; the ‘Genes’ and ‘TFs’ modules link the corresponding inputs to their partners within the context of known interactions among miRNAs, genes and TFs; the ‘SNPs’ module maps SNPs to the above key players themselves or their binding sites. The remaining modules follow a similar procedure by mapping users’ inputs to their corresponding miRNA associated interaction partners. To start, users must click a circular button from the miRNet homepage to enter the corresponding data upload page. Two general data formats are accepted: a list of miRNAs, SNPs, genes, small molecules etc., or an expression table generated from qPCR, microarray or RNAseq experiments. In the latter case, well-established differential expression analysis will be applied to identify significant miRNAs or genes as new input lists. In the second step, the input lists will be mapped to the underlying knowledgebases to create one or more interaction tables and networks. Many functions are available to allow users to further customize or refine the networks. In the third step, the results are presented as interactive networks for visual exploration. Users can easily search, zoom, highlight or perform functional enrichment analysis on selected regions of interest. In the following sections, we will focus primarily on the new and improved features introduced in version 2.0. Other features can be found in our prior publications (9,10,21).
Figure 1.

Overview of miRNet 2.0 workflow. Users can upload different data types or select queries from built-in databases to start analysis. The input will be mapped to the underlying knowledgebases to create interaction tables and networks. The visualization page allows users to intuitively explore the networks using different layout algorithms as well as to perform topology or functional analysis.

Overview of miRNet 2.0 workflow. Users can upload different data types or select queries from built-in databases to start analysis. The input will be mapped to the underlying knowledgebases to create interaction tables and networks. The visualization page allows users to intuitively explore the networks using different layout algorithms as well as to perform topology or functional analysis.

Knowledgebase update and creation

Knowledgebase for network creation

We have put considerable efforts into keeping miRNet's underlying knowledgebases up to date. miRNet 2.0 can automatically recognize different versions of miRBase IDs, as well as link pre-miRNAs to their mature forms based on the miRBaseConverter R package (23). We have updated the miRNA interaction knowledgebase based on the latest releases from major miRNA annotation databases including miRBase (24), miRTarBase (25), TarBase (26), HMDD (27) etc. The human tissue-specific miRNA annotations are based on TSmiR (28) and IMOTA (17) databases, and the human exosomal miRNA annotations are from ExoCarta (29). The interactions among miRNAs, TFs and genes are obtained from TransmiR 2.0 (30), ENCODE (31), JASPAR (32) and ChEA (33). For miR-SNPs, we have used ADmiRE (34), PolymiRTS (35) and SNP2TFBS (36) to obtain SNP information in miRNA genes, miRNA-binding sites and TF-binding sites. We have also systematically collected the reported xeno-miRNAs together with their putative targeted genes into xeno-miRNet (21), which is now integrated in miRNet 2.0. Finally, we have expanded the miRNA-lncRNA interactions to include all other major ncRNAs including circRNA, ceRNA, pseudogene and sncRNA based on starBase (37). These data can be downloaded from the miRNet ‘Resources’ page as plain text files.

Knowledgebase for network interpretation

For network analysis, it is important to be able to interpret the interactions in addition to their visualization. Enrichment analysis plays a significant role in this respect. Applying conventional enrichment analyses such as hypergeometric tests on target genes are known to be biased (38,39). In miRNet 1.0, we implemented an algorithm based on empirical sampling for enrichment analysis using GO, KEGG or Reactome pathways (38). Another effective approach is to perform enrichment analysis directly at miRNA levels (39). To support this type of analysis, we have added six miRNA-set libraries including miRNA–function, miRNA–disease, miRNA–TF, miRNA–cluster, miRNA–family and miRNA–tissue based on TAM 2.0 (40). In summary, miRNet 2.0 provides four query types (all genes, highlighted genes, all miRNAs, highlighted miRNAs), two enrichment algorithms (hypergeometric tests and empirical sampling), nine annotation libraries (three gene-set libraries and six miRNA-set libraries), representing the most comprehensive support to understand collective functions of miRNAs. Their potential applications are showcased in recent studies to compare miRNA changes specific to different tissues in pancreatic ductal adenocarcinoma (41) and to identify enriched miRNA families in a study comparing genetic variants between Alzheimer's disease and cancers (42).

Enabling flexible user input

Significant efforts have been made to provide an intuitive interface that permits the integration of miRNAs into different types of interaction networks. From the homepage, users can enter their queries by: (a) uploading a list of miRNAs, ncRNAs, genes, TFs or SNPs; (b) selecting a list from our built-in databases such as diseases, small compounds, epigenetic modifiers etc. (c) uploading a miRNA or gene expression table generated from RT-qPCR, microarray or RNAseq or (d) uploading multiple queries of different input types. Here, we will introduce new features for several common scenarios.

From miRNAs to networks

In miRNet 1.0, miRNA–targets mapping was limited to target genes based on experimentally validated interaction information. However, increasing evidence has shown that miRNAs participate in complex networks through interactions with other functional elements to exert effects on cell biology and human diseases (12). For instance, lncRNAs can act as miRNA ‘sponge’ and compete with target mRNAs, thus increasing the expression level of mRNAs (43). In version 2.0, users can select one or multiple targets from the ‘Targets’ dropdown list and miRNet will automatically map miRNAs to those selected targets. Users can further include protein-protein interactions (PPI) in the target networks based on several well-established PPI databases (44–46).

From TFs to networks

miRNAs and TFs can cooperate to tune gene expression, or mutually regulate each other in feedback loops (4,47). Consequently, we have added a new module to allow users to include TFs into analysis. Users can simply upload their TF list, miRNet will automatically map the TFs to all potential targets (miRNAs and/or genes) and return as TF–miRNA and/or TF–gene interaction tables. The interactions will then be further integrated into networks for visual exploration. With the updated miRNA module and the addition of the TF module, miRNet 2.0 allows users to easily create miRNA-TF coregulatory networks from either a list of miRNAs or a list of TFs of interest.

From SNPs to networks

Mutations in mature miRNAs or their binding sites could significantly change their targeting abilities and dysregulate the expression of many genes simultaneously, whereas variations in primary or precursor miRNAs could alter the expression levels of mature miRNAs by affecting miRNA processing (48,49). In miRNet 2.0, we have added a new module to support the analysis of SNPs within the context of miRNA-target gene interactions. Users can upload a list of SNPs from the SNPs upload page. miRNet currently accepts either rsIDs or genomic coordinates based on the human reference genome build GRCh37. The uploaded lists are then mapped to miRNAs and/or their target genes. Following this step, users can visually explore their data in the network visualization page.

Uploading multiple queries

The Multiple Query Types module complements miRNet's single type analysis modules by permitting the identification of novel connections amongst multiple types of user input. The module currently supports ten input types shown in a dialog when users click the central circular button at the home page. After selecting the input types of interest, users simply copy-and-paste their query lists (miRNAs, genes, TFs, lncRNAs, pseudogenes, circRNAs, sncRNAs) or select from picklists (diseases, small compounds and epigenetic modifiers). The uploaded lists are then mapped to the internal knowledgebases and proceed with the workflow as described in other modules.

Enhancing network visual analytics

Network creation and customization

The default networks are created by searching for direct interaction partners in the interaction knowledgebases. These are generally known as first-order interaction networks. When there is a large number of queries (seeds), it is reasonable to focus only on the interactions among those seeds (i.e. zero-order networks). However, many seeds could become orphan nodes when switching directly to zero-order networks. A ‘gentle’ approach is to extract, from the first-order network, a minimal subnetwork that maximally connects those seeds. In miRNet 2.0, we have added the support for computing minimum subnetworks based on the prize-collecting Steiner Forest (PCSF) algorithm (50), as well as several other empirical refining methods (available under ‘Network Tools’) based on shortest paths, batch filtering, node degree or betweenness values. The results can be downloaded as pair-wise interaction tables or graph files.

Network visualization and layout

miRNet 2.0 provides a wide array of options to help improve visual exploration of miRNA-centric interaction networks. During the network creation stage, users can refine the network by applying different filters on interaction tables or networks. At the network visualization page, users can specify node styles based on their types, reduce node overlap, or perform edge bundling etc. The resulting network can be further improved using different layout algorithms. Over ten network layout algorithms have been implemented, including Force-Atlas, Fruchterman-Reingold, Circular, Graphopt, Large Graph, Random, Circular Bipartite/Tripartite, Linear Bipartite/Tripartite, Concentric and Backbone. The latter four algorithms are designed for complex networks consisting of multiple node types (miRNAs, genes, TFs etc.). The bipartite/tripartite layout provides a straightforward abstraction of the relationships between different types of molecular entities by emphasizing the data type of each node (51). When there are multiple node types, we recommend visualizing the network in either circular bipartite/tripartite (Figure 2A) or linear bipartite/tripartite layout (Figure 2B) followed by applying the ‘reduce node overlap’ algorithm. To enable better understanding of a particular key node, we have added the Concentric layout (52). This layout arranges nodes in concentric circles around a node of interest (i.e. the focal node) in the middle (Figure 2C). The order of the circles represents the degree level of their interactions. By arranging nodes in this fashion, it enables a better understanding of how the focal node relates to the rest of the graph. By default, the focal node is the node with the highest degree value. Users can manually specify the key node by selecting it in the Node Explorer table or by double clicking on it in the network. Another new addition is the Backbone layout which is very effective in revealing hidden patterns in medium and large networks. The algorithm calculates layout after applying sparsification on the network by only including the most embedded edges (53). This process helps uncover hidden modules based on edge density by putting more emphasis on the structure of graph layout (Figure 2D).
Figure 2.

Screenshots of the Network Visualization page showing the main features and several network layouts. (A) A typical view of the page. The central panel shows a network in Circular-tripartite layout, and the surrounding panels provide functions for network analysis and customization. For instance, users can perform enrichment analysis or module analysis on this network. An extracted network module was displayed at bottom right. (B) Linear-tripartite layout. (C) Concentric layout with edge bundling. (D) Backbone layout with several modules highlighted in different colors. More details of each layout are described in the main text.

Screenshots of the Network Visualization page showing the main features and several network layouts. (A) A typical view of the page. The central panel shows a network in Circular-tripartite layout, and the surrounding panels provide functions for network analysis and customization. For instance, users can perform enrichment analysis or module analysis on this network. An extracted network module was displayed at bottom right. (B) Linear-tripartite layout. (C) Concentric layout with edge bundling. (D) Backbone layout with several modules highlighted in different colors. More details of each layout are described in the main text.

Improving transparency/reproducibility and web APIs

Except for the interactive visualization step, which is executed on users’ browsers, all other data analysis steps including mapping, filtering, network creation and customization are performed by the corresponding R functions on our cloud server. To enable more transparent data analysis, we have released the underlying R package (https://github.com/xia-lab/miRNetR), and added a ‘Download’ page in the web application to allow users to download the R command history and results tables generated during their analysis sessions. The R history contains all function calls with user-selected parameters. We hope that the R package together with the R command history will allow users to track each step of their analysis in a form (R script) that can be easily shared and reproduced, complementing the web-based platform. We have also implemented RESTful APIs to allow tool developers to submit their query lists programmatically as external requests. While offering open access to miRNet 2.0 resources, APIs give a level of abstraction and hide complexity from programmers. The currently available APIs are shown in Table 1. More APIs will be added based on users’ feedback.
Table 1.

List of APIs and programmatic access endpoints on the miRNet server. The API base for miRNet 2.0 is http://api.mirnet.ca, which can be visited to view a detailed documentation

EndpointHTTP methodInputDescription
base/table/mir POSTOrganism, miRNA ID type, target type, miRNA listGet experimentally validated table results of the miRNA-target interactions (forward mapping)
base/table/gene POSTOrganism, gene ID type, gene listGet experimentally validated table results of the miRNA-gene (mRNA, TF, lncRNA) interactions (reverse mapping)
base/function/mir POSTOrganism, miRNA ID type, target type, miRNA list, algorithm, databaseGet functional enrichment results
base/function/gene POSTOrganism, gene ID type, gene list, algorithm, databaseGet functional enrichment results
base/graph/mir POSTOrganism, miRNA ID type, target type, miRNA listGet graph of miRNA–target interactions (json format)
base/graph/gene POSTOrganism, gene ID type, gene listGet graph of miRNA–target interactions (json format)
List of APIs and programmatic access endpoints on the miRNet server. The API base for miRNet 2.0 is http://api.mirnet.ca, which can be visited to view a detailed documentation

USE CASES

To further demonstrate the utility of these new features in miRNet 2.0, we used data from a multiple sclerosis (MS) study aiming to identify the role of miRNA and TF co-regulatory networks in the pathogenesis of MS (54). In this study, the miRNA target analysis and TF target analysis were performed by searching several miRNA–gene, TF–gene and TF–miRNA databases. The network was manually built by using Cytoscape (55). We reconstructed and visualized the network in miRNet 2.0 by using the miRNA module. The resulting network is comprised of 2414 nodes (TF: 5; Gene: 2403; miRNA: 6) and 2798 edges. For better visual exploration, a degree cutoff 1.0 was applied. As shown in Figure 2A, the TF-miRNA co-regulatory networks is displayed at the center of the Network Viewer page in Circular Tripartite layout. It illustrates various interactions between miRNAs (inner zone), genes (middle layer) as well as TFs (outer layer). The nodes are sorted by degree centrality measures in the Node Explorer table. In this case, miRNet 2.0 confirmed the detection of important nodes according to their degree measures. Among the top nodes, hsa-miR-125a-5p (degree = 66) has been frequently associated with MS, while SP1 (degree = 132) and TCF3 (degree = 8) have been reported in the transcriptional regulations of MS (54). We also performed functional enrichment and module analysis on the whole network. The results of functional enrichment analysis using KEGG database are displayed in the Function Explorer table. For instance, cytokine-cytokine receptor interaction pathway (adj. P-value = 3.25 × 10−5) and p53 signaling pathway (adj. P-value = 9.43 × 10−5) were significantly enriched, which were not reported by the original study but the results have been supported by other publications (56). Figure 2A (lower right corner) shows an example of an extracted module (p53 signaling pathway) after manual increase of the edge thickness. Compared to the original network, this module is much more digestible while keeping the important nodes and connections (e.g. hsa-miR-125a-5p and SP1). This use case highlights that with only a few mouse clicks, users can easily create comprehensive regulatory networks to gain a more holistic view of miRNA-mediated regulations as well as to extract important modules for more in-depth analysis.

Comparison with miRNet 1.0 and other web-based tools

Several excellent web-based tools have been developed for miRNA network analysis, including miRTargetLink (57), MIENTURNET (58), Arena-Idb (59), and starBase (37). Detailed comparison between these tools and miRNet 2.0, as well as its previous version is shown in Table 2. Particularly, miRTargetLink, MIENTURNET and Arena-Idb can assist researchers in understanding miRNAs and their targets through a network-based visualization method based on predicted or experimentally validated miRNA–target interactions; while starBase is the most comprehensive miRNA–mRNA and miRNA–ncRNA interaction database based on CLIP-Seq experiments. In comparison, miRNet 2.0 is a high-performance, easy-to-use web application which offers the most comprehensive support for real-time, interactive miRNA network analytics in ways that no other tools currently can. More than 15 databases and over 10 graph layout algorithms have been integrated to facilitate knowledge discovery and hypothesis generation. The companion R package and APIs have been developed to permit transparent and reproducible analysis as well as to reach a broader user base. In summary, miRNet 2.0 caters for both bench researchers as well as bioinformaticians by providing an interactive and integrative platform for miRNA-centric systems biology.
Table 2.

Comparison of the main features of miRNet (versions 1.0–2.0) with other web-based or web-enabled tools. Symbols used for feature evaluations with ‘√’ for present, ‘−’ for absent, and ‘+’ for a more quantitative assessment (more ‘+’ indicate better support)

miRNet
Tool name2.01.0miRTargetLinkMIENTURNETArena-IdbstarBase
Data input and processing
Species # 11816123
Target genes
Experimental+++++++++++++
Predicted
Other targets & associations
miR-SNP
TF
ncRNA+++++++++
xeno-miRNA
Disease+++++++++
Epigenetic modifier
Small molecule
Expression profiling
Enrichment analysis
Hypergeometric tests
Empirical sampling
miR-set enrichment
Network visual analytics
Multiple query types
Integration with PPI network
Multipartite network visualization
Subnetwork extraction

URL links:

miRTargetLink: https://ccb-web.cs.uni-saarland.de/mirtargetlink/

MIENTURNET: http://userver.bio.uniroma1.it/apps/mienturnet/

Arena-Idb: http://ncrnadb.scienze.univr.it/sites/arenaidb/

starBase: http://starbase.sysu.edu.cn/index.php

Comparison of the main features of miRNet (versions 1.0–2.0) with other web-based or web-enabled tools. Symbols used for feature evaluations with ‘√’ for present, ‘−’ for absent, and ‘+’ for a more quantitative assessment (more ‘+’ indicate better support) URL links: miRTargetLink: https://ccb-web.cs.uni-saarland.de/mirtargetlink/ MIENTURNET: http://userver.bio.uniroma1.it/apps/mienturnet/ Arena-Idb: http://ncrnadb.scienze.univr.it/sites/arenaidb/ starBase: http://starbase.sysu.edu.cn/index.php

CONCLUSIONS

Over the past few years, miRNA research has gradually evolved from target identification toward understanding the regulatory mechanisms underlying their systems level effects. However, very few user-friendly bioinformatics tools are available to support this objective. To address this gap, we have developed miRNet version 2.0 to assist researchers to easily create miRNA-centric multiplex networks integrating key players involved in gene regulation as well as other molecules of interest. During this process, we have greatly expanded the underlying knowledgebases and added new libraries on TFs, SNPs, ncRNAs and PPIs to provide a rich context for analysis, hypothesis generation and mechanistic insights. We have also implemented new graph mining functions and layout algorithms tailored to complex multipartite network creation, customization and visualization. To sustain real-time intuitive data analysis, we have completely revamped the web interface, optimized the workflow, introduced APIs and microservices to enable high-performance computing and visualization. A limitation of miRNet is its static and qualitative nature of the current network analysis. It is important to keep in mind that miRNA functions are highly dependent on the context (abundance, location, cell type, cell state etc.) and the effects can be dynamic and transient to confer robustness to biological processes (60). We believe that miRNet 2.0 will continue to be an invaluable bioinformatics asset for researchers in miRNA systems biology.

DATA AVAILABILITY

The miRNet 2.0 web server can be freely accessed at https://www.mirnet.ca. The web APIs can be accessed from http://api.mirnet.ca. The miRNetR is available on Github (https://github.com/xia-lab/miRNetR).
  58 in total

Review 1.  Network biology: understanding the cell's functional organization.

Authors:  Albert-László Barabási; Zoltán N Oltvai
Journal:  Nat Rev Genet       Date:  2004-02       Impact factor: 53.242

Review 2.  A network-biology perspective of microRNA function and dysfunction in cancer.

Authors:  Cameron P Bracken; Hamish S Scott; Gregory J Goodall
Journal:  Nat Rev Genet       Date:  2016-10-31       Impact factor: 53.242

3.  SNP2TFBS - a database of regulatory SNPs affecting predicted transcription factor binding site affinity.

Authors:  Sunil Kumar; Giovanna Ambrosini; Philipp Bucher
Journal:  Nucleic Acids Res       Date:  2016-11-28       Impact factor: 16.971

Review 4.  Non-coding RNA networks in cancer.

Authors:  Eleni Anastasiadou; Leni S Jacob; Frank J Slack
Journal:  Nat Rev Cancer       Date:  2017-11-24       Impact factor: 60.716

5.  TAM 2.0: tool for MicroRNA set analysis.

Authors:  Jianwei Li; Xiaofen Han; Yanping Wan; Shan Zhang; Yingshu Zhao; Rui Fan; Qinghua Cui; Yuan Zhou
Journal:  Nucleic Acids Res       Date:  2018-07-02       Impact factor: 16.971

6.  Bias in microRNA functional enrichment analysis.

Authors:  Thomas Bleazard; Janine A Lamb; Sam Griffiths-Jones
Journal:  Bioinformatics       Date:  2015-01-20       Impact factor: 6.937

Review 7.  Systems biology-based investigation of cooperating microRNAs as monotherapy or adjuvant therapy in cancer.

Authors:  Xin Lai; Martin Eberhardt; Ulf Schmitz; Julio Vera
Journal:  Nucleic Acids Res       Date:  2019-09-05       Impact factor: 16.971

8.  starBase v2.0: decoding miRNA-ceRNA, miRNA-ncRNA and protein-RNA interaction networks from large-scale CLIP-Seq data.

Authors:  Jun-Hao Li; Shun Liu; Hui Zhou; Liang-Hu Qu; Jian-Hua Yang
Journal:  Nucleic Acids Res       Date:  2013-12-01       Impact factor: 16.971

9.  Genome-wide survey of tissue-specific microRNA and transcription factor regulatory networks in 12 tissues.

Authors:  Zhiyun Guo; Miranda Maki; Ruofan Ding; Yalan Yang; Bao Zhang; Lili Xiong
Journal:  Sci Rep       Date:  2014-06-03       Impact factor: 4.379

10.  miRBaseConverter: an R/Bioconductor package for converting and retrieving miRNA name, accession, sequence and family information in different versions of miRBase.

Authors:  Taosheng Xu; Ning Su; Lin Liu; Junpeng Zhang; Hongqiang Wang; Weijia Zhang; Jie Gui; Kui Yu; Jiuyong Li; Thuc Duy Le
Journal:  BMC Bioinformatics       Date:  2018-12-31       Impact factor: 3.169

View more
  124 in total

1.  [Identification of onco-miRNAs in hepatocellular carcinoma and analysis of their regulatory network].

Authors:  J Ye; W Xu; T Chen
Journal:  Nan Fang Yi Ke Da Xue Xue Bao       Date:  2022-01-20

2.  Profiling of extracellular vesicle-bound miRNA to identify candidate biomarkers of chronic alcohol drinking in nonhuman primates.

Authors:  Sloan A Lewis; Brianna Doratt; Suhas Sureshchandra; Tianyu Pan; Steven W Gonzales; Weining Shen; Kathleen A Grant; Ilhem Messaoudi
Journal:  Alcohol Clin Exp Res       Date:  2021-12-29       Impact factor: 3.455

3.  Global miRNA expression of bone marrow mesenchymal stem/stromal cells derived from Fanconi anemia patients.

Authors:  Ilgin Cagnan; Mustafa Keles; Ayse Gokce Keskus; Melike Tombaz; Ozge Burcu Sahan; Fatima Aerts-Kaya; Duygu Uckan-Cetinkaya; Ozlen Konu; Aysen Gunel-Ozcan
Journal:  Hum Cell       Date:  2021-11-18       Impact factor: 4.174

4.  The potential roles of lncRNAs DUXAP8, LINC00963, and FOXD2-AS1 in luminal breast cancer based on expression analysis and bioinformatic approaches.

Authors:  Maedeh Arabpour; Sepideh Mehrpour Layeghi; Javad Tavakkoly Bazzaz; Mohammad Mehdi Naghizadeh; Keivan Majidzadeh-A; Abbas Shakoori
Journal:  Hum Cell       Date:  2021-05-27       Impact factor: 4.174

5.  Modulation of microRNome by Human Cytomegalovirus and Human Herpesvirus 6 Infection in Human Dermal Fibroblasts: Possible Significance in the Induction of Fibrosis in Systemic Sclerosis.

Authors:  Irene Soffritti; Maria D'Accolti; Gloria Ravegnini; Maria-Cristina Arcangeletti; Clara Maccari; Flora De Conto; Adriana Calderaro; Elisabetta Caselli
Journal:  Cells       Date:  2021-04-29       Impact factor: 6.600

6.  miRTargetLink 2.0-interactive miRNA target gene and target pathway networks.

Authors:  Fabian Kern; Ernesto Aparicio-Puerta; Yongping Li; Tobias Fehlmann; Tim Kehl; Viktoria Wagner; Kamalika Ray; Nicole Ludwig; Hans-Peter Lenhof; Eckart Meese; Andreas Keller
Journal:  Nucleic Acids Res       Date:  2021-07-02       Impact factor: 16.971

7.  Network Analysis Identifies Sex-Specific Gene Expression Changes in Blood of Amyotrophic Lateral Sclerosis Patients.

Authors:  Jose A Santiago; James P Quinn; Judith A Potashkin
Journal:  Int J Mol Sci       Date:  2021-07-01       Impact factor: 5.923

8.  Comprehensive Analysis of GLUT1 Immune Infiltrates and ceRNA Network in Human Esophageal Carcinoma.

Authors:  Xu-Sheng Liu; Yan Gao; Li-Bing Wu; Hua-Bing Wan; Peng Yan; Yang Jin; Shi-Bo Guo; Ya-Lan Wang; Xue-Qin Chen; Lu-Meng Zhou; Jian-Wei Yang; Xue-Yan Kui; Xiao-Yu Liu; Zhi-Jun Pei
Journal:  Front Oncol       Date:  2021-05-28       Impact factor: 6.244

9.  Epithelial-Mesenchymal Transition Gene Signature Related to Prognostic in Colon Adenocarcinoma.

Authors:  Constantin Busuioc; Cristina Alexandra Ciocan-Cartita; Cornelia Braicu; Oana Zanoaga; Lajos Raduly; Monica Trif; Mihai-Stefan Muresan; Calin Ionescu; Cristina Stefan; Carmen Crivii; Nadim Al Hajjar; Simona Mǎrgǎrit; Ioana Berindan-Neagoe
Journal:  J Pers Med       Date:  2021-05-26

10.  Risk Score Based on Two microRNAs as a Prognostic Marker of Hepatocellular Carcinoma and the Corresponding Competitive Endogenous RNA Network.

Authors:  Xiao-Chun Huang; Fei-Xiong Pang; Sheng-Song Ou; Xiao-Jiao Wei; Yu-Ju Xu; Yan-Hua Lai
Journal:  Int J Gen Med       Date:  2021-07-13
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.