From 8d5a1434ff380a636cfdb066848e61a5d4517d06 Mon Sep 17 00:00:00 2001 From: rmgpanw Date: Tue, 28 May 2024 16:09:46 +0100 Subject: [PATCH] fix param ischemicTimeGroups in gtexr_arguments() documentation --- R/gtexr_arguments.R | 4 ++-- man/get_sample.Rd | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/R/gtexr_arguments.R b/R/gtexr_arguments.R index b7d6595..762f199 100644 --- a/R/gtexr_arguments.R +++ b/R/gtexr_arguments.R @@ -38,8 +38,8 @@ #' causes", "Intermediate death", "Slow death". #' @param itemsPerPage Integer (default = 250). #' @param ischemicTime Integer. -#' @param ischemicTimeGroups Character vector. Options: "<= 0", "1 - 300", "301 -#' - 600", "601 - 900", "901 - 1200", "1201 - 1500", "> 1500". +#' @param ischemicTimeGroups Character vector. Options: +#' "<= 0", "1 - 300", "301 - 600", "601 - 900", "901 - 1200", "1201 - 1500", "> 1500". #' @param organizationName String. Options: "GTEx Consortium" "Kid's First". #' @param page Integer (default = 0). #' @param pathCategory Character vector. Options: "adenoma", "amylacea", diff --git a/man/get_sample.Rd b/man/get_sample.Rd index 96745f5..4490fe8 100644 --- a/man/get_sample.Rd +++ b/man/get_sample.Rd @@ -71,10 +71,8 @@ causes", "Intermediate death", "Slow death".} \item{ischemicTime}{Integer.} -\item{ischemicTimeGroups}{Character vector. Options: "<= 0", "1 - 300", "301 -\itemize{ -\item 600", "601 - 900", "901 - 1200", "1201 - 1500", "> 1500". -}} +\item{ischemicTimeGroups}{Character vector. Options: +"<= 0", "1 - 300", "301 - 600", "601 - 900", "901 - 1200", "1201 - 1500", "> 1500".} \item{rin}{Integer vector.}