{"id":17224274,"url":"https://github.com/ekstroem/networkr","last_synced_at":"2025-07-28T14:31:42.761Z","repository":{"id":90094088,"uuid":"100534704","full_name":"ekstroem/networkR","owner":"ekstroem","description":"R network analysis for families, citations and social networks","archived":false,"fork":false,"pushed_at":"2020-07-21T15:09:24.000Z","size":75,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-15T04:11:59.814Z","etag":null,"topics":["network-analysis","network-visualization"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ekstroem.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-16T21:35:59.000Z","updated_at":"2024-06-21T21:37:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1c2212b-3e32-4e74-98ad-3d485f9b9a82","html_url":"https://github.com/ekstroem/networkR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekstroem%2FnetworkR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekstroem%2FnetworkR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekstroem%2FnetworkR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekstroem%2FnetworkR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekstroem","download_url":"https://codeload.github.com/ekstroem/networkR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227923053,"owners_count":17840940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["network-analysis","network-visualization"],"created_at":"2024-10-15T04:10:40.781Z","updated_at":"2024-12-03T13:07:51.645Z","avatar_url":"https://github.com/ekstroem.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# networkR\n\nDevelopment version of the R package **networkR**. This package\ncontains a collection of various semi-useful functions for network af family analysis.\n\nTo install the development version of **networkR** run the following\ncommand from within R (this requires that the devtools package is\nalready installed on the system.)\n\n```r\ndevtools::install_github('ekstroem/networkR')\n```\n\n(CRAN checks : [![Travis-CI Build Status](https://travis-ci.org/ekstroem/networkR.svg?branch=master)](https://travis-ci.org/ekstroem/networkR))\n\n\n## Package overview\n\n\n### Families\n\n*  `cluster_families` will identify clusters (families) based on information of ids, father ids and mother ids.\n\n\n### Network analysis\n\n\n*  `adjacency` \n*  `hits`\n\n### Formats\n\nThe `linkage` format for family data ...\n\n\n\nThe `trio` format that we use in this package is a reduced/restricted version\nof the linkage format consisting of three *integer* (numeric) values for each individual: \n\n*   `id` - the id of the individual,\n*   `fid` - the id of the father,\n*   `mid` - the id of the mother.\n\nFor the `fid` and `mid` variables a 0 or `NA` represents no\ninformation, and a person with nor information on father and mother id\nis considered a founder. For consistency, an individual should not\nhave just a single parent missing.\n\nNote that since we do not have a family indicator all id's should be uniques across all families.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekstroem%2Fnetworkr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekstroem%2Fnetworkr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekstroem%2Fnetworkr/lists"}