Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: colocboost
Type: Package
Date: 2025-04-13
Title: Multi-Context Colocalization Analysis Tool for Molecular QTL and GWAS Studies
Title: Multi-Context Colocalization Analysis for QTL and GWAS Studies
Version: 0.1.0
Authors@R: c(
person(given = "Xuewei", family = "Cao", email = "xc2270@cumc.columbia.edu", role = c("cre", "aut")),
Expand All @@ -13,7 +13,7 @@ Authors@R: c(
person(given = "Gao", family = "Wang", email = "gw2411@cumc.columbia.edu", role = c("aut"))
)
Maintainer: Xuewei Cao <xc2270@cumc.columbia.edu>
Description: This R package implements ColocBoost --- motivated and designed for colocalization analysis of multiple genetic association studies --- as a multi-task learning approach to variable selection regression with highly correlated predictors and sparse effects, based on frequentist statistical inference. It provides statistical evidence to identify which subsets of predictors have non-zero effects on which subsets of response variables.
Description: A multi-task learning approach to variable selection regression with highly correlated predictors and sparse effects, based on frequentist statistical inference. It provides statistical evidence to identify which subsets of predictors have non-zero effects on which subsets of response variables, motivated and designed for colocalization analysis of multiple genetic association studies.
Encoding: UTF-8
LazyDataCompression: xz
LazyData: true
Expand Down