Skip to content

Commit

Permalink
Update bugphyzz functions. (Import)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Mar 5, 2024
1 parent 1339325 commit 1602b62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
14 changes: 7 additions & 7 deletions R/bugphyzz.R
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#' Import bugphyzz
#'
#' \code{importBugphyzz} imports bugphyzz as a single data.frame. It includes
#' attributes with categorical and binary (boolean) attributes.
#' \code{importBugphyzz} imports bugphyzz annotations as a list of
#' data.frames (1 per physiology/Attribute)
#'
#' @param version Character string. The version to download. Default is 'devel'
#' @param version Character string. Default is 'devel'
#' (current file on the GitHub repo waldronlab/bugphyzzExports).
#' @param force_download Logical value. Force a fresh download of the data or
#' use the one stored in the cache (if available). Default is FALSE.
#' @param v Validation value. Default 0.5.
#' @param remove_asr Logical. Default is TRUE.
#' @param exclude_rarely Default is TRUE.
#' @param exclude_rarely Default is TRUE. Exclude values with
#' Frequency == FALSE.
#'
#' @return A data.frame.
#' @return A list of data frames.
#' @export
#'
#' @examples
Expand Down Expand Up @@ -95,7 +95,7 @@ importBugphyzz <- function(
return(output)
}

#' Make bugs signatures
#' Make signatures
#'
#' \code{makeSignatures} Creates signatures for a list of bugphyzz
#' data.frames imported with \code{importBugphyzz}
Expand Down
13 changes: 6 additions & 7 deletions man/importBugphyzz.Rd

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

2 changes: 1 addition & 1 deletion man/makeSignatures.Rd

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

0 comments on commit 1602b62

Please sign in to comment.