fernandoPalluzzi / SEMgraph

Causal Structure Learning and Network Analysis with Structural Equation Modeling.
GNU General Public License v3.0
21 stars 1 forks source link

SEMgraph

Causal network inference and discovery with Structural Equation Modeling

SEMgraph Estimates networks and causal relations in complex systems through Structural Equation Modeling (SEM). SEMgraph comes with the following functionalities:

 

Installation

The latest stable version can be installed from CRAN:

install.packages("SEMgraph")

The latest development version can be installed from GitHub:

# install.packages("devtools")
devtools::install_github("fernandoPalluzzi/SEMgraph")

Do not forget to install the SEMdata package too! It contains useful high-throughput sequencing data, reference networks, and pathways for SEMgraph training:

devtools::install_github("fernandoPalluzzi/SEMdata")

 

Getting help

A gentle introduction to SEMgraph functionalities is available at our DOCs page.

The full list of SEMgraph functions with examples is available at our website HERE.

 

SEMgraph-related projects

 

Available datasets

Create updated pathway and reference network versions

SEMgraph and SEMdata reference datasets are freezed to benchmarked versions. If you would like to get the latest version of your favourite database, you can use either the R package graphite (graphite tutorial), or our simple wrapper function, contained in the R script loadPathwayData.R. The script comes with descriptions and examples.

Latest stable datasets

SEMgraph offers several verified datasets to work with, for both training and research. They include (** available with the SEMdata expansion):

 

References

SEMgraph

Grassi M, Palluzzi F, Tarantino B. SEMgraph: an R package for causal network inference of high-throughput data with structural equation models. Bioinformatics, 2022 Aug 30; 38(20):btac567. https://doi.org/10.1093/bioinformatics/btac567

Associated projects

Grassi M, Tarantino B. SEMgsa: topology-based pathway enrichment analysis with structural equation models. BMC Bioinformatics, 2022 Aug 17; 23(1):344. https://doi.org/10.1186/s12859-022-04884-8

Grassi M, Tarantino B. SEMtree: tree-based structure learning methods with structural equation models. Bioinformatics, 2023 June 09; 39(6):btad377. https://doi.org/10.1093/bioinformatics/btad377