All Projects → tilltnet → egor

tilltnet / egor

Licence: other
R Package for importing and analysing ego-centered-network data.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to egor

signnet
R package for signed networks
Stars: ✭ 19 (+11.76%)
Mutual labels:  network-analysis, sna
Awesome Network Analysis
A curated list of awesome network analysis resources.
Stars: ✭ 2,525 (+14752.94%)
Mutual labels:  network-analysis, sna
migraph
Tools for multimodal and multilevel network analysis
Stars: ✭ 25 (+47.06%)
Mutual labels:  network-analysis, sna
public-transit-tools
Tools for working with GTFS public transit data in ArcGIS
Stars: ✭ 126 (+641.18%)
Mutual labels:  network-analysis
Final Project
Using Twitter Ego Network Analysis to Detect Sources of Fake News
Stars: ✭ 44 (+158.82%)
Mutual labels:  network-analysis
IM GreedyCELF
Source code for blog post at https://hautahi.com/im_greedycelf
Stars: ✭ 24 (+41.18%)
Mutual labels:  network-analysis
f1-communities
A novel approach to evaluate community detection algorithms on ground truth
Stars: ✭ 20 (+17.65%)
Mutual labels:  network-analysis
netrankr
An R package for network centrality
Stars: ✭ 39 (+129.41%)
Mutual labels:  network-analysis
reddit-opinion-mining
Sentiment analysis and opinion mining of Reddit data.
Stars: ✭ 15 (-11.76%)
Mutual labels:  sna
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (+17.65%)
Mutual labels:  network-analysis
SynNet-Pipeline
Workflow for Building Microsynteny Networks
Stars: ✭ 32 (+88.24%)
Mutual labels:  network-analysis
epynet
Object-oriented wrapper for EPANET 2.1
Stars: ✭ 24 (+41.18%)
Mutual labels:  network-analysis
Network-Embedding-Resources
Network Embedding Survey and Resources
Stars: ✭ 43 (+152.94%)
Mutual labels:  network-analysis
ffxiv-dissector
A Wireshark dissector for the FFXIV wire protocol
Stars: ✭ 14 (-17.65%)
Mutual labels:  network-analysis
NetBID
Data-driven Network-based Bayesian Inference of Drivers
Stars: ✭ 21 (+23.53%)
Mutual labels:  network-analysis
Network Enhancement
No description or website provided.
Stars: ✭ 26 (+52.94%)
Mutual labels:  network-analysis
pathpy
pathpy is an OpenSource python package for the modeling and analysis of pathways and temporal networks using higher-order and multi-order graphical models
Stars: ✭ 124 (+629.41%)
Mutual labels:  network-analysis
ssldump
ssldump - (de-facto repository gathering patches around the cyberspace)
Stars: ✭ 160 (+841.18%)
Mutual labels:  network-analysis
network-tools
Network Tools
Stars: ✭ 27 (+58.82%)
Mutual labels:  network-analysis
packet cafe
A platform built for easy-to-use automated network traffic analysis
Stars: ✭ 40 (+135.29%)
Mutual labels:  network-analysis

CRAN status R-CMD-check

egor

Tools for importing, analyzing and visualizing ego-centered or personal network data. egor integrates nicely with the tidyverse, by providing methods for most dplyr commands. An egor object contains the three data levels, ego, alter and alter-alter ties (aatie). In order to switch between the three data levels the activate() concept is lent from the tidygraph package.

Installation

# Install release version from CRAN
install.packages("egor")

# Install development version from GitHub
remotes::install_github(repo="tilltnet/egor")

Visualize

egor offers a few visualization techniques for ego-centered network data:

  • regular network plots
  • clustered graphs
  • ego-grams

And there is a Network Visualization App providing a graphical interface that let's the user compose their visualizations interactively.

Import data

An egor object can be created with the egor() command. In addition there are some functions that import specific data formats for ego-centered network data.

There are currently three importing functions that read the data exported from data collection tools from the hard drive and load them as an egor object.

read_openeddi()
read_egoweb()
read_egonet()

In addition there are three functions that help with the transformation of common data formats of ego-centered network data into egor objects:

onefile_to_egor()
twofiles_to_egor()
threefiles_to_egor()

Analyse

There are a few commands facilitating the analysis of ego-centered networks. To learn more, please take a look at the package vignette.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].