paper/paper.md

title: 'Building, Importing, and Exporting GEXF Graph Files with rgexf' authors: - affiliation: 1 name: George G Vega Yon orcid: 0000-0002-3171-0844 date: "07 June 2021" output: html_document: df_print: paged bibliography: paper.bib tags: - sna - networks - graph visualization - data visualization - data management - r programming affiliations: - index: 1 name: Department of Preventive Medicine, University of Southern California

Summary

First introduced in 2012, the rgexf package for the R programming language was the first effort to make the Graph Exchange XML Format (GEXF) [@heymann2009gexf] specification available to the R world. With more than 500,000 downloads[^cranlogs], it is one of the most popular ways to incorporate GEXF files into the R programming language environment.

[^cranlogs]: According to the https://cranlogs.r-pkg.org/ website, as of June 14, 2021.

Developed by the Gephi Core Group [@bastian2009gephi], the GEXF specification is a flexible and widely used format to describe graphs. Although it has not been updated since 2009, the GEXF format has been introduced to several tools and programming environments. A few examples include:

Besides the rgexf package, other R packages provide functions that interact with GEXF files:

Nevertheless, the rgexf package continues to be the de-facto tool to interact with GEXF files in R.

Statement of Need

This R package has been serving the scientific community for many years now. Scientists and data analysts across the board have been using rgexf to enhance their analyses by smoothly moving between R and other applications used for graph visualization. Some concrete examples include gene networks [@Starr2017;@Kauffman2018], interactions among species [@Leclerc2018], and social networks [@Alsaedi2016].

Features

Beyond reading and writing GEXF files from within R, the rgexf R package has various other features that can help to create beautiful network visualizations, in particular:

Because of these and other reasons, the rgexf package has been featured in many scientific papers, stating the great utility that this R package has provided to the community. The rgexf package is available in the Comprehensive R Archive Network (CRAN) and the project repository at https://github.com/gvegayon/rgexf.

References



gvegayon/rgexf documentation built on June 4, 2023, 3:46 p.m.