Skip to content

Commit

Permalink
add puma (#270)
Browse files Browse the repository at this point in the history
* add puma

* update PUMA

* updating mirna interactions

* add PUMA in readme

* Update PUMA.R
  • Loading branch information
marouenbg committed Apr 12, 2023
1 parent 53aa689 commit 4598273
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 12 deletions.
2 changes: 1 addition & 1 deletion R/PANDA.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +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 if TRUE reads header of expression matrix
#' @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:
#' "TF", "Gene", "Motif" using 0 or 1 to indicate if this edge belongs to prior motif dataset, and "Score".
Expand Down
Loading

0 comments on commit 4598273

Please sign in to comment.