From 996fd04becfce09cf3c8d24db9729c9ae0eb1def Mon Sep 17 00:00:00 2001 From: aduvermy <arnaud.duvermy@ens-lyon.fr> Date: Thu, 18 Jan 2024 14:19:54 +0100 Subject: [PATCH] update desciption --- DESCRIPTION | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index 100a8d9..6b8f947 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,6 +5,18 @@ Authors@R: person("First", "Last", , "first.last@example.com", role = c("aut", "cre"), comment = c(ORCID = "YOUR-ORCID-ID")) Description: What the package does (one paragraph). +Authors@R: c( + person("Arnaud", "Duvermy", , "arnaud.duvermy@ens-lyon.fr", role = c("aut", "cre"), + comment = c(ORCID = "0009-0002-8509-5506")), + person("Gael", "Yvert", , "gael.yvert@ens-lyon.fr" role = "aut") + person("Fabien", "Duveau", , "fabien.duveau@ens-lyon.fr", role = "aut"), + ) +Description: A statistical framework that allows you to conduct differential analysis of gene +expression with fixed, mixed, and interaction effects. Additionally, HTRfit provides a simulation +workflow enabling optimization of RNAseq design and analysis +License: MIT + file LICENSE +URL: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit +BugReports: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/issues License: MIT + file LICENSE Imports: car, -- GitLab