Skip to content

Commit

Permalink
exportInteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Dec 9, 2023
1 parent 58b64ef commit d0e08f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions R/exportInteractive.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#' exportInteractive
#'
#' @param stana stana object
#' export the current stana object to interactive application
#' for the convenient analysis and visualization
#'
#' @param stana stana object of type MIDAS2
#' @param out output directory
#' export the stana results for the inspection in interactive
#' application
#' @param db db used to profile 'uhgg' or 'gtdb'
#' @param calcko calculate KO abundance
#' @param calctree calculate consensus tree
#' @param species calk
#' @param species candidate species, default to all the species
#' @export
#' @return output the results to specified directory
exportInteractive <- function(stana, out=".", db="uhgg", calcko=TRUE,
Expand Down

0 comments on commit d0e08f6

Please sign in to comment.