Skip to content

Commit

Permalink
upating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vckraemer committed Nov 8, 2024
1 parent 39ccac8 commit 5bd91e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ omnipathr-log
.ipynb_checkpoints
/markdown/.ipynb_checkpoints
.Rhistory
/.vscode/
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ biocViews: Network, SystemsBiology, SingleCell, Software, GraphAndNetwork
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Imports:
pals (>= 1.1),
graphlayouts (>= 0.7.0),
Expand Down
1 change: 1 addition & 0 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ plot_bar_rankings_cci <- function(data_object, table_name, ranking = "pagerank",
#' @param ranking name of the network ranking to use
#' @param type gene type (L,R,TF, LR/RL, RTF/TFR, LTF/TFL)
#' @param filter_sign show all (NULL), only positive (pos), or only negativ (neg) results
#' @param top_num number of top genes to show in positive or negative direction
#' @import ggplot2
#' @import ggrepel
#' @import reshape2
Expand Down
3 changes: 2 additions & 1 deletion man/plot_bar_rankings.Rd

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

0 comments on commit 5bd91e5

Please sign in to comment.