{"id":21673810,"url":"https://github.com/openmendel/mendelkinship.jl","last_synced_at":"2025-03-20T08:42:56.918Z","repository":{"id":47175359,"uuid":"63447451","full_name":"OpenMendel/MendelKinship.jl","owner":"OpenMendel","description":"This analysis option computes kinship and other identity coefficients.","archived":false,"fork":false,"pushed_at":"2022-07-24T17:49:08.000Z","size":6971,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-25T09:42:07.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenMendel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-15T19:54:55.000Z","updated_at":"2022-07-24T17:49:11.000Z","dependencies_parsed_at":"2022-08-27T07:31:30.621Z","dependency_job_id":null,"html_url":"https://github.com/OpenMendel/MendelKinship.jl","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/OpenMendel%2FMendelKinship.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMendel%2FMendelKinship.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMendel%2FMendelKinship.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMendel%2FMendelKinship.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenMendel","download_url":"https://codeload.github.com/OpenMendel/MendelKinship.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244583152,"owners_count":20476233,"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":[],"created_at":"2024-11-25T13:41:24.110Z","updated_at":"2025-03-20T08:42:56.894Z","avatar_url":"https://github.com/OpenMendel.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MendelKinship\n\n| **Documentation** | **Build Status** | **Code Coverage**  |\n|-------------------|------------------|--------------------|\n| [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://openmendel.github.io/MendelKinship.jl/dev/) | [![Build Status](https://travis-ci.org/OpenMendel/MendelKinship.jl.svg?branch=master)](https://travis-ci.org/OpenMendel/MendelKinship.jl)| [![Coverage Status](https://coveralls.io/repos/github/OpenMendel/MendelKinship.jl/badge.svg?branch=master)](https://coveralls.io/github/OpenMendel/MendelKinship.jl?branch=master) |\n\nThis [Julia](http://julialang.org/) package computes genetic kinship and other identity coefficients. MendelKinship is one component of the umbrella [OpenMendel](https://openmendel.github.io) project.\n\n## Installation\n\nDownload and install [Julia](https://julialang.org/downloads/). Within Julia, copy and paste the following: \n\n```julia\nusing Pkg\nPkg.add(PackageSpec(url=\"https://github.com/OpenMendel/SnpArrays.jl.git\"))\nPkg.add(PackageSpec(url=\"https://github.com/OpenMendel/MendelSearch.jl.git\"))\nPkg.add(PackageSpec(url=\"https://github.com/OpenMendel/MendelBase.jl.git\"))\nPkg.add(PackageSpec(url=\"https://github.com/OpenMendel/MendelKinship.jl.git\"))\n```\n\nThis package supports Julia `v1.0`+.\n\n## Data Files\n\nTo run this analysis package you will need to prepare a Control file and have your data files available. The Control file holds the names of your data files and any optional parameters for the analysis. Details on the general format and contents of the Control and data files can be found on the MendelBase [documentation page](https://openmendel.github.io/MendelBase.jl). Descriptions of the specific options available within the MendelKinship analysis package are in its [documentation page](https://openmendel.github.io/MendelKinship/dev/). The old documentation can be accessed [here](https://openmendel.github.io/MendelKinship.jl)\n\nThere are example data files in the \"data\" subfolder of each Mendel package.\n\n## Running the Analysis\n\nTo run this analysis package, first launch Julia. Then load the package with the command:\n\n     julia\u003e using MendelKinship\n\nNext, if necessary, change to the directory containing your files, for example,\n\n     julia\u003e cd(\"~/path/to/data/files/\")\n\nFinally, to run the analysis using the parameters in the control file Control_file.txt use the command:\n\n     julia\u003e Kinship(\"Control_file.txt\")\n\n*Note: The package is called* MendelKinship *but the analysis function is called simply* Kinship.\n\n## Citation\n\nIf you use this analysis package in your research, please cite the following reference in the resulting publications:\n\n*Zhou H, Sinsheimer JS, Bates DM, Chu BB, German CA, Ji SS, Keys KL, Kim J, Ko S, Mosher GD, Papp JC, Sobel EM, Zhai J, Zhou JJ, Lange K. OPENMENDEL: a cooperative programming project for statistical genetics. Hum Genet. 2020 Jan;139(1):61-71. doi: 10.1007/s00439-019-02001-z. Epub 2019 Mar 26. PMID: 30915546; PMCID: [PMC6763373](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6763373/).*\n\n## Acknowledgments\n\nThis project has been supported by the National Institutes of Health under awards R01GM053275, R01HG006139, R25GM103774, and 1R25HG011845.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmendel%2Fmendelkinship.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmendel%2Fmendelkinship.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmendel%2Fmendelkinship.jl/lists"}