Skip to content

Commit

Permalink
fix () documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iferres committed May 7, 2021
1 parent c2f9529 commit af17214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/PgR6.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ PgR6 <- R6Class('PgR6',
# },
#' @description
#' Add metadata to the object. You can add metadata to each organism, to each
#' group of orthologous, or to each gene. Elements with missing data should be filled
#' group of orthologous (cluster), or to each gene. Elements with missing data should be filled
#' by \code{NA} (dimensions of the provided data.frame must be coherent with object
#' data).
#' @param map \code{character} identifying the metadata to map. Can
#' be one of \code{"org"}, \code{"group"}, or \code{"gid"}.
#' be one of \code{"org"}, \code{"cluster"}, or \code{"gid"}.
#' @param data \code{data.frame} or \code{DataFrame} with the metadata to
#' add. For each case, a column named as \code{"map"} must exists, which should
#' contain identifiers for each element. In the case of adding gene (\code{gid})
Expand Down
4 changes: 2 additions & 2 deletions man/PgR6.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af17214

Please sign in to comment.