Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove related subjects based on kinship matrix as well as subject phenotype

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

UCSD-Salem-Lab/kdps

Repository files navigation

KDPS (Kinship Decouple and Phenotype Selection) is an R packagedesigned to resolve cryptic relatedness in genetic studies using aphenotype-aware approach. It retains subjects with relevant traitswhile pruning related individuals based on kinship oridentity-by-descent (IBD) scores.

Features

  • Prioritizes individuals with key phenotypes (categorical or numeric)
  • Supports phenotype ranking and composite scoring
  • Customizable pruning usingfuzziness parameter
  • Efficient on biobank-scale datasets like UK Biobank
  • Compatible with both kinship and phenotype file formats

Installation

You can install the development version of KDPS from GitHub with:

# install.packages("devtools")devtools::install_github("UCSD-Salem-Lab/kdps")

Tutorial

You can view the tutorial of the KDPS function with:

vignette("kdps-intro",package="kdps")

Example

library(kdps)phenotype_file= system.file("extdata","simple_pheno.txt",package="kdps")kinship_file= system.file("extdata","simple_kinship.txt",package="kdps")kdps_results= kdps(phenotype_file=phenotype_file,kinship_file=kinship_file,fuzziness=0,phenotype_name="pheno2",prioritize_high=FALSE,prioritize_low=FALSE,phenotype_rank= c("DISEASED1","DISEASED2","HEALTHY"),fid_name="FID",iid_name="IID",fid1_name="FID1",iid1_name="IID1",fid2_name="FID2",iid2_name="IID2",kinship_name="KINSHIP",kinship_threshold=0.0442,phenotypic_naive=FALSE)head(kdps_results)

Documentation

Citation

If you use KDPS in your research, please cite:

Wanjun Gu, Jiachen Xi, Steven Cao, Rany M. Salem. (2025).KinshipDecouple and Phenotype Selection (KDPS): a tool for phenotype-awaredecoupling of related subjects.. Brief. Bioinform. 26,bbaf561.

License

This package is released under the MIT License. SeeLICENSE file fordetails.

About

Remove related subjects based on kinship matrix as well as subject phenotype

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp