Skip to content

Commit

Permalink
Add monster desc (#312)
Browse files Browse the repository at this point in the history
* update documentation

* remove monster tests

* reduce monstr test

* update documentation

* remove diffedge example

* reduce monster tests

* remove spider example

* update monster examples

* remove lioness tests

* remove pada tests

* add citation

* add monster description
  • Loading branch information
marouenbg authored Mar 4, 2024
1 parent aa34bdb commit fc4879d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/MONSTER.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ monsterPrintMonsterAnalysis <- function(x, ...){
#' to give to indirect compared to direct evidence. The default is 0.5 to give an
#' equal weight to direct and indirect evidence.
#' @param mode A parameter telling whether to build the regulatory networks ('buildNet') or to use provided regulatory networks
#' ('regNet'). If set to 'regNet', then the parameters motif, ni_method, ni.coefficient.cutoff, and alphaw will be set to NA.
#' ('regNet'). If set to 'regNet', then the parameters motif, ni_method, ni.coefficient.cutoff, and alphaw will be set to NA. Gene regulatory
#' networks are supplied in the 'expr' variable as a TF-by-Gene matrix, by concatenating the TF-by-Gene matrices of case and control, expr has size nTFs x 2nGenes.
#' @export
#' @import doParallel
#' @import parallel
Expand Down

0 comments on commit fc4879d

Please sign in to comment.