Other packages > Find by keyword >

kgraph  

Knowledge Graphs Constructions and Visualizations
View on CRAN: Click here


Download and install kgraph package within the R console
Install from CRAN:
install.packages("kgraph")

Install from Github:
library("remotes")
install_github("cran/kgraph")

Install by package version:
library("remotes")
install_version("kgraph", "1.0.0")



Attach the package and use:
library("kgraph")
Maintained by
Thomas Charlon
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2024-09-20
Latest Update: 2024-09-20
Description:
Knowledge graphs enable to efficiently visualize and gain insights into large-scale data analysis results, as p-values from multiple studies or embedding data matrices. The usual workflow is a user providing a data frame of association studies results and specifying target nodes, e.g. phenotypes, to visualize. The knowledge graph then shows all the features which are significantly associated with the phenotype, with the edges being proportional to the association scores. As the user adds several target nodes and grouping information about the nodes such as biological pathways, the construction of such graphs soon becomes complex. The 'kgraph' package aims to enable users to easily build such knowledge graphs, and provides two main features: first, to enable building a knowledge graph based on a data frame of concepts relationships, be it p-values or cosine similarities; second, to enable determining an appropriate cut-off on cosine similarities from a complete embedding matrix, to enable the building of a knowledge graph directly from an embedding matrix. The 'kgraph' package provides several display, layout and cut-off options, and has already proven useful to researchers to enable them to visualize large sets of p-value associations with various phenotypes, and to quickly be able to visualize embedding results. Two example datasets are provided to demonstrate these behaviors, and several live 'shiny' applications are hosted by the CELEHS laboratory and Parse Health, as the KESER Mental Health application <https://keser-mental-health.parse-health.org/> based on Hong C. (2021) <doi:10.1038/s41746-021-00519-z>.
How to cite:
Thomas Charlon (2024). kgraph: Knowledge Graphs Constructions and Visualizations. R package version 1.0.0, https://cran.r-project.org/web/packages/kgraph. Accessed 28 Sep. 2024.
Previous versions and publish date:
No previous versions
Other packages that cited kgraph R package
View kgraph citation profile
Other R packages that kgraph depends, imports, suggests or enhances
Complete documentation for kgraph
Functions, R codes and Examples using the kgraph R package
Full kgraph package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

semTable  
Structural Equation Modeling Tables
For confirmatory factor analysis ('CFA') and structural equation models ('SEM') estimated with the ...
Download / Learn more Package Citations See dependency  
mhtboot  
Multiple Hypothesis Test Based on Distribution of p Values
A framework for multiple hypothesis testing based on distribution of p values. It is well known tha ...
Download / Learn more Package Citations See dependency  
mbRes  
Exploration of Multiple Biomarker Responses using Effect Size
Summarize multiple biomarker responses of aquatic organisms to contaminants using Cliff ...
Download / Learn more Package Citations See dependency  
baseballr  
Acquiring and Analyzing Baseball Data
Provides numerous utilities for acquiring and analyzing baseball data from online sources such as ' ...
Download / Learn more Package Citations See dependency  
plm  
Linear Models for Panel Data
A set of estimators for models and (robust) covariance matrices, and tests for panel data econometr ...
Download / Learn more Package Citations See dependency  
glogis  
Fitting and Testing Generalized Logistic Distributions
Tools for the generalized logistic distribution (Type I, also known as skew-logistic distribution), ...
Download / Learn more Package Citations See dependency  

22,869

R Packages

195,887

Dependencies

63,882

Author Associations

22,870

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA