Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchell81 committed Dec 13, 2023
1 parent 2af5105 commit c22f928
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 13 deletions.
2 changes: 1 addition & 1 deletion R/differential_fxns.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NULL
#' @export
#' @examples
#' \dontrun{
#' meta_df <- data.frame("ID" = c("P1", "P2"), "group" = c("A", "B"))}
#' meta_df <- data.frame("ID" = c("P1", "P2"), "group" = c("A", "B"))
#' dom_ls <- list("P1" = dom1, "P2" = dom2)
#' summarize_linkages(
#' domino_results = dom_ls, subject_meta = meta_df,
Expand Down
7 changes: 7 additions & 0 deletions man/count_linkage.Rd

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

15 changes: 9 additions & 6 deletions man/create_domino.Rd

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

4 changes: 3 additions & 1 deletion man/feat_heatmap.Rd

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

4 changes: 3 additions & 1 deletion man/gene_network.Rd

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

10 changes: 10 additions & 0 deletions man/plot_differential_linkages.Rd

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

6 changes: 4 additions & 2 deletions man/signaling_network.Rd

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

10 changes: 10 additions & 0 deletions man/summarize_linkages.Rd

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

4 changes: 2 additions & 2 deletions man/table_convert_genes.Rd

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

7 changes: 7 additions & 0 deletions man/test_differential_linkages.Rd

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

0 comments on commit c22f928

Please sign in to comment.