From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 6J+oM5Eba2MrcQAAbAwnHQ (envelope-from ) for ; Wed, 09 Nov 2022 04:16:33 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 6BiGMpEba2MUmwAAG6o9tA (envelope-from ) for ; Wed, 09 Nov 2022 04:16:33 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A02172CDBB for ; Wed, 9 Nov 2022 04:16:33 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1osbZL-00083b-Ub; Tue, 08 Nov 2022 22:16:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1osbZK-000833-Oz for guix-patches@gnu.org; Tue, 08 Nov 2022 22:16:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1osbZK-0008O3-Gl for guix-patches@gnu.org; Tue, 08 Nov 2022 22:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1osbZK-0003is-1i; Tue, 08 Nov 2022 22:16:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59142] [PATCH 3/3] gnu: Add r-pando. Resent-From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Original-Sender: "Debbugs-submit" Resent-CC: rekado@elephly.net, guix-patches@gnu.org Resent-Date: Wed, 09 Nov 2022 03:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59142 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <59142@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 59142-submit@debbugs.gnu.org id=B59142.166796375914290 (code B ref 59142); Wed, 09 Nov 2022 03:16:02 +0000 Received: (at 59142) by debbugs.gnu.org; 9 Nov 2022 03:15:59 +0000 Received: from localhost ([127.0.0.1]:38557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1osbZG-0003iJ-Qq for submit@debbugs.gnu.org; Tue, 08 Nov 2022 22:15:59 -0500 Received: from c2062.mx.srv.dfn.de ([194.95.238.172]:55629) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1osbZE-0003ht-Dr for 59142@debbugs.gnu.org; Tue, 08 Nov 2022 22:15:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:content-transfer-encoding:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1667963750; x=1669778151; bh=anjMT2uJS+WEFHudVpJj+BKpuH9h5uRYfz28tCYjNMw=; b=OxylJ51RqnZV m+rZ4UDb3rWYHoJCsQRa8/iHvSi1Zc0cgnbNxvIYhUDjuxnOY3yOESHnS3rBCZ1y pUtaWFzqmDYMA1wprM9rtQcgsOPtrTMAV8Vh0CX62F7SYLLmu7/qqNMEuQ+asTbx yKCoyF8d6z4FTDH6osXA89W+fPkXov8= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by c2062.mx.srv.dfn.de (Postfix) with ESMTPS id 6390E3002F9 for <59142@debbugs.gnu.org>; Wed, 9 Nov 2022 04:15:50 +0100 (CET) Received: from Guix-Ubuntu18.04 (141.80.113.106) by SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.13; Wed, 9 Nov 2022 04:15:47 +0100 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Wed, 9 Nov 2022 04:13:31 +0100 Message-ID: <20221109031331.12487-3-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221109031331.12487-1-madalinionel.patrascu@mdc-berlin.de> References: <20221109031331.12487-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX3.mdc-berlin.net (141.80.113.61) To SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) X-TM-AS-Product-Ver: SMEX-14.0.0.3092-9.0.1002-27252.004 X-TM-AS-Result: No-10--2.888400-5.000000 X-TMASE-MatchedRID: 54gb2yeIOXR6fjezFKxXHArcxrzwsv5uwTlc9CcHMZerwqxtE531VIPc XuILVCbaRRa406V/YwyBUGewL2YXt10ieHN50/kHxi///JpaHQPF0kjYVlocoaY5ZGw7wyeHJ41 MkTChJC8DLGsLUNXmfO8EXzJfARL10N7DjAdxZNTi8zVgXoAltsIJ+4gwXrEtwrbXMGDYqV8Nst CXmf87HDoiWn+wq+fRoqhRhbf+cgE03S4XUEEM6phzJoZhXcxtnGYcDbn9w8JvQYMNbeLziMwI0 w+ZP4PnohN7csIcnoZ5tgTrUUdLhChCDgyssE8uo3yYJV8x0OrMUVc0s17dsX/q4TD2v7K1 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--2.888400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27252.004 X-TM-SNTS-SMTP: 24AB6D0D09AC873044737685804912D8C8F0E2124D4E3172EF5FA26B29974BC22002:F X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1667963793; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=8iGY8wEB8yenYviU7/pgYrVf8xjt3eWPqp5eEDQIHw0=; b=rlj/PTWZPN8TQPDWdSpkm9CcI64tYpBYmyjNx3NSQLueeQCGTdTj843o8nzvPnoyDRjsyX hCL4hoXEb3vUerDHLiNt3cboK2/ICB/BPrTDi1/tip8eTPrZpII9/ZkI2T0EoRdtr06Dwh 7xjO0WE3kFggU/ZwRDzIm/0I9Q4T4c4dU98MtIL1bSI8ERKyKmhBwEjWzVHNq/AfkRhtju waDszW1dnz4eBtPpjt2P2Poxzs60o/tPTOaAuV4y4LGeIH7N1v2NHrrrfYPtYPzz2KE4md T+N2raYRzobKSs7OltoDfYDdwWDrYLGjvPw8NO8T4WXcaFHedTQbkZUwjJYyhA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1667963793; a=rsa-sha256; cv=none; b=TmuYg8mRnjXSa4J4LNrD8WcxTEZ2Vo/n5gcVYExAkV9yybTxm0TSJyIoG5hG3kXkEpoY48 WRoXs5bbRjVQgMGmV3Yxh2tcOWPOKdAXxz6DCb7r81NSx57HS0AFTM4xocmKe+L9OCuaip ZI0M0ruz7zZaV1C5sRUtM8Z0lPnbRej0j4ihfgLhnftX0hwB41IoxsFriHWIa14FKpbImB tO5E2e/Ktkew7bgm3HnOOFjMJrHdBgGRmnC1MG7UMpELSIBavYgYINkyja4HcP/tMBNY55 asabDSG6+H74TgjJ44kqoge3VZ8XhevT5gNVvyXg/VnYPbIsIrf7i/4PN90ePw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=OxylJ51R; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 7.08 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=OxylJ51R; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A02172CDBB X-Spam-Score: 7.08 X-Migadu-Scanner: scn1.migadu.com X-TUID: o+SWuPuOnaMT * gnu/packages/bioinformatics.scm (r-pando): New variable. --- gnu/packages/bioinformatics.scm | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 47f5574eeb..87c93bab4d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7600,6 +7600,56 @@ (define-public r-chromunity Pore-C concatemers.") (license license:gpl3)))) +(define-public r-pando + (package + (name "r-pando") + (version "1.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/quadbiolab/Pando") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0c83anzdrbvg47p9xns2bxpjlx5z328can3jmzilw6rygwp7hyii")))) + (properties `((upstream-name . "Pando"))) + (build-system r-build-system) + (propagated-inputs + (list r-bayestestr + r-brms + r-foreach + r-genomicranges + r-ggplot2 + r-ggpointdensity + r-ggraph + r-glmnetutils + r-iranges + r-irlba + r-matrix + r-motifmatchr + r-pals + r-patchwork + r-seurat + r-signac + r-sparsematrixstats + r-tfbstools + r-tidygraph + r-tidyverse + r-uwot + r-xgboost)) + (native-inputs (list r-knitr)) + (home-page "https://github.com/quadbiolab/Pando") + (synopsis + "Inferring regulomes from multi-modal single-cell genomics data") + (description + "@code{Pando} leverages multi-modal single-cell measurements to infer gene +regulatory networks using a flexible linear model-based framework. By modeling +the relationship between TF-binding site pairs with the expression of target +genes, @code{Pando} simultaneously infers gene modules and sets of regulatory +regions for each transcription factor.") + (license license:expat))) + (define-public r-presto (let ((commit "052085db9c88aa70a28d11cc58ebc807999bf0ad") (revision "0")) -- 2.38.1