Skip to content

Commit

Permalink
add PUMA in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marouenbg committed Dec 20, 2022
1 parent ccbb591 commit 02d3ddc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
1 change: 1 addition & 0 deletions R/PANDA.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#' @param keep_expression_matrix 'TRUE' keeps the input expression matrix as an attribute in the result Panda object.'FALSE' deletes the expression matrix attribute in the Panda object. The default value is 'FALSE'.
#' @param modeProcess 'legacy' refers to the processing mode in netZooPy<=0.5, 'union': takes the union of all TFs and genes across priors and fills the missing genes in the priors with zeros; 'intersection': intersects the input genes and TFs across priors and removes the missing TFs/genes. Default values is 'union'.
#' @param remove_missing Only when modeProcess='legacy': remove_missing='TRUE' removes all unmatched TF and genes; remove_missing='FALSE' keeps all tf and genes. The default value is 'FALSE'.
#' @param with_header Boolean to read gene expression file with a header for sample names
#'
#' @return When save_memory=FALSE(default), this function will return a list of three items:
#' Use \code{$panda} to access the standard output of PANDA as data frame, which consists of four columns:
Expand Down
Loading

0 comments on commit 02d3ddc

Please sign in to comment.