From 49030a4ee09f4f9c9f25d6166eccc0ee8199ca14 Mon Sep 17 00:00:00 2001 From: antagomir Date: Sun, 18 Aug 2024 12:44:26 +0300 Subject: [PATCH] author list update --- DESCRIPTION | 5 ++++- man/iSEE.Rd | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 99fbf08..21451d6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,10 @@ Authors@R: comment = c(ORCID = "0000-0002-8732-7692")), person(given = "Ely", family = "Seraidarian", role = c("ctb"), email = "ely.seraidarian@utu.fi", - comment = c(ORCID = "0009-0008-8602-093X"))) + comment = c(ORCID = "0009-0008-8602-093X")), + person(given = "Leo", family = "Lahti", role = c("aut"), + email = "leo.lahti@iki.fi", + comment = c(ORCID = "0000-0001-5537-637X"))) Title: Interactive visualisation for microbiome data Description: iSEEtree is an extension of iSEE for the TreeSummarizedExperiment. diff --git a/man/iSEE.Rd b/man/iSEE.Rd index 66168db..63b8b41 100644 --- a/man/iSEE.Rd +++ b/man/iSEE.Rd @@ -75,7 +75,7 @@ Panel configuration tuned to the specific properties of } \details{ Configuring the initial state of the app is as easy as passing a list of \linkS4class{Panel} objects to \code{initial}. -Each element represents one panel and is typically constructed with a command like \code{\link[iSEE]{ReducedDimensionPlot}()}. +Each element represents one panel and is typicall constructed with a command like \code{\link[iSEE]{ReducedDimensionPlot}()}. Panels are filled from left to right in a row-wise manner depending on the available width. Each panel can be easily customized by modifying the parameters in each object.