Literature DB >> 25949802

Visualisation of BioPAX Networks using BioLayout Express (3D).

Derek W Wright1, Tim Angus1, Anton J Enright2, Tom C Freeman1.   

Abstract

BioLayout Express (3D) is a network analysis tool designed for the visualisation and analysis of graphs derived from biological data. It has proved to be powerful in the analysis of gene expression data, biological pathways and in a range of other applications. In version 3.2 of the tool we have introduced the ability to import, merge and display pathways and protein interaction networks available in the BioPAX Level 3 standard exchange format. A graphical interface allows users to search for pathways or interaction data stored in the Pathway Commons database. Queries using either gene/protein or pathway names are made via the cPath2 client and users can also define the source and/or species of information that they wish to examine. Data matching a query are listed and individual records may be viewed in isolation or merged using an 'Advanced' query tab. A visualisation scheme has been defined by mapping BioPAX entity types to a range of glyphs. Graphs of these data can be viewed and explored within BioLayout as 2D or 3D graph layouts, where they can be edited and/or exported for visualisation and editing within other tools.

Entities:  

Keywords:  signalling network, analysis, proteins, bioinformatics

Year:  2014        PMID: 25949802      PMCID: PMC4406191          DOI: 10.12688/f1000research.5499.1

Source DB:  PubMed          Journal:  F1000Res        ISSN: 2046-1402


Introduction

There has been an explosion in the amount of publicly available pathway and interaction data in recent years, derived from high-throughput experimental techniques, such as two-hybrid systems, mass spectrometry, phage display etc., or through focused studies and manually curated from the literature into pathway models [1– 3]. There are many resources that store such data: at the time of writing, the website pathguide.org [4] listed 547 pathway and interaction databases. However, many of these resources store the data in idiosyncratic formats and as a result it has been difficult for resources to exchange data between them. To address this problem, there have been a number of efforts to standardize the exchange of pathway and protein interaction data from disparate sources, including PSICQUIC [5], CellML [6] and BioPAX [7]. Of these, BioPAX is one of the most widely adopted data exchange formats. BioPAX is a community standard ontology for describing pathway and protein interaction data, suitable for qualitatively representing the current knowledge of biological systems. Seventy-four of the resources listed by the PathGuide currently support BioPAX, including some of the most widely used resources. BioPAX is overseen by the Computational Modeling in Biology Network (COMBINE) ( http://co.mbine.org/) and has been released in major versions referred to as levels. The latest release is BioPAX level 3, version 1.0. Pathway Commons [8] is a publicly available resource that aggregates and integrates pathway data from multiple organisms and databases into a common BioPAX language linked data representation. Data stored within this resource are currently derived from the databases ChEBI [9], UniProt [10], Reactome [1], Pathway Interaction Database [11], PhosphoSite [10], HumanCyc [12], HPRD [13] and PANTHER [2]. The Pathway Commons website provides query and bulk download of these data. The system also makes these data available via a REST web service API, which provides programmatic access to data over the web. Pathway Commons has recently been upgraded, supporting BioPAX Level 3 and providing advanced graph queries via the CPath2 REST API. A range of software tools already supports BioPAX use and exchange. For example the network analysis tool Cytoscape [14] has support via plugins (known as “apps” in Cytoscape version 3) [15, 16]. The BiNoM plugin [17] can import BioPAX Level 3 OWL files, the CyPath2 plugin is able to import and visualise BioPAX from the Pathway Commons resource, and the ChiBE pathway editor [18] allows users to visually edit BioPAX pathways. CellDesigner, a graphical pathway editor, can export pathways as BioPAX [19] and users of the R statistical programming language can access BioPAX via the rBiopaxParser package [20]. As BioPAX is a language based on the semantic RDF/OWL standard, it can also be edited using standard ontology authoring tools such as Protégé and WebProtégé [21]. However, it should be noted that there are various compatibility issues with some of the above, with different apps/tools being specific for different versions of the tools or BioPAX. There is considerable interest in BioPAX data from the bioinformatics community and a growing interest in tools that support its visualisation and analysis. Here we report the implementation of a simple-to-use graphical interface within the network analysis tool BioLayout Express 3D [22, 23] that now supports querying of the Pathway Commons resource, allowing the user to pull in the results of specific gene/protein- or pathway-centric queries, and to visualise the results in a graphically intuitive manner.

Implementation

BioLayout Express 3D version 3.2 has been developed to open BioPAX Level 3 OWL files and generate network graph visualisations of BioPAX encoded pathway or protein interaction data. A web service client has also been developed within BioLayout to query Pathway Commons and import BioPAX networks directly. PaxTools [24], an open-source Java library for developing BioPAX applications, has been incorporated into BioLayout. When a BioPAX OWL file is opened, it is parsed using PaxTools and an in-memory object model containing the elements in the BioPAX document is created. If the BioPAX major version is lower than Level 3, the object model is upgraded to Level 3 before the graph is constructed. The program iterates through each entity, looking up and assigning a shape for that entity type then creating a corresponding graph node. The program then connects nodes by creation of edges to represent components that are members of a complex, steps of a pathway and participants of an interaction.

Input options

BioLayout Express 3D communicates with Pathway Commons via the cPath2 REST API, sending commands using the PaxTools library. Using a search dialog ( Figure 1A), opened by selecting “File -> Network From Public Database…” within BioLayout, the user may refine searches by keywords, species, data source and BioPAX type. For convenience, predefined search options are provided for individual data sources and popular species. Queries may be for specific genes/proteins or for pathways, searching the entire record or just the title.
Figure 1.

Import Network user interfaces with main features highlighted.

( A) Import Network search dialog. This dialog supports the querying of the Pathway Commons database. 1. Keywords are entered into the Keywords field. To restrict the search to the BioPAX pathway name only (as opposed to all text associated with pathway), leave the ‘Name’ checkbox ticked. Terms may be separated with Boolean operators AND/OR and a specific search field may be combined with a search term separated by a colon (:) and wildcards may be searched using an asterisk (*); 2. NCBI organism ID number or species name may be entered in the text field or for convenience popular species may be searched for using the checkboxes provided; 3. Information from specific databases from which Pathway Commons aggregates may be selected, restricting searches to information provided by those resources; 4. Dropdown list defines which BioPAX type to search for: Pathway, Interaction, Physical Entity, Entity Reference. There is an additional option, Top Pathways, which is a special case; this is defined as “pathways that are neither ‘controlled’ nor ‘pathwayComponent’ of another process”; 5. Click the Search button to perform the search. Search results are displayed in the table. Results are returned in pages of 500 search hits; the sequence of pages may be navigated using the Next/ Previous buttons; 6. Click on a row in the results table to display detailed information about that network in the pane on the right hand side; 7. Click the Open button to download and display the network for the search hit you have highlighted in the results table; 8. If you wish to perform an advanced graph query, double-click the row(s) in the results table and the search hits will be added to the Advanced tab. The Advanced tab of the Import Network dialog enables you to perform advanced graph queries on search merging networks etc.; 9. When the procedure is defined, click Execute to visualise the results.

Import Network user interfaces with main features highlighted.

( A) Import Network search dialog. This dialog supports the querying of the Pathway Commons database. 1. Keywords are entered into the Keywords field. To restrict the search to the BioPAX pathway name only (as opposed to all text associated with pathway), leave the ‘Name’ checkbox ticked. Terms may be separated with Boolean operators AND/OR and a specific search field may be combined with a search term separated by a colon (:) and wildcards may be searched using an asterisk (*); 2. NCBI organism ID number or species name may be entered in the text field or for convenience popular species may be searched for using the checkboxes provided; 3. Information from specific databases from which Pathway Commons aggregates may be selected, restricting searches to information provided by those resources; 4. Dropdown list defines which BioPAX type to search for: Pathway, Interaction, Physical Entity, Entity Reference. There is an additional option, Top Pathways, which is a special case; this is defined as “pathways that are neither ‘controlled’ nor ‘pathwayComponent’ of another process”; 5. Click the Search button to perform the search. Search results are displayed in the table. Results are returned in pages of 500 search hits; the sequence of pages may be navigated using the Next/ Previous buttons; 6. Click on a row in the results table to display detailed information about that network in the pane on the right hand side; 7. Click the Open button to download and display the network for the search hit you have highlighted in the results table; 8. If you wish to perform an advanced graph query, double-click the row(s) in the results table and the search hits will be added to the Advanced tab. The Advanced tab of the Import Network dialog enables you to perform advanced graph queries on search merging networks etc.; 9. When the procedure is defined, click Execute to visualise the results. Search results are displayed in a table. Clicking on a search hit displays an excerpt from the description with the highlighted search term, the persistent Uniform Resource Identifier (URI) of the search hit on Pathway Commons, the number of interactions (for pathways only) and the species name, which are displayed in a panel alongside the table of hits. As the BioPAX document defines species using Identifiers.org [25] standard URIs, the scientific names of the species in the search results are looked up in the NCBI Taxonomy database [26] using the NCBI EFetch SOAP [27] web service. This live lookup ensures that BioLayout is capable of displaying the name of any species that may be found in the search results. For a pathway search hit, the number of interactions is calculated and displayed, so as to give the user an indication of the size of the network that will be produced (some hits may be very small and possibly not worth displaying). This value is obtained by counting the results of a traverse query of interactions within the selected pathway. The user may choose to display the network for a single search hit, in which case BioLayout downloads the corresponding OWL file from Pathway Commons and opens it, displaying the network. Alternatively, a user may choose to select a number of search hits and then perform advanced graph queries on multiple hits, using the operations provided by the Pathway Commons cPath2 web service. A search hit may be added to the Advanced tab by double-clicking the row ( Figure 1B). Advanced query options are: Get – multiple networks combined into a single network Nearest Neighborhood – first order neighborhood of nodes within search hits Common Stream – common upstream or downstream of search hits Paths Between – network forming paths between search hits Paths From To – network forming the paths from search hits in rows selected by the user in the Advanced table to unselected search hits

Visualisation of BioPAX data

A visual scheme has been defined, where node shapes and colours have been mapped to BioPAX entity types. BioLayout already supports the import of mEPN (modified Edinburgh Pathway Notation) pathway models [3, 28] saved as GraphML files. When visualised, the concepts supported by this pathway notation system are translated into equivalent 2D or 3D shapes. We therefore chose equivalent glyphs for BioPAX entities and concepts where possible, in order to provide a consistent user experience. Some BioPAX concepts could not be mapped to the existing mEPN scheme so new glyphs were added. For example, a dumbbell shape was added for RNA-Region. Some concepts did not have an exact analogue. In the case of the BioPAX Small Molecule type, the equivalent concept in mEPN could either be Ion/Simple Molecule or Simple Biochemical; the Ion/Simple Molecule glyph was used. The BioPAX ontology has a hierarchical structure with increasing levels of granularity. Some glyphs were added to mEPN to handle generic BioPAX types where the more detailed type is not available in the data, such as a Control transition. Mappings between BioPAX/mEPN concepts and the 2D and 3D shapes used to represent them are shown in Figure 2.
Figure 2.

Table listing BioPAX concepts and the mapping on to the mEPN pathway notation scheme and their representation in BioLayout Express 3D as 2D and 3D nodes.

Layout

BioPAX may describe the interaction between the components of a pathway but it does not define layout co-ordinates for visualisations, even if the original source of the information, such as Reactome, contained this information. In the absence of layout information, a graph layout must be computed algorithmically. We recommend the Fast Multipole Multilevel Method (FMMM) layout algorithm, implemented within BioLayout, for use with BioPAX networks [29]. FMMM is a force-directed layout algorithm, introduced in BioLayout version 3.1 that allows graph layout to be computed highly efficiently, with a small number of iterations. The algorithm produces elegantly laid out graphs ( Figure 3A) in both 2D and 3D, with sparsely arranged nodes and is particularly useful for the visualisation of large structured networks, such as those obtained from BioPAX.
Figure 3.

Visualisation of BioPAX networks in BioLayout Express 3D.

( A) 3D network view of a BioPAX query. Different entity/concept types defined in BioPAX Level 3 are translated into nodes of different size, shape and colour depending on type. Graphs may be explored, edited and names displayed. Options for these functionalities are contained within the BioLayout menus. ( B) The names and node types of selected nodes may be viewed with the Class Viewer, which also provides information on the number of edges. Within this window nodes may be selected/deselected, searched by name or class and information exported.

Visualisation of BioPAX networks in BioLayout Express 3D.

( A) 3D network view of a BioPAX query. Different entity/concept types defined in BioPAX Level 3 are translated into nodes of different size, shape and colour depending on type. Graphs may be explored, edited and names displayed. Options for these functionalities are contained within the BioLayout menus. ( B) The names and node types of selected nodes may be viewed with the Class Viewer, which also provides information on the number of edges. Within this window nodes may be selected/deselected, searched by name or class and information exported.

Exploration of networks

BioLayout’s Class Viewer [23] is used as an inspector for the graph. The Class Viewer enables a graph to be sub-categorized into classes, based on node type. The classes taken together form a Class Set. During the graph construction process, a Class Set is created for BioPAX features and as the graph nodes are created, each node is assigned to a class with the name of the BioPAX entity type to which it corresponds ( Figure 3B). The Import Network search dialog may be opened from within the Class Viewer, while navigating a gene co-expression network, using the Search Database function. This opens the dialog with the Keywords field pre-populated with gene names from selected nodes within the graph, enabling the user to search for pathways that involve the genes of interest. This represents a means of directly integrating genomic data with pathway data. Similarly, an analysis of a gene expression network or similar, e.g. clustering of co-expression modules, may be exported ( File -> Export -> Class Sets As File) and then, assuming that the node identifiers are the same between the two networks, imported ( File -> Import -> Class Sets…) whilst visualising a BioPAX network. In this way, the genes of interest in the expression network can be highlighted on the interaction network or vice versa.

Conclusion

There is now a wealth of pathway and protein interaction data in the public domain, collected and curated at great expense. However, accessing and using these data has proved challenging for many due to the lack of standard formats for data exchange between resources. The BioPAX standard has gone a long way to resolve this issue and has been widely adopted by the community. The Pathway Commons database has therefore been able to amalgamate the information stored in a number of the main pathway/interaction resources, making the information available through the CPath2 web service. Here we report our implementation of data query and import functionality within BioLayout Express 3D version 3.2, thereby leveraging a powerful tool to support the visualisation and analysis of large pathway and protein interaction networks. The data stored in the Pathway Commons resource may now be easily searched and hits combined. The resulting networks can be displayed in 2D or 3D using a graphical display language that differentiates between the entity types described in the BioPAX hierarchy. Within the tool, the graphs can be explored and edited and where necessary exported for visualisation within other tools.

Software availability

Sofware access

Software and source code are available from http://www.biolayout.org.

Archived source code as at the time of publication

http://dx.doi.org/10.5281/zenodo.12216 [30]

Software license

GNU Public Licence version 3 http://www.gnu.org/copyleft/gpl.html General Comments: The BioLayout Express 3D is a very useful tool, especially its unique 3D rendering capability. The supports for importing network files in BioPAX level 3 format and integration with Pathway Commons appear to work well as described in the paper. My comments are mainly concerned with network visualization. Navigation in large/dense networks: Users often want to zoom in to a particular node/region of the network to view the connections and structures. It is difficult to achieve this using right-mouse button. A better approach may be to add support for three-wheel mouse – point the mouse to the node and then scroll to zoom in to the pointer direction. Enhancing support for node search in a dense network: Users should be able to click to highlight AND zoom in to it. Better scaling control (esp. for 2D view): Users would expect that node overlapping issue would be resolved by zooming in to the region. This is not the case during testing. Rather than simply getting bigger in size, both the sizes and relatives distance between nodes should be scaled properly when users zoom in. If there are some advanced options to achieve this effect, the default parameters should be improved. Bugs (Version 3.3, Mac version) On the 2D view, select and drag a node to a new position, the mouse pointer and the node are not well synchronized during the process.  Black screen also occurs sometimes. Additional comments / wish list: In addition to comparing their abilities in supporting BioPAX format, a general discussion on network visualization features of these popular tools will be very useful for new users to make informed choices. The standalone tools have the advantage for dealing with large data. The current tool can be improved with regard to more layout options and better performance for large networks. Given the increasing popularity for web-based visualization, the support for exporting the graph for D3.js rendering is certainly a welcome step. An online version for 3D network visualization (maybe based on WebGL?) will be highly received by the community. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. The authors describe BioPAX loading and visualization support for the established BioLayout Express 3D network visualization software. As far as I know, this is the only software capable of 3D display of BioPAX derived networks. The new feature seems to work very well as described. I have a few minor comments to improve the manuscript. Minor notes: “the persistent Uniform Resource Identifier (URI)” – URIs in Pathway Commons are not guaranteed to be consistent between releases. They can be persistent if they are externally standardized e.g. uniprot IDs, but internal pathway commons URIs may change from release to release. The manuscript would benefit from one biological use case. The highlighting expression data paragraph is interesting, but including a biological example would help potential biologist users know how to use the software for a particular analysis. It would be nice to see a future directions section e.g. is there a plan to visualize SIF networks derived from BioPAX? It would be useful to briefly mention some examples of information that is not covered in the BioPAX to mEPN mapping e.g. post-translational modifications on proteins, the directionality of edges e.g. that could distinguish between left and right participants of an interaction vs. all participants of an interaction. Some of this information is possible to show in other visualization options, such as the Systems Biology Graphical Notation, which the authors may want to reference. Software comments: The top pathways feature requires entering a keyword before the Search button is active, but with this query, it seems that a keyword is not necessary, as any query always shows all top pathways. A number of nodes have ‘null’ labels e.g. if they are interaction nodes. It would be nice to be able to suppress these labels somehow. It would be useful to see other information associated with the nodes e.g. data source, links to external databases. Some of this information is already shown in section 6 in panel A of the import network dialog shown in Figure 1. Is it possible to choose another layout after a network has been loaded? Bug: Clicking the ‘i’ information button on the right hand button tool bar brings up a help dialog called the ‘navigation wizard’. The links to PDFs at the bottom of this screen go to non-existent web pages. The edge names are all ‘0’, but could be the type of edge. Minor text fixes: “within BioLayout, the user may refine searches by keywords, species, data source and BioPAX type” -> BioPAX class type. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard.
  28 in total

1.  Cytoscape: a software environment for integrated models of biomolecular interaction networks.

Authors:  Paul Shannon; Andrew Markiel; Owen Ozier; Nitin S Baliga; Jonathan T Wang; Daniel Ramage; Nada Amin; Benno Schwikowski; Trey Ideker
Journal:  Genome Res       Date:  2003-11       Impact factor: 9.043

2.  BioPAX support in CellDesigner.

Authors:  Huaiyu Mi; Anushya Muruganujan; Emek Demir; Yukiko Matsuoka; Akira Funahashi; Hiroaki Kitano; Paul D Thomas
Journal:  Bioinformatics       Date:  2011-10-21       Impact factor: 6.937

3.  PSICQUIC and PSISCORE: accessing and scoring molecular interactions.

Authors:  Bruno Aranda; Hagen Blankenburg; Samuel Kerrien; Fiona S L Brinkman; Arnaud Ceol; Emilie Chautard; Jose M Dana; Javier De Las Rivas; Marine Dumousseau; Eugenia Galeota; Anna Gaulton; Johannes Goll; Robert E W Hancock; Ruth Isserlin; Rafael C Jimenez; Jules Kerssemakers; Jyoti Khadake; David J Lynn; Magali Michaut; Gavin O'Kelly; Keiichiro Ono; Sandra Orchard; Carlos Prieto; Sabry Razick; Olga Rigina; Lukasz Salwinski; Milan Simonovic; Sameer Velankar; Andrew Winter; Guanming Wu; Gary D Bader; Gianni Cesareni; Ian M Donaldson; David Eisenberg; Gerard J Kleywegt; John Overington; Sylvie Ricard-Blum; Mike Tyers; Mario Albrecht; Henning Hermjakob
Journal:  Nat Methods       Date:  2011-06-29       Impact factor: 28.547

4.  Human Protein Reference Database and Human Proteinpedia as discovery tools for systems biology.

Authors:  T S Keshava Prasad; Kumaran Kandasamy; Akhilesh Pandey
Journal:  Methods Mol Biol       Date:  2009

5.  A travel guide to Cytoscape plugins.

Authors:  Rintaro Saito; Michael E Smoot; Keiichiro Ono; Johannes Ruscheinski; Peng-Liang Wang; Samad Lotia; Alexander R Pico; Gary D Bader; Trey Ideker
Journal:  Nat Methods       Date:  2012-11-06       Impact factor: 28.547

6.  Pathway Commons, a web resource for biological pathway data.

Authors:  Ethan G Cerami; Benjamin E Gross; Emek Demir; Igor Rodchenkov; Ozgün Babur; Nadia Anwar; Nikolaus Schultz; Gary D Bader; Chris Sander
Journal:  Nucleic Acids Res       Date:  2010-11-10       Impact factor: 16.971

7.  The BioPAX community standard for pathway data sharing.

Authors:  Emek Demir; Michael P Cary; Suzanne Paley; Ken Fukuda; Christian Lemer; Imre Vastrik; Guanming Wu; Peter D'Eustachio; Carl Schaefer; Joanne Luciano; Frank Schacherer; Irma Martinez-Flores; Zhenjun Hu; Veronica Jimenez-Jacinto; Geeta Joshi-Tope; Kumaran Kandasamy; Alejandra C Lopez-Fuentes; Huaiyu Mi; Elgar Pichler; Igor Rodchenkov; Andrea Splendiani; Sasha Tkachev; Jeremy Zucker; Gopal Gopinath; Harsha Rajasimha; Ranjani Ramakrishnan; Imran Shah; Mustafa Syed; Nadia Anwar; Ozgün Babur; Michael Blinov; Erik Brauner; Dan Corwin; Sylva Donaldson; Frank Gibbons; Robert Goldberg; Peter Hornbeck; Augustin Luna; Peter Murray-Rust; Eric Neumann; Oliver Ruebenacker; Oliver Reubenacker; Matthias Samwald; Martijn van Iersel; Sarala Wimalaratne; Keith Allen; Burk Braun; Michelle Whirl-Carrillo; Kei-Hoi Cheung; Kam Dahlquist; Andrew Finney; Marc Gillespie; Elizabeth Glass; Li Gong; Robin Haw; Michael Honig; Olivier Hubaut; David Kane; Shiva Krupa; Martina Kutmon; Julie Leonard; Debbie Marks; David Merberg; Victoria Petri; Alex Pico; Dean Ravenscroft; Liya Ren; Nigam Shah; Margot Sunshine; Rebecca Tang; Ryan Whaley; Stan Letovksy; Kenneth H Buetow; Andrey Rzhetsky; Vincent Schachter; Bruno S Sobral; Ugur Dogrusoz; Shannon McWeeney; Mirit Aladjem; Ewan Birney; Julio Collado-Vides; Susumu Goto; Michael Hucka; Nicolas Le Novère; Natalia Maltsev; Akhilesh Pandey; Paul Thomas; Edgar Wingender; Peter D Karp; Chris Sander; Gary D Bader
Journal:  Nat Biotechnol       Date:  2010-09-09       Impact factor: 54.908

8.  Computational prediction of human metabolic pathways from the complete human genome.

Authors:  Pedro Romero; Jonathan Wagg; Michelle L Green; Dale Kaiser; Markus Krummenacker; Peter D Karp
Journal:  Genome Biol       Date:  2004-12-22       Impact factor: 13.583

9.  PID: the Pathway Interaction Database.

Authors:  Carl F Schaefer; Kira Anthony; Shiva Krupa; Jeffrey Buchoff; Matthew Day; Timo Hannay; Kenneth H Buetow
Journal:  Nucleic Acids Res       Date:  2008-10-02       Impact factor: 16.971

10.  The Reactome pathway knowledgebase.

Authors:  David Croft; Antonio Fabregat Mundo; Robin Haw; Marija Milacic; Joel Weiser; Guanming Wu; Michael Caudy; Phani Garapati; Marc Gillespie; Maulik R Kamdar; Bijay Jassal; Steven Jupe; Lisa Matthews; Bruce May; Stanislav Palatnik; Karen Rothfels; Veronica Shamovsky; Heeyeon Song; Mark Williams; Ewan Birney; Henning Hermjakob; Lincoln Stein; Peter D'Eustachio
Journal:  Nucleic Acids Res       Date:  2013-11-15       Impact factor: 16.971

View more
  5 in total

1.  Computer aided analysis of disease linked protein networks.

Authors:  Soudabeh Sabetian; Mohd Shahir Shamsir
Journal:  Bioinformation       Date:  2019-07-31

Review 2.  Intelligent host engineering for metabolic flux optimisation in biotechnology.

Authors:  Lachlan J Munro; Douglas B Kell
Journal:  Biochem J       Date:  2021-10-29       Impact factor: 3.857

3.  Survival of metastatic melanoma patients after dendritic cell vaccination correlates with expression of leukocyte phosphatidylethanolamine-binding protein 1/Raf kinase inhibitory protein.

Authors:  Sonja I Buschow; Matteo Ramazzotti; Gerold Schuler; Duccio Cavalieri; Carl G Figdor; Inge M J Reinieren-Beeren; Lucie M Heinzerling; Harm Westdorp; Irene Stefanini; Luca Beltrame; Stanleyson V Hato; Eva Ellebaek; Stefanie Gross; Van Anh Nguyen; Georg Weinlich; Jiannis Ragoussis; Dilair Baban; Beatrice Schuler-Thurner; Inge M Svane; Nikolaus Romani; Jonathan M Austyn; I Jolanda M De Vries
Journal:  Oncotarget       Date:  2017-06-27

4.  Decoding Common Features of Neurodegenerative Disorders: From Differentially Expressed Genes to Pathways.

Authors:  Rabia Habib; Nighat Noureen; Neha Nadeem
Journal:  Curr Genomics       Date:  2018-05       Impact factor: 2.236

5.  Gene exchange drives the ecological success of a multi-host bacterial pathogen.

Authors:  Emily J Richardson; Rodrigo Bacigalupe; Ewan M Harrison; Lucy A Weinert; Samantha Lycett; Manouk Vrieling; Kirsty Robb; Paul A Hoskisson; Matthew T G Holden; Edward J Feil; Gavin K Paterson; Steven Y C Tong; Adebayo Shittu; Willem van Wamel; David M Aanensen; Julian Parkhill; Sharon J Peacock; Jukka Corander; Mark Holmes; J Ross Fitzgerald
Journal:  Nat Ecol Evol       Date:  2018-07-23       Impact factor: 15.460

  5 in total

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