From d30761c1b8bb9995c5ea2634d2866b8c5b6a478f Mon Sep 17 00:00:00 2001 From: Daniel Nachun Date: Tue, 15 Apr 2025 10:52:07 -0700 Subject: [PATCH] description fix --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 52e5381..a5b1bf1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")), @@ -13,7 +13,7 @@ Authors@R: c( person(given = "Gao", family = "Wang", email = "gw2411@cumc.columbia.edu", role = c("aut")) ) Maintainer: Xuewei Cao -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