From 3a1658d3bbf829c077f41410f367bd668adac1ac Mon Sep 17 00:00:00 2001 From: Elias Projahn Date: Wed, 5 Mar 2025 17:53:13 +0100 Subject: [PATCH] Version 0.1.0 --- DESCRIPTION | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4f4e98a..3b64a85 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ubigen -Title: Graphical Interface for Finding Ubiquitous Genes -Version: 0.0.0.9000 +Title: Analyze Ubiquitously Expressed Genes +Version: 0.1.0 Authors@R: person( "Elias", @@ -9,9 +9,9 @@ Authors@R: role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4153-4071") ) -Description: This package contains precomputed data including comparisons in - gene expression. It provides a graphical interface to analyze and visualize - those data to rank genes based on how ubiquitously expressed they are. +Description: This package contains precomputed data and functions for analyzing + ubiquitously expressed genes including interactive visualizations and a + graphical web interface based on Shiny. License: AGPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE)