Skip to Content

Left panel

Basic functions related to network analysis

Once you decide the details of your own network, the network visualization page will show up for basic analysis purpose as below.

Left panel of network visualization pageLeft panel of network visualization page

Before going over the functions on the left panel, you might want to have some basic understandings of the data available in our tool.

Knowledge Base integrated in our tool is build based on disease-dependent data and disease-independent data. Disease-dependent data indicates the data of specific features varies based on different diseases, while disease-independent data indicates the data remains the same once the disease changes.

Disease-dependent data includes LogFC, GDAand Genetics, while disease-independent data includes Target Prioritization Factors, Pathway, Druggability, Tissue Enrichment. We also call these data types as features.

Disease Map

Sometimes you may want to switch to another disease after generating the network visualization, no need to go back to the Dashboard to change the disease and re-render the network, here is a simple way to do it:

  • Locate Disease Map on the top of the left panel and select the disease name that you want to switch to. You can hover on the info icon to check the full name of the selected disease.
  • Please note that only the disease-dependent data will change if you switch to another disease.

Disease MapDisease Map

Change Node Color

You can change the node color by selecting different features.

  1. Choose a feature.

    Note: You can hover on the info icon Info Button to check the explanation.

  2. Select the preferred option for that feature in the dropdown list. You can type the keyword in the search bar to help locate the data name.

    Note: You can check the Legends section on the Right panel to get the legend of each feature.

Change node colorChange node color

Change Node Size

You can change the node size by selecting a feature.

  1. Choose a feature.

    Note: You can hover on the info icon Info Button to check the explanation.

  2. Select the preferred data for that feature in the dropdown list. You can type the keyword in the search bar to help locate the data name.

Change node sizeChange node size

We provide less features in Node Size section simply because the feature Pathways is binary features — either a gene exists in a pathway or it does not exist. However, to change the node size in a network, we need consistent data instead of the binary data.

Combination of both Node Color and Node Size Change

Node color and node size can be both changed at the same time to highlight the corresponding genes, making them clearer.

Change both node color and node sizeChange both node color and node size

Radial Analysis

  • Edge Weight Cut-off

This feature allows you to filter out the nodes with less edge weight, so that you can focus more on the clustered nodes.

  1. Use the range slider or directly type in the number to select an appropriate value and filter out the nodes with edge weight less than the selected value.

Edge weight cut-offEdge weight cut-off

  • Node Degree Cut-off

This feature allows you to shrink the network based on the node degree of specific features.

  1. In the dropdown list, you can select your preferred feature.
  2. Use the range slider or directly type in the proper number to select an appropriate gene degree, making the network reduced as you want. We currently provide 2 types of values to reduce the network — Gene degree and Tissue Specificity values.

Node degree cut-offNode degree cut-off

  • Hub Genes

Hub Genes will highlight the nodes only with larger or equal to the number of edges defined by yourself.

  1. Use the range slider or directly type in the proper number to select an appropriate value to highlight the nodes with node degrees more than or equal to the selected value.

Hub genesHub genes

You can find nodes in the network.

  1. Locate the Search Genes search box.
  2. Enter the gene names or Ensemble IDs into the search box.
  3. The nodes you are looking for will be highlighted in the network.

Custom searchCustom search

Custom Upload

You can upload your own customized data to analyze the network, instead of using the existing data. Here is a help video.

  1. Upload a CSV file with your own data, please refer to the File Format below.

    Note: We allow multiple files to be uploaded.

  2. Click Submit.
  3. Locate Node Color and/or Node Size section and select the corresponding uploaded feature name.

    Note: The uploaded data column name will be shown in the dropdown list of Node Color and Node Size section, with the prefix [User].

  4. Select the column name of your customized data.

Custom uploadCustom upload

If you don’t need the customized data anymore, you can click the Reset button Reset Uploads to remove the data.

File Format

  • The table below elaborates the naming convention, and the value ranges for all the supported features (data types).
    • “Custom” data type is for customized color purpose. For example, if you find all the features do not fit your needs, you can create your own “customized feature” and color them by yourself.
Data TypeColumn Naming ConventionValue range
LogFCLogFC_
CustomName
[-Inf, +Inf]
GDA[GDA|OpenTargets]_
CustomName
[0, 1]
Genetics[GWAS|Genetics]_
CustomName
[-1, 1]
Target Prioritization FactorsOT_Prioritization_
CustomName
[0, 1]
PathwayPathway_
CustomName
Binary (0/1)
DruggabilityDruggability_
CustomName
[0, 1]
Tissue EnrichmentTE_
CustomName
[0, +Inf]
CustomCustom_Color_
CustomName
Any hex color code or CSS color name, see list here ↗ 
  • The CSV file below provides an example of what the real file looks like.
    • The first column must be either gene name or Ensembl id (column name doesn’t matter)
    • The prefix of columns is case-insensitive

Example of a customized CSV fileExample of a customized CSV file

Network Export

You can export the network you created. Please refer to the Network Export section in the Network Visualization Board page for more details.